搜索资源列表
逐步回归
- 程序采用可视化界面,对概率统计中的逐步回顾算法,用户可以在界面上输入变量个数,试验次数,对各种情况均可计算,最后输出回归方程。还可以从文件中载入数据,保存数据。-procedures used visualization interface to statistical probability of gradually recalled algorithm, users can interface the number of input variables, the number of all
C++_Best_Math_Library
- 该文件为c++的数学函数库!是一个非常有用的编程工具.它含有各种数学函数,为科学计算、工程应用等程序编写提供方便!-the document to the c Math Library! It is a very useful programming tools. It contains a variety of mathematical functions, for science, engineering application procedures for the preparation
TurboPascalAdvancedProgramming
- 第1章 TURBO PASCAL高级编程技术 1.1 单元及其使用 1.2 与汇编语言混合编程 1.3 与C语言混合编程 1.4 过程类型及其使用 1.5 中断例程的编写方法 1.6 动态数组及其使用 1.7 扩充内存(EMS)及其使用 1.8 扩展内存(XMS)及其使用 1.9 程序的标准数据作代码处理的方法 第2章 实用工具单元 2.1 屏幕输入与输出单元ACRT 2.2 字符串处理单元ASTR 2.3 磁盘
t_tide_v1.2beta
- 潮流调和分析程序,非常实用,里面有说明文件,基本原理是采用最小二乘法来求解超定矩阵,各种参数用来控制选择分潮,间隔时间等。-harmonic analysis
fft_conv_filters_DSPFunction_ByC
- 数字信号处理中频率响应、相关函数、fft、各种滤波器的C语言实现(各文件有功能说明)-The C edition of many DSP functions such as Frequency function,fft,filters and so on
Arranging
- 各种排序算法:多种数据类型的冒泡排序;快排;希尔排序;堆排序;结构排序;结构排序;硬盘文件排序等-A variety of sorting algorithms: bubble sort a variety of data types fast rearrangement Hill sort heap sort structure, sort structure, sort hard to sort the files, etc.
HashCalc2.02
- 校验码计算器,适合各种文件的校验码计算,方便程序的单一版本以及传播时使用-Checksum calculator, suitable for a variety of file checksum calculation, to facilitate a single version of the program and the dissemination of the use of
calculation_method_Algorithm_Design_and_Implementa
- 本电子书包涵了各种算法的MATLAB实现,具体包括插值方法、数值分析、常微分方程的差分法、方程求根、线性方程组的迭代法、线性方程组的直接法等等,还包括习题参考答案和MATLAB文件汇集-The e-book encompasses the MATLAB implementation of various algorithms, specifically including interpolation methods, numerical analysis, ordinary differenti
fangcheng
- 非线性方程组求解,很多实用方法的M文件,包括常用的各种方法-m file
matrixandoper
- 这是一个可执行文件,主要用于矩阵的各种操作和相关算法-This is an executable file, mainly for the matrix of the various operations and related algorithm
FEMBeam_CPP
- 有限元c++梁单元头文件, 各种函数声明,可以了解程序的结构-FEM c++ beam
program-design
- MATLAB作为一种广泛应用于科学计算的工具软件,不仅具有强大的数值计算、符号计算、矩阵运算的能力和丰富的绘图功能,还可以像C语言、FORTRAN等计算机高级语言一样进行程序设计,编写扩展名为.m的M文件,实现各种复杂的运算,同时MATLAB自带的许多函数就是M文件函数,用户也可以利用M文件来生成和扩充自己的函数库。-MATLAB as a widely used in scientific computing tools, not only has the great numerical ca
matrix
- 实现了矩阵中的各种操作, 包括矩阵相加,相减,矩阵乘法,矩阵转秩,余子式,求行列式的值,求矩阵特征值,LU 分解,QR 分解,求现行方程组的解等等。 是任何做科学计算工作者必备的类库。 此类库也是C++初学者极好的参考资料。类库的实现运用了运算符重载,友元,异常处理,文件输入输出,函数重载,指针,动态分配内存等一系列C++技术。-Matrix in a variety of operations, including matrix addition, subtraction,
Genetic-Algorithms
- 使用matlab编写的各种类型的遗传算法,每一种都有注释说明 可以复制到M文件中运行-Matlab prepared using various types of genetic algorithms, each with explanatory notes can be copied to M to run in files
shuzhifenxifangfa
- 本文件中包括了数值分析中的各种基本求解方法,包括弦割法,秦昭九方法等,-This file includes the basic methods for solving the numerical analysis, including the secant method, Qin Zhaojiu method,
multilinearregression
- 用Matlab实现各种分析算法,可以编程实现,有些也可以直接调用函数命令、运用Matlab自带工具箱即可。各种分析方法中所用程序写成M文件,可直接运行。程序中具体计算均有说明。该文件夹下面的几个M文件,分别是针对一元、多元回归分析编制的。各位读者运行这些程序就可以进一步了解它们的用途。-Using Matlab to achieve a variety of analysis algorithms, programming, and some can also call the function
matrix
- 功能简介:该程序定义了一个向量类,里面的元素是模版形式,定义了有关向量类的各种属性、方法及运算符重载函数。 设计要求: 1.利用已知的向量类对象定义一个矩阵类,矩阵类的数组是向量子对象,同样定义矩阵类的各种属性、方法及运算符重载函数。 2.完善成员函数,使矩阵可以由文件输入是体的输入格式自己规定 3.完成矩阵的赋值,转置,乘法等运算,要求用整形矩阵和浮点型矩阵分别演算 更改MAIN函数结构,可以由用户选择输入矩阵数据的方式和可以连续运行,直到选择退出为止 -Feature
bieneng_v86
- 各种kalman滤波器的设计,包含收发两个客户端的链路级通信程序,包括脚本文件和函数文件形式。- Various kalman filter design, Contains two clients receive link-level communications program, Including scr ipt files and function files in the form.
DLRAMG-5
- 本文件夹中包括DLR型 k-ε 紊流模型·BFC·AMG法源程序清单之五点差分格式版本和各种参数文件。-The folder, including DLR k-e turbulent model BFC, AMG method source code in Listing 5 spreads format version and various parameter file.
qaimun
- 包括四元数的各种计算,代码里有很完整的注释和解释,已经调试成功.内含m文件,可直接运行。- Including quaternion various calculations, Code, there are very complete notes and explanations Has been successful debugging. M contains files can be directly run.