-
uthash 是一个C语言的哈希表,支持各种结构类型的存储、添加、删除,这些操作都在固定的时间完成,跟哈希表本身的大小无关。键也可以是任何类型的数据。...
uthash 是一个C语言的哈希表,支持各种结构类型的存储、添加、删除,这些操作都在固定的时间完成,跟哈希表本身的大小无关。键也可以是任何类型的数据。-is a C language uthash the hash table to support a variety of structural types of storage, add, delete, these operators are in a fixed time to complete, with the hash table size in itself has nothing to do. Keys can also be any type of data.
- 2022-07-09 02:00:59下载
- 积分:1
-
这是最新的openssl学习的材料,是源代码,相信朋友们以前看过的都知道,这在网络方面很有用的。...
这是最新的openssl学习的材料,是源代码,相信朋友们以前看过的都知道,这在网络方面很有用的。-This is the latest openssl learning opnenssl, is the source code, I believe that friends who have seen before, all know that this very useful in networking.
- 2022-03-26 16:14:37下载
- 积分:1
-
VMp
VMp——一款可以超强保护文件防止破解的加壳工具,软件设计员的绝佳伴侣!
(VMp- a super-protected files can be packed to prevent cracking of the tools, software designers the perfect partner!)
- 2010-10-23 09:39:51下载
- 积分:1
-
right ORCLE database protection, and highly functional, encryption, access, dele...
对ORCLE数据库进行保护,具有很强的功能,有加密,访问,删除,等保护功能-right ORCLE database protection, and highly functional, encryption, access, deletion, such as the protection function
- 2022-10-22 18:15:03下载
- 积分:1
-
implementation of MD5 can download source
可以执行的MD5源程序下载-implementation of MD5 can download source
- 2022-03-30 20:01:34下载
- 积分:1
-
用C语言求解经典逻辑推理题
用C语言求解经典逻辑推理题-Solving with C language that classical logic
- 2022-10-04 14:25:02下载
- 积分:1
-
个人整理的CRC的一些简单基本资料,里面还附带CRC的算法实现(C语言),对新手来说,是一份不错的资料
个人整理的CRC的一些简单基本资料,里面还附带CRC的算法实现(C语言),对新手来说,是一份不错的资料-Personal order of CRC s some simple basic information, which also comes with CRC s algorithm (C language), on the novice, is a good information
- 2023-06-28 09:25:04下载
- 积分:1
-
MD5加密算法在当今已经被人们广泛的认识与应用 这里用java实现MD5加密代码...
MD5加密算法在当今已经被人们广泛的认识与应用 这里用java实现MD5加密代码-ECC C++
- 2022-05-23 23:19:54下载
- 积分:1
-
imgecrypt_cpp
说明: 用C++实现的图像加密和解密算法代码,功能强大(Using C++ implementation of image encryption and decryption algorithm code, powerful)
- 2010-04-12 18:49:30下载
- 积分:1
-
CLZ32
针对32位MIPS微处理器中CLZ指令(对单个字高位连零进行计数)的实现电路,使用了类似于超前进位的逻辑结构。包含测试文档,以及Design
Compile所用的环境和脚本。(The CLZ instruction counts the number of leading zeros in a word. The 32-bit word in the GPR rs is scanned from most-significant to least-significant bit.The number of leading zeros is counted and the result is written to the GPR rd. If
all 32 bits are cleared in the GPR rs, the result written to the GPR rd is 32. )
- 2021-03-31 19:39:08下载
- 积分:1