您好,欢迎光临本网站![请登录][注册会员]  
当前位置:
资源下载 控制台编程

控制台编程列表 9

« Prev 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 337 338 Next »

[Console城市信息及最短路径查询系统.rar

<> 在 2005-06-27 上传
说明:用C语言写的《城市信息及最短路径查询系统》,图形界面,功能比较齐全。,C language book, "Cities and the shortest path query system", a graphical interface, functions more complete.
开发平台:C-C++ | 大小:172KB | 下载112次

[ConsoleC语言课程设计.rar

<谷穗> 在 2005-06-27 上传
说明:这是我的第一个C语言程序,非常简单,:识别并统计单词.现在想来,感触颇多!,This is my first one C Programming Language, very simple, : statistics and word recognition. Now, come to think of a lot of feelings!
开发平台:C-C++ | 大小:29KB | 下载6次

[Console编译原理实验_课程设计_词法分析.rar

<谷穗> 在 2005-06-27 上传
说明: 1、本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展。比如已将词法分析结果记入到了一个顺序存储的数据结构中,以待后用。 5、程序扫描处理一部分是经孙悦红老师的示范程序修改而成,(增加了一些功能)其他部分为了适应自己的接口,都是由本人编写。,one, the process is the role of TEST language lexical analysis. 2, double-click operation input file name, or under the command prompt test input file name ... supports multiple documents simultaneously lexical analysis. 3, the procedure was VC6.0 testing environment, using the C syntax. Of course, there are C syntax. 4, the process left a lot of interface to question the future of grammar analysis and semantic analysis experiments expansion. For example, lexical analysis has been credited to a sequence of data storage structures to be used later. 5, the scanning process is handled by the part of teachers Coaldale red model procedures and revisions, (an increase of some function) in order to adapt to other parts of the interface are all prepared by me.
开发平台:Visual C++ | 大小:136KB | 下载94次

[Console学生成绩管理例子.rar

<张锋> 在 2005-06-27 上传
说明:一个学生成绩管理的系统,很经典,适合初学者,grade management system,sutra,used to beginner
开发平台:DOS | 大小:2KB | 下载4次

[Console背包问题2 递归.rar

<飞杨> 在 2005-06-27 上传
说明:一个0-1背包问题的C++实现,背包的容量为t,各物品的重量分别为w1,w2。。。wn,找一个能装下最大重量的物品组合,用递归形式的贪心法实现,a 0-1 knapsack problem of C achieved, the capacity for backpack t, the weight of the items were w1, w2. . . Wn, one can find the largest installed under the weight of goods portfolio, using recursive form greedy Method
开发平台:Visual C++ | 大小:8KB | 下载18次

[ConsoleAVLTreeVc7.rar

<飞杨> 在 2005-06-27 上传
说明:构建一个avl树的程序,压缩包中含有项目文件,头文件和源文件。编译运行后输入结点的值如55,程序就会自动按avl规则建或重构AVL树,并以中序遍历打印出来,以100.001结束结点值的输入退出循环终止程序,AVL tree procedures, compressed packets containing project documents, files and source documents. After running compile input node as the value of 55, procedures will automatically AVL construction or remodeling rules AVL Tree, and to traverse the order to print out to the end of 100.001 node value of the input from cycle termination process
开发平台:Visual C++ | 大小:8KB | 下载4次

[Consolewin控制台程序(可以发送,但接受还需要完善)776.zip

<杨超> 在 2005-06-25 上传
说明:windows控制台程序,可以发送和接受消息,并作出回应。,windows console procedures, can send and receive information, and to respond.
开发平台:Visual C++ | 大小:81KB | 下载20次

[ConsoleC数据结构课程设计.rar

<谷穗> 在 2005-06-24 上传
说明:数据结构C语言课程设计源代码 这是我花了一个星期独立编出来的课设,得了100分,整个专业就只 有三个满分!内含24点游戏,飞机订票系统和火车信息查询系统以及课 设论文,注释非常详细,相信对学习C语言和数据结构的同学大有帮助,data structure C language source code design courses that I spent a week down the independent class-based, had 100 points, on the whole, only three out! The game includes 24 points, aircraft and booking system for train information system and class-based papers, notes in great detail, I believe in learning C language and data structure of great help students
开发平台:C-C++ | 大小:312KB | 下载389次

[ConsolemyRTTI.rar

<郭雷勇> 在 2005-06-22 上传
说明:演示vc++6.0动态运行时功能,帮助了解什么什么是r,demonstration vc 6.0 dynamic run-time functions to help understand what is what r
开发平台:Visual C++ | 大小:3KB | 下载2次

[ConsolemyExcept.rar

<郭雷勇> 在 2005-06-22 上传
说明:vc++6.0异常处理演示源代码,运行通过,example code of thundering process by vc++6.0,can run
开发平台:Visual C++ | 大小:2KB | 下载26次

[Consoledgxj.rar

<lovezkj> 在 2005-06-22 上传
说明:这是一个用C语言编的简易的递归下降分析小程序,以供参考。,This is a C language series of the simple recursive analysis of a small decline procedures for reference.
开发平台:C-C++ | 大小:9KB | 下载23次

[Consolemysql模拟程序.rar

<黄欣> 在 2005-06-21 上传
说明:类似于mysql的一个console应用程序,功能少一些,实现了基本的SQL语句,有index,mysql similar to the one console application procedures, functions less and the basic implementation of SQL, index
开发平台:Visual C++ | 大小:72KB | 下载23次
« Prev 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 337 338 Next »