-
MATLAB7.x数字信号处理,基本的数字信号处理的程序都在这里了...
MATLAB7.x数字信号处理,基本的数字信号处理的程序都在这里了-nearly all the DPS program
- 2023-03-04 17:30:04下载
- 积分: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
-
24 point game modeled on the author eight years ago designed 24 points DOS versi...
24点游戏脱胎于作者8年前设计的24点游戏DOS版,现新版本具有以下特色: > 1.允许自动抽牌或手动抽牌,答案结束电脑将尽可能给出该题所有的解答. > 2.允许通过多种方法改变游戏的界面:一是预置了7种换肤方案,二是游戏者可自行规定窗口的颜色 > 3.独创的电脑智能自学习功能,可吸收用户的算法扩充系统的“棋谱”(内置算法59*24=1416条). > 4.内置13个彩蛋,包含了许多有待你发现并激活的隐藏功能(如函数计算器、界面换肤、婚纱图片、控制计时、3D动画、鼠标右键、“作弊”设置等功能),大大增添游戏的趣味性! > 5.游戏过程真人原声支持 > 6.支持乘方,支持不同的计时方案,支持游戏目标值(如24)与选牌在100以内自然数的自定义。 > 7.提供键盘或鼠标输入的智能模糊支持功能(如全角与半角纠正,括号纠正、运算符号输入自动纠错),提供了功能键支持 > 8.独特的计分方案,用时越少,加分越高! > 9.支持不同时间级别的分级纪录功能 > 10.数据文件防病毒自动校验修复功能。经改进,现只需一个不到300K的主程序文件即可有声有色地运行本游戏(暂不支持网络对擂)。 > 福建师范大学化学与材料学院 曹阳-24 point game modeled on the author eight years ago designed 24 points DOS version of the game, is the new version has the following characteristics : gt; 1. Pumping licensing allows automatic or manual pumping license, the answer will be the end of the computer is possible that all the answers. Gt; 2. Through a variety of methods to allow change the game changed the interface : One is included in the seven Eurocargo programs, two games will be to dec
- 2022-04-19 03:06:46下载
- 积分:1
-
用C#写的一个小东东,可以对进程进行专杀,和对文件进行监控,这是整个工程...
用C#写的一个小东东,可以对进程进行专杀,和对文件进行监控,这是整个工程-With C# Write a small Dongdong can process designed to kill, and to monitor the document, which is the whole project
- 2022-10-03 19:30:03下载
- 积分:1
-
水库梯级优化调度,采用POA算法,算法简单可行,有效解决求解梯级水库中的维数灾问题...
水库梯级优化调度,采用POA算法,算法简单可行,有效解决求解梯级水库中的维数灾问题-Cascade reservoir optimal operation, using POA algorithm is simple and feasible, an effective solution to solve the cascade reservoirs in the curse of dimensionality problem
- 2022-03-02 22:16:11下载
- 积分:1
-
3D益智游戏摇方块vb源代码,详细信息请下载后自己观看,
3D益智游戏摇方块vb源代码,详细信息请下载后自己观看,-3D puzzle game rolling box vb source code
- 2023-07-29 08:15:04下载
- 积分:1
-
实时数据采集
串口数据采集实时显示程序
包含了串口通信和实时显示的源代码-Serial data acquisition in real-time display program includes a serial communications and real-time display of the source code
- 2022-08-21 22:27:22下载
- 积分:1
-
keyboard 11112234567788833345678
键盘11112234567788833345678-keyboard 11112234567788833345678
- 2023-02-14 19:25:04下载
- 积分:1
-
c语言做的猜数字游戏,这个游戏的规则比较简单,一般两个人玩,一方出数字,一方猜。出数字的人要想好一个没有重复数字的4位数,不能让猜得人知道。猜的人就可以开始猜。...
c语言做的猜数字游戏,这个游戏的规则比较简单,一般两个人玩,一方出数字,一方猜。出数字的人要想好一个没有重复数字的4位数,不能让猜得人知道。猜的人就可以开始猜。每猜一个数字,出数者就要根据这个数字给出几A几B,其中A前面的数字表示位置正确的数的个数,而B前的数字表示数字正确而位置不对的数的个数。
-c language to number guessing game, the rules of the game is relatively simple, general two people to play, one out of numbers, one guess. To a good number of people out of a 4-digit number does not repeat not be allowed to guess one knows. Guess people can start guessing. Each guess a number, a number of those who should according to this figure gives a few A few B, where A numerical position in front of the number of correct number, while the B before the numbers indicate the number of correct and incorrect number of locations the number of .
- 2022-12-26 22:50:03下载
- 积分:1
-
CCTV system, the ticket printing. Beginners to see other people do not look, a b...
闭路电视收费系统,票证打印用的。
给初学者看看,其它人就别看了,有点丑陋。。。。
初始密码123-CCTV system, the ticket printing. Beginners to see other people do not look, a bit ugly. . . . The initial password 123
- 2023-03-29 15:40:03下载
- 积分:1