-
通过简单的实例,告诉你怎样编写dll,以及如何调用dll,菜鸟也会上手...
通过简单的实例,告诉你怎样编写dll,以及如何调用dll,菜鸟也会上手-Through simple examples, to tell you how to prepare dll, and how to call dll, rookie will start
- 2022-03-25 16:19:49下载
- 积分:1
-
通过一个dll创建工程和一个dll使用工程来进行非MFC DLL的创建和使用方法...
通过一个dll创建工程和一个dll使用工程来进行非MFC DLL的创建和使用方法-introduce the way to create and use a dll through the 1 project and dlltest project in the rar file
- 2022-02-06 08:55:00下载
- 积分: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
-
FPGA
基于FPGA的DDS算法的实现,已经通过FPGA的后端仿真实现-FPGA-based algorithm cordic, has passed the back-end FPGA simulation
- 2022-03-25 06:45:04下载
- 积分:1
-
Mouse, the rat tunnel deep, very complex, like a maze, the map location of the l...
老鼠,此老鼠的地道很深,很复杂,就像迷宫一样,地图根据当前老鼠所在位置智能移动,
对前一个版本的一些bug做了修正-Mouse, the rat tunnel deep, very complex, like a maze, the map location of the light of the current smart mobile mice on the previous version of the amendments make a number of bug
- 2022-08-09 13:41:24下载
- 积分:1
-
一个电视节目查询软件
一个电视节目查询软件-a television program for software
- 2022-09-09 10:00:03下载
- 积分:1
-
伯克利大学量子计算课程讲义(cs191)berkeley university quantum computing course lecture notes...
伯克利大学量子计算课程讲义(cs191)berkeley university quantum computing course lecture notes-berkeley university quantum computing course lecture notes
- 2023-04-03 13:15:12下载
- 积分:1
-
This is when I graduated from university graduates for the design,
这是我大学毕业时作的毕业设计,《HMIS》希望对需要的人有些帮助,里面论文+代码+执行程序,很全的,可以直接用哈,用的是vb和sql作的。-This is when I graduated from university graduates for the design,
- 2022-02-04 08:12:03下载
- 积分:1
-
用VB实现对MODBUS RTU设备的通讯及CRC校验模块
用VB实现对MODBUS RTU设备的通讯及CRC校验模块-Using VB to realize MODBUS RTU equipment, communication and CRC checksum module
- 2023-08-30 09:40:03下载
- 积分:1
-
C语言两种窗口屏幕截图的方法
C语言两种窗口屏幕截图的方法,
一种是通过PrintWindow 实现,可以后台截图,
另一种是通过dib实现,源码很简单,一看就能明白是什么意思。
- 2023-07-03 02:30:03下载
- 积分:1