资源列表
regression
- 该算法实现的是回归分析的功能。他是确定两种或两种以上变数间相互依赖的定量关系的一种统计分析方法。运用十分广泛。该算法用C语言编成。可应用于C语言开发的平台。很灵活。-regression
1024point-fft--using-verilog-hdl
- 1024点快速傅里叶变换,使用verilog hdl硬件描述语言-1024point FFT,using verilog hdl
matlab-code
- 几个多目标求极值的Matlab算法,包括模式搜索法、Rosenbrock法、单纯形法、Powell法、最速下降法、共轭梯度法、牛顿法、信赖域法-Matlab algorithm, several multi-objective extremum including pattern search method, Rosenbrock method, simplex method, Powell method, the steepest descent method, conjugate gradi
One-dimensional-optimization_matlab
- 自己编写的一维搜索优化算法,包括黄金分割法、平分发、牛顿迭代法、抛物线法、三次插值法-I have written a one-dimensional search optimization algorithms, including the golden section method, flat distribution, Newton iteration, parabolic, cubic interpolation
4
- 1、定义一个复数类,要求包括 i、无参构造函数,初始化实部和虚部均为0 ii、有参构造函数,通过参数初始化实部和虚部 iii、输出复数的成员函数 iv、以成员函数的方式重载复数加法 v、以友元的方式重载复数加法 2、三维数据型如a+bi+cj(其中abc为实数),加法法则为 (a1+b1i+c1j)+(a2+b2i+c2j)=(a1+a2)+(b1+b2)i+(c1+c2)j 要求 i、以题目1的复数为基础,采用继承的方式构造三维数据类(包括无参和有参构造函数
5
- 1、金币银币问题:有若干币值不同的金币和银币,任一金币的价值都大于所有银币,要求按价值由小到大排列所有货币。 模型分析:用数组存放所有的整数,奇数(偶数)代表金币,偶数(奇数)代表银币,按先偶后奇(先奇后偶)的顺序整理数组,然后分别对偶数列和奇数列进行排序。 将程序补充完整 2、十进制向任意进制(二进制,八进制,十六进制)数转换,输入十进制数n和一个进制类型x,将n转换为x进制输出-Gold coins: a number of different denominations of
unstr2d
- 基于非结构网格二维欧拉方程求解程序,fortran语言编写。-Unstructured grid-based two-dimensional Euler equations solver fortran language.
Matrixginv
- 广义逆矩阵 C++实现 求逆矩阵 求转置等内容-The broad inverse matrix C++ seek the inverse matrix transpose
ginv
- 矩阵求逆,转置矩阵,行列式求解,C++实现-Matrix inversion, transpose matrix, determinant solving, C++ implementation
formula-for-corn
- GLS模型,计算探讨信息披露质量与权益资本成本之间的关系-GLS models explore the relationship between the quality of information disclosure and the cost of equity capital is calculated
myfun
- 有关偏微分方程求解,利用pde工具箱来求解-Partial differential equations using the the pde toolbox to solving
2fft_DIT--C
- 已经调试过的基2fft_DIT 的C程序,已经试过,很好用,希望对要用到快速傅里叶变化的朋友能有所帮助-The the program of the debug base 2fft_DIT C, have tried, very good use, I hope to use to the fast Fourier transform friends can help