代码搜索:cstring
找到约 10,000 项符合「cstring」的源代码
代码结果 10,000
www.eeworm.com/read/365074/9880106
h cstring.h
/*cstring.h:字符串管理模块的接口*/
#ifndef CMM_STRING_H
#define CMM_STRING_H
char *stringd(long n);
char *strings(char *str);
char *string(char *str, int len);
#endif
www.eeworm.com/read/365074/9880133
c cstring.c
/*cstring.c:对字符串进行存储管理*/
#include "cmm.h"
#include
static struct atom{
struct atom *link;
int len;
char *str;
}*buckets[1024];
static int scatter[] = { /* map characters to random value
www.eeworm.com/read/167689/9955796
h cstring.h
unsigned char flash *p0=" ◇欢迎使用◇ ";
unsigned char flash *p1=" 键控声光 ";
unsigned char flash *p2=" DEMO模型系统 ";
unsigned char flash *p3=" V.1.0303.0 ";
unsigned char flash *ablank=" ";
www.eeworm.com/read/360800/10078277
h cstring.h
#ifndef __CSTRING_H__INCLUDED__
#define __CSTRING_H__INCLUDED__
#include
#include
class CString {
private:
std::string m_string;
public:
CString() {}
CString(const char* b):
www.eeworm.com/read/277457/10637542
cpp cstring.cpp
#include
using namespace std;
int main()
{
char word[] = {'H', 'e', 'l', 'l', 'o', '\0'};
char string1[] = "Hello";
cout
www.eeworm.com/read/350458/10741973
txt cstring用法.txt
CString常用函数
CString::CString(char *p)
{
int n=strlen(p);
m_data = new char[n+1];
strcpy(m_data,p);
}
CString::CString(CString &other)
{
int n=strle
www.eeworm.com/read/417894/10971656
cls cstring.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "CString"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribute
www.eeworm.com/read/104775/7071714
h cstring.h
#ifndef __cstring_h
#define __cstring_h
/////////////////////////////////////////////////////////////////////////////
// $Header: /shorthand/src/cstring.h 7 2/14/03 4:20a Arm $
//-------------
www.eeworm.com/read/104775/7071728
cpp cstring.cpp
/////////////////////////////////////////////////////////////////////////////
// $Header: /shorthand/src/cstring.cpp 8 2/14/03 4:20a Arm $
//-----------------------------------------------------
www.eeworm.com/read/450111/7490538
h cstring.h
/*
* Extended Operating System Loader (XOSL)
* Copyright (c) 1999 by Geurt Vos
*
* This code is distributed under GNU General Public License (GPL)
*
* The full text of the license can be f