资源列表
1
- 大数乘法函数Multiply: 输入:两个任意长度的10进制整数序列字符串,如4567891234567890或者101 输出:一个10进制整数序列字符串,为所输入两个数的乘积,如4567891234567890*101=461357014691356890
guoqi
- CLIPS是一个专家系统,它用C语言编定。全称是The C Language Integrated Production System. 它可以应用到很多的系统上,如Microsoft Windows,Macintosh,VAX 11/780等。事实上,由于CLIPS 由C语言编写,所以理论上,只要有C语言的编绎器,我们可以将CLIPS移值到任何的系统上。 专家系统是将某领域专家们的知识与经验,经过知识加工服务的过程,建立一套以推理的方式来解 决问题的系统。它就像某一领域的
bpsample
- 以某区水文数据为例,在matlab7中构建BP神经网络,进行仿真预测。-Hydrological data in a certain district, for example, in matlab7 Building BP neural networks, simulation prediction.
datacheck
- simu lating training data for training
FFT
- 基于c++的信号快速傅里叶变换,简单实用-FFT
Guass
- 高斯全主元消去算法是一种求解一般线性方程组的一种有效方法-Guass
Lab1
- C++编程实例 //Lab1 追赶法求解三对角方程 //要求:输出结果用科学计数法表示,小数点后保留8位有效数字 //作者:于涛 //学号:GS1003217 //时间:2011年7月9日-C++ programming examples// Lab1 catch method for solving tridiagonal equations// requirements: the output of scientific notation, decimal to ret
FFT
- 这是用C++编的fft算法程序源码,欢迎下载-This is in C++ source code of the fft algorithm, please download
merge
- 这个源代码包含递归合并和迭代合并两种算法,方便初学算法分析成员,希望站长验收下!-The source code contains a recursive consolidation and iterative combination of two algorithms, convenient beginner Algorithm members, I hope the owners acceptance under
Hand-in-Hand
- /*题意:判断两幅图是否同构 图中即判断图中环和链的个数是否相同 环和链是否一一相对应 利用并查集 一个集合中若人数num[]和拉手对手p[]相等 则为环,num[]==p[]+1则为链*/-/* The meaning of problems: to determine whether the two images with a composition that judge whether each of the corresponding figure rings and chains
ninewton
- 拟牛顿法求解方程,计算每一步的结果以及最终迭代次数-Quasi-Newton method for solving equations, each step of the calculation results and the final iterations
Lagrange.m
- Lagrange插值算法,开发环境为matlab,内有注释-Lagrange interpolation algorithm development environment for matlab, there are comments