资源列表
CDIV
- 包括复数除法和复数乘幂的计算,这是数学计算中的基础。-Including complex division and complex power calculation, which is the basis of mathematical calculations.
cubic_subdiv
- Subdivision interpolation using cubic B-spline wavelet.
ok
- 以字符形式打开文件 其中x.txt是数据文件 16进制转化为10进制数,存入alpha矩阵 将得出数据存入新的b.txt文档 - Open the file in characters which are data files x.txt hexadecimal to decimal conversion, alpha matrix deposit will yield data into a new document b.txt
LPF
- 低通滤波算法,采用一阶低通滤波算法,可以广泛使用在电力信号滤波和模拟信号滤波等领域。-Low-pass filtering algorithm, using first-order low-pass filtering algorithm can be widely used in the power signal filtering and analog signal filtering and other fields.
count_num
- 数字计数问题: 一本书的页码从自然数1开始顺序编码到N。 页码按照通常的习惯编排,即每个页码不能含多余的前倒数0, 例如,第2页的页码为2,不能是02、002等。 数字计数问题要求从键盘输入页数N, 输出全书页码中分别用到0~9的数字的次数。-Digital counting problem: The pages of a book the natural number coding to N 1 began to order. Page number acco
lingo vrp
- lingo vrp计算模型,可以由多个节点计算指定数目的重心。
sqrt_q15
- 采用泰勒级数展开法编写的定点化的开方运算,定点化精度为Q15-Taylor series expansion method used to prepare the prescr iption of the fixed-point computation, fixed-point precision for Q15
Pinball
- VC++解决弹珠游戏问题,常用算法中的优秀解答-Pinball games VC++ to solve problems, answer the outstanding common algorithm,,,,
Lagrange_Parabolic
- 1:利用差分方法数值求解抛物方程,适当改编后,可以用于求解其他的抛物方程,2,: 利用符号运算计算lagrange插值基函数。-1: Using the method of differential numerical solution of parabolic equations, appropriately adapted, can be used to solve parabolic equation 2: the use of symbolic computation lagrange
jacobi
- 线性方程组求解Jacobi迭代法C++程序-Linear equations Jacobi iteration C++ program
Gauss-Seidel-iteration-method
- Gauss-Seidel iteration method
selection_sort
- Selection sort algorithm.