代码搜索:MyString
找到约 1,391 项符合「MyString」的源代码
代码结果 1,391
www.eeworm.com/read/214341/4909303
java mystring.java
public class MyString{
private char[] value; //私有成员变量,字符数组
private int count; //私有成员变量,字符个数
private static void arrayCopy(char[] src,int srcPos,
char[] dst,int dstPos,int leng
www.eeworm.com/read/213960/4910076
java mystring.java
package com.gton.util;
/**
* Title:
*
* Description:
*
* Copyright: Copyright (c) 2006
*
* Company:
*
* @author not attributable
* @version 1.0
www.eeworm.com/read/210248/4950985
java mystring.java
package com.gton.util;
/**
* Title:
*
* Description:
*
* Copyright: Copyright (c) 2006
*
* Company:
*
* @author not attributable
* @version 1.0
www.eeworm.com/read/205824/5020762
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/196178/5103538
java mystring.java
package com.gton.util;
/**
* Title:
*
* Description:
*
* Copyright: Copyright (c) 2006
*
* Company:
*
* @author not attributable
* @version 1.0
www.eeworm.com/read/181187/5278442
h mystring.h
//Header file myString.h
#ifndef H_myString
#define H_myString
#include
using namespace std;
class newString
{
//Overload the stream insertion and extraction operators.
www.eeworm.com/read/181187/5278445
h mystring.h
//Header file myString.h
#ifndef H_myString
#define H_myString
#include
using namespace std;
class newString
{
//Overload the stream insertion and extraction operators.