资源列表
CPP_Primer_3rd_Edition
- this book covers two broad topics: the C++ programming language, and Windows application programming using either MFC or the .NET Framework. Before you can develop fully - fl edged Windows applications, you need to have a good level of knowledge
The-Art-of-Computer-Programming
- 第1卷首先介绍编程的基本概念和技术,然后详细讲解信息结构方面的内容,包括信息在计算机内部的表示方法、数据元素之间的结构关系,以及有效的信息处理方法。此外,书中还描述了编程在模拟、数值方法、符号计算、软件与系统设计等方面的初级应用。-The Art of Computer Programming (acronym: TAOCP) is a comprehensive monograph written by Donald Knuth that covers many kinds of progra
The-Art-of-Computer-ProgrammingII
- 一本经典的程序员必读书籍。计算机程序设计艺术(第二卷)-a classic book that is worth reading
LRUCache
- LRU cache implmentation in c-LRU cache implmentation in c++
a-check-string-class
- 自己写的一个类,实现对字符串的检测。(C++语言) 可以检查字符串是否满足某种指定的类型格式, 指定的类型格式包括整型数、浮点数、布尔型、有特殊要求的字符串等, 同时允许把字符串转换成相应的数据类型, 可用于对用户输入字符串的检验和转换等。 该类允许指定检测哪些内容,如是否超过给定最大值、是否越界等等, 仅用字符串操作来检测,而不是用正则表达式,不过效率蛮高的。 资源中包括使用说明,数个(.h)和(.cpp)文件 在VC6和VS2010上都可调试通过,
VC-unicode
- C++的unicode编程代码汇编, 提供编程方法汇编-a serial of code with unicode C++ program
Gray
- DOS下面显示灰阶共8阶的小程序。 透过VBE来作显示的操作。 本程序适用WatcomC编写。-DOS is shown below the gray scale of a total of eight bands program. VBE to display the operation. This procedure applies to WatcomC write.
stack_overflow
- stack overflow-exploit writing
To-find-the-right-number
- Given 2-15 distinct positive integers, and your task is to calculate these numbers there are the number of number of pairs met: the number in a number of other twice.
Document
- 管理系统,处理数字话的一些文件,可以数码采集信息-Management system, some of the documents deal with numbers, then, can be a digital collection of information
High-quality-C-P-P--C-Programming-Guide
- High-quality C + +, C Programming Guide(A detailed account of the C and C++ language syntax and applications, and programming time to note)
CopyByLine
- 行拷贝,输入一行字符串输出相同的字符串!以字符串"exit"为结束标志。-copy the string you entered and the program is ended with string "exit".