-
程序在VB
Program In VB
- 2022-02-26 22:20:14下载
- 积分:1
-
一些重要的加密算法的实现
一些重要的加密算法的实现---主要是针对大学密码学课程中的算法实践,例如: 维吉尼亚密码,置换密码,移位密码-Some key encryption algorithm--- mainly aimed at the realization of the University of cryptography algorithms for practical courses, such as: Virginia password, replacement password, password, and so shift
- 2022-11-14 20:50:03下载
- 积分:1
-
base64
Base 64 加解码程序(The program of BASE 64 encryption and decryption)
- 2020-06-26 12:00:02下载
- 积分:1
-
lorenz
一个Lorenz混沌系统代码,可供学习研究混沌系统的参考,对图像做加密解密处理。(A Lorenz chaotic system code available for study and research of chaotic systems reference on the image to do encryption and decryption processing.)
- 2009-11-02 20:07:17下载
- 积分:1
-
whjt05_iros
Multi-Agent Quadrotor Testbed Control Design:
Integral Sliding Mode vs. Reinforcement Learning
- 2010-03-04 16:32:47下载
- 积分:1
-
为一个字节或字符数组或串计算md5值,内部只创建一个数组,节省分配时间,节省内存 完全是static方法,线程安全 注意对返回值的处理,见注释
为一个字节或字符数组或串计算md5值,内部只创建一个数组,节省分配时间,节省内存 完全是static方法,线程安全 注意对返回值的处理,见注释-for a byte array or character string or md5 value calculation, only to create an internal array, saving time allocated to save memory is completely static method, thread-safe attention to the return value, see note
- 2022-01-28 07:19:00下载
- 积分:1
-
BlowFish加密算法
BlowFish加密算法-BlowFish encryption algorithm
- 2022-03-31 14:56:26下载
- 积分:1
-
打包文件,VB源码,还好,值得学习和使用.
打包文件,VB源码,还好,值得学习和使用.-Packing paper, VB source, Fortunately, it is worth learning and use.
- 2023-03-16 13:05:04下载
- 积分:1
-
在网络上销售的商业管理系统,一般都要注册才能使用。本实例将使用INT文件对软件进行用户信息注册。...
在网络上销售的商业管理系统,一般都要注册才能使用。本实例将使用INT文件对软件进行用户信息注册。-On the network marketing business management systems, generally have to register to use. INT files in this instance will use the software user information registration.
- 2022-07-13 07:21:15下载
- 积分:1
-
sha256
SHA-256源代码,三个对外的函数:void SHA256Init (SHA256Context *sc)
void SHA256Update (SHA256Context *sc, const void *data, uint32_t len)
void SHA256Final (SHA256Context *sc, uint8_t hash[SHA256_HASH_SIZE])
第一个函数初始化,第二个函数输入要hash的字符串,第三个函数输出结果(SHA-256 source code, three external function: void SHA256Init (SHA256Context* sc) void SHA256Update (SHA256Context* sc, const void* data, uint32_t len) void SHA256Final (SHA256Context* sc, uint8_t hash [SHA256_HASH_SIZE]) The first function is initialized, the second hash function, enter the string, the third function of output)
- 2021-04-27 09:28:44下载
- 积分:1