代码搜索:MyString
找到约 1,391 项符合「MyString」的源代码
代码结果 1,391
www.eeworm.com/read/141717/12990474
c mystring.c
//**********************************************************************************
//杨屹 2002/08/20 第一版
//字符串操作函数
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//******************************
www.eeworm.com/read/326892/13111163
lst mystring.lst
C51 COMPILER V7.02b MYSTRING 08/25/2006 11:59:57 PAGE 1
C51 COMPILER V7.02b, COMPILATION OF MODULE MYSTRING
OBJECT MODULE PLACED
www.eeworm.com/read/326892/13111208
h mystring.h
//**********************************************************************************
//杨屹 2002/08/20 第一版
//字符串操作函数
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//******************************
www.eeworm.com/read/326892/13111296
h mystring.h
//**********************************************************************************
//杨屹 2002/08/20 第一版
//字符串操作函数
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//******************************
www.eeworm.com/read/326892/13111300
c mystring.c
//**********************************************************************************
//杨屹 2002/08/20 第一版
//字符串操作函数
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//******************************
www.eeworm.com/read/239775/13257589
cpp mystring.cpp
www.eeworm.com/read/239775/13257593
h mystring.h
#ifndef STRINGH
#define STRINGH
#include
#include
#include "stdafx.h"
using namespace std;
class String{
private:
char *p;
int size;
public:
String();
String(co
www.eeworm.com/read/324057/13291289
h mystring.h
#include
using namespace std;
class mystring
{
public:
mystring(char ctemp[]);
mystring(mystring &stemp);
mystring();
~mystring();
void replace(char s,char d);
int len();
www.eeworm.com/read/322705/13370639
h mystring.h
//**********************************************************************************
//杨屹 2002/08/20 第一版
//字符串操作函数
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//******************************
www.eeworm.com/read/322705/13370641
c mystring.c
//**********************************************************************************
//杨屹 2002/08/20 第一版
//字符串操作函数
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//******************************