-
人机对弈,互取火柴。取最后一根者输。每次至少取一根,最多取4跟。如果人先取则人必输。如果机先取,则机器等待人出错。否则人胜。...
人机对弈,互取火柴。取最后一根者输。每次至少取一根,最多取4跟。如果人先取则人必输。如果机先取,则机器等待人出错。否则人胜。-Human-computer game, and take matches. The last one loses. Check at least one of each, with up to 4 check. If the person is who will get lost. If the machine to check, then wait for others to machine error. Otherwise, people win.
- 2022-02-07 14:11:00下载
- 积分:1
-
土木工程中无应力时长度计算程序,可按内容适当作修改再应用于不同的地方...
土木工程中无应力时长度计算程序,可按内容适当作修改再应用于不同的地方-civil engineering at length without stress calculation procedures can be revised as appropriate then applied to different places
- 2023-08-11 10:20:03下载
- 积分:1
-
java线程的源代码,是关于线程的,对理解线程很有帮助
java线程的源代码,是关于线程的,对理解线程很有帮助
-java source code is on the threads, thread helpful for understanding
- 2022-07-16 05:22:59下载
- 积分:1
-
本源码纠错编码BCH编解码,提供在AWGN下的误码性能方针,并与理论曲线进行比较...
本源码纠错编码BCH编解码,提供在AWGN下的误码性能方针,并与理论曲线进行比较-The source encoding and decoding BCH error-correcting code, provides error performance under AWGN approach and compared with the theoretical curve
- 2022-06-28 00:07:31下载
- 积分:1
-
shell教学视频,非常适合初学者。希望通过审核!
shell教学视频,非常适合初学者。希望通过审核!-shell teaching video, very suitable for beginners. Hope that through review!
- 2022-03-24 23:19:35下载
- 积分:1
-
网上关于YUV转RGB的还真不少,我这个还是不错的,查表形,很快的,一个简单的VC程序但还不错...
网上关于YUV转RGB的还真不少,我这个还是不错的,查表形,很快的,一个简单的VC程序但还不错
- 2022-03-14 06:50:28下载
- 积分: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
-
一个与传统电子字典不同的字典,图形方式展示了单词之间的各种联系...
一个与传统电子字典不同的字典,图形方式展示了单词之间的各种联系-A traditional electronic dictionaries of different dictionaries, graphically demonstrated the linkages between the word
- 2022-09-20 08:50:03下载
- 积分:1
-
4. 建立一个有序的顺序表(10,30,35,50,56,100,120),用折半查找方法在此表中查找任一整数,若找到则输出此整数在表中的位置序号,否则输出No...
4. 建立一个有序的顺序表(10,30,35,50,56,100,120),用折半查找方法在此表中查找任一整数,若找到则输出此整数在表中的位置序号,否则输出Not found.-4. Establish an orderly sequence (10,30,35,50,56,100,120) using binary search method in this table as a whole you, if the output is found in this round table position serial number, Otherwise output Not found.
- 2023-05-10 10:35:04下载
- 积分:1
-
一个简单的小工具,是自己开发的,还没有完成,希望高手可以继续完成...
一个简单的小工具,是自己开发的,还没有完成,希望高手可以继续完成-a simple little tool, developed by ourselves, is not finished, and hope that the experts can continue to completion
- 2022-03-18 07:41:12下载
- 积分:1