搜索资源列表
myString
- 一个关于标准string类的C++程序-a string on the standard procedures for the C category
mystring
- 一个很好的string类,类似与Windows 下CString-a good string type, similar to redeem and Windows
hao-myString
- 自己编写的String 类,重载的多个运算符。功能类似C++ STL中的string 类-prepared by the String own category, the number of heavy Operators. C functions similar to the STL string class
ucos51在KeilC51上仿真运行
- Demo程序经Keil701编译后,代码量为7-8K,可直接在KeilC51上仿真运行。 使用方法:解压后双击yy项目,点调试即可在串口仿真看到结果。 Demo程序创建了3个任务A、B、C优先级分别为2、3、4,A每秒显示一次,B每3秒显示一次,C每6秒显示一次。从显示结果看,显示3个A后显示1个B,显示6个A和2个B后显示1个C,结果显然正确。用户可以仿照范例运用更多系统API函数写出自己的程序。只要程序中有显示语句就可以用软件仿真器看结果。注意:系统提供的显示函数是并发的,他不是直接显示到串
MyString.rar
- 自编了一个C++中的sting函数的功能,自编了一个C++中的sting函数的功能
MyString
- 输入一个字符串,将其逆转,如abcd则转换为dcba-Enter a string to be reversed, such as abcd are converted to dcba
myString
- 自己编写的String类,可以用于代替<string>中的string类。支持==、!=、<、>等比较运算符,=复制运算符,有多种构造函数,动态分配内存,长度可变。容易转换成char*类型,而且使用深拷贝,指针使用得当。有常用的Index,Insert,Delete,Replace,SubString方法。而且源码中给出了String类的一个小应用。开发环境Visual C++ 6.0,测试程序为Console模式。-I have written the String c
Mystring
- string库函数 中几个函数的实现。 字符串查找,字符查找,求字符串长度。-string library functions in the realization of several functions. String to find, find the characters, and the length of the string.
mystring
- 字符串操作程序,包含字符串合并,删除等操作-String operation, including the string merging delete operations, etc.
MyString
- 实现常用字符串处理函数的功能,希望能交流看系统到底是怎么实现的-Implement the function of usuall string
MyString
- a small C++ program about operations on strings
data_structure3
- 9、优先级队列 QueueNode.h Compare.h PriorityQueue.h Test.cpp 10、串 88 MyString.h MyString.cpp test.cpp 11、二叉树 BinTreeNode.h BinaryTree.h Test.cpp 12、线索二叉树 ThreadNode.h ThreadTree.h ThreadInorderIterator.h te
MyString
- 用C++重写的一人字符串类,该类包括字符串的一些基本操作-Using C++ rewrite of a string type, string type, including some of the basic operation
mystring
- 实现常用Linux C字符串处理函数,如strlen() strcpy() strsep()等-mystring
MyString
- 一个自己写的 string 类例子,比较方便-Write a string class examples of their own, more convenient
mystring
- string串的一个派生类mystring,可以依次读出字符串中的说有数字-It is a derived class of string named mystring,which can read out numbers in the string into double in turn。
MyString
- Define MyString class with demands as follows: 0. You CAN NOT use string in the program. 1. MyString can save any string 2. Overload operator + to append string to another one, such as: MyString S1, S2, S3 S1 = S2 + S3 3. Defin
MyString
- 实现一个字符串类myString。要求有构造函数,析构函数,拷贝构造函数,运算符 重载函数,可以实现串比较,串赋值,求串长,串连接,反转字符串等基本功能。-Implement a string class myString. Require a constructor, destructor, copy constructor, operator overloading function can be achieved string comparison, string assignment
mystring
- 这是一个用c++编的mystring类,它可以用来让初学c++者了解string类型内部的原理。-c++ mystring
mystring
- 根据自带string所写的mystring(mystring according to the default string)