代码搜索:MyString
找到约 1,391 项符合「MyString」的源代码
代码结果 1,391
www.eeworm.com/read/109743/15550992
cpp mystring.cpp
#include "mystring.h"
void free__(char** buf)
{
if(!buf)
return;
char** temp = buf;
while(*(buf++))
delete *buf;
delete temp;
}
void free__(char** buf,int num)
{
for(int i = 0; i < num; i++)
www.eeworm.com/read/106588/15633616
cpp mystring.cpp
/// \file MyString.cpp
//-----------------------------------------------------------------------------
#include "Util.h"
#include "MyString.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
s
www.eeworm.com/read/106588/15633617
h mystring.h
// MyString.h
// A drop-in replacement for CString, the main difference being that the
// data is scrubbed by trashstring() in the destructor, thus leaving an attacker
// with a little less info to gr
www.eeworm.com/read/105530/15665653
h mystring.h
//**********************************************************************************
//杨屹 2002/08/20 第一版
//字符串操作函数
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//******************************
www.eeworm.com/read/105530/15665655
c mystring.c
//**********************************************************************************
//杨屹 2002/08/20 第一版
//字符串操作函数
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//******************************
www.eeworm.com/read/175226/9554932
hpp mystring01.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/253866/12181021
hpp mystring01.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/468628/1484150
svn-base mystring.as.svn-base
package com.dmh2002.util{
public class MyString {
/**
* 补0
* 参数keta_num 为 将要补足的位数
* 参数num 为 数字
* 返回字符串
* trace(addZero(3,13)) //013
*/
public static function ad
www.eeworm.com/read/308889/3710952
java~1~ mystring.java~1~
package com.gton.util;
/**
* Title:
*
* Description:
*
* Copyright: Copyright (c) 2006
*
* Company:
*
* @author not attributable
* @version 1.0
www.eeworm.com/read/441646/1769594
java~1~ mystring.java~1~
package com.gton.util;
/**
* Title:
*
* Description:
*
* Copyright: Copyright (c) 2006
*
* Company:
*
* @author not attributable
* @version 1.0