资源列表
模型参数计算
- 对于平稳序列,运用ar模型计算其参数,并进行适应性检验。-for a smooth sequence, the use ar model parameters and adaptive testing.
高斯拟合
- 曲线的高斯拟合,去除趋势性,对于一般非平稳序列的分析.-Gaussian curve fitting and removal of the trend, and for most non-stationary sequence analysis.
奇妙的二叉树
- 奇妙的二叉树.rar 里面对数据结构里的二叉树进行了非常详细的说明,对大家学习数据结构有非常大的好处-wonderful binary tree. Rar inside of the data structure, the binary tree for a very detailed descr iption of the data structures you learn a lot more benefits
小孩和玩具
- 设一个小孩在平面上沿着某曲线行走,此曲线由时间参数曲线确定。假设小孩借助于一个长度为 的硬木棒拖着或推着一个玩具,试求玩具的平面轨迹。-set up a child in a plane curve walk along this curve by the time parameter curve. Using a hypothetical child for the length of the hard wooden dragging or pushing a toy, toys trial
Exercise5
- 一些基于matlab/simulink的模型,以及s-function实现的网络控制系统模型,其中计算机、网络部分采用truetime模块!-based Matlab / Simulink model, and s-function achieving the network control system models, in which computers, network components using truetime module!
jitterbug-1.1
- jitterbug是基于matlab的工具箱,允许对在不同的时域条件下的线性系统的二次性能指标计算。用这个工具箱,可以很容易看出系统对时延、jitter和数据丢失等的响应。-jitterbug is based on Matlab Toolbox, allowing for the different time domain under the conditions of the linear quadratic system performance computing. Using this
truetime-1.13b-compiled
- 一个很棒的网络控制系统仿真软件,Truetime工具箱包括TrueTime Computer与Truetime Network 两个接口模块。计算机模块具有灵活的实时内核,A/D和D/A转换器,网络接口和外部通道。计算机模块按照用户定义的任务执行,代码采用Matlab或C++编写。-a terrific network control system simulation software, including Truetime Toolbox Truetime TrueTime Computer
matlab编程
- 图像分割算法的Matlab源程序,里面含有大量经典源代码-image segmentation algorithm Matlab source, it contains a large number of classic source code
CodeWin
- Data Structures and Algorithm Analysis in Java -- Source Code
Equation(dutianchun_sina_com_Cn)
- 一个解一元多次方程的单元, 支持三次、四次方程。 不返回方程的虚根。-one yuan a solution to the equation multiple modules to support three or four equations. Not to return to the virtual root equation.
galib245.tar
- 非常经典的遗传算法工具包,C语言版本的。包括各种常用算法-very classic genetic algorithm tool kit version of the C language. Including common algorithms
cmcm98b
- 98年全国大学生数学建模竞赛B题“水灾巡视问题”,是一个推销员问题,本题有53个点,所有可能性大约为exp(53),目前没有好方法求出精确解,既然求不出精确解,我们使用模拟退火法求出一个较优解,将所有结点编号为1到53,1到53的排列就是系统的结构,结构的变化规则是:从1到53的排列中随机选取一个子排列,将其反转或将其移至另一处,能量E自然是路径总长度。具体算法描述如下:步1: 设定初始温度T,给定一个初始的巡视路线。步2 :步3 --8循环K次步3:步 4--7循环M次步4:随机选择路线的一段