资源列表

[其他小程序piaoliang

说明: 在二叉搜索树上删除一个有两个子女的结点时,可以采用以下三种方法: (1) 用左子树TL上具有最大关键码的结点X顶替,再递归地删除X。 (2) 交替地用左子树TL上具有最大关键码的结点和右子树TR上具有最小关键码的结点顶替,再递归地删除适当的结点。 (3) 用左子树TL上具有最大关键码的结点或者用右子树TR上具有最小关键码的结点顶替,再递归地删除适当的结点。可随机选择其中一个方案。 -two forks in sear
<dfssd> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[其他小程序haokan

说明:试扩充深度优先搜索算法,在遍历图的过程中建立生成森林的左子女-右兄弟链表。算法的首部为 void Graph::DFS ( const int v, int visited [ ], TreeNode<int> * t ) 其中,指针t指向生成森林上具有图顶点v信息的根结点。(提示:在继续按深度方向从根v的某一未访问过的邻接顶点w向下遍历之前,建立子女结点。但需要判断是作为根的第一个子女还是作为其子女的右兄弟链入生成树。)
<dfssd> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[其他小程序dreamingptcd

说明:这是一个计算数字平台长度的程序,如: 运行时输入: 111122333,结果为: 4          1111 注:本程序在dos中或windows98中运行。 -This a digital platform length calculation procedures, such as : Runtime input : 111122333. results : 4 1111 Note : this pr
<严岩> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[其他小程序dreamingfangzhen

说明: 该程序实现显示一个数字的方阵,程序中的清屏功能可将上次运行的结果 清除,重新显示下次运行结果。本程序在dos中或windows98中运行。-the program figures show a phalanx, procedures of the screen can be the result of the last operation to remove and re-run the results show the next
<严岩> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[其他小程序dreamingcode

说明:这是一个对数据进行加密的程序。基本可以实现一些常见东东的加密!-this is a data encryption procedures. Basic can achieve some common Dongdong encryption!
<严岩> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[其他小程序asciiHD61202

说明:this the ascii cord for hd61202
<liz> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[其他小程序dreamingzcx

说明:这是一个字母或数制之间的转化程序,5为主模块,调用模块1和模块7 模块1又调用模块2、3、4和6四个模块,其中:   模块2实现小写字母向大写字母的转换 模块3实现大写字母向小写字母的转换 模块4实现二进制数向十六进制数的转换 模块6实现十六进制数向二进制数的转换 模块7实现十六进制数向十进制数的转换 按“q”键退出。 使用时,需将7个文件分别汇编,连接的方法为: 5+1+2+3+4+6+7
<严岩> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[其他小程序wjyx

说明:直接通过DOS命令即可执行,功能虽然简单,但可实现四位运算 -directly through DOS command can be executed, the function is simple, but can achieve four Operational
<翟赛君> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[其他小程序yusefu123456

说明:利用visual c++ 来实现“约瑟夫问题”-use to achieve visual c "Joseph"
<赵仁义> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[其他小程序summary

说明:This my summarize of weiyu
<123456> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[其他小程序xsl

说明:选首领.N个游戏者围成一圈,从第一个人开始顺序报数1,2,3.凡报到3者退出圈子,最后留在圈子的人为首领-elected leader. N gamers cordons started from the first sequence number off 1,2,3. All three were reported from the bush, the last to remain in the circle of human hea
<陶GAO风> 在 2024-11-01 上传 | 大小:1024 | 下载:0

[其他小程序resource111111111111

说明:这是一个十进制转换成二进制的小程序 供大家参考指正。-This is a metric converted into binary small programs for reference correct.
<hehehe> 在 2024-11-01 上传 | 大小:1024 | 下载:0

源码中国 www.ymcn.org