搜索资源列表
Rijndael算法VC使用实例
- 在Visual C++ 6.0下利用Rijndael算法进行任意文件加密,一个rijndael加密算法的使用实例,虽然图形界面做得比较粗糙,但是程序本身有很多值得参考和学习的地方- 6.0 carries on the free document encryption in Visual C using the Rijndael algorithm, a rijndael encryption algorithm use example, although the graphical int
RSA算法小实例
- 某位朋友\"用C#做的加密解密的东西,做在一起,有点乱,只是作为交流学习\"-certain friends "with C# to do encryption and decryption of things to do together, a little bit chaotic, but as the exchange of learning"
TooMuchOfEncodingArithmetic
- 加密解密算法大全。很多很多的加密解密的实例,纯C语言编写,涵盖了流行的几十种加密算法。-encryption and decryption algorithm Solutions. Many, many examples of encryption and decryption, pure C language, covering dozens of popular encryption algorithm.
MD5
- C++版本的md5消息摘要算法实现,带使用实例。-C++ version of the md5 message digest algorithm, with use cases.
CdesEnctoDelphiDesDec
- 本实例解决从C#中导出文件,经标准DES算法加密后再经Base64编码,对该文件通过delphi7进行Base64解码和Des算法解密后还原-To solve this example from the C# In the export file, with the standard DES encryption algorithm and then by the Base64 encoding, the document through the Delphi7 for Base64 decod
Md5Code
- C++编写的MD5加密算法校验并计算的一个实例,DOS提示窗模式,主要功能实现了字符串摘要、文件摘要功能。 Md5.cpp是算法的核心代码,来自rfc-1321 ;Main.cpp是主窗口程序。在命令提示符窗口中输入你要进行MD5运算的字符串,程序会计算出对应的MD5加密字串。-C++ to prepare the MD5 checksum encryption algorithm and an example of the calculation, DOS prompt window
des
- 基于C++的DES加密算法实现代码实例。-The code for the encrypt arithmatic of the DES base on the c++ program language
aes
- AES 加密算法的一个精巧实现,提供加密实例-a cute C implementation of AES cryption algorithm
DES
- 基于C++的DES加密算法实现代码实例-C++ based on the DES encryption algorithm code examples ...........................
classicAirthmetic
- c语言中的许多算法描述,以及实例说明。包含各种库函数。- c program airthmetic acount
DES
- C语言下的DES算法实例代码:包括MD5,MD3原理说明,算法实现。-DES algorithm under the C language example code include: MD5, MD3 principle stated algorithm.
paixu
- C经典数值算法实例源码,C语言程序设计必看源码,内含多种排序算法,如PCBUB0、PCHAP0、PCSHL0等。-C classical numerical algorithm example source code, C language programming must-see source code, containing a variety of sorting algorithms, such as PCBUB0, PCHAP0, PCSHL0.
yhj
- C写的银行家算法代码实例,运行时先CMD打开命令提示符,然后将生成的EXE文件拖放至提示符窗口中-Bankers algorithm written in C code examples, when the first run CMD to open a command prompt, and then drag and drop the generated EXE file to prompt
yhj
- C写的银行家算法代码实例,运行时先CMD打开命令提示符,然后将生成的EXE文件拖放至提示符窗口中-Bankers algorithm written in C code examples, when the first run CMD to open a command prompt, and then drag and drop the generated EXE file to prompt
finger(-C)
- 指纹图像增强、求方向图、二值化、细化、特征提取、特征匹配等算法 的c语言源程序,还有实例演示,本人千辛万苦才找来的, 提供给大家分享。 -Fingerprint image enhancement, seeking direction map, binarization, thinning, feature extraction, feature matching algorithm c language source code, as well as examples of pre
Win32_Prj
- 自已写的C语言实例源码,包含排序算法,链表,常用库函数练习等-The source code of C practice,including sort arithmetic,link and C lib function practice and so on
ICU4C-Sample
- ICU4C 应用实例。关于ICU4C介绍如下: ICU4C是ICU在C/C++平台下的版本, ICU(International Component for Unicode)是基于 IBM公共许可证 的,与开源组织合作研究的, 用于支持软件国际化的开源项目。ICU4C提供了C/C++平台强大的国际化开发能力,软件开发者几乎可以使用ICU4C解决任何国际化的问题,根据各地的风俗和语言习惯,实现对数字、货币、时间、日期、和消息的格式化、解析,对字符串进行大小写转换、整理、搜索和排序等功能,必须一
Peterson_producer_consumer
- 在linux下使用C语言,Peterson 算法实现生产者消费者的一个实例。-An example of Peterson algorithm to achieve a case of producer consumer by using C language on linux.