-
This algorithm was developed by Professor Ronald L. Rivest of MIT and can be fou
This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C++ derivative of the original C implementation of Professor Rivets. The library code itself is platform-independant and has been tested in Redhat Linux. I ve included the sample code and makefile that I used for the Linux test. The demo, however, was written with Visual C++ 6 on a Windows 2000 platform.-This algorithm was developed by Professor Ronald L. Rivest of
MIT and can be found presented in several languages. What I provide to
you here is a C derivative of the original C implementation of
Professor Rivets. The library code itself is platform-independant and
has been tested in Redhat Linux. I ve included the sample code and
makefile that I used for the Linux test. The demo, however, was
written with Visual C 6 on a Windows 2,000 platform.
- 2022-01-27 12:21:27下载
- 积分:1
-
利用遗传算法进行阈值分割
本算法利用遗传算法根据otsu原则迭代计算得到图像的最优分割阈值。
使用了opencv库。
- 2022-02-03 09:05:06下载
- 积分:1
-
AVL Tree的实现
AVL Tree的实现-achieve AVL Tree
- 2023-08-12 21:35:03下载
- 积分:1
-
CRC校验分析算法
一个非常实用的CRC校验分析器的源代码,适合初学者和正在开发通信系统中CRC校验分析算法的实用。
- 2022-02-27 05:24:17下载
- 积分:1
-
泊松表面重建 -
在这篇文章中的代码要求用户选择一个点集,然后使用Delaunay三角网在这些点创建多面网格。 [我们正在创建一个多面网格我们仅限于32,767顶点。这是已知的限制使用PolyFaceMesh对象时:在AutoCAD2010新SubDMesh目的它应该是可能写在不脱离这种限制的影响的一个版本。有所期待,从未来的职位...]
- 2022-08-24 19:05:50下载
- 积分:1
-
加权最小二乘对比(共轭梯度解法)
资源描述本程序用于对比欠定方程组的最小二乘解和加权最小二乘解,通过调节不同的权重系数,能够得到合理的方程组的解。
- 2022-03-13 10:26:18下载
- 积分:1
-
交互支持向量机学习算法及其应用
交互支持向量机学习算法及其应用- Alternately supports the vector machine study algorithm and its
applies
- 2022-03-18 12:04:40下载
- 积分:1
-
阅读使用MATLAB的三维人脸模型
它对于三维人脸或目标识别非常有用,它包含一个gui,可以帮助您查看或应用加载的三维文件类型上的命令
- 2022-01-28 21:06:36下载
- 积分:1
-
RC6 算法实现
/ * * * RC6 描述 * * * /
/ * 这是一种独立的加密算法的实现: * /
/* */
/ * RC6 由 Ron Rivest 和 RSA 实验室 * /
/* */
/ * 这是一种候选的高级加密标准算法 * /
/ * 美国国家标准和技术方案。*/
/* */
/ * 在此实现中的版权由 B R 格莱德曼博士但我 * /
/ * 特此授予其免费直接或衍生使用主
- 2022-08-03 18:16:31下载
- 积分:1
-
c语言程序练习
编程,输入正整数n,求n的阶乘。
编程,统计字符串中数字字符的个数。
打印出水仙花数。
编程,判断字符串是否为回文。
编程,判断正整数n是否为完数。
- 2022-02-28 22:39:29下载
- 积分:1