搜索资源列表
很强的C算法集锦1
- 很强的C算法集锦,你需要的算法都在这里了-strong C Algorithm Collection, you need algorithms are here
c++
- 详细列举了各种c++算法,对于初学者很有帮助
C++排序算法优化大全
- 两篇编程指导文档汇总。 专门讲述排序算法和优化。
c的base64
- c的base64算法
常见C#算法,示例程序
- 常见C#算法,示例程序,泄及界面的各方面示例代码!
RSA C++实现
- RSA算法C++实现,在VC6.0下编译通过
RsaTool.自己写的RSA算法工具
- 自己写的RSA算法工具。支持RSA密钥产生(包括CRT)、RSA运算、强素数生成、大数运算等功能。用了的都说好。,Writing their own tools of the RSA algorithm. Support for RSA Key Generation [including CRT], RSA computation, strong prime number generation, large numbers computing functions. Use of that goo
C++ecc.rar
- C++实现的椭圆曲线算法。已经写成一个库文件只要调用就行了,C++ Realized elliptic curve algorithm. Has been written in a library file as long as the call on the list
RSA(C++code).rar
- C++ 源代码实现 非对称算法(RSA),C++ Source code to achieve asymmetric algorithms (RSA)
AES-C
- aes(rijndael 算法)的C语言实现,完整的程序源码,仅供参考-aes (rijndael algorithm) of the C language, complete source code, for reference only
c-hash
- C语言实现的哈希表算法,比链表的查询更快,在大量节点管理时很实用。-C-implemented hash table algorithm, faster than the query list, in the management of a large number of nodes is very useful.
MAC DES的C与C++算法
- 银联MAC_DES的C与C++算法,是实际应用的,代码易懂好用-CUP MAC_DES the C and C++ algorithm, is the actual application, the code easy to understand easy to use
MD5算法
- MD5算法的例子--Example of MD5 algorithm
IDEA加密算法源码
- IDEA加密算法-IDEA encryption algorithm
cryptography-source-code-in-c
- 密码学各种加密程序算法,包括DES,AES,RSA等主要的加密算法-cryptography sourse code in C
DES-C
- c语言实现的加密算法,已经实现,非本人实现,-C language implementation of cryptographic algorithms has been achieved, non-I implementation, thank you
c语言编译器源码
- ucc是一款遵从ANSI C89标准的编译器,大约15,000行C代码。目前支持x86平台上的 Linux和Windows系统,能正确编译自身并成功运行。它有下面一些特点: 1. 代码结构清晰直观,有比较详细的中文文档讲述它的实现 2. 使用三地址码作为中间码,构建了由基本块组成的控制流图,适合很多优化算法 3. 编译速度快。词法分析,语法分析和目标代码生成器都是手写的(其中的代码 生成器本想用burg这样的工具自动生成,但这样可能会给代码的理解带来难度, 最后手写了
3.c
- 实现一种最基本的加密解密,是基于C语言的一种,并没有使用什么模式(To achieve one of the most basic encryption and decryption)
RSA算法
- RSA算法,用的C++语言实现,可以给那些初次接触这个,需要学习的同学使用(RSA algorithm, using C++ language, you can give those who first contact this, need to learn the use of students)
C++_编程思想
- 主要讲述计C++语言的的编程思想,编写流程,STL源码的过程(It mainly focuses on the programming thought of c ++ language, the process of writing process and STL source code)