搜索资源列表
des加密算法源代码c语言实现
- DES算法C语言实现的源代码,本人已经测试同uo,效果还可以-DES algorithm C language source code, I have uo with the test results can also
DES算法的C++编写实现
- DES算法C语言实现的源代码,本人已经测试同uo,效果还可以,真的好好的!!!睇下吧大家!-DES algorithm C language source code, I have uo with the test results can also really good! ! ! Dixia it all!
用C语言实现Ping程序功能
- 用C语言实现Ping程序功能-C language function Ping procedures
用C语言实现键盘画图
- 用C语言实现键盘画图的绝佳代码-C language keyboard drawing an excellent source
页面置换算法(C语言编写)
- c语言实现的页面调度算法,用三种算法实现调度1.先进先出2.OPT3.LRU 2.页面序列从指定的文本文件(TXT文件)中取出3.输出:第一行:每次淘汰的页面号 第二行:显示缺页的总次数(上机已经运行通过!!)-pages scheduling algorithm, a three-Scheduling Algorithm 1. FIFO 2.OPT3.LRU 2. Pages from the designated sequence of text files (TXT) out of thr
哲学家就餐问题c语言实现
- c语言实现的哲学家就餐问题
SHA1算法软件程序使用c++语言实现
- SHA1算法软件程序实现,使用c++语言实现,可以直接下载使用的。,SHA1 algorithm software program, the use of c++ language, you can download to use.
xxtea 加解密算法 c 语言实现
- xxtea 加解密算法 c 语言实现,包含调用例子-xxtea encryption and decryption algorithm c language, including calls examples
AES-C
- aes(rijndael 算法)的C语言实现,完整的程序源码,仅供参考-aes (rijndael algorithm) of the C language, complete source code, for reference only
des
- 密码学的des算法的加密与解密的过程,其中有16轮迭代。c语言实现。-Des algorithm cryptography encryption and decryption process, of which 16 iterations. c language.
DES
- 数据加密标准算法的程序实现,用C语言实现的,已经编译通过,可以放心使用-Data Encryption Standard algorithm
sha
- SHA加解密算法,SHA是安全散列算法,c语言实现的Benchmark-SHA encryption and decryption algorithm
SM2签名验签C语言实现
- SM2 签名 验签 C 语言实现来做到签名 验证签名 非常好的资源(SM2 signature verification C language implements very good resources for signing signature verification signatures)
sm2加密,解密基于openssl的C语言实现
- SM2 SM3 签名,验证签名,加密,解密,很好用的(SM2 signature verification C language implements very good resources for signing signature verification signatures)
双线程例子
- C语言实现双线程,代码简单易懂,对理解双线程的初学者有很大的帮助(The realization of double threads in C language)
C语言标准与实现
- 讲解C语言的实现,深入到汇编级别,描述C运行时环境等内容,适于高级程序员阅读。(Explain the implementation of C language, go to assembly level, describe C runtime environment and so on, which is suitable for senior programmers to read.)
sm2
- linux平台用c语言实现SM2和SM3算法,能够完成密钥协商(Linux platform realizes SM2 and SM3 algorithm in C language, and can complete key agreement.)
7.C语言MySQL数据库连接池
- C语言mysql连接池 , C语言底层实现mysql数据连接池(C language MySQL connection pool and C language bottom layer realizes MySQL data connection pool)
BCC异或校验算法(C语言实现)
- BCC异或校验算法(C语言实现) 将报文按位异或后取反+1 得到异或校验码
C++语言实现DES和MAC分散算法
- C++语言实现DES和MAC分散算法 支持Window/linux系统