羊羊羊1221

积分:595
上传文件:8
下载次数:91
注册日期:2006-11-02 22:29:22

上传列表
IntroductionToAlgorithms.rar - 算法界里仅次于the art of computer programming的重量级书籍 压缩包里包含有introduction to algorithms的第二版英文版 习题解答与教师手册(非常难得),2007-04-08 19:41:25,下载74次
ThinkinginJava3rdcn.rar - ThinkinginJAVA第三版中文版 经典的JAVA教科书的中文版 帮助英文不是很好的程序员们打开JAVA变成世界的大门,2007-04-08 16:51:46,下载8次
EffectiveJava(chinesetaiwan).rar - 著名的JAVA编程书籍 讲解了一系列JAVA编程中的注意事项 这些东西也许会花费程序员大量的时间来解决,2007-04-08 16:42:24,下载9次
C++Template.rar - C++模板具有非常强大的功能 几乎成为了C++的代名词 掌握模板使用的高级技术是现代C++程序员的必修课 推荐阅读,2007-04-08 16:38:46,下载103次
StandardC++98.rar - C++98标准 C++开发人员必读书籍 了解C++标准能够帮助我们更好的写出强大的代码,2007-04-08 16:33:23,下载7次
ReverseSubstring.rar - Problem Statement You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input. Definition Class: ReverseSubstring Method: findReversed Parameters: string Returns: string Method signature: string findReversed(string input) (be sure your method is public) Notes The substring and its reversal may overlap partially or completely. The entire original string is itself a valid substring (see example 4). Constraints input will contain between 1 and 50 characters, inclusive. Each character of input will be an uppercase letter ( A - Z ). Examples 0) "XBCDEFYWFEDCBZ" Returns: "BCDEF" We see that the reverse of BCDEF is FEDCB, which appears later in the string. 1),2007-04-08 00:00:21,下载2次
doublelist.rar - 这是我们实习时编的,实现了基本的功能,如插入,删除,查找等。初学 C++的同志们可以参考:),2006-11-02 22:45:03,下载3次

近期下载

收藏