代码搜索:SString

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

代码结果 985
www.eeworm.com/read/382398/6321402

cpp bo4-1.cpp

// bo4-1.cpp 串采用定长顺序存储结构(由c4-1.h定义)的基本操作(14个) // SString是数组,故不需引用类型。此基本操作包括算法4.2,4.3,4.5 Status StrAssign(SString T,char *chars) { // 生成一个其值等于chars的串T int i; if(strlen(chars)>MAXSTRLEN)
www.eeworm.com/read/120515/6322022

c bo4-1.c

/* bo4-1.c 串采用定长顺序存储结构(由c4-1.h定义)的基本操作(14个) */ /* SString是数组,故不需引用类型。此基本操作包括算法4.2,4.3,4.5 */ Status StrAssign(SString T,char *chars) { /* 生成一个其值等于chars的串T */ int i; if(strlen(chars)>MAX
www.eeworm.com/read/484238/6582455

txt 3245.txt

4.20③ 编写算法,从串s中删除所有和串t相同的子串。 要求实现以下函数: Status DelSub(SString &s, SString t); /* 从串s中删除所有和串t匹配的子串。 */ /* 若有与t匹配的子串被删除,则返回TRUE;*/ /* 否则返回FALSE */ 定长顺序串SString的类型定
www.eeworm.com/read/482102/6626689

c bo4-1.c

/* bo4-1.c 串采用定长顺序存储结构(由c4-1.h定义)的基本操作(14个) */ /* SString是数组,故不需引用类型。此基本操作包括算法4.2,4.3,4.5 */ Status StrAssign(SString T,char *chars) { /* 生成一个其值等于chars的串T */ int i; if(strlen(chars)>MAX
www.eeworm.com/read/480948/6654292

c bo4-1.c

/* bo4-1.c 串采用定长顺序存储结构(由c4-1.h定义)的基本操作(14个) */ /* SString是数组,故不需引用类型。此基本操作包括算法4.2,4.3,4.5 */ Status StrAssign(SString T,char *chars) { /* 生成一个其值等于chars的串T */ int i; if(strlen(chars)>MAX
www.eeworm.com/read/481093/6659301

bas module1.bas

Attribute VB_Name = "Module1" Option Explicit Public hh, mm, ss As Integer Public Function hmsValueToString(ByVal h As Integer, ByVal m As Integer, ByVal s As Integer) As String Dim hstring,
www.eeworm.com/read/265100/11283244

asp changepasspost.asp

www.eeworm.com/read/263332/11367257

pas publicfunorpro.pas

unit PublicFunOrPro; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls, jpeg, Menus, ComCtrls, ToolWin, Buttons,winsock,Grids,
www.eeworm.com/read/263039/11378337

cpp utility.cpp

////////////////////////////////////////////////////////////////////// //ICTCLAS简介:计算所汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System), // 功能有:中文分词;词性标
www.eeworm.com/read/408453/11387676

cpp utility.cpp

////////////////////////////////////////////////////////////////////// //ICTCLAS简介:计算所汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System), // 功能有:中文分词;词性标