搜索资源列表
StringClass
- 这个代码是STRING类的声明及实现,因为我认为C++类库中的string类比较庞大,找一个函数需要很长时间,所以用一个简单明了的代替之.-STRING kind of statement and realized, because I think the C library string of relatively large, a function for a very long time. Therefore, the use of a simple and straightforward
MyString20060704
- 我自己编写的字符串类,可以实现一些简单的功能,如赋值、加法、字符串比较、下边运算符重载等!-myself prepared by the String class, can achieve some simple functions, such as assignment, Ghaffar, string comparison, Now, as Operator!
java
- 用java实现简单的:简单聊天程序 多线程 计数器 记事本 马鞍点 扇子 学生成绩管理系统 异常处理 字符串类-java with a simple realization : Chat simple procedures multithreading counter saddle point in the notebook fan student performance management system Exceptions string category
用D3D模拟地月系
- 一、建立空窗体 新建一个工程,添加引用,并导入名称空间。 加入一个设备对象变量: private Microsoft.DirectX.Direct3D.Device device = null; 添加初始化图形函数,并在这里面对设备对象进行实例化: public void InitializeGraphics() { PresentParameters presentParams = new PresentParam
Skype4Java
- Skype4Java开发指南 Skype4Java架构 Skype4Java提供了一个较为完善的开发体系,使您可以非常容易地使用Java开发Skype外壳程序。 Skype插件程序与Skype的通信都是基于一些文本命令来完成的。因此,要想开发Skype的插件应用,就需要依靠不同操作系统平台的系统调用,发送Skype平台的相应命令来实现。 Skype4Java在最底层,也是通过操作系统的系统调用来完成消息的发送。针对异构平台,Skype4Java提供了不同平台的底层实现
PropertyUtil
- 鉴于j2me里没有配置文件的API,我自己写了一个简单的Property工具类,实现程序可配置。提供getValue(String key)方法得到相应的属性,但是属性文件写入的时候有点限制,每一条属性占一行,格式为“key=value”文件末尾加“ ”,标识文件末尾。-In view of j2me where there is no configuration file API, I wrote a simple Property tools to achieve program can b
fangfachongxie
- 通过java中继承和组合的简单方法,修改字符串,可实现谁在干什么。也可在类内通过增加方法,在已有框架下实现多种继承和组合-Java inheritance and composition by the simple method, modify the string, can be realized who was doing. Can also be within the class by adding methods to achieve the existing framework of
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平台的字符串类,可以实现在快速字符串搜索。
XMLParse
- 创建一个新的XML文档,分析修改现存的XML文档,所有的这些都中可以从一个利用MFC或STL字符串所实现的一个简单类的方法中得到。关于CMarkup,你可以运行Zip文件右边的例子,如果你愿意,你可以通过看源码,几分钟把它加入到你自己的应用中。-Create a new XML document, modify the existing XML document analysis, all of which can be used from an MFC or STL string class
handout-files
- 实施第一类你必须使用一个链表来实现这些队列的方法,并队列增长到任何需要的大小。你执行第二类必须使用数组来实现这个队列类。该数组的大小应该是10,永远不会改变。 要实现第一个队列,你可以使用通用的节点类。第二个队列,必须使用一个固定大小的数组来实现。 您还必须建立一个主要的方法,使用户可以进入队列的字符串,获取和打印队列的头部(输入命令“poll”)的字符串,插入一个空值(命令“null ”),或退出程序(命令“quit”)。由用户输入的任何其他字符串应插入到队列中,通过调用该要约方法
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
Liu_Yan_Ban
- JSP写的简单留言板小系统 所用到的类主要方法作用及属性有: LoginAction.java: 属性: User user=new User() // 用户 方法: public String execute():判断用户是否存在 Page.java 属性: private int lastpage, nowpage, prepage, nextpage //main.jsp里实现显示留言的4个指标 方法: 对应的ge
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
MyString
- 自己实现的一个简单的String类,有基本的运算功能,和输入输出功能-A simple String class implemented by myself, basic computing functions, and input/output functions
string
- String类的实现,简单易懂,设计实现对某一个字符的查找(第一次出现、最后一次出现)、删除、string类的替换、插入等操作。(Implementation of the String class)
String
- C++中String类的简单实现,运算符重载(The simple implementation of the String class in C++, operator overloading)