搜索资源列表
飞机票最终版(最后)
- 模拟一个飞机票订票和退票系统 假定某民航机场有M个航次的班机,每个航次都只到达一个目的地。试为该机场售票处设计一个自动订票和退票系统。 要求系统具有下列功能: (1)订票。若该航次余票数大于等于乘客订票数,则在该航次的乘客表(按乘客姓氏字母顺序连接)中,插入订票乘客的信息项,并修改该航次有关数据,否则,给出相应的提示信息。 (2)退票。若该航次当前退票数小于等于乘客原订票数,则在相应的乘客表中找到该乘客项,修改该航次及乘客表中有关数据。当由于退票,使得该乘客的订票数为零时,要从乘客表中撤消该乘客
findpath
- 一个A*寻路的演示程序,可用于游戏中进行寻路。-A * find a way to the demo program can be used for the game find their own path.
CSharp经典范例50讲-源代码
- 50C#个源代码,绝对经典,各种例子,带你从入门到精通,还可以找到你想要的例子.-50C# 000 source code, absolute classics, and various examples, I will take you from entry to the proficient, we can also find you want examples.
局域网内的所有机器都应该能够收到广播语音
- 从别的网站找到的,大家共享一下 大家看了可以修改一下哦-find alternative sites, share what we saw could be amended oh
fet110_1
- msp430一个C语言的看门狗源程序,,请大家多多帮我-Controller of a C-language source watchdog, please help me find a lot
short_path
- 图遍历找两点最短路径的多中方法:贪心 回朔 分支界限-map traverse the shortest path to find two more of the methods : greed back Schomburg branch Limits
UDP连接
- UDP连接与发送消息的事例,在网上找的,有一定的参考价值-UDP connections, and sending news stories in the online find that there is a definite reference value
字符匹配判断
- 给出串字符串作为模式串然后再输入你所要找的字符串-given string string as a model input strings and then you have to find the string
maz
- 用c++实现迷宫程序,自动找到迷宫路径,且能找到最一条最短路径。希望能满足一些人的需要-used to achieve the maze procedure, automatically find the maze path and can find the most a shortest path. Hope to meet the needs of some
Link_Find
- 编写能实现上述功能的Link(v,r)指令程序,不要使用全局变量, 设初始时两森林均由单结点树构成。上机依次执行:Link(2,1), Link(3,2), Link(5,4), Link(4,3), Link(7,6),Link(9,8), Link(8,7), Find-Depth(6), Link(6,5), Find-Depth(4), Find-Depth(7)。 打印或抄写每条指令执行后各点的Weight值,画出其时的两种森林。 -Prepared to a
findDifferent
- 找不同的游戏,建议去试试,非常有效,欢迎下载-To find a different game, it is recommended to try, very effective ... ...
find-the-value-of-subfunctions
- C#程序设计百例百问中的基础学习代码,求分段函数的值-C# Programming hundred cases of hundred based learning code in question, find the value of sub-functions
find
- C语言编写,读入文件数据,并从读入的数据中查找相应的数据,给出了七种不同的方案,仅供大家参考-C language, read the file data, and data from a read to find the corresponding data are given seven different programs for your reference
find-the-posotion-of-elements
- 随机产生100个3位数以内的数,存放在一组数组中,并查找最大元素和最小元素的位置。-100 three-digit randomly generated number within, stored in a set of array and find the maximum and minimum elements of the position of elements.
find
- 读取文件里的数据,并查找所需要的数据是否在里面-Data needed to read the data file, and find whether there
Otsu-find-black-and-white-image--
- Otsu find black and white image-Otsu find black and white image
find
- 差值代码,主要是C语言方面的,大家可以下载看看的-dsadcas dsoopiqe find
Find-Event-Sender
- Find out, Which Object Sent event?
Find-text
- 该程序实现字符串的查找,在一个较长的字符串里查找一个较小的字符。-The program to find the string, in a longer string to find a smaller character.
FindMinArr
- Find the min item with c# language