-
老鼠,此老鼠的地道很深,很复杂,就像迷宫一样,地图根据当前老鼠所在位置智能移动,...
老鼠,此老鼠的地道很深,很复杂,就像迷宫一样,地图根据当前老鼠所在位置智能移动,
-Mouse, the rat tunnel deep, very complex, like a maze, the map location of the light of the current smart mobile mouse,
- 2022-02-13 17:07:10下载
- 积分:1
-
VC++学习方法及书籍推荐,为自己的学习选好书
VC++学习方法及书籍推荐,为自己的学习选好书-VC learning methods and recommended books for their own learning election books
- 2022-11-11 17:35:03下载
- 积分:1
-
天气识别的知识库系统
建立一个天气识别的知识库系统,输入相应的事实,系统最终能得出天气的状况。
- 2022-03-10 03:09:46下载
- 积分:1
-
small chess game can be achieved in various functions such as chess pawn of the...
小游戏可以实现象棋的各个功能比如象棋的各棋子的走法要求以及获胜后的提示,走棋时候的音乐效果-small chess game can be achieved in various functions such as chess pawn of the requirements of the law go after winning tips, and take time to the music game results
- 2022-04-14 12:14:13下载
- 积分:1
-
在该项目中可以看出c#的强大开发 能力
在该项目中可以看出c#的强大开发 能力-in the project can be seen c# strong development capability
- 2022-01-26 06:04:33下载
- 积分:1
-
microsoft windows This is the ms05
这就是microsoft windows的ms05-047的漏洞利用代码-microsoft windows This is the ms05- 047 use code loopholes
- 2022-05-09 01:24:39下载
- 积分:1
-
MSC patran pcl学习资料,很实用,很新的资料
MSC patran pcl学习资料,很实用,很新的资料-MSC patran pcl learning materials
- 2023-08-17 22:35:04下载
- 积分:1
-
随机抽取
第一个编程题,首先会用到Timer对五个随机数转动的时间间隔进行控制。然后还要将事件与Enter键进行关联,程序实现了Enter键控制转动的开始和结束的功能。最后还要连接数据库,以便于根据选中的编号从数据库中调出对应的姓名并显示在界面上。第二个编程题中涉及的知识更全面一点,包括资源管理器浏览方式的实现、将Excel表格中的内容导入DataGridView控件中、找出符合题意的抽取方法、将DataGridView控件中的内容导出到Excel表格中并保存等等。但是最关键的还是简单、实用的抽取方法。
- 2022-01-28 13:38:38下载
- 积分:1
-
ESRI形状文件读/写的源代码。形状是一个主要的地理信息系统文件格式,第…
ESRI SHAPE文件读/写源代码。SHAPE是GIS中的重要文件格式,本代码对于研究SHAPE文件格式,实现独立代码读/写SHAPE而言,将非常轻松。建议首先阅读SHAPE文件格式白皮书。-ESRI SHAPE document read/write source code. SHAPE is a major GIS file format, the code for research SHAPE file format, achieve independent code reading/writing SHAPE, will be very relaxed. SHAPE proposal was first read the White Paper document format.
- 2022-01-25 23:10:02下载
- 积分:1
-
平衡二叉树操作的演示
一、 需求分析
(1) 利用平衡二叉树实现动态查找表。实现查找,插入和删除三种基本功能。
(2) 初始,平衡二叉树为空树,操作...
平衡二叉树操作的演示
一、 需求分析
(1) 利用平衡二叉树实现动态查找表。实现查找,插入和删除三种基本功能。
(2) 初始,平衡二叉树为空树,操作界面给出查找,插入和删除三种操供选择。每种操作均要提示输入关键字。每次插入和删除一个接点时,显示更新的平衡二叉树。
(3) 重点在于对删除算法的实现。假设要删除的关键字为X的结点,若X不在叶子结点上,则用左子树中的最大值或者右子树中的最小值取代X。如此反复,直到删除动作传递到某个叶子结点,删除叶子结点时,若要进行平衡变换,可采用插入的平衡变换反变换。
-balanced binary tree operation of a demonstration, demand analysis (1) using a balanced binary tree dynamic lookup table. Lookup, insertion and deletion of the three basic functions. (2) The initial, balanced binary tree is empty tree interface gives you insert and delete options for the three parade. Each operation will have to be me to input keywords. Each insert and delete a contact in that update balanced binary tree. (3), the focus is on the deletion algorithm. To remove the assumption that the keyword for the X-Node, if X is not the leaf nodes, Left-used for the highest tree or right-tree to replace the minimum X. So repeatedly, until the deletion of a transfer leaf nodes, delete the leaf nodes, if balancing transform, Ins
- 2022-03-05 06:54:53下载
- 积分:1