-
差分空时编码程序,对你很有帮助的,可以
差分空时编码程序,对你很有帮助的,可以-DSTBC
- 2022-01-25 15:51:39下载
- 积分: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
-
系统可用编辑器1. Overview 2. System Requirements 3. Contents of the Distribution Packag...
系统可用编辑器1. Overview 2. System Requirements 3. Contents of the Distribution Package 4. List of Available Command Line Flag Options 5. Contents of the Extracted Files 6. Installing the Software in Interactive Mode 7. Installing the Software in Silent Mode 8. Installing the INF Files Prior to OS Installation 8A. Installing the Windows* XP INF Files Prior to OS Installation-system can be an editor. Overview 2. System Requirements 3. Contents of the Distribution Package 4. List of Flag Available Command Line Options 5. Contents of the Extracted Files 6. Installing the Interactive Software in Mode 7. Installing the Software in Silent Mode 8. Installing the INF Files Prior to OS Installation 8A.* Installing the Windows XP Files INF Prior to OS Installation
- 2022-07-23 00:11:25下载
- 积分:1
-
44b0开发板原理图,网上公布的版本,测试可行
44b0开发板原理图,网上公布的版本,测试可行-44b0 development board schematics, online published version, testing feasible
- 2023-02-15 22:25:04下载
- 积分:1
-
生成一个高斯水印后,对待嵌入水印的载体图像进行二维的DCT变换,然后嵌入水印...
生成一个高斯水印后,对待嵌入水印的载体图像进行二维的DCT变换,然后嵌入水印-Generates a Gaussian watermark, the watermark embedded in the carrier to treat two-dimensional image of the DCT transform, and then embedding the watermark
- 2022-03-25 18:46:23下载
- 积分:1
-
普通扫雷软件
1代表1的上下左右及斜角合计有一颗雷,依次轮推,2则有2颗,3则有3颗。在确实是炸弹的方格上点了旗子,就安全了,不是炸弹的被点了旗子,后面会被炸死的。问号就三不确定这里有没有炸弹,不会存在点错了被炸死的状况。有个小窍门,在数字旁同时点左键和右键可以排雷。
- 2022-04-17 04:36:56下载
- 积分:1
-
This document contains a general overview in the first few sections as well as a...
This document contains a general overview in the first few sections as well as a more detailed reference in later sections for SVMpython. If you re already familiar with SVMpython, it s possible to get a pretty good idea of how to use the package merely by browsing through svmstruct.py and multiclass.py. This document provides a more in depth view of how to use the package.
Note that this is not a conversion of SVMstruct to Python. It is merely an embedding of Python in existing C code. All code other than the user implemented API functions is still in C, including optimization.
- 2022-05-13 10:59:05下载
- 积分:1
-
这是用C#语言,.net平台所做的一个弹球的小游戏,是一个不错的了解windows编程的东西。...
这是用C#语言,.net平台所做的一个弹球的小游戏,是一个不错的了解windows编程的东西。-This is the C# language. Net platform doing a little game of pinball, is a good understanding of windows programming things.
- 2022-02-24 13:03:10下载
- 积分:1
-
基于python实现的青蛙过河游戏
使用python实现青蛙过河,在程序中调用button与graphics模块,将每个青蛙包装为一个模块,点击后可以判断跳动方向并向左或右移动、以及根据边上青蛙的个数自行判断决定是否越过一只青蛙,当最终所有青蛙成功调换位置后,显示“success”,另外,利用stack实现可后悔之前步骤。
- 2022-06-30 16:35:30下载
- 积分:1
-
使用VC++编写的拼图游戏,使用的是MFC,很适合初学者
使用VC++编写的拼图游戏,使用的是MFC,很适合初学者-VC++ game
- 2022-04-20 10:51:47下载
- 积分:1