This companion disc contains the source code for the sample programs presented in INSIDE VISUAL C++ 5.0, as well as pre- compiled copies of the programs. To copy all of the sample code onto your hard DISK, run the SETUP.EXE program and follow the instructions that appear on the screen. The sample code requires about 10 MB of hard DISK space.
标签: companion the presented contains
上传时间: 2015-05-09
上传用户:mhp0114
说明: 1、里面有什么: 1.1、org.bouncycastle.*下的所有软件是bouncycastle组织开发的软件包 1.2、org.infosecurity.*下的软件包括: DES_CBC算法的实现 RSA算法的实现(包括:密钥生成、公钥加密和私钥解密、数字签名及签名验证) 数字信封的实现 利用数字信封实现大文件的加密、解密。 2、有什么用: 2.1 研究、学习信息安全中的密码学设计与实现技术。 2.2 当然如果大家觉得在其它地方用的上,我会觉得很高兴的。 3、还有什么改进: 3.1 对文件加密、解密的时候要频繁的IO,如果加一个缓冲区,比如10K、50K等, 只有缓冲区满了才写入DISK这样将提高效率。 3.2 RSA私钥积存的时候可以按PKCS8形式,再经BASE64编码保存比较好。
标签: bouncycastle infosecurity org 1.1
上传时间: 2015-05-14
上传用户:13188549192
Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It serves well when there s just small amount of data. When the tree is somewhat bigger, the dumping/loading process could take a lengthy time and makes your mission-critical program less efficient. How about an AVL tree that can directly use the DISK for data storage ? If there s something like that, we won t need to read through the whole tree in order to pick up just a little bit imformation(a node), but read only the sectors that are neccssary for locating a certain node and the sectors in which that node lies. This is my initial motivation for writing a storage-media independent AVL Tree. However, as you step forth, you would find that it not only works fine with DISKs but also fine with memorys, too.
标签: available libraries Although nearly
上传时间: 2014-01-22
上传用户:zhoujunzhen
Displays CPU time usage, the list of processes (can be terminated) and the task which are running (can be close or switch to). Plus a little net traffic monitor and a DISK status report.
标签: terminated the processes Displays
上传时间: 2013-12-25
上传用户:zgu489
The C# program will solve the Tower of Hanoi for a given number of rings/DISKs/plates and display the ring/DISK/plate movement. The movement will be shown graphically
标签: program display number plates
上传时间: 2013-12-20
上传用户:1966640071
HANNOI-塔 3.4.1. 运行效果与程序发布 3.4.2. 主类 Tower 3.4.3. Hannoi-塔 HannoiTower 3.4.4. 塔点 TowerPoint 3.4.5. 盘子 DISK
标签: HannoiTower TowerPoint HANNOI Hannoi
上传时间: 2014-01-11
上传用户:cuibaigao
汉诺塔问题:第1个接到任务的人叫第2个人把n-1只DISKes从开始地送到中间地,自己只需要把最下面一只DISK放到目的地,再叫第2个人把他 原来搬到中间的n-1只DISKes都搬到目的地。而第2个人则叫第3个人去把n-2只DISKes从第2个人的开始地送到从第2个人的中间地,从第2个人 只需要把最下面一只DISK放到自己的目的地,再叫第3个人把他原来搬到第2个人中间地的n-2只DISKes都搬到第2个人目的地。如此类推
上传时间: 2013-12-31
上传用户:dongbaobao
可在系统引导时工作的RootKit,较简单 1) It s very small.The basic framework is just about 100 lines of assembly code.It supports 2000,XP,2003 2) It patches the kernel at runtime(no files are patched on DISK).(basic version has this code removed , so as others could understand it easily). 3) BOOT KIT is PXE-compatible. 4) It can even lead to first ever PXE virus 5)It also enables you to load other root kits if you have physical access(Normally root kits can only be loaded by the administrator)
标签: framework assembly RootKit small
上传时间: 2014-01-02
上传用户:gdgzhym
KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware. It consists of a loadable kernel module (kvm.ko) and a userspace component. Using KVM, one can run multiple virtual machines running unmodified Linux or Windows images. Each virtual machine has private virtualized hardware: a network card, DISK, graphics adapter, etc. The kernel component of KVM is included in mainline Linux, and will appear in Linux 2.6.20. KVM is open source software.
标签: virtualization Kernel-based for hardware
上传时间: 2015-08-20
上传用户:lijianyu172
电子盘DEMO板程序,请需要的参考,是M-SYSTEM公司的H3系列DISK
上传时间: 2014-11-23
上传用户:924484786