资源列表

« 1 2 ... .79 .80 .81 .82 .83 158184.85 .86 .87 .88 .89 ... 216393 »

[其它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 replacement operation replace (Stri
<dfssd> 在 2008-10-13 上传 | 大小:981byte | 下载:0

[文件操作11331564

说明:软件名称:一段小代码很容易获得本机IP地址和NAME,很有借鉴意义,我从中受益匪浅,希望对大家的学习有帮助-software name : small section of code is easy access to the machines IP address and NAME, a useful one, I benefited from, and I hope to learn all the help
<魏衡> 在 2008-10-13 上传 | 大小:2.58kb | 下载:0

[界面编程TMexample

说明:透明位图背景上的滚动字幕实例,可以随便下载,欢迎光顾-transparent bitmap on the background of rolling subtitles example, can easily download, welcome to patronize
<孟为华> 在 2008-10-13 上传 | 大小:213.44kb | 下载:0

[进程与线程PINFO

说明:进程之间的5种通信方法,可以随便下载,欢迎光顾,-process between the five types of communications methods can easily download, welcome to patronize, huh
<孟为华> 在 2008-10-13 上传 | 大小:56.33kb | 下载:0

[其它zhenhao

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

[加密解密115)

说明:加密算法用C++作的,可以键盘输入也可以打开文件,实用很好的-encryption algorithm in C for the keyboard can also open files, practical good
<beichen> 在 2008-10-13 上传 | 大小:7.49kb | 下载:0

[Windows编程FiveThreadsTest.java.bak

说明:这是一个编程的好程序,可以让你更好的了解你要做的事情-This is a good programming procedures, which will let you better understand what you need to do
<王力全> 在 2008-10-13 上传 | 大小:1.34kb | 下载:0

[界面编程qddown_vc108353453

说明:用VC++实现FLASH的经典事例很有借鉴意义,希望大家喜欢,详细介绍了两种语言的兼容性 -with VC FLASH classic examples useful one, hope you like. details of the compatibility of the two languages
<魏衡> 在 2008-10-13 上传 | 大小:10.98kb | 下载:0

[其它piaoliang

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

[Windows编程FiveThreadsTest.class

说明:这真的是一个人间人爱的程序啊.可以免费下载- This really is the procedure which between a person the person loves May the free download
<王力全> 在 2008-10-13 上传 | 大小:622byte | 下载:0

[其它haokan

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

[Windows编程SimpleThread.class

说明:这真的是一个人间人爱的程序啊.可以免费下载- This really is the procedure which between a person the person loves May the free download
<王力全> 在 2008-10-13 上传 | 大小:1.13kb | 下载:0
« 1 2 ... .79 .80 .81 .82 .83 158184.85 .86 .87 .88 .89 ... 216393 »

源码中国 www.ymcn.org