-
一个图形学和数据结构作业文档和实现代吗
一个图形学和数据结构作业文档和实现代吗-Graphics and data structure of a document and the realization of operating on behalf of you
- 2022-01-25 21:45:54下载
- 积分:1
-
演示Kruskal算法和Prim算法和采集,搜索元素的…
演示Kruskal算法和Prim算法
集合的并,元素查找的操作及应用
说明:
代码均在vc++6.0环境下编译均通过
在非VC++6.0环境下编译请去掉头文件 windows.h 和函数 end()
-Demo Kruskal algorithm and Prim algorithm and collection, elements of the search operation and application notes: code in vc++ 6.0 compiler environment through in non-VC++ 6.0 compiler environment please go to the U-turn paper windows.h and function end ()
- 2022-02-10 11:33:05下载
- 积分:1
-
数据结构基础学习程序,在TURBO C++集成环境中使用,特别适合数据结构初学者参考使用...
数据结构基础学习程序,在TURBO C++集成环境中使用,特别适合数据结构初学者参考使用-Data structure based on the learning process, in the TURBO C++ Integrated environment, in particular data structure suitable for use and reference for beginners
- 2022-03-13 21:38:26下载
- 积分:1
-
方括号做的程序,用户可以输入括号,以及是否可以使用。
用C做的括号匹配程序,可以检测用户输入的括号是否匹配并给出提示-C matching brackets do procedures, the user can input the brackets and whether the match is suggested
- 2023-01-21 12:30:03下载
- 积分:1
-
有一个魔王总是使用自己的一种非常精练而抽象的语言讲话,没有人能听得懂,但他的语言是可以逐步解释成人能听懂的语言,因为他的语言是由以下两种形式的规则由人的语言逐步...
有一个魔王总是使用自己的一种非常精练而抽象的语言讲话,没有人能听得懂,但他的语言是可以逐步解释成人能听懂的语言,因为他的语言是由以下两种形式的规则由人的语言逐步抽象上去的:
(1) α→β1β2…βm
(2) (θδ1δ2…δn)→θδnθδn-1…θδ1θ
在这两种形式中,从左到右均表示解释。试写一个魔王语言的解释系统,用下述两条具体规则和上述规则形式(2)实现,把他的话解释成人能听得懂的话。
(1) B→tAdA
(2) A→sae
设大写字母表示魔王语言的词汇;小写字母表示人的语言词汇;希腊字母表示可以用大写字母或小写字母代换的变量。魔王语言可含人的词汇。测试用例见题集p97。
- 2022-04-17 01:02:37下载
- 积分:1
-
一. 问题描述很多涉及图上操作的算法都是以图的遍历为基础的。试写一个程序,演示在连通的无向图上访问全部节点的操作。二. 基本要求以邻接多重链表为存储结构。实现连...
一. 问题描述很多涉及图上操作的算法都是以图的遍历为基础的。试写一个程序,演示在连通的无向图上访问全部节点的操作。二. 基本要求以邻接多重链表为存储结构。实现连通无向图的深度和广度优先遍历。以用户指定的节点为起点,分别输出每种遍历下的节点访问序列和相应生成树的边集。-one. Description many issues involving maps of algorithms are to traverse the map-based. A written test procedures, demonstrating the connectivity of undirected graph visit all the nodes on the operation. 2. Adjacent to the basic requirements for storage of multiple linked list structure. Connectivity to the map without the depth and breadth- first traversal. User specified nodes as a starting point, the output of each node traversal visit Spanning Tree sequence and the corresponding set of edges.
- 2022-07-10 16:08:09下载
- 积分:1
-
a very good business Invoicing software, used to write the PB.
一个非常不错的商业进销存软件,用PB写的。-a very good business Invoicing software, used to write the PB.
- 2022-02-05 15:55:40下载
- 积分:1
-
数据结构的教程
数据结构的教程-data structure Guide
- 2022-04-02 02:19:44下载
- 积分:1
-
这是VFP的指导思想书籍,主要说明了开发软件时怎么样才做到界面与数据分离,从而在日后的维护中带来便利...
这是VFP的指导思想书籍,主要说明了开发软件时怎么样才做到界面与数据分离,从而在日后的维护中带来便利-This is the guiding ideology of books, mainly, the development of the software how to achieve just like interface and data separation, in order to safeguard the future brings convenience
- 2022-01-25 16:43:13下载
- 积分:1
-
C#读写数据库
数据库读写的代码,能够访问ACCESS数据库,自动创建,并具有筛选功能,需要用户名匹配才能修改,撤销修改等功能!
- 2022-05-24 18:45:35下载
- 积分:1