-
用C语言写的小游戏:贪食蛇。可以调蛇的速度,也可调关(共有10关)。...
用C语言写的小游戏:贪食蛇。可以调蛇的速度,也可调关(共有10关)。-Using C language to write a small game:贪食蛇. Can tune the speed of the snake, but also adjustable clearance (a total of 10 customs).
- 2022-01-28 04:26:21下载
- 积分:1
-
complete compilation reportedly curriculum design, the theme of the music proced...
完整的汇编课程设计报报告,题目为乐曲程序
报告最后为完整的汇编源代码-complete compilation reportedly curriculum design, the theme of the music procedures for the integrity of the final report of a compilation of source code
- 2022-12-16 00:50:03下载
- 积分:1
-
backtracking algorithms circuit board problems
回溯算法中的电路板问题-backtracking algorithms circuit board problems
- 2023-06-10 11:35:04下载
- 积分:1
-
uart2bus_latest.tar
应用背景基于verilog的串行接口控制模块,有详细的说明文档和测试模块,具有良好的学习价值。可以应用在工控领域,通信领域。基于verilog的串行接口控制模块,有详细的说明文档和测试模块,具有良好的学习价值。可以应用在工控领域,通信领域。关键技术基于verilog语言开的串行接口控制模块,可以方便和其他控制模块进行交互。基于verilog语言开的串行接口控制模块,可以方便和其他控制模块进行交互。
- 2022-07-20 17:54:48下载
- 积分:1
-
A cat and mouse game, with source code and run the program for them to learn!
一款猫抓老鼠的游戏,有源码和运行程序,供大家学习!-A cat and mouse game, with source code and run the program for them to learn!
- 2022-02-03 15:20:46下载
- 积分:1
-
threads on the process used vc viewer's own Process Viewer and think that th...
关于进程&线程查看器 用过vc++自带的Process Viewer,觉得这个小程序简单易用,有时候作用还很大,我就产生了自己做一个类似程序的想法,想着想着就着手作了起来。 首先我查看了有关进程和线程的api函数(在tlhelp32.h中)了解了他们的用法。 具体实施阶段: 界面设计:该实用程序的界面几乎完全参考vc++自带的Process Viewer,以前从未接触-threads on the process used vc viewer"s own Process Viewer and think that this small program is easy to use, has great role Sometimes, I have done a similar proceedings to the idea of embarking on pondered made up. First I look at the relevant processes and threads api function (in tlhelp32.h) understanding of their usage. Specific implementation phase : interface design : The utility interface reference vc almost entirely onboard Process Viewer, never contacts
- 2022-03-22 05:20:03下载
- 积分:1
-
cs5460 51单片机读取功率因数
cs5460 51单片机读取功率因数,测量负载的功率因数。作为一个编程的参考,通过4个LED显示出结果。
- 2022-03-15 02:38:38下载
- 积分:1
-
用MFC做的模拟时钟
本实例采用面向对象的程序设计方法实现了一个简单的时钟控件。从CStatic类(静态控件类)派生出类CClockEx来实现时钟控件类,这样,就可以继承MFC静态控件的很多已经具备的功能和特点。
- 2022-08-20 22:20:01下载
- 积分:1
-
lpc2xxx Development Board of USB driver software configuration. PDF
lpc2xxx 开发板中 USB驱动程序软件包的配置.PDF-lpc2xxx Development Board of USB driver software configuration. PDF
- 2022-03-06 18:52:59下载
- 积分: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