代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/298881/7927993
cpp string.cpp
#include
#include
class String
{
private:
char s1[27];
char s2[27];
char sj[27];
char sb[27];
char sc[27];
int len1,len2;
public:
String();
void j();
www.eeworm.com/read/398611/7933681
cc string.cc
void copyLeft(char d[], char s[], int n)
{
for(int i=0; i
www.eeworm.com/read/398611/7933683
h string.h
#ifndef STRING_H
#define STRING_H
void copyLeft(char d[], char s[], int n);
void copyRight(char d[], char s[], int n);
#endif
www.eeworm.com/read/398611/7933694
cc string.cc
#include
using namespace std;
#include
void inputStr(char s[], int n);
int inputInt();
void copyLeft(char d[], char s[], int n);
void copyRight(char d[], char s[], int n);
int m
www.eeworm.com/read/198040/7955759
cpp string.cpp
#include
using namespace std;
/*-------------------仅低版本的VC++需要-------------------*/
class String; //前向引用声明
bool operator
www.eeworm.com/read/197741/7972158
s string.s
include h/mori.h
include ../bios/h/graph.h
public show_talk
public show_talk0
public data_string
public bin_10
extrn gblcd12x_0
extrn wait_key
extrn refreshmap
extrn block_draw
www.eeworm.com/read/398260/7996612
h string.h
www.eeworm.com/read/396805/8089365
obj string.obj
www.eeworm.com/read/396805/8089470
deb string.deb
www.eeworm.com/read/396741/8092091
c string.c
/*
* linux/lib/string.c
*
* (C) 1991 Linus Torvalds
*/
#ifndef __GNUC__ // 需要GNU 的C 编译器编译。
#error I want gcc!
#endif
#define extern
#define inline
#define __LIBRARY__
#include