-
用VB编写的汉诺塔演示程序创建图形界面的汉诺塔问题,..
汉诺塔演示程序,用VB做成的图形界面,能够实现汉诺塔问题,也即是把N个盘子从一根棍上移到另一根上面,通过中转的棍,但是必须保证在每根棍上都是下面的盘子大于上面的盘子。-HANOR demo program using VB create graphical interface to HANOR problems, that is, N dishes from one club to another on the above-through the interchange stick, but it must be guaranteed in each stick-on the following dishes are greater than the above dishes.
- 2022-05-08 05:57:47下载
- 积分:1
-
数据结构课程设计,求无向网最短路径,利用c++6.0编程环境
数据结构课程设计,求无向网最短路径,利用c++6.0编程环境-data structure curriculum design, without seeking the shortest path to the net, using c 6.0 programming environment
- 2022-03-21 10:39:41下载
- 积分:1
-
opencv存储数据结构
资源描述
介绍opencv特有的数据结构cvmat,对了解opencv的存储和读取数组和图片的格式有很大帮助
- 2022-07-24 21:06:18下载
- 积分:1
-
Data Structures and Algorithms GoldCoinArray coin problems Array
GoldCoinArray 数据结构与算法 金币阵列问题-Data Structures and Algorithms GoldCoinArray coin problems Array
- 2022-10-23 03:25:04下载
- 积分:1
-
经典的C源集合
经典收藏c源程序-classic collections c source
- 2022-02-26 15:27:41下载
- 积分:1
-
C#学籍信息管理系统
本系统是基于C# Winform应用程序进行开发的。系统实现了用户登录、修改密码、成绩录入和查询,学生学籍信息查询、班级添加和查询、专业信息添加、修改和查询等等基本功能,链接SqlServer数据库,是初学者不可不参考的教程
- 2022-01-28 06:58:38下载
- 积分:1
-
用c实现的判断一个图是否有环,数据结构中的经典算法,输入一个图,然后判断是否有环。...
用c实现的判断一个图是否有环,数据结构中的经典算法,输入一个图,然后判断是否有环。-used to achieve a judgment whether there are plans in Central and data structure of classical algorithm, the importation of a map, and then determine whether there is any ring.
- 2022-08-25 11:34:00下载
- 积分:1
-
迷宫的又一解法。该算法简单、实用、可读性强,是学习递归和回溯很好的例子。
迷宫的又一解法。该算法简单、实用、可读性强,是学习递归和回溯很好的例子。-maze of another solution. The algorithm is simple, practical and readable study is recursive and backtracking good example.
- 2022-03-05 14:22:00下载
- 积分:1
-
实现堆栈先入后出的功能
堆栈是一种执行“先入后出”算法的存储器。数据一个一个顺序的存入(也就是压入——push)存储区中。有一个地址指针总是指向最后一个压入堆栈的数据所在的数据单元,存放这个地址的指针的寄存器叫做堆栈指示器。开始放入数据的单元叫做“栈底”,最后放入的数据的单元叫做“栈顶”。数据一个一个地存入,这个过程叫做“压栈”。在压栈的过程中,每有一个数据压入堆栈,就放在和前一个单元相连的后面的一个单元中,堆栈指示器中的地址自动加1。读取这些数据时,按照堆栈指示器中的地址读取数据,堆栈指示器的地址数自动减1,这个过程叫做“弹出——pop”。如此,就可以实现了“先入后出”的原则。
- 2022-02-14 16:34:28下载
- 积分:1
-
Air booking system c++ source code. The structure of air passenger data source b...
航空订票系统的c++源码。是数据结构航空客运订票系统的源码,个人制造-Air booking system c++ source code. The structure of air passenger data source booking systems, personal manufacturing
- 2023-01-02 12:45:04下载
- 积分:1