资源列表
disiti
- (1)录入航班信息(航班数据可以先存储在一个数据文件中,数据结构、具体数据大家自定); (2)查询某个航线的信息(如,输入航班号,查询起降时间、起飞城市、沿途经过的城市及最终抵达的城市,航班票价,票价折扣,确定航班是否满仓,有多少剩余票。又如输入起飞城市或抵达城市,查询飞机航班情况); (3)修改航班信息,当航班信息改变时,应该修改航班数据文件。 (4)完成订票操作(订票情况可以存在一个数据文件中,结构自己设定),如果该航班已经无票,可以提供相关的、可供选择的其他航班信息供用户选择;
Soft20060210160629631
- 常用的c语言算法集合,希望大家能够喜欢-Commonly used algorithm c language collection, hope that we can love
59564337huffcode
- 用C++写的huffman编码,实现编码与解码-Using C++ written by huffman coding, to achieve encoding and decoding
kalmanmatlabshixian
- kalmam滤波的matlab实现 在matlab的工具箱里提供了kalman函数来求解系统的kalman滤波器-matlab filter kalmam the realization of the toolbox in matlab provide the kalman function to solve the system of the kalman filter
4.1
- 采用图的邻接表作为图的存储结构,完成有向图和无向图的DFS和BFS操作-The use of maps as a chart table adjacent to the storage structure, the completion of directed graph and undirected graph operations of DFS and BFS
3.1
- 建立一棵二叉树,编写二叉树的前序遍历,中序遍历,后序遍历的递归算法与非递归算法-The establishment of a binary tree, the preparation of the first order binary tree traversal, in order traversal, postorder traversal of the recursive algorithm with non-recursive algorithm
flury
- 求欧拉回路的弗洛里算法,好像有三个错,包含下,水平有限-Order Euler algorithm Florian loop, it seems there are three mistakes, including under the limited
2.3
- 编程用一维数组模拟一个队列,实现入队列和出队列操作-Programming with one-dimensional simulation of a queue array to achieve up to the queue and queue operation
2.1
- 利用栈将一个十进制的正整数转换成n进制数据,并将其转换结果输出。-The use of stacks is a decimal integer into the n-band data, and convert the results of the output.
T783-2-20070830226
- 建立一个单链表,同时对该链表实现指定位置的插入,删除操作。-The establishment of a single list, at the same time to achieve the specified location in the list of the insertion, deletion.
RBFforecastCPI
- 毕业论文时编写RBF神经网络预测我国CPI,换数据可以做其他方面的预测。-Thesis when the forecast prepared by RBF neural network in China CPI, data can be done for other aspects of the forecast.
objectTracking.m
- kalman filter for traking a moving object
