搜索资源列表
示列
- 解线性方程组的好程序。特别是数值分析,更具有优势-solution of linear equations of the program. In particular, numerical analysis, but also has advantages
shuzhifanxi
- MATLAB编写的数值分析实验的一些小程序-MATLAB prepared by the numerical analysis of a number of small experimental procedure
dataanalys
- 数值分析中几种学见数学模型的C++原代码,也可以作为数据学用工具来使用-numerical analysis of several Xue mathematical model of the original C code, as data can also learn to use tools
shuzhifenximatlab
- 这是关于基本的数值分析程序!采用压缩包上载,是一些子程序组成的。-on basic numerical analysis program! Using compression on the packet is composed of some routines.
D11
- 数值分析的一些常用程序代码-numerical analysis of some commonly used code
delphi_Gauss
- 数值分析 Gauss消元法Delphi源程序-numerical analysis Gauss elimination method Delphi source
zxcv
- 一些matlab程序,对初学者挺有用的,值得一看,关于数值分析的。-some Matlab procedures for beginners quite useless, an eye-catcher, on the numerical analysis.
vc_math_arithmetic
- 《VC++和BC++数值分析类库》光盘内含C++数值分析动态连接库(包括动态库文件*.dll和入口库文件*.lib及头文件*.h),分Visual C++和Borland C++(Builder)两个版本。另有一个曲线绘制程序Plot.exe 。 -"VC and BC numerical analysis class library" CD-ROM containing C Numerical Analysis Dynamic Link Library (DLL inc
CHWF1
- 用C语言绘图显示实现数值分析中的Euler、 advanced Eular、punge_kutta、Lagrange、Newton插值算法以及二分法和弦切法-C language mapping realize numerical analysis of Euler, advanced eular, punge_kutta, Lagrange, Newton interpolation algorithm and dichotomy Polyphonic Cut
SZFX
- 数值分析程序。。。。。好多程序下载 喜欢的朋友可以下 随时欢迎-numerical analysis program. . . . . Download like many friends ready to be welcomed
matlab_code
- 3个matlab原程序文件,包括: 1-32是:图形应用篇 33-66是:界面设计篇 67-84是:图形处理篇 85-100是:数值分析篇 -three Matlab original files, including : 1-32 : Graphics Applications articles 33-66 is : interface design articles 67-84 is : graphics processing Chapter 85-10
数值分析2
- 由于一个数值问题的精确解往往事先不知道,而用数值方法求出的计算解的误差又是不可避免的。因此,数值解是否失真,如何判断──即误差问题,成为大家所关心的重要而又困难的问题,本章只介绍了误差的基本概念和数值计算的若干原则,这对处理数值计算问题是必需的,但是仅这些还远远不能解决工程和科学计算中更为复杂的误差分析问题,还需专门分门别类地进行研究。-as an accurate numerical solution of the problem often did not know in advance,
数值分析源码
- 数字分析的实验
shuzhifenxiMATLAB
- 数值分析与matlab实现的光盘内容 里面有很多程序和例子 很清楚的-Matlab numerical analysis and the realization of the contents of the CD-ROM There are so many procedures and examples of clear
18597
- 北航数值分析第一次大作业报告,包括源程序,原理过程,以及计算结果分析
数值分析课题九十java源代码
- 东北大学数值分析上机实验课题九、十实验源代码(Northeastern University numerical analysis on the experimental subjects nine, ten experimental source code)
《MATLAB数值计算案例分析》源程序
- 数值计算案例MATLAB程序;(MATLAB, as an interactive software package of strong practicability and high efficiency and convenient to engineering calculation, included application programs such as general data analysis, matrix operation, digital signal treatment
06_UT 数值
- 使用数值积分法对目标轨道进行估计,并对误差传播进行分析(The numerical integration method is used to estimate the target orbit, and the error propagation is analyzed .)
金融数量分析——基于MATLAB编程(第4版)@郑志勇
- 本书注重理论与实践相结合,通过实际案例和编程实现让读者理解理论在实践中的应用;同时还充分强 调“案例的实用性、程序的可模仿性”,且在案例程序中附有详细的注释。例如,投资组合管理、KMV模型计 算、期权定价模型与数值方法、风险价值VaR的计算等案例程序,读者可以直接使用或根据需要在源代码基 础上进行修改使用。(This book pays attention to the combination of theory and practice, through practical cases and
PL0词法分析程序
- 三、 实验要求 1. 使用 PL/0 语言编写程序,实现输出斐波那契数列前 20 项数值。 2. 从 PL/0 编译程序源码中抽出词法分析部分,构建 PL/0 独立词法分析程序。功能:输入为 PL/0 源程序, 输出为单词符号的序列;对于标识符和无符号整数,显示单词种别和单词自身的值两项内容;对于其他单词符 号,仅显示其单词种别。 3. 使用 AutoFlowchart 画出独立词法分析程序的程序流程图,并分析每部分的功能和特点。(Iii. Experimental requ