搜索资源列表
szfx_zjsj
- 数值分析中的求解算法-直接三角分解法 程序用C++语言编写。经过编译测试-numerical analysis of algorithm-direct triangular decomposition process using C language. After compiling test
lzgsxyf
- 数值分析中的求解算法 列主元高斯消去法。已经过编译测试-numerical analysis of the algorithm shown in the main yuan Gaussian elimination method. Has been compiled test
qzgsxyf
- 数值分析中的求解算法 全主元高斯消去法 已经过编译测试-numerical analysis of the whole algorithm PCA Gaussian Elimination Act has been compiled test
szfx-dzy
- 数值分析大作业,北京航空航天大学 研究生一年级课程设计 已经过编译测试
szfx-dzy2
- 数值分析大作业2,北京航空航天大学研究生一年级课程设计 已经过编译测试
juzhenjishuan
- VC++ 写的一个矩阵计算器程序,带有源码和详细的分析报告,可以直接作为课程设计报告 阐述了选择矩阵计算器程序的理由和要完成的目标,分析了本程序要实现的各项功能,给出了程序的流程图;分析了求矩阵的逆,矩阵的秩,和求行列式的值的算法;说明了测试程序的方案,就测试中遇到的问题给出了相应的解决方法;
WAVELET(FORTRAN语言编写)
- 小波分析算法,有详细的使用指导,经测试无误。
newtonforNsqrt
- 牛顿法求N次方根,经典的数值分析方法,已测试运行无误-Newton' s Law of seeking N-th power roots, classical numerical analysis methods have been tested to run correctly
gussian_rowscale
- 用C语言实现高斯换行的数值分析算法,经VC2005测试可行-With the C language implementation Gauss numerical analysis algorithms for the line, after testing a viable VC2005
sushu
- 使用Eratosthenes算法编写程序,求20000以内的素数,每隔500为一个测试点,每个测试点计算五次,记录每次的运行时间求平均值,结合计算机硬件配置以及运行时间随数据规模的增大的变化情况分析计算机性能。-To write programs using the Eratosthenes algorithm, find the prime numbers less than 20,000, every 500 to a test point, the calculation for each
fanmifa
- 数值分析中的反幂法的设计实现,包括测试数据。-Numerical analysis of inverse power law design and implementation, including test data.
PRproject_lda
- 线性判别分析(LDA,全称Fisher Linear Discriminant Analysis)算法的C#实现源码,根据stprtool box for matlab中的LDA.m编写。用到MathNet库做相关的矩阵运算,使用zedgraph控制绘图。有简单的测试数据。- C# source code of linear discriminant analysis (LDA, full name of the Fisher Linear Discriminant Analysis) algo
TimeComplexity
- 测试算法在不同规模下的时间复杂度,学会如何分析一个算法的时间复杂度;-Test algorithm under different time scale of complexity and learn how to analyze the time complexity of an algorithm
jisuanfangfa_epm5s
- 计算方法实验课报告代码,自己写的,包含龙贝格算法,高斯赛德尔迭代,牛顿下山法,龙格-塔库算法,可以用作数值分析实验参考………… 程序已经VC6.0测试,实验考试分数96,希望能对你有所帮助。 算法可能稍微繁琐一些,但是更像一个学生的作业,就不要上网上去down一些高级程序员的作品了。-for SHUZHIFENXI examination
wufenzhi
- 小李是计算机学院的教学秘书,每学期都要对每个班级的学生成绩分析统计,其中一项重要工作就是把学生的百分制成绩转换为五分制。在长期的工作中,他发现,采用传统的转换方法,效率较低,耗费他大量的时间和精力,所以他想改变他的工作方法,以提高工作效率。细心的他发现,一个班级中学生成绩分布有一定的规律:一般情况下,中等成绩者最多,占总人数的38 ,其次是良好的占30 ,优秀生占10 ,及格生占16 ,不及格率占10 。根据这一规律,他设计一个理想的转换方案。为了验证方案的高效性,他进行了多次对比测试,测试结果
FFTandTestInBCB
- FFT算法用标准C++实现,具有实数FFT变换函数、复数FFT变化函数,以及频谱分析功能。并给出了该算法在C++Builder环境下测试代码。-This file contains a few FFT routines, including a real-FFT routine that is almost twice as fast as a normal complex FFT, and a power spectrum routine when you know you d
Lagrange
- 测试十分有用,数值分析中的插值函数C语言实现,实现的是Lagrange算法。-Numerical analysis of the Lagrange implementation
xxx
- 数值分析中的割线法(半分法的应用)的C语言实现,经过本人测试十分有用-Secant (half the method of application) in the numerical analysis of the C language, very useful after I test
twopoint
- 用两点法辨识一阶惯性滞后系统,测试结果比例系数和时间常数辨识结果较准确,但输入延迟时间差距较大,分析其原因,可能是因为在曲线上取的两点坐标不准确,因为离散的数字量坐标取值方法有误。-Two points
Inversional-gorithmof
- 针对Projection迭代反演算法对噪声极其敏感, 及在实际应用中造成粒度测量失真的问 题, 引入Vondrak数据平滑算法对Projection反演进行平滑处理。借助Visual C+ + 6. 0开发 平台, 编写测试软件对算法应用进行了仿真研究。通过分析比较平滑处理前后的反演结果, 得 出Vondrak数据平滑处理算法的引入有效提高了Projection反演的抗干扰性能。实验结果表 明: 基于Vondrak数据平滑处理的Projection反演结果能够反映粒度的真实分布,