搜索资源列表
快速沃什变换源码
- 快速沃什变换源码提供了数字信号变换方法的C程序实现,并有例子应用。-rapid transformation source providing a digital signal conversion of the C program, and application examples.
vc511678900355
- 可能很多人都曾经想过要实现一些比较大的数的阶乘,但是C++中提供的标准数据类型其存储空间太小,根本无法实现。我们可以通过其他方法来实现,本程序用一个很简单的算法实现数的阶乘,程序很短,也很简单,各处都有注释,相信大家很容易就可以看懂,下载源码后在VC6.0中打开编译后即可运行,程序经少许改动可以实现更大的数的阶乘,有兴趣的读者在看完本程序后可一动手试试,其乐无穷!!希望这个程序能给大家一点帮助。程序可能还有许多不足之出,热烈欢迎各位前来指导。在下在此表示衷心的感谢!!!!! -many peop
MC1
- MC算法。简单的Monte Carlo 算法的java源码实现。 -MC algorithm. Simple Monte Carlo algorithm java source implementation.
fpgrowth
- 数据挖掘经典FP-growth算法C源码实现
Nqueenn的C++源码
- 采用c++编写,上机运行通过的N皇后实现代码,绝对可用-used to prepare, on the plane running through the realization of the code N Queen's absolutely available!
vc求星期几源码
- 是一个利用VC实现的求星期几的小程序.它可以实现你所在日期的是星期几的查询.是一个比较简单的程序.-VC is a realization of a few weeks for a small procedure. It can be achieved in your date is a few weeks of inquiries. It is a relatively simple procedure.
八皇后问题源码
- 这个应该是经典编程里面的经典算法实现的八皇后问题.也通过了测试.完全达到设计要求.
直接实现坐标转换源码(VB)
- 不用组件,直接实现坐标转换源码(VB).从经纬度转换为目的大地坐标的源码!,Components do not directly coordinate transformation implementation source code (VB). For the purpose of conversion from latitude and longitude coordinates of the source the earth!
zuiyouhua
- 此源码包是我本学期最优化理论课程的大作业,其中包括了我自己写的以下常用最优化算法的实现代码:最速下降法,牛顿法,非线性最小二乘法,DFP法。fun1,fun2是两个测试函数。谢谢!-This is my source packages optimization theory this semester courses in large operations, including my own to write the following commonly used optimization al
cpp
- dft idft fft ifft的c++源码实现 离散时间傅里叶变换 极其逆变换实现 快速傅里叶变换极其逆变换实现-dft idft fft ifft the c++ source to achieve extremely inverse discrete-time Fourier transform fast Fourier transform extremely inverse transform
sift
- sift算法说明及对应的MATLAB源码及C源码实现。-Demo code for detecting and matching SIFT features
sparse-matrix
- 此源码实现了节省模式存储下稀疏矩阵的加减乘等有关运算。-This source saving mode is stored sparse matrix addition and subtraction, multiplication, etc. related to computing.
a
- 该源码实现的是一个三次样条插值算法,适合于初学者,如果对其进行改进,可以应用到工程领域。-The source to achieve a cubic spline interpolation algorithm, suitable for beginners, to improve it, can be applied to engineering fields.
Gauss
- 该源码实现的是gauss消去法求解行列式的值,适合于初学者。-The source code to achieve the gauss elimination method for solving the determinant of value, suitable for beginners.
main
- 二分法查找的源码实现,供有需要者下载学习。-search by two division
TestMatMul
- 矩阵乘法的源码实现,并结合cuda进行加速,是最基本的cuda编程代码-matrix multiplication and cuda
arithmetic
- 压缩文件主要包含是10道算法编程题:强盗分赃,区间相交问题,取数对弈,删除问题,统计你序对,整除15,整数因子分解,最优自然数,最长公共子串。 里面每道题都是.txt,包含了题目具体的描述及源码实现。程序实现是在vc6.0完成编译通过。-Zip file mainly contains programming algorithm is 10 questions: robbers spoils, interval intersection problem, take the number of c
scientific-calculator
- 该源码实现了能自动解析表达式的科学计算器功能,包括对集合如n个元素的求和,求平均,求方差等,能对任意嵌套的表达式进行解析运算-The source code can be automatically achieved analytic expression scientific calculator functions, including the collection, such as the summation of n elements, averaged, seeking varianc
3334
- 多目标跟踪的粒子滤波器,MIT人工智能实验室的目标识别的源码,实现典型相关分析。- Multi-target tracking particle filter, MIT Artificial Intelligence Laboratory identification of the target source, Achieve canonical correlation analysis.
模拟退火
- 直接实现matlab的模拟退火算法优化,亲测可用,修改参数即可(Matlab simulation annealing algorithm optimization)