代码搜索:MyString

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

代码结果 1,391
www.eeworm.com/read/468705/1483792

java mystring.java

package com.gton.util; /** * Title: * * Description: * * Copyright: Copyright (c) 2006 * * Company: * * @author not attributable * @version 1.0
www.eeworm.com/read/462367/1546402

h mystring.h

#include #include using namespace std; // 简单的String类 class String { public: String() {s = new char [1]; s[0] = 0;} String(char *_s) {s = new char [1]; s[0] = 0;
www.eeworm.com/read/462367/1546440

h mystring.h

#include #include using namespace std; // Extremely simple string class class String { public: String() {s = new char [1]; s[0] = 0;} String(char *_s) {s = new ch
www.eeworm.com/read/462270/1546760

h mystring.h

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

c mystring.c

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

lst mystring.lst

C51 COMPILER V6.12 MYSTRING 05/08/2003 14:54:21 PAGE 1 C51 COMPILER V6.12, COMPILATION OF MODULE MYSTRING OBJECT MODULE PLACED I
www.eeworm.com/read/250996/4425282

java mystring.java

package com.gton.util; /** * Title: * * Description: * * Copyright: Copyright (c) 2006 * * Company: * * @author not attributable * @version 1.0
www.eeworm.com/read/245817/4501305

java mystring.java

/*
www.eeworm.com/read/242732/4542900

h mystring.h

/* ** License Applicability. Except to the extent portions of this file are ** made subject to an alternative license as permitted in the SGI Free ** Software License B, Version 1.1 (the "License")
www.eeworm.com/read/216802/4885346

h mystring.h

/* ** License Applicability. Except to the extent portions of this file are ** made subject to an alternative license as permitted in the SGI Free ** Software License B, Version 1.1 (the "License")