代码搜索:SString

找到约 985 项符合「SString」的源代码

代码结果 985
www.eeworm.com/read/155327/11884295

h sstring.h

#include "iostream.h" #include "string.h"//包含C++字符串的头文件,则可以用C++内置的函数对C++的字符串进行操作 class String{ public: //构造函数,与类同名,给类中的对象初始化,而对不同类型的变量初始化时,调用相应类型的构造函数 String(); String(char); String(uns
www.eeworm.com/read/127307/14361831

c sstring.c

#include #include #define MAX 50 typedef unsigned char SString[MAX+1]; typedef enum {ERROR = -2,OVERLOW,FALSE, TRUE, OK} Status; Status StrAssign(SString T, const cha
www.eeworm.com/read/114622/15045001

h sstring.h

// File from page 603 in "Thinking in C++" by Bruce Eckel ////////////////////////////////////////////////// // From the compressed package ECKELT02.ZIP 4/11/95 // (Original ECKELT01.ZIP dated 2/21
www.eeworm.com/read/225324/4796297

java sstring.java

/** * Redistribution and use of this software and associated documentation * ("Software"), with or without modification, are permitted provided * that the following conditions are met: * * 1. Red
www.eeworm.com/read/219228/4848644

h sstring.h

// SciTE - Scintilla based Text Editor /** @file SString.h ** A simple string class. **/ // Copyright 1998-2004 by Neil Hodgson // The License.txt file describes the condi
www.eeworm.com/read/194563/5128679

h sstring.h

// SciTE - Scintilla based Text Editor /** @file SString.h ** A simple string class. **/ // Copyright 1998-2004 by Neil Hodgson // The License.txt file describes the conditions
www.eeworm.com/read/194535/5131404

h sstring.h

// SciTE - Scintilla based Text Editor /** @file SString.h ** A simple string class. **/ // Copyright 1998-2004 by Neil Hodgson // The License.txt file describes the conditions
www.eeworm.com/read/190056/5190342

h sstring.h

// SciTE - Scintilla based Text Editor /** @file SString.h ** A simple string class. **/ // Copyright 1998-2004 by Neil Hodgson // The License.txt file describes the conditions
www.eeworm.com/read/283334/4084174

h sstring.h

// SciTE - Scintilla based Text Editor /** @file SString.h ** A simple string class. **/ // Copyright 1998-2004 by Neil Hodgson // The License.txt file describes the condi
www.eeworm.com/read/389864/2535267

h sstring.h

// SciTE - Scintilla based Text Editor /** @file SString.h ** A simple string class. **/ // Copyright 1998-2004 by Neil Hodgson // The License.txt file describes the conditions