搜索资源列表
qiujuzhendezhi
- 1.功能 用全选主元高斯消去法计算矩阵A的秩(C语言) 2.函数参数说明 double a[m][n] : 存放mxn阶矩阵A的元素,返回时将被破坏 int m : 矩阵A的行数 int n : 矩阵A的列数 int rank() : 函数返回A的秩 3.文件说明 rank.c为函数程序 rank0.c为主函数程序
qiuyibanhanglieshidezhi
- 1.功能 用全选主元高斯消去法计算n阶方阵A所对应的行列式的值(C语言) 2.参数说明 double a[n][n] : 存方阵A的元素,返回时被破坏 int n : 方阵A的阶数 double sdet() : 函数返回行列式的值 3.文件说明 sdet.c为函数程序 sdet0.c为主函数程序-1. Function with all the main election yuan Gaussian elimination method n matr
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 磁盘
nihe
- 最小二乘法曲线拟合,其中spir0.c存放主函数,编译后运行该文件即可,该程序用vc语言实现。
PCA_GaussianElimination
- 求解线性方程组的高斯主元消去法程序,并且主函数选择了一个四元方程组为例来验证算法。
NumericalLinearAlgebra
- 数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特 householder.m QR因子分
1D-FFT
- 一维FFT程序,只要更改主函数中的测试信号,即可用于其它信号
现代统计学与SAS应用
- 本书共分6篇,第1篇统计学基础知识与SAS软件应用技巧,介绍了统计学的基本概念和学习方法、试验设计入门、统计描述、SAS软件应用入门、编写SAS实用程序的技巧、单变量统计分析和利用SAS/GRAPH模块绘制常用统计图的方法。第2篇试验设计与定量资料的统计分析,介绍了与t检验、非参数检验和各种方差分析有关的试验设计和数据处理方法。第3篇试验设计与定性资料的统计分析,介绍了处理二维及高维列联表资料的各种统计分析 方法,包括卡方检验、Fisher的精确检验、典型相关分析、logistic回归模型和对数
hjfgf
- 机械优化设计,完整黄金分割法,其中有进退法子程序,主函数。-Optimal Design of Machinery, complete golden section method, of which advance and retreat method procedures, the main function.
conjugate-gradient
- 共轭梯度算法C程序,本程序适用于n设计变量的函数优化问题,对于不同的设计变量个数可以改变维数,该算法程序只在主函数中与其他无约束程序有差别,其他部分基本一样。-Conjugate gradient algorithm C procedures, the procedures for n design variables of the function optimization problem, the number of different design variables can change
GEAR
- 吉尔算法积分一阶微分方程组初值问题的C语言描述,包括主函数、计算微分方程组中各方程右端函数值的函数程序、计算雅克比矩阵的函数程序、矩阵求逆程序等。-GEAR algorithm integral first order differential equations initial value problem of the C language descr iption, including the main function to calculate the differential equat
EX08_5
- 函数基本应用。编辑、注释、运行、调试自己编写的程序. 写一个函数,判断一个自然数是否为素数,编写判断函数和测试主函数。 -The basic function of the application. Edit, annotate, run, debug, write your own programs. Write a function to determine whether a natural number is a prime number, the preparation and
ch3example25
- costas环的matlab程序,里面有具体的仿真,可以很清楚的明白,他主要是simulink的仿真,有些函数特别的重要。自己要好好的查。-costas matlab program file in this. You will know it there.Thank you.I think it will very good for you to learn the costas.It very hard for me.
ABC(fengqun)
- 自己写的人工蜂群算法,内带混沌搜索性质,主函数为funqun1,可随意改适应度函数,fitness。该程序简单易懂,方便修改,并且附有程序说明及相关参考论文,也附有本作者的联系方式。-Write your own artificial bee colony algorithm, with the chaotic nature of the search, the main function of funqun1, free to change the fitness function, fitn
code
- DES算法的C程序的主函数,内注解详细,欢迎下载。可移植入多种产品内使用。-The main function of the DES algorithm C program, the comment in detail, welcome to download. Can be transplanted into use within a variety of products.
newton-method
- 是你牛顿法的主要计算程序,配上主函数即可进行计算-newton method of most program,
tt
- 粒子群算法主函数程序 粒子群算法主函数程序 -PSO algorithm main function program PSO algorithm main function program
principal-component-analysis
- 主成份分析程序,包含求相关系数矩阵/矩阵对角元素提取、创建对角阵、求特征值和特征向量等函数-Principal component analysis program, including seeking the correlation matrix/matrix diagonal elements extract, create diagonal, find eigenvalues and eigenvectors and other functions
mangsie_v18
- 基于chebyshev的水声信号分析,BP神经网络用于函数拟合与模式识别,ICA(主分量分析)算法和程序。- Based chebyshev underwater acoustic signal analysis, BP neural network function fitting and pattern recognition, ICA (Principal Component Analysis) algorithm and procedures.
Subroutine-GaussEqSolver_Sym
- 《无网格法理论及程序设计》(G. R. Liu) 源代码 RPIM形函数子程序 全主元素高斯消元法代码 Subroutine GaussEqSolver_Sym-An introduction to meshfree methods and their programming Subroutine GaussEqSolver_Sym