代码搜索:MyString

找到约 1,391 项符合「MyString」的源代码

代码结果 1,391
www.eeworm.com/read/207217/15279380

h mystring.h

// Exercise 14.4 MyString.h // Definition of the MyString class representing strings #ifndef MYSTRING_H #define MYSTRING_H namespace mySpace { class MyString { public: MyString();
www.eeworm.com/read/207217/15279381

cpp mystring.cpp

// Exercise 14.1 MyString.cpp // Definitions for member of the MyString class #include "MyString.h" #include #include using std::cout; using std::endl; namespace mySpac
www.eeworm.com/read/207217/15279383

h mystring.h

// Exercise 14.1 MyString.h // Definition of the MyString class representing strings #ifndef MYSTRING_H #define MYSTRING_H namespace mySpace { class MyString { public: MyString();
www.eeworm.com/read/207217/15279384

cpp mystring.cpp

// Exercise 14.5 MyString.cpp // Definitions for member of the MyString class #include "MyString.h" #include #include using std::cout; using std::endl; namespace mySpac
www.eeworm.com/read/207217/15279386

h mystring.h

// Exercise 14.5 MyString.h // Definition of the MyString class representing strings #ifndef MYSTRING_H #define MYSTRING_H namespace mySpace { class MyString { public: MyString();
www.eeworm.com/read/207217/15279434

cpp mystring.cpp

// Exercise 13.4 MyString.cpp // Definitions for member of the MyString class #include "MyString.h" #include #include using std::cout; using std::endl; namespace mySpac
www.eeworm.com/read/207217/15279436

h mystring.h

// Exercise 13.4 MyString.h // Definition of the MyString class representing strings #ifndef MYSTRING_H #define MYSTRING_H namespace mySpace { class MyString { public: MyString();
www.eeworm.com/read/25867/950799

h mystring.h

//********************************************************************************** //杨屹 2002/08/20 第一版 //字符串操作函数 //联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效) //******************************
www.eeworm.com/read/25867/950820

c mystring.c

#include "mystring.h" #include "serial.h" void yystrlwr(unsigned char *str)//将字符串全部转换成小写格式 { int i; unsigned char ch; for(i=0;1;i++){ ch=*(str+i); if(ch=='\0') break; else if
www.eeworm.com/read/475773/1382220

java mystring.java

/*