资源列表

« 1 2 ... .11 .12 .13 .14 .15 20716.17 .18 .19 .20 .21 ... 21480 »

[其他小程序zhenhao

说明: 试利用优先级队列实现栈和队列。保证所需的程序能够达到标准. -test using Priority Queue and Queue achieve stack. To ensure the necessary procedures to meet standards.
<dfssd> 在 2025-02-04 上传 | 大小:1kb | 下载:0

[其他小程序piaoliang

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

[其他小程序haokan

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

[其他小程序CHATS

说明:本例为,ASP网上书店在线购买图书系统的聊天室页- This example is, ASP on-line bookstore on-line purchase books system chatroom page
<果果> 在 2025-02-04 上传 | 大小:57kb | 下载:0

[其他小程序xuejiguanli123

说明:此系统是应老师所布置的作业编制而成,该系统具有存贮学生数据,按学号、姓名查询,列出学生成绩和统计功能。\n \n 使用方法:系统输入数据后,将在当前目录中建立一个名为stu.dat文件,用于保存输入的数据。学号输入只能用数字输入,并且学号只能是10位。姓名输入符合中国人的姓名,只能用中文,且最长为5个汉字。\n-this system is that teachers should layout compiled from the op
< 梁良> 在 2025-02-04 上传 | 大小:4kb | 下载:0

[其他小程序Num2Str

说明:Convert from Number to charater strings-Convert from strings to charater
<pan> 在 2025-02-04 上传 | 大小:33kb | 下载:0

[其他小程序UNICODElmj

说明:本代码是用C++来编写的,功能是用来扫描系统的UNICODE漏洞。嘿嘿,第一做,不是很好,请大家见谅。-the code is in C++ to write the function is used to scan the UNICODE loopholes. Laughter, the first to do that is not very good, please be forgiven.
<梁敏杰> 在 2025-02-04 上传 | 大小:2.13mb | 下载:0

[其他小程序pukepai

说明:24点游戏的界面和算法,点START按扭随机发牌,点CHECK给出答案-24 points of the game interface and algorithms, random point START buttons licensing, the answer will be given points CHECK
<何平> 在 2025-02-04 上传 | 大小:188kb | 下载:0

[其他小程序starmodel

说明:用C语言编程,星空模拟,就像WINDOWS中的一个屏保差不多的-C programming language, simulated night sky, like the Windows screensaver similar to the one
<郭福城> 在 2025-02-04 上传 | 大小:2kb | 下载:0

[其他小程序Image(a)

说明:图形图像处理函数图 形图像处理函数图形图像处理函数-graphic image processing function grap hic image processing function graphic image processing functions
<hh> 在 2025-02-04 上传 | 大小:4kb | 下载:0

[其他小程序math_experiment_Matlab_code

说明:这是关于数学试验的程序,包括插值和拟合的多种算法。希望对朋友有些帮助。-This is a test of mathematical procedures, including fitting and interpolation algorithm for the many. Some friends want to help.
<刘彦平> 在 2025-02-04 上传 | 大小:147kb | 下载:0

[其他小程序myketi

说明:本系统是在大学期间,为JAVA课题设计而编写的,如果系统使用数据库,程序将变得简洁,水平有限,希望大家指正.-the system in the university during the design of Java topics prepared, if the system database, procedures will become simple, limited, and we hope that the correcti
<乔峰> 在 2025-02-04 上传 | 大小:21kb | 下载:0
« 1 2 ... .11 .12 .13 .14 .15 20716.17 .18 .19 .20 .21 ... 21480 »

源码中国 www.ymcn.org