代码搜索:String

找到约 10,000 项符合「String」的源代码

代码结果 10,000
www.eeworm.com/read/324119/13284402

h string.h

/* * * * */ #ifndef __STRING_H #define __STRING_H #include #include "item.h" class String: public Item { private: std::string value; public: String(std::string s); ~Stri
www.eeworm.com/read/324119/13284468

cpp string.cpp

/* * * * */ #include "string.h" #include "exception.h" using namespace std; // // // String::String(string s): Item() { type = STRING; value = s; } // // // String::~String() { } // // // s
www.eeworm.com/read/137779/13297423

hpp string.hpp

//Please refer to http://dansguardian.org/?page=copyright2 //for the license for this code. //Written by Daniel Barron (daniel@ jadeb//.com). //For support go to http://groups.yahoo.com/group/dansguar
www.eeworm.com/read/137779/13297892

cpp string.cpp

//Please refer to http://dansguardian.org/?page=copyright2 //for the license for this code. //Written by Daniel Barron (daniel@jadeb.com). //For support go to http://groups.yahoo.com/group/dansguardia
www.eeworm.com/read/136565/13301070

c string.c

#ifndef __GNUC__ #error I want gcc! #endif #define extern #define inline #define __LIBRARY__ #include
www.eeworm.com/read/136565/13301178

h string.h

#ifndef _STRING_H_ #define _STRING_H_ #ifndef NULL #define NULL ((void *) 0) #endif #ifndef _SIZE_T #define _SIZE_T typedef unsigned int size_t; #endif extern char * strerror(int errno); /* * Thi
www.eeworm.com/read/137672/13306505

h string.h

/***************************************************** string.h - ANSI-C library: string handling ---------------------------------------------------- Copyright (c) HIWARE AG, Basel, Switze
www.eeworm.com/read/137612/13308835

c string.c

#ifndef __GNUC__ #error I want gcc! #endif #define extern #define inline #define __LIBRARY__ #include
www.eeworm.com/read/137612/13308954

h string.h

#ifndef _STRING_H_ #define _STRING_H_ #ifndef NULL #define NULL ((void *) 0) #endif #ifndef _SIZE_T #define _SIZE_T typedef unsigned int size_t; #endif extern char * strerror(int errno); /* * Thi
www.eeworm.com/read/238907/13315200

s string.s

#include .text ENTRY(memcpy) 1: subs r2, r2, #1 ldrplb r3, [r1], #1 strplb r3, [r0], #1 bpl 1b mov pc, lr ENTRY(memzero) mov r2, r1 mov r1, #0 ENTRY(memset) 1: subs r2, r2,