-
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
-
plural example
复数示例-plural example
- 2022-03-11 09:34:46下载
- 积分:1
-
求循环小数
对于任意的真分数 N/M ( 0 < N
- 2022-05-31 02:22:57下载
- 积分:1
-
可实现FFT功能的C语言源代码,经过适当修改即可应用到不同的FFT变换的工程中,适合初学者理解FFT的原理...
可实现FFT功能的C语言源代码,经过适当修改即可应用到不同的FFT变换的工程中,适合初学者理解FFT的原理-FFT function can be achieved C language source code, after appropriate modifications can be applied to different projects FFT transform, suitable for beginners to understand the principles of FFT
- 2023-09-02 00:05:03下载
- 积分:1
-
生活 2D 细胞自动机的游戏
基于生命 Conway´s 游戏与案文和葡萄牙文中的注释的 2D 细胞自动机一个 c + + 实现。
元胞自动机是什么?
元胞自动机是人工智能的一个字段。元胞自动机是上一个单元格的矩阵算法的实现。这是 2D 细胞自动机,因为在列中排列的单元格和行。有一个基本的规则,确定单元格的状态。由状态我的意思是上或下一个单元格的条件。在我执行黑的颜色是红色的而白已关闭。
你的 "规则" 是什么意思?
由规则,我的意思是: 应用于每个单元格,以确定其当前状态的一个基本条件。当前状态被受本身的前一状态和/或其邻居的前一状态。
你的邻居是什么意思?
在 2D、 每个单元格四周 8 其他单元格。看看在一个电子表格应用程序中的任何单元格和计数周围特定单元格的单元格数目。你会发现它是 8。
同样,邻国 1 D 中的数是 2 和 3d 是 26。
编号从 0 的单元格的邻国的图形表示。这是正在使用的这种实现公
- 2022-10-02 02:55:03下载
- 积分:1
-
非
非线性多分辨率信号的分解,论文及matlab代码-Non-linear multi-resolution signal decomposition, papers and matlab code
- 2023-08-30 21:35:04下载
- 积分:1
-
有用的光盘工具安装向导软件
有用的光盘工具安装向导软件-useful tool installation wizard CD-ROM software
- 2022-03-03 10:35:37下载
- 积分:1
-
石子合并问题C++
在一个圆形操场的四周摆放N堆石子(N≤100),现要将石子有次序地合并成一堆。规定每次只能选相邻的两堆合并成新的一堆,并将新的一堆的石子数,记为该次合并的得分。编一程序,读入堆数N及每堆石子数(≤100)选择一种合并石子的方案,分别得到合并这N堆石子为一堆,可以得到的最大得分和最小得分
- 2022-10-12 06:40:03下载
- 积分:1
-
手写字体识别
应用背景主要是对手写字体进行识别,首先训练手写字体库,可在官网下载手写字体库。对样本库中的样本进行训练,进而识别多种手写字体,主要针对0--9这10个数字,可以准确进行识别。关键技术主要采用C和OPENCV混合编程,提取样本HOG特征,运用SVM分类器对样本进行分类识别。获得训练分类器后,可以自己手写一个0--9中的任意字体,放入分类器中进行识别。
- 2022-01-20 23:45:10下载
- 积分:1
-
This is a compiler for a small pascal procedures it is not enough for some but a...
这是一个用来编译pascal的一个小程序有些还不行但也发了-This is a compiler for a small pascal procedures it is not enough for some but also made a
- 2022-02-05 02:30:56下载
- 积分:1