- eigenvector_assignment_in_aircraft_simulation This codes describe eigenvector assignment method (2 ways). The example is done by aircraft model but the end user can modfied the model and apply this code with different one
- wrkPack 打包程序
- myClock vc++6.0 mfc界面 时钟程序源码
- 1000y_tgs 千年侠众道源码修改
- ss AutoCAD高程点数据转换为有属性的
- WLAN_APrf wlan的ap的射频测试用例
资源列表
huisufa
- 回溯法是一个既带有系统性又带有跳跃性的搜索算法,它在问题的解空间树中按深度优先策略,从根节点出发搜索解空间树。回溯法求问题的所有解时,要回溯到根,且根节点的所有子树都已被搜索遍才结束。回溯法求问题的一个解时,只要搜索到问题的一个解就可以结束。使用回溯法解决n皇后问题时,用完全二叉树表示解空间,用n元组x[1:n]表示,其中x[i]表示皇后i放在棋盘的第i行的第x[i]列,根据规则任何2个皇后不放在同一行或同一列或同一斜线上,则可以得到等式关系,由此可以进行解决问题。-Backtracking
lambxq
- 程序实现波传播过程中相速度变化与频厚积之间的关系曲线 程序过程清晰易懂 为选择中心频率以减少模式重叠提供依据-Phase velocity lamb
fenzhijiexianfa
- 分支界限法是由“分支”和“界限”策略两个部分组成,其中“分支”策略是对问题空间按照广度优先的策略进行搜索;“限界”策略是为了加速搜索速度而采用启发信息剪枝的策略。 使用分支限界法来解决单源最短路径问题时主要利用结点控制关系剪枝,在一般情况下,如果解空间树中以结点Y为根的子树中所含的解优于以结点X为根的子树中所含的解,则结点Y控制了结点X,以被控制的结点X为根的子树可以剪去。算法实现时,使用邻接矩阵表示图,二维数组存储图的邻接矩阵,使用数组记录源到各顶点的距离和路径上的前驱顶点。 -Br
hht
- 本程序实现损伤监测前期工作中的特征参数提取 对响应信号进行hht 变换 为损伤识别提供输入矩阵-This application implements damage characteristic parameters of monitoring prophase work extraction Response signals to provide for damage identification HHT transform input matrix
Dp
- 利用动态规划知识: 从三角形顶部到底部路径和最大-Dynamic programming knowledge: the path from the Ministry of the triangle at the top in the end and the largest
analyse-of-systems
- 使用matlab编写的图形用户界面(GUI),用于测试自动控制中连续系统和离散系统的各项性能,比较基础。-Prepared using matlab graphical user interface (GUI), used to test the automatic control of continuous systems and discrete systems of the performance basis for comparison.
qiugen
- 按照光波导理论书上面编写的。很值得一看啊-In accordance with the waveguide theory books written above. Ah well worth a visit
ACStsp
- 以31个城市的旅行商问题为例,通过编程实现蚁群算法的TSP问题求解。-using ant colony algorithm to solve the problem of the TSP
Huffman
- 实现哈夫曼编码的matlab程序,可用于图像压缩处理,还可以计算出压缩率。-Matlab program to achieve Huffman coding can be used for image compression, the compression ratio can be calculated.
Four_criterium
- Packet provides statistical analyse.
matlab
- matlab的学习方法 十分简单 十分有用-matlab very simple way to learn useful
BeiBao
- 遗传算法解决背包问题,代码功力深厚。 更个王振的东西。很好-Genetic algorithm to solve knapsack problem, the code profound skill.
