-
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
-
这个矩阵C++模板类图书馆是执行常见的矩阵运算…
This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this header file in your program source file
- 2022-06-03 16:33:22下载
- 积分:1
-
矩阵求逆算法程序, c++ 编写
矩阵求逆算法程序, c++ 编写-matrix inversion algorithm, c prepared
- 2022-04-18 21:58:20下载
- 积分:1
-
FFT
详细讲解了FFT的原理,使一些基础知识,不过还是非常实用的-FFT
- 2022-06-27 21:19:02下载
- 积分:1
-
Householder method least squares problems. Avoid conventional methods encountere...
Householder法求解最小二乘问题。可以避免常规方法遇到奇异矩阵(即行列式|A|接近零)时误差太大的问题。本方法的精度非常高。-Householder method least squares problems. Avoid conventional methods encountered singular matrix (that is determinant | A | close to zero) error much of a problem. The accuracy of this method is very high.
- 2022-05-27 00:41:32下载
- 积分:1
-
数值分析插值算法
数值分析插值算法-numerical analysis interpolation algorithm
- 2022-03-30 18:09:41下载
- 积分:1
-
介绍了有关最小生成树prim的生成途径以及程序具体设计
介绍了有关最小生成树prim的生成途径以及程序具体设计-Describes the generation of the minimum spanning tree prim specific design of channels and programs
- 2022-08-13 07:25:03下载
- 积分:1
-
我自己写的一个三次样条插值算法,自已感觉很严密,请大家指正。...
我自己写的一个三次样条插值算法,自已感觉很严密,请大家指正。-I wrote it myself a cubic spline interpolation algorithm, self-feelings are very close, please correct me.
- 2022-06-18 06:00:33下载
- 积分:1
-
拼图小游戏
应用背景
拼图小游戏源码说明
主要用于C#算法的学习与应用 面向对象的编程方法 拼图的事件处理 判断是否过关的最方便的算法 键盘控制和鼠标控制的方法
关键技术GDI+ 绘图方法、鼠标和键盘事件处理、面向对象、最优的判断是否过关的方法、拼图随机打乱方法
- 2022-01-23 10:41:59下载
- 积分:1
-
sift算法
这是基于MFC的sift算法,在VC上运行通过,代码注释比较详细,分块比较清晰,通过按键可以生成高斯金字塔,差分金字塔特征点和方向,已经特征点的文档
- 2022-04-19 07:31:01下载
- 积分:1