资源列表
Cryptcode
- 文件的加密与解密算法源码,可以很方便地进行文件的加密与解密操作。-File encryption and decryption algorithm source code, you can easily encrypt and decrypt the file operations.
CRC
- CRC校验算法(delphi版),公式法的。-CRC checksum algorithm (delphi version)
simple-multithreaded-programming-
- linux下的简单多线程编程,一个进程中创建3个线程协同工作。-linux simple multi-threaded programming, a process created three threads to work together.
getsectsize
- get the sector size of a device.
rsa
- 假設資料要由 A 機器傳至B 機器,那由B 機器用亂數決定一個 key,我們稱之為privatekey, 這個 key 自始至終都只留在 B 機器裏不送出來然後,由這個 privatekey 計算出另一個 key,我們 稱之為 publickey.這個 publickey 的特性是幾乎不可能反演算出 privatekey 來然後將這個 publickey 透過網路丟給 A 機器.A 機器將資料用這個 publickey 編碼,這個編碼過的資料一定 得使用 privatekey 才
ofb_done
- OFB implementation, finish chain.
Test_d2l
- Test d2l extends DxTestCase Source Code for Linux.
hipz_fns_core
- IBM eServer eHCA Infiniband device driver for Linux on POWER.
pa7300lc
- this returns the HPA of the CPU it was called on.
logist
- logist混沌加密,VC 6.0亲测可用,编写语音为C++。简单可行,加密性好。-logist code,language C++ .software:vc++ 6.0
intel-82597-program_eeprom
- intel 82597 eeprom program
producer_consumer
- 在同一个进程地址空间内执行的两个线程。生产者线程生产物品,然后将物品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得物品,然后释放缓冲区。当生产者线程生产物品时,如果没有空缓冲区可用,那么生产者线程必须等待消费者线程释放出一个空缓冲区。当消费者线程消费物品时,如果没有满的缓冲区,那么消费者线程将被阻塞,直到新的物品被生产出来。-In the same address space of a process implemented within the two threads. Th