搜索资源列表
数值分析算法描述与习题解答
- 数值分析实验题目牛顿迭代法求根 这个也是计算方法中的常用计算程序 学过的人都知道的-topic Newton iterative method for solving this calculation method is commonly used in the calculation procedures learned in the people know that the
电磁数值分析
- 利用普通的数值分析原理计算电磁场中的问题的程序。-use of the numerical analysis of the general principles calculation of electromagnetic field procedures.
用数值分析的方法计算数值分析中的pi
- 大学里必学的数值分析,必做程序之一。。。。 vb编写-University will study the numerical analysis, one must do procedures. . . . Vb prepared.
数值分析的lu分解vb 版
- 大学里数学系必学的一们课程数值分析中的经典算法————lu分解的程序vb版本-University's Department of Mathematics will study the courses have a numerical analysis of the classic decomposition algorithm-lu version of the procedure vb
数值分析作业
- 这是一个数值分析里面比较有用的程序-This is a numerical analysis inside more useful procedure
计算机数值方法
- 数值分析程序, 数值分析程序-codes of numerical analyses and calculate
matlab实用程序百例
- 1-32是:图形应用篇 33-66是:界面设计篇 67-84是:图形处理篇 85-100是:数值分析篇
数值分析及其MATLAB实现
- 本书作者以计算机软件MATLAB为操作平台,将数值分析的理论与上机实验相结合,采用数值解法、解析解法和图形可视化显示并举的全新写作手法,针对本书中介绍的每种具体数值算法,编写了具有人性化和一般化的数值算法、解析解法和图形可视化显示(如果存在的话)并举的MATLAB程序软件包,并且通过实例详细地介绍了这些软件包的使用方法,建立了数值分析机械化MATLAB软件操作平台,使数值方法实现机械化。这些程序有的运行结果可以全面展示数值计算的全过程,有的显示给用户必要的提示,有的输出数值解及其误差限或误差估计
Numerical-Analysis-and-matlab-CD
- 数值分析及其matlab光盘,文中详细描述了matlab的数值分析程序-Numerical Analysis and matlab CD
数值分析实验程序
- 基于MATLAB的数值分析实验的所有的程序,有数值分析课程的大学生值得参考。(All procedures of numerical analysis experiment based on MATLAB are worthy of the students who have numerical analysis course.)
数值分析方法
- 数值分析程序,包括4阶龙格库塔,牛顿迭代法, 高斯赛德尔迭代法(Numerical analysis program, including 4 order Runge Kutta, Newton iterative method, Gauss Seidel iterative method)
数值分析程序_c语言
- 各种数学数值分析算法,杜氏分析法,迭代法,龙哥库塔法,二分法等大量算法(A variety of mathematical numerical analysis algorithm)
数值分析上机
- 数值分析上机实验代码,matlab程序文件,哈工大研究生课程(experiment for numerical analysis with matlab)
数值分析上机1-6
- 该文件是哈尔滨工业大学数值分析实验程序,可能程序会稍微有一点错误(The file is a numerical analysis experiment program)
数值分析
- 数值分析实验课程序,包括插值、辛普森公式、高斯等(Numerical analysis experiment course program, including interpolation, Simpson formula, Gauss and so on)
数值分析课程设计
- 数值分析课程设计,各种小程序分享,适合MATLAB,C++,C(Numerical analysis curriculum design, a variety of small program sharing, suitable for MATLAB, C++C)
数值分析自编程序
- 数值分析经典算法的C语言程序实现,包括幂法、反幂法、qr分解、线性方程组解法等(Numerical analysis of the classical algorithm C language program,)
数学数值分析代码
- 高等数学数值分析课程常用的程序,非常实用(Advanced mathematics numerical analysis course commonly used procedures, very practical.)
哈工大数值分析作业程序
- 哈工大数值分析作业册后面编程内容从第一章到第四章的程序
PL0词法分析程序
- 三、 实验要求 1. 使用 PL/0 语言编写程序,实现输出斐波那契数列前 20 项数值。 2. 从 PL/0 编译程序源码中抽出词法分析部分,构建 PL/0 独立词法分析程序。功能:输入为 PL/0 源程序, 输出为单词符号的序列;对于标识符和无符号整数,显示单词种别和单词自身的值两项内容;对于其他单词符 号,仅显示其单词种别。 3. 使用 AutoFlowchart 画出独立词法分析程序的程序流程图,并分析每部分的功能和特点。(Iii. Experimental requ