代码搜索:MyString
找到约 1,391 项符合「MyString」的源代码
代码结果 1,391
www.eeworm.com/read/287078/4030923
cpp stringtest.cpp
// stringtest.cpp
#include
#include
using namespace std;
int main(int argc, char** argv)
{
string myString = "Hello, World";
cout
www.eeworm.com/read/446555/1712303
svn-base refcount.h.svn-base
// MyString with reference counter
#ifndef _REF_COUNT_H_
#define _REF_COUNT_H_
#include
#include
using namespace std;
//start
class MyString {
class MyStringPrivate {
www.eeworm.com/read/446555/1712307
h refcount.h
// MyString with reference counter
#ifndef _REF_COUNT_H_
#define _REF_COUNT_H_
#include
#include
using namespace std;
//start
class MyString {
class MyStringPrivate {
www.eeworm.com/read/432926/1886228
pde line.pde
class Line
{
String myString;
int xPosition;
int yPosition;
int highlightNum;
float speed;
float curlInX;
Letter myLetters[];
Line(String s, int i, int j)
{
myString = s;
www.eeworm.com/read/234146/14120929
tc3 makefile.tc3
CC_DIR= f:\4\dos\tc3
CC= $(CC_DIR)\bin\tcc
CLIB= $(CC_DIR)\bin\tlib
CLIB_DIR= $(CC_DIR)\lib
CINC_DIR= $(CC_DIR)\include
CFLAGS= -c -D_BCC_VER=30 -L$(CLIB_DIR) -L. -I$(CINC_DIR) -I.
CSRC= mymath.c myst
www.eeworm.com/read/234146/14120934
bc3 makefile.bc3
CC_DIR= f:\4\dos\bc3
CC= $(CC_DIR)\bin\bcc
CLIB= $(CC_DIR)\bin\tlib
CLIB_DIR= $(CC_DIR)\lib
CINC_DIR= $(CC_DIR)\include
CFLAGS= -c -D_BCC_VER=31 -L$(CLIB_DIR) -L. -I$(CINC_DIR) -I.
CSRC= mymath.c myst
www.eeworm.com/read/234146/14120938
tc2 makefile.tc2
CC_DIR= f:\4\dos\tc2
CC= $(CC_DIR)\tcc
CLIB= $(CC_DIR)\tlib
CLIB_DIR= $(CC_DIR)\lib
CINC_DIR= $(CC_DIR)\include
CFLAGS= -c -D_TC2=1 -L$(CLIB_DIR) -L. -I$(CINC_DIR) -I.
CSRC= mymath.c mystring.c mylib.
www.eeworm.com/read/201987/15391356
c sysctl-exam-kern.c
//kernel module: sysctl-exam-kern.c
#include
#include
#include
#include "sysctl-exam.h"
static char mystring[256];
static int myint;
stati
www.eeworm.com/read/471265/1432641
java electroalbum.java
import java.applet.*;
import java.awt.*;
public class ElectroAlbum extends Applet {
private Choice myChoice;
private String[] myString1, myString2;
private int totalPics;
private Ima
www.eeworm.com/read/470720/1450876
c 20021011-1.c
/* PR opt/8165. */
extern void abort (void);
char buf[64];
int
main (void)
{
int i;
__builtin_strcpy (buf, "mystring");
if (__builtin_strcmp (buf, "mystring") != 0)
abort ();
for (i