-
dfs 深度优先搜索!这是走迷宫的基本算法。用广义表建立迷宫,用邻接表建立图,用dfs搜索,许多大学的数据结构作业...
dfs 深度优先搜索!这是走迷宫的基本算法。用广义表建立迷宫,用邻接表建立图,用dfs搜索,许多大学的数据结构作业-dfs depth-first search! Maze This is the basic algorithm. Generalized Table established maze, with the establishment of the adjacent table map, with dfs search, the University of many data structures operations
- 2023-01-31 19:45:04下载
- 积分:1
-
VC++图书管理系统Access数据库
VC++图书管理系统,基于Access数据库,相对完整版的图书馆系统,运行效果如截图所示,不过要注意,运行需要相关的DLL控件,已为您打包在_dll目录下。本图书系统可以完成用户资料管理,图书资料管理,借阅/还书管理等常用功能。
- 2022-02-21 03:58:17下载
- 积分:1
-
biospassword
biospassword
- 2022-05-29 19:21:20下载
- 积分:1
-
C#功能键定制,将回车键转换为Tab键
一个功能键定制的C#源码实例,将回车键转换为Tab键,其实原理简单,是用程序来改键位值,比如如果键值为13,则发送tab键命令,是不是很简单?附有完整源码。
- 2022-05-16 13:44:17下载
- 积分:1
-
Flash图片查看器源文件
Flash图片查看器源文件,可适时改变图片切换方式,播放模式可选择手动、自动,可设置自动播放的时间间隔,可为每张图片自定义标题和文字介绍,目前来说,它的切换方式为渐变淡入淡出,有兴趣的可查看Flash源代码。
- 2022-03-15 22:58:50下载
- 积分:1
-
裂缝检测访问了大量的计算机代码,没有测试过
计算机断口检测访问很多代码的,没试用过-Fracture Detection visit a lot of computer code, not tested
- 2023-03-18 20:10:04下载
- 积分:1
-
最佳适应算法是动态内存分区分配算法的一种。所谓“最佳”是指每次为作业分配内存时,总是把能满足要求、又是最小的空闲分区分配给作业,避免“大材小用”。为了加速寻找,...
最佳适应算法是动态内存分区分配算法的一种。所谓“最佳”是指每次为作业分配内存时,总是把能满足要求、又是最小的空闲分区分配给作业,避免“大材小用”。为了加速寻找,该算法要求将所有的空闲分区按其内容以从小到大的顺序形成一空闲分区链。这样,第一次找到的能满足要求的空闲区,必然是最佳的。-best adaptation algorithm is a dynamic memory allocation through an algorithm. The so-called "best" means the operation of each memory allocation, always meet requirements, and also the smallest area allocated to idle operations, to avoid "a waste of talent." To speed up the search, the algorithm requires that all leisure district according to content from small to large order of the formation of a regional chain idle. So, the first found to meet the requirements of the free zone will be the best.
- 2022-05-21 23:44:10下载
- 积分:1
-
电子地图,青岛的呀,如果需要别的告诉我呀
电子地图,青岛的呀,如果需要别的告诉我呀-Electronic map, Qingdao of you, if you need me to tell other
- 2022-02-14 23:47:24下载
- 积分:1
-
包含按键扫描,字符处理到数学运算、功能函数等从初级到深入的各类源程序。
包含按键扫描,字符处理到数学运算、功能函数等从初级到深入的各类源程序。- Contains the pressed key scanning, the character processes
primarily to mathematics operation, the function function and so on
from to the thorough each kind of source program.
- 2022-08-06 18:21:15下载
- 积分:1
-
Android 锁屏源码 手机屏保代码
Android 锁屏源码 手机屏保代码,具备锁屏、屏蔽home、屏蔽返回、屏蔽挂机键等功能,学习Andorid源码很不错的基础实例。
- 2022-03-07 13:52:45下载
- 积分:1