-
Useful things, everyone can see that in the 6.0 compiler is passed, a good
好用的东西,大家可以看看,在6.0下编译通过,不错-Useful things, everyone can see that in the 6.0 compiler is passed, a good
- 2022-06-12 16:04:06下载
- 积分:1
-
An ethernet bridge / VPN program for windows
An ethernet bridge / VPN program for windows-An ethernet bridge/VPN program for windows
- 2022-01-25 14:11:37下载
- 积分:1
-
This is a simple program with vb series of the quality factor of the decompositi...
这个是简单的用vb编程编的分解质因数的程序和已经编译了的exe文件-This is a simple program with vb series of the quality factor of the decomposition process and is compiled by the exe files
- 2022-07-25 14:52:54下载
- 积分:1
-
Cryptmount是对Linux系统下的文件系统以及用户设备、文档等进行加密的系统....
Cryptmount是对Linux系统下的文件系统以及用户设备、文档等进行加密的系统.-Cryptmount of the Linux system and the file system of user equipment. Documents and other encryption systems.
- 2022-11-02 23:05:03下载
- 积分:1
-
vb中实现的md5
vb中实现的md5-vb achieve the md5
- 2023-01-25 12:05:04下载
- 积分:1
-
微机接口规范有关定时器。
Microprocesser interfacing codes relating to timers.
- 2022-06-17 21:00:05下载
- 积分:1
-
MD5算法封装类
MD5算法封装类-MD5 algorithm Packaging Category
- 2022-05-16 11:19:53下载
- 积分:1
-
Base64 加密算法(Author 蒋柏良 Jerry Jiang)
Base64 加密算法(Author 蒋柏良 Jerry Jiang)-*
* DESCRIPTION
* Base64 processes input in 24bit chunks by converting each chunk into 4
* bytes of output. It does so by splitting input into four 6bit groups and
* using these as indexes in the following substitution table-
* const char base64_map[] =
* "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
* "abcdefghijklmnopqrstuvwxyz"
* "0123456789+/"
* If an input is not a multiple of 3 bytes, it s padded with zeros. In
* this case the output bytes that consist entirely of the pad data are
* replaced with = .
*
* Example
* An input of 0x00 0x45 0xF2 is equivalent to 00000000 01000101 11110010
* bit sequence, which s then split into 000000 000100 010111 110010
* and these are substituted to produce the following base64 encoding
* A E X y
*
* RETURN VALUE
* b64_length() should return output length for the input of len bytes.
* b64_encode() should encode len bytes from src int
- 2022-07-18 16:55:26下载
- 积分:1
-
DES加密算法的C++
DES加密算法的C++实现-DES encryption algorithm in C++
- 2023-04-13 06:10:03下载
- 积分:1
-
汇编写的md5加密算法
汇编写的md5加密算法-Md5 encrypt algorithm written in ASM
- 2022-06-12 17:51:56下载
- 积分:1