代码搜索:MyString

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

代码结果 1,391
www.eeworm.com/read/344798/11859580

h mystring.h

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

c mystring.c

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

cpp mystring.cpp

// MyString.cpp: implementation of the CMyString class. // ////////////////////////////////////////////////////////////////////// #include "BaseFunc.h" #include "MyString.h" /////////////////
www.eeworm.com/read/253973/12172305

h mystring.h

// MyString.h: interface for the CMyString class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_MYSTRING_H__04538BAC_0EF7_46EB_AAF7_9201677B5D10__INCL
www.eeworm.com/read/253866/12181024

hpp mystring.hpp

// Listing 16.1 The String Class #include #include using namespace std; class String { public: // constructors String(); String(const char *const);
www.eeworm.com/read/336661/12426494

h mystring.h

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

c mystring.c

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

h mystring.h

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

c mystring.c

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

h mystring.h

/* String handlers. * * Written by Cyril Hu (cyrilhu@gmail.com), public domain. */ #ifndef _MYSTRING_H_ #define _MYSTRING_H_ #include "my.h" void *mymemcpy (void *dst, const void *src, size_t n)