资源列表

« 1 2 ... .68 .69 .70 .71 .72 573.74 .75 .76 .77 .78 ... 653 »

[控制台(字符窗口)编程AVLTreeVc7

说明:构建一个avl树的程序,压缩包中含有项目文件,头文件和源文件。编译运行后输入结点的值如55,程序就会自动按avl规则建或重构AVL树,并以中序遍历打印出来,以100.001结束结点值的输入退出循环终止程序-AVL tree procedures, compressed packets containing project documents, files and source documents. After running compi
<飞杨> 在 2024-10-07 上传 | 大小:8192 | 下载:0

[控制台(字符窗口)编程背包问题2 递归

说明:一个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 u
<飞杨> 在 2024-10-07 上传 | 大小:8192 | 下载:0

[控制台(字符窗口)编程学生成绩管理例子

说明:一个学生成绩管理的系统,很经典,适合初学者-grade management system,sutra,used to beginner
<张锋> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[控制台(字符窗口)编程编译原理实验_课程设计_词法分析

说明: 1、本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展。比如已将词法分析结果记入到了一个顺序存储的数据结构中,以待后用。 5、程序扫描处理一部分是经孙悦红老师的示范程序修改而成,(增加了一些功能
<谷穗> 在 2024-10-07 上传 | 大小:139264 | 下载:0

[控制台(字符窗口)编程C语言课程设计

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

[控制台(字符窗口)编程城市信息及最短路径查询系统

说明:用C语言写的《城市信息及最短路径查询系统》,图形界面,功能比较齐全。-C language book, "Cities and the shortest path query system", a graphical interface, functions more complete.
<> 在 2024-10-07 上传 | 大小:176128 | 下载:0

[控制台(字符窗口)编程GraphVc7

说明:先输入图的各顶点名,再输入图的邻接矩阵从而建立图,并用笛施卡尔,普里姆等三种方法求其最小生成树,-input vertices of the plan, and plans to import the adjacency matrix thereby establishing map, and use flute Shi Carl prim other three methods for the minimum spanning tre
<飞杨> 在 2024-10-07 上传 | 大小:13312 | 下载:0

[控制台(字符窗口)编程无限长表达式运算器

说明:这个程序的作用是计算并输出运算表达式的值。本程序支持+、-、*、/、^这五个运算操作符,并支持()以及sin()、cos()、tan()、log()、ln()等函数,支持()、函数的多层嵌套。 本程序有一定的容错及判错功能-A program that evaluates an numeric expression, supports five operators:+,-,*, /, ^, and (), also supports f
<飞杨> 在 2024-10-07 上传 | 大小:1337344 | 下载:0

[控制台(字符窗口)编程CalendarDemo

说明:一个用java写的非常简单的日历表,个人觉得对于初学都来说不错落-A very simple calendar developed with Java,I think it should help newer very much.
<fe> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[控制台(字符窗口)编程mycat

说明:C编写的Unix的cat命令。全部使用C语言,具有很好学习和参考价值。-Implement the Unix s "cat" command in C, I m sure it is helpful for you
<扬扬> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[控制台(字符窗口)编程tail

说明:window平台下实现tail 类似unix下的tail功能,实时跟踪显示文本文件的改变,常用于显示日志文件。-window platform to achieve similar unix tail under the tail function, real-time tracking shows the change text files, which are often used to show the log file.
<阙劲峰> 在 2024-10-07 上传 | 大小:34816 | 下载:0

[控制台(字符窗口)编程StuASystem

说明:学生成绩管理系统,应用链表实现对数据的插入,删除,查找,排序。-A student achievement management system, uses linked list for data inserting, deleting ,sorting and querying
<李义杰> 在 2024-10-07 上传 | 大小:16384 | 下载:0
« 1 2 ... .68 .69 .70 .71 .72 573.74 .75 .76 .77 .78 ... 653 »

源码中国 www.ymcn.org