代码搜索:SString

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

代码结果 985
www.eeworm.com/read/302629/13830623

cpp utility.cpp

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

cpp utility.cpp

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

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/113741/6126141

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/281169/6279656

pas unit1.pas

unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, DB, DBClient; type TForm1 = class(TForm) Edit1: TEdi
www.eeworm.com/read/440959/6283707

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/315848/6289678

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/121869/6297053

cpp replace.cpp

//Replace.cpp #include #include #include #define MAXSTRLEN 255 typedef unsigned char SString[MAXSTRLEN+1]; //from 0 to 256 becoz '\0' void Copy(SSt
www.eeworm.com/read/121872/6301809

cls strings.cls

VERSION 1.0 CLASS BEGIN MultiUse = -1 'True Persistable = 0 'NotPersistable DataBindingBehavior = 0 'vbNone DataSourceBehavior = 0 'vbNone MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/382398/6321330

cpp bo5-51.cpp

// bo5-51.cpp 广义表的书写形式串为SString类型 #include"c4-1.h" // 定义SString类型 #include"bo4-1.cpp" // SString类型的基本操作 void sever(SString str,SString hstr) // 算法5.8 SString是数组,不需引用类型 { // 将非空串str分割成两部分:hsub