资源列表
DSPdd
- 编的几个小程序,请站长过目、审查和批评、指正。-series of the few small programs, please read head, review and criticism, correct.
C6000
- 经典的DSP的C程序和汇编程序库,请站长过目 -classic DSP C procedures and the procedures for compiling, please read head
200473056852
- 《C#课程设计案例精编本光盘上所有程序都只供学习之用,未经作者许可,它们不得用于任何商业目的。-"C# curriculum design intensive case on the part of the CD all the procedures are only used for learning, without the permission of the author, they may not be used for any commercial purposes.
SmartClient_BookShareSystem
- 这个也我收集的,应该很好 ,, 现在也分享给大家.-this collection, we should better, and now we have to share. Oh
ToggleControls_src
- 老外用CSHARP写的 东西非常不错 大家可以-CSHARP foreigners used to write very good things we can look at
Csharpanli
- 《C#案例开发》配套光盘文件,包括本书所有实例的源文件和执行程序,WinRAR自解压包。-"C# case development" complementary CD documents, including examples of the book all the source documents and procedures, WinRAR self-extract package.
chitchat
- 这是一个用C#语言编写的有关聊天室程序的源代码-This is a C# language in the chat room program's source code
SmartDemo_Demo
- 智能客户端:是以前学习的过程中下载的一个智能客户端的例子,恨不错,可以-smart client : the past is the learning process of downloading a smart client example, hate Yes, we can
interpret_help
- 这是一个用C#编写的翻译小助手程序的源代码-This is a C# minor translation prepared by the assistant program's source code
album_manager
- 这是一个用C#编的,跟相册管理有关的源代码-This a series with C#, with the albums related to the management of source code
HUST
- 一个网站的后台管理 里面有一个远程管理rss源的页面-the background of a Web site management inside a remote management rss sources pages
repeat
- 最长重复子串问题 .问题描述: 在一个特定字符串str 中,多次出现的子串称为重复子串。如果字符串str 中有多个重复 子串,则其中长度最长的子串称为最长重复子串。例如,str=’abcdacdac’ ,则子串’cdac’ 是str 的最长重复子串。 .编程任务: 给定一个字符串str ,编程计算str 的最长重复子串。-longest repeated substrings problems. Problem descr iption : In