搜索资源列表
MyString20060704
- 我自己编写的字符串类,可以实现一些简单的功能,如赋值、加法、字符串比较、下边运算符重载等!-myself prepared by the String class, can achieve some simple functions, such as assignment, Ghaffar, string comparison, Now, as Operator!
vcPP2
- CatListBox_src.zip CatListBox_demo.zip 这个程序模仿Outlook建立分类列表框。 CClockST_src.zip CClockST_demo.zip 一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类。 CIVStringSet_Demo.zip CIVStringSet_Source.zip 基于MFC和STL平台的字符串类,可以实现在快速字符串搜索。
CIni
- ini 文件解析器(类),将ini文件的读写等操作进行了封装,使用标准的输入输出等简单的库(string、stdio、stdlib),输入文件名 段名 条目名就可以解析出结果。通过ReadInt(),ReadString(),Write()3个主要函数实现。-an implementation of initialization file parser, only few stand libs needed(sting.h, stdio.h, stdlib.h), 3 main function
string
- 自己实现一个简单的string类,具备基本的功能-Their realization of a simple string class, with basic functionality
MyString
- 之前的课程作业内容,简单string类的实现。-a simple kind of String
How-to-Use-the-CMarkupSTL
- 创建一个新的XML文档,分析修改现存的XML文档,所有的这些都中可以从一个利用MFC或STL字符串所实现的一个简单类的方法中得到。关于CMarkup,你可以运行Zip文件右边的例子,如果你愿意,你可以通过看源码,几分钟把它加入到你自己的应用中。-Create a new XML document, modify the existing XML document analysis, all of which can be obtained the method of a MFC or STL
string
- 实现了一个简单的string类,以及相关的测试已经痛,可以直接make运行-a simple string class and test
test1.3.2
- 在1.3.1的基础上,实现课本算法2.1(消除不可终止符号) 产生式的表示很关键, 一开始存放简单(例如一个字符串),后面就处理起来相对麻烦; 一开始处理复杂(例如形成产生式类和对象),后面相对容易 类具有一些方法。例如堆栈,那可以进行出栈入栈操作。 把简化结果,用1.3.1把文法写入文本文件的方法,输出 -In 1.3.1, based on the realization of textbooks algorithm 2.1 (elimination of non-t
CIni
- ini 文件解析器(类),将ini文件的读写等操作进行了封装,使用标准的输入输出等简单的库(string、stdio、stdlib),输入文件名 段名 条目名就可以解析出结果。通过ReadInt(),ReadString(),Write()3个主要函数实现。-an implementation of initialization file parser, only few stand libs needed(sting.h, stdio.h, stdlib.h), 3 main function
string
- String类的实现,简单易懂,设计实现对某一个字符的查找(第一次出现、最后一次出现)、删除、string类的替换、插入等操作。(Implementation of the String class)
String
- C++中String类的简单实现,运算符重载(The simple implementation of the String class in C++, operator overloading)