资源列表
遗传神经网络案例
- 关于遗传神经网络的源代码并有案例,有参考价值
支持向量机,用于分类和预测
- 一类支持向量机,用于分类和预测,里面代码使用matlab编程,One-Class Support Vector Machine for classification and prediction, which code to use matlab programming
ultimate.rar
- 配电网规划的主程序,根据目标函数中的建设费用,在通过潮流计算得到的运行费用,得到使此两者之和最小的网架.,The main power distribution network planning, in accordance with the objective function of the construction costs, the trend in the adoption of the operating costs have been calculated by making bo
MTALABandsimulink
- 用四阶龙格库塔法求非线性系统的输入相应,同时用simulink建模比较。 -Using fourth-order Runge-Kutta method for the corresponding input nonlinear systems, and modeling using simulink comparison.
WPC
- 非常实用的小波包分解程序,以及实现对小波包分解频带求取频谱和能量谱-Very useful wavelet packet decomposition process, and the realization of the wavelet packet decomposition to obtain the spectrum and the energy spectrum band
fortran
- 一维对流扩散方程的fortran解法,计算流体力学中的源代码,-One-dimensional convection-diffusion equation fortran solution, computational fluid dynamics in the source code,
move3
- Fluent动网格算例,包括case和udf。是模拟一个L型边界运动的算例。-Fluent moving grid examples, including case and udf. Is the simulation of a L-boundary movement example.
tmulti
- 对一维时间序列采用盒计数法对其进行多重分形谱的计算-Time series of one-dimensional box-counting method used to carry out its multifractal spectrum calculation
EULERAUSM
- 基于ausm格式的欧拉方程求解程序,附带有naca0012的翼型数据,是学习计算流体力学的好例程,费尽心思编写的,注释多多,便于阅读-Ausm format based on the Euler equation procedures, comes with naca0012 the airfoil data, computational fluid dynamics is a good learning routines, the effort to prepare, notes a lot
PLR
- 在时间序列分段线性表示 PLR 基础上 ,提出用相对点平均误差度量子序列过程状态变化程度 ,改 进过程数据 PLR模型分段算法 ,克服采用单一误差算法的模型失配问题 ,更加准确地反应过程状态的变化。-:Based on PLR piecewise linear representation of time series,RPAE relative point average error is pro2 posed to measure linear degree of process
dynamic_analisis_and_static_of_plate
- 本文件提供了自己在做硕士论文过程中编写的有关结构动力学方面的程序,设计梁,杆,板,空间结构的动静力分析,并网页文件显示的是计算结果及图像显示-This document provides its own in the process of doing a master' s thesis prepared by the procedures in structural dynamics, design beam, rod, plate, spatial structure of the s
1
- 实验:开发类Polynomial(多项式)。在类内部,多项式由它的各个项组成的数组表示,每一项包含一个系数和一个指数。例如,项2x4的系数为2,指数为4。开发一个完整的类,包含适当的构造函数据、析构函数以及设置和获取函数。此外,Polynomial类还应提供下列重载运算符的能力: 1、 重载加法运算符(+),对两个多项式做加法。 2、 重载减法运算符(-),对两个多项式做减法。 3、 重载乘法运算符(*),对两个多项式做乘法。 4、 重载赋值运算符(=),把一个多项式赋给另一个。