代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/144910/12763644
cpp string.cpp
// string.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "string"
#include
using namespace std;
#include "time.h"
#define max 99999
www.eeworm.com/read/332007/12786342
h string.h
#ifndef __STRING_H
#define __STRING_H
#ifndef __STDDEF_H
#include
#endif
/* The compiler calling convention varies depending on the target
* processor family; therefore, there of
www.eeworm.com/read/245586/12791419
c string.c
// string utility routines
int findloc(char *buf, char c){
// return the first appearing location of c in buf
// return -1 if no c in buf
int i;
for(i=0;;i++){
if (buf[i]==c) return i;
www.eeworm.com/read/245586/12791431
o string.o
www.eeworm.com/read/245586/12791795
c string.c
// string utility routines
int findloc(char *buf, char c){
// return the first appearing location of c in buf
// return -1 if no c in buf
int i;
for(i=0;;i++){
if (buf[i]==c) return i;
www.eeworm.com/read/245586/12791805
o string.o
www.eeworm.com/read/245586/12792667
c string.c
// string utility routines
int findloc(char *buf, char c){
// return the first appearing location of c in buf
// return -1 if no c in buf
int i;
for(i=0;;i++){
if (buf[i]==c) return i;
www.eeworm.com/read/245586/12792679
o string.o
www.eeworm.com/read/245586/12793175
c string.c
// string utility routines
int findloc(char *buf, char c){
// return the first appearing location of c in buf
// return -1 if no c in buf
int i;
for(i=0;;i++){
if (buf[i]==c) return i;
www.eeworm.com/read/245586/12793189