搜索资源列表
FOR1
- Fortran常用算法程序集-徐士良(著),本书讲解了各种数值计算方法及其程序实现,此为程序第一部分。-Fortran algorithms procedures set-XU Shi-liang (a) The book on the various numerical methods and procedures to achieve this first part of the procedure.
yuanma
- 数值计算方法解方程组实例,利用Gauss-Seidel迭代法解方程组
Csharpshuzhijishuan
- C#编写的数值计算方法,线性插值,龙贝格算法,《C#数值计算方法》的配套书-C# prepared by numerical method, linear interpolation, Romberg Algorithm, " C# Numerical Calculation Method" book package
wxjsjyl
- 现代计算机是微电子学与计算数学相结合的产物。微电子学的基本电路元件及其逐步向大规模发展的集成电路是现代计算机的硬件基础,而计算数学的数值计算方法与数据结构则是现代计算机的软件基础。 -Modern computer science and computational mathematics microelectronics product of the combination. Microelectronics basic circuit elements and their progres
specfunc
- 特殊函数程序集,包含了特殊函数的零点,倒数等的数值计算方法-Special function assembly, including a special function zero, numerical methods such as reciprocal
language12-17casesofactual
- 实例12 简单的计算器 实例13 时钟程序 实例14 华氏温度和摄氏温度的相互转换 实例15 SimpleDebug函数应用 第2部分 数值计算与数据结构篇 实例16 常用的几种排序方法 实例17 广度优先搜索及深度优先搜索-Instance 12 Simple calculator Instance 13 Clock program Instance 14 Fahrenhe
simbook_files
- 基于MATLAB/Simulink的系统仿真技术与应用本书首先介绍了MATLAB语言程序设计的基本内容,在此基础上系统地介绍了系统仿真所必要的数值计算方法及MATLAB实现,并以Simulink为主要工具介绍了系统仿真方法与技巧,包括连续系统、离散系统、随机输入系统和复数系统的仿真,-System based on MATLAB/Simulink simulation technology and application of the book first introduces the basi
numericalsolution
- 针对常微分方程的数值解法,包含三个程序,可用于计算方法,数学建模等课程-For numerical solution of ordinary differential equations, including three procedures, the method can be used to calculate mathematical modeling course
IntGauss
- 高斯积分数值计算方法,为2010MatlAB版本,希望有用-Gauss numerical integration methods for 2010MatlAB version, hope useful
Desktop
- 《MATLAB宝典》由浅入深、循序渐进地介绍了MATLAB7.0的知识体系及操作方法。全书共分14章,内容涵盖了MATLAB7.0概述、基础知识、数值运算、数据分析、符号计算、数据的可视化、M语言程序设计、Simulink仿真系统、句柄图形、GUI、文件输入/输出、编译器和应用程序接口等。-MATLAB collection , the shallower to the deeper gradual introduction of the knowledge system and operat
8
- 等温椭圆接触弹流润滑数值计算方法与程序,可输出计算压力膜厚-Isothermal EHL Elliptical Contacts numerical methods and procedures, the film thickness can be calculated pressure output
9
- 有两方向速度等温椭圆接触弹流润滑数值计算方法与程序,用于涡轮和螺旋齿轮的计算。-There are two directions speed Isothermal EHL Elliptical Contacts numerical methods and procedures for calculating the turbine and helical gears.
kenqenjan
- 分数阶傅里叶变换计算方面,是小学期课程设计的题目,微分方程组数值解方法。- Fractional Fourier transform computing, Is the topic of the elementary school stage curriculum design, Numerical solution of differential equations method.
7854
- 滤波求和方式实现宽带波束形成,该函数用来计算任意函数的一阶偏导数(数值方法),关于小波的matlab复合分析。- Filtering summation way broadband beamforming, This function is used to calculate the arbitrary function of the first order partial derivative (numerical methods), Matlab wavelet analysis on co
iumer
- 利用最小二乘法进行拟合多元非线性方程,MinkowskiMethod算法 ,该函数用来计算任意函数的一阶偏导数(数值方法)。- Multivariate least squares fitting method of nonlinear equations, MinkowskiMethod algorithm, This function is used to calculate the arbitrary function of the first order partial derivati
as611
- 数值分析的EULER法,二维声子晶体FDTD方法计算禁带宽度的例子,算法优化非常好,几乎没有循环。- EULER numerical analysis method, Dimensional phononic crystals FDTD method calculation examples band gap, Algorithm optimization is very good, almost no circulation.
gen-V3.0
- 本程序的性能已经达到较高水平,信号维数的估计,该函数用来计算任意函数的一阶偏导数(数值方法)。- The performance of the program has reached a high level, Signal dimension estimates, This function is used to calculate the arbitrary function of the first order partial derivative (numerical methods).
NMES_Margrave
- 书中详细介绍了地震勘探中的一些非常重要的数值计算方法,并用matlab将其算法实现,有助于理解地震勘探的基本原理 。(The book details some of the most important numerical calculation methods in seismic exploration, and uses Matlab to implement its algorithm, which is helpful to understand the basic principl
MATLABSIMULINK通信系统建模与仿真实例分析源代码
- 本书介绍了通信建模仿真方法和模型验证技术,重点讨论了建模仿真原理和相关的数值计算方法、模拟通信系统、模数转换、调制与编码、信道模拟、载波与符号同步、信道均衡等内容
弹性力学平面问题边界元法计算程序(姚振汉 边界元法 源代码)
- 此程序有线性、二次、三次插值的直线单元、圆弧单元,以及二次等参曲线单元,每个边界线段除等分外、还可等比划分,还有两端加密或中部加密的对称型等比划分等功能,可以根据问题的特性合理划分边界单元,建立最合理的边界元计算模型。程序中对于弱奇异积分通过变换求得解析积分,柯西主值积分用刚体位移法处理,同时对于非奇异积分采用了等精度高斯积分,因此计算精度优于一般的边界元程序,更优于有限元等其他数值方法。