资源列表

« 1 2 ... 88 89 90 91 92 9394 95 96 97 98 ... 21480 »

[其他小程序9s12dj64_eeprom_w_r_function

说明:mc68hc9s12d64的eeprom读写函数-mc68hc9s12d64 of EEPROM read and write function
<张公> 在 2025-01-10 上传 | 大小:1kb | 下载:0

[其他小程序heapsort2.c

说明:堆排序算法的过程演示 请多多指教-heap sorting algorithm process demonstrated great weekend!
<龙太雷> 在 2025-01-10 上传 | 大小:1kb | 下载:0

[其他小程序yanzheng

说明:编写一个算法frequency,统计在一个输入字符串中各个不同字符出现的频度。用适当的测试数据来验证这个算法。 -prepared an algorithm frequency, in a statistical input strings various characters frequency of occurrence. The use of appropriate test data to validate the algo
<dfssd> 在 2025-01-10 上传 | 大小:1kb | 下载:0

[其他小程序haode

说明:字符串的替换操作replace (String &s, String &t, String &v)是指:若t是s的子串,则用串v替换串t在串s中的所有出现;若t不是s的子串,则串s不变。例如,若串s为“aabbabcbaabaaacbab”,串t为“bab”,串v为“abdc”,则执行replace操作后,串s中的结果为“aababdccbaabaaacabdc”。试利用字符串的基本运算实现这个替换操作。 -string repla
<dfssd> 在 2025-01-10 上传 | 大小:1kb | 下载:0

[其他小程序zhenhao

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

[其他小程序piaoliang

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

[其他小程序haokan

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

[其他小程序dreamingcode

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

[其他小程序asciiHD61202

说明:this the ascii cord for hd61202
<liz> 在 2025-01-10 上传 | 大小:1kb | 下载:0

[其他小程序dreamingzcx

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

源码中国 www.ymcn.org