资源列表
M_K.rar
- 时间序列趋势分析中,观察变化方向以及查找突变点的MK程序。,Time series trend analysis, the observed direction of change and to find mutations point MK procedures.
collectioncaculator
- 运用顺序表的基本运算。(插入、删除) 1)集合的数据类型为一个结构体,其中包括一个数组用来存放集合元素,一个整型数据来统计集合元素的个数。生成两个集合A和B。 2)将集合中的元素按照从小到大排序。具体方法为:从第二个元素起(i),依次扫描每个元素前面的所有元素(j),若i<j,则将j插在i的前面,结束对i的排序,照这个方法,再依次对i后的元素进行排序。 3)求两集合的并:生成一个新集合C,将集合A的元素复制过来,对集合B的元素依次进行扫描,若没有该元素,则插入,若已存在,则扫描
yuesefu
- 约瑟夫问题。有N个人围成一圈,按顺序编号。从第一个人开始报数,疏导m时候该人退出,并且下一个从1开始报数。求出圈人的顺序。-Joseph problems. There are N individuals and form a circle, according to sequentially numbered. Starting from the first person reported that the number of times to ease the person out of m
erchashubianli
- 实现对二叉树的各种遍历 有先序遍历 中序遍历 后序遍历 -Achieve a variety of traversing a binary tree traversal in preorder traversal sequence after traversing
tiaowu
- 跳舞的男女搭配问题、、可以根据相关曲目、输出男女的配对情况-Men and women dancing with a problem, according to the relevant track, matching the output situation of women and men
sort
- 运用数据结构的知识,学生信息排序代码,简单的各信息排序-Data structure student information sort
maze
- 用VC6.0编写的生成和求解迷宫的程序,利用堆栈实现,代码比较简单,可以用来参考。-Written by VC6.0 generate and solve the maze procedure, and use the stack, the code is relatively simple, can be used to refer to.
suiji
- 利用随机化算法对顺序表进行搜索: 随机抽取有序表元素; 从最接近待查元素开始搜索。 -The use of randomized algorithms search order table: randomly selected from the ordered list of elements start the search from the closest to the unknown element.
hufman
- 实现哈夫曼树的建立,对输入字符窜进行哈弗曼编码,解码-Huffman tree establishment, Ha Fuman encoding, decoding
solutionA
- 该算法利用两个链表,实现从文件中读取数据,并将其插入到合适位置,实现快速排序的功能.-The algorithm uses two lists, achieve read data a file and insert it into the proper position for fast sorting function.
Chaoqian_Zhihou
- 给定系统的传递函数,先进行系统降阶,因系统稳定性达到要求,故只需提高系统响应的快速性。使用超前滞后控制器即可。本程序就是使用超前滞后控制器改善系统性能。-Given the transfer function of the system, the first system to reduce the order, due to the stability of the system to meet the requirements, it is only necessary to improve
ExtendedBody
- Continuous time etended Kalman filter example.
