代码搜索:SString

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

代码结果 985
www.eeworm.com/read/387868/2555525

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/355365/3054478

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/153251/5651704

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
www.eeworm.com/read/334557/12591152

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/300090/13935432

h sstring.h

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

c ch4_sstring.c

/* 串的定长顺序存储 author: kk.h date: 2006.10.4 http://www.cocoon.org.cn */ #define MaxStrLen 200 /* 字符串赋值,把串source复制到target中 */ int StrAssign(char* target,char *source) { int i=0; for(tar
www.eeworm.com/read/239566/4598849

svn-base sstring.h.svn-base

// 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/362558/9992476

txt 4_7.txt

void StrClear(SString *s) /*将串s置为空串*/ { s->len=0; }
www.eeworm.com/read/296774/7114255

h scan.h

/* scan.h - Utility declarations for scan-decls and fix-header programs. Copyright (C) 1993 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it u
www.eeworm.com/read/296774/7114398

c scan.c

/* Utility functions for scan-decls and fix-header programs. Copyright (C) 1993, 1994 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under t