资源列表
sftow
- 控制重量、识别不合格的烟支、识别软点和硬点、计算烟条重量偏差、计算长期和短期标准偏差、计算端头压实量和压实端位置、采集烟支产量、故障信息和各种废品烟支数据(带数据采集板)-Control weight, cigarette unqualified recognition, identification of soft points and hard points to calculate the weight of tobacco article deviation to calculate t
DoubleIntegration
- 用于求解二阶常微分方程的变步长多步积分法,适合飞行器轨道计算等领域。-Solving second order ordinary differential equations for the variable step-size multi-step integration method for calculating the fields of aircraft track.
1
- 动态规划的基本步奏,教你怎么写状态转移方程,及一些编程的技巧-Dynamic programming of the basic step-outs, teach you how to write the state transition equation, and some programming skills
root_618
- 用黄金数0.618作为3折求根逐步缩小数据范围的完整程序-Using gold as the number of 0.618 Root 3 discount gradually narrowed the scope of the data integrity procedures
PendCtrl
- 倒立摆去追寻设定位置的仿真, 使用matlab7.1去写m-file-Inverted pendulum to trace the location of the simulation settings, the use of matlab7.1 to write m-file
MatlabFns.tar
- matlab的一些函数功能,方便用户各自要求进行选择。-some function matlab function to facilitate the users to choose their own requirements.
jmvm
- JMVM MPEG MVC/3DAV 测试平台 国际通用标准-JMVM MPEG MVC/3DAV international standard test platform
BPMATLAB
- BP神经网络之MATLAB程序的数学建模-BP neural network of the MATLAB mathematical modeling procedures
C_string
- 本程序的串编辑要求对串实现以下四种功能: (1)取子串:从给定串中取出定长的子串; (2)插入:把一个字符串插入到给定串的指定位置; (3)删除:将串中某指定位置开始的若干字符从串中删除; (4)联接串:把一个字符串插入到给定串的最后一个字符之后。-This procedure requires editing the string string to achieve the following four functions: (1) check substring: from
C_TREE
- 本例题将介绍一种建立二叉树的算法。同时介绍对“遍历算法”灵活应用:将二叉树中每个结点的左右子树进行交换。介绍求二叉树深度的算法。 二叉树的建立是一个递归方法,与二叉树先序遍历思路有点相似。数据的组织是先序遍历的顺序,但是当某结点的某孩子为空时以数据0来充当,也要输入。结合右图的二叉树,其数据的输入顺序应该是: 1 2 4 0 0 0 3 5 0 7 0 0 6 8 0 0 9 0 0。 若当前数据不为0,则申请一个结点存入当前数据。如果输入0表明是空(NULL),不分配结点。递归调用
find
- 哈希表的建立、查找。设有若干个学生的考试成绩,用学生的学号作为关键字,采用除留余数求哈希地址,将学生的信息存储到该地址空间,并且采用线性探测法解决冲突问题。-The establishment of hash table to find. There are a number of students in examinations, with students as No. keywords used in addition to stay for more than a few hash ad
