资源列表
Calculator
- 实现计算器功能 首先是输出计算器图形样式 然后是通过按键的方式实现数值运算所以程序主要由两大部分实现 一部分功能是显示计算器 一部分是实现计算功能 显示计算器是在屏幕上显示图形 Turbo C提供了PC系统环境下扩充的屏幕和图形支持系统利用此系统提供的字符屏幕处理函数和图形系统的有关信息及函数即可很好地实现 计算功能主要要解决的是接收按键信息的处理 要进行识别 如果按键是数字符号 要将其转变为操作数 如果是运算操作符 则进行相应的处理-The realization of the calcula
ypea102-particle-swarm-optimization
- PSO source code for matlab. It is the standard PSO for matlab .
CoGEnT_v1
- Forward - Backward Greedy Algorithms for Atomic Norm Regularization-Forward- Backward Greedy Algorithms for Atomic Norm Regularization
FFT
- 用C++语言写的一个数字信号处理中的FFT,该程序可以完成任意N点的FFT计算,并输出结果。对需要C语言处理信号的地方,可直接使用。-Using C++ language to write a digital signal processing FFT, the program can be completed in any N-point FFT calculation, and outputs the result. C language requiring local signal pro
mb_bfgs
- 本次上传的是变尺度优化算法,此算法可以对一般函数求解极值。-Variable Metric Method
factor
- 给定一个矩阵,求出其主成分个数,方差贡献率等。并用SPSS检验。-Given a matrix, find its number of principal components, variance contribution rate. Test with SPSS.
k
- 用K均值聚类分析把多组数据分成两类 本程序为给定20组数据(用矩阵A表示)分成B、C两组。-K-means clustering analysis of the multiple sets of data into two categories This program is given 20 sets of data (represented by the matrix A) into B, C groups.
Fisher
- 用matlab随机产生二维正态的两个类别 重新给一组数据,用Fisher函数判别其属于哪个类别-Using matlab randomly generated two-dimensional normality of the two categories Back to a set of data, using the Fisher discriminant function which category it belongs
linear-equations
- 考虑一种特殊的对角元素不为零的双对角线线性方程组(以n=7为例),写出解一般的n(奇数)阶方程组的程序 -A special program to consider non-zero diagonal elements double diagonal of linear equations (with n = 7, for example), write the general solution of n (odd) order equations
solution
- 方程求根的数值试验题,更精细的Newton迭代算法,用h/2代替h-Equation Roots of numerical experiments question, finer Newton iterative algorithm, with h/2 instead of h
Lagrange
- 实现Lgrang插值,在Visualc++中相以正常完美运行,亲自测试可行!-Achieve Lgrang interpolation phase in Visualc++ run perfectly normal, personally tested feasible!
fortran 95/03 code
- fortran 95/03 book code
