搜索资源列表
fbt
- 读写绿山数据库文件,并能自动转换成文本和二进制转换的VC代码
DFT
- 一个关于傅里叶变换的程序,可以从桌面读入文本-One on the Fourier transform of the program, you can read text from your desktop
Level_A
- 编制n元一次方程组求解程序。其中n用全局变量定义,方程中的增广矩阵从文本文件中读入,求解方法用列主元消去法。-The preparation of n-linear equation group solver. Where n using the global variable definition, equation Augmented Matrix read from a text file, solving method principal component elimination me
Level_B
- 编制一维数组排序程序。数组大小n用全局变量定义,数组数据从文本文件中读入或随机生成。包含冒泡排序、选择排序、插入排序三种排序方法。程序能够选择使用任何一种方法排序。-The preparation of one-dimensional array sorting program. Array size n with the global variable definition, an array of data read from a text file or randomly generate
equation
- 解线性方程组的控制台程序,程序里有一个向量类,一个矩阵类和一个方程类;可以用键盘输入数据,也可从文本文件中读入数据,输出结果到屏幕和文本文件。-Linear Equations of the console program, the program there is a vector class, a matrix equation of class and a class can use the keyboard input data can also be read from a text
ju
- 特征值分解(B级) 功能要求: a) 输入一个对称正方矩阵A,从文本文件读入; b) 对矩阵A进行特征值分解,将分解结果:即U矩阵、S对角矩阵输出至文本文件; c) 将最小特征值对应的特征向量并输出至文本文件; d) 验证其分解结果是否正确。 说明:矩阵特征值分解被广泛运用于土木工程问题的数值计算中,如可用于计算结构自振频率与自振周期、结构特征值屈曲问题等-Eigenvalue Decomposition (B grade) Functional requiremen