资源列表
matrix
- 生成稀疏矩阵数据,一行一个数据,每行三个数据:行,列,值(=1)-generate sparse matrixs data,each line contains three data as row,column and value(=1) means a cell of a matrix
Aitekenaromberg
- 在学大学习数值计算时编写数值算法,本程序是基于C语言编写的Aiteken加速收敛法和romberg求积算法。-Numerical study in school when writing large numerical algorithm, the program is based on the C language Aiteken accelerated convergence method and romberg quadrature algorithms. .
csum
- 对有缺测的数据求和 用法: y=csum(x,k,c) x为有缺测的数据,如仪器观测数据 k为对第几维求和 c为控制条件,如c为50,表示有50个以上的观测时才求和,否则为nan;如c为-5,表示缺测在5次以下才求和,否则nan-calculate the statistical sum of data but tick off nan Usage: y=csum(x,|k) or y=csum(x,k,|c), k can be [] [m,n,...]
matrix_add.h
- 适用于大型稀疏矩阵 矩阵加法 c语言 来自于有限元方法编程-Suitable for large sparse matrix matrix addition
ArrangeLine-
- 给出多个接线柱,进行连线,连线在同一个层里不能交叉。 求第一层里最多有多条线。-Given more than one terminal, make the connection, the connection can not be in the same layer in a cross. Up to ask a number of lines in the first layer.
GCTQ
- 一个从CAD文件中提取高程文件的fortran小程序-Extract the elevation data CAD document
DFT
- DFT。使用c#语言,实际项目里的源代码,运算速度快,可实时分析计算。-DFT. Using c#,very fast
用lingo求解最短路的范例
- 用lingo求解最短路的范例,可在lingo9上运行,Lingo with an example of solving the shortest path can be run in lingo9
apFFT_Test 和大家分享一个全相位FFT
- 和大家分享一个全相位FFT,matlab程序,程序中全相位fft实现方法有两种,注释掉的根据原理推到得来,自己看吧。-And share a full-phase FFT, matlab program, the program fft implementation in all phase two, comment out the basis of the principle pushed to come, see for yourself.
fft
- fft程序,高质量,效率高,大把方法飞机及附件啊 -fft
fan
- 问题描述: 球赛门票的售票处规定每位购票者限购一张门票,且每张门票售价50元。购票者中有 m位手持50元钱币,另有n人手持100元。假设售票处开始售票时无零钱。问这m+n人有 几种排队方式可使售票处不致出现找不出钱的局面。 编程任务: 对给定的m,n(0<=m,n<=11),输出各种排队方式(从小到大),计算出排队方式总数。 -Problem Descr iption: The box office ticket sales are limited to th
Recursive
- 利用递归方法求5!。 利用递归函数调用方式,将所输入的5个字符,以相反顺序打印出来。-Using recursive method for solving 5!. Use recursive function call to the input of five characters, printed in reverse order.