搜索资源列表
2296_Regression
- Polynomial fit functions === === RegressionObject.cls contains a class that provides an easy way to add polynomial regression functionality to any application. If you just want linear regression or a very high degree, no matter: this class ha
FFT_XISHU
- 用于计算fft系数的程序,其中点数为2的n次幂可变-used to calculate the coefficient of procedures, which add up to two times the power of variable n
qiujie
- 【问题描述】已知线性方程组AX=B,求解该方程组。参考算法: 消去法:将列向量B加到矩阵A的最后一列,构成增广矩阵AB。对AB进行下列三种初等变换,使原矩阵A的部分的主对角线上的元素均为1,其余元素均为0,则原列向量B的部分即为X的值: 1. 将矩阵的一行乘以一个不为0的数 2. 将矩阵的一行加上另一行的倍数 3. 交换矩阵中两行的位置 - [ Question descr iption ] known system of linear equations AX=B, s
Experiment-for-FFT-convolution-using-Overlap-Add-m
- 采用FFT和IFFT的快速卷积的C程序实现源代码。-FFT and IFFT fast convolution C program source code.
syyxcf3D
- fdtd(时域有限差分)的3维仿真程序,用C语言编写,尚未添加PML吸收边界条件。-fdtd (FDTD) of the three-dimensional simulation program, the C language, PML yet to add absorbing boundary conditions.
LPC2294ad
- AD转换,可以ADI公司的芯片操作!,自己可以扩展,可以加进自己的算法。-AD converter, ADI's chip operation! They can be extended, can add their own algorithms.
pai
- 本题的算法中涉及的三个函数: double bbp(int n,int k,int l) 其中n为十六进制位第n位,k取值范围为0到n+7,用来计算16nS1,16nS2,16nS3,16nS4小数部分的每一项。返回每一项的小数部分。 void pi(int m,int n,int p[]) 计算从n位开始的连续m位的十六进制数字。其中p为存储十六进制数字的数组。 void div(int p[]) void add(int a[],int b[]) 这两个函数都是为最后把十六进
add
- 从1加到N还有N!两个算法实现 N自己设置大小 没有限制 只要内存够大 CPU够快就行 我算100!用1秒多 结果我记得好像有300多位呢
fft
- MATFOR FFT Visual Fortran program. MATFOR Extensions, as implied in the name, are data or components external to MATFOR modules that can be used to add versatility to MATFOR programs. Currently there are two types of extensions available with MATFO
add
- 详细的矩阵类的运用,加法,经调试过,可用
FullBNT
- 贝叶斯算法(matlab编写) 安装,添加目录 /home/ai2/murphyk/matlab/FullBNT-Bayesian algorithm (Matlab preparation) installed, add directory / home/ai2/murphyk/matlab/FullBNT
exlp
- 一个小型计算器,可以进行/加/减/乘/除/开放运算,希望你们喜欢。-a small calculator, can / add / subtract / multiply / addition / open computing, I hope you like.
简单的四则运算题
- 编程序,循环进行如下的处理过程:由计算机生成简单的四则运算题;用户给出答案;计算机判断对错。直到用户回答说不再继续做了时结束程序。 提示:可让用户选择指定出加、减、乘、除哪一种运算题,以及出一位数还是两位数的运算题;而后通过使用“rand()%10”或“rand()%100”来获得一个0到9的一位整数随机值或得到0到99的两位整数随机值来为用户出题。还可进一步对用户所做算术题的对错次数进行记录,结束程序时给出一个某种形式的成绩。 ,Programmed, recycling process
SPARSKIT2.tar.gz
- 这是Yousef Saad编写的矩阵运算的Fortran软件包(A basic tool-kit for sparse matrix computations (Version 2),包含常见的排序,预处理(ILU分解等),Krylov子空间迭代法,以及有限差分等方法得到的算例等。有不少很实用的子程序(比如稀疏矩阵相加、相乘等等,可以学习专家的设计哟!)。极力向学习大型线性方程组数值解的人推荐(不足之处就是Fortran实现,本人觉得还是C语言好)。,Yousef Saad This is pr
Matrix
- c语言实现矩阵运算。包括矩阵加减法,乘法,转置,求行列式,求逆矩阵等。-Matrix algorithm ,realized by c language.including matrix add,multiply,transpose,determinant,inverse.
c_for_FEM_postpro
- 利用c++进行有限元分析的可视化实现 xyz.txt是ansys有限元分析后输出的所有节点坐标 danyuan.txt为有限元分析的所有单元包含的节点编号 jiedianjie.txt为有限元分析后,每个节点的应力值-a.dsp This file (the project file) contains information at the project level and is used to build a single project or subpr
JiSuanQi
- 超大整数的加减乘除,模乘模幂等等基本运算,并且配上了界面,操作方便。-add minus and Multi, and Modul and so on with big big number
add-sub-and-or
- add sub. and or 加法 減法-add sub. and or
Singly-linked-list---insert--remove--add--count.r
- Singly linked list - insert, remove, add, count
Add-Gaussian-noise-to-the-program
- 添加高斯噪声的程序,可以研究算法对信号抗噪性的鲁棒性,以及噪声压制-Add Gaussian noise to the program