代码搜索:SString
找到约 985 项符合「SString」的源代码
代码结果 985
www.eeworm.com/read/448997/7520449
cpp algo0507.cpp
Status CreateGList(GList &L, SString S) { // 算法5.7
// 采用头尾链表存储结构,由广义表的书写形式串S创建广义表L。
// 设emp="()"。
char s[3]="()";
SString emp;
crt_SString(emp,s);
SString sub,hsub;
GList p,q;
www.eeworm.com/read/332926/12717066
c 4.20.c
4.20③ 编写算法,从串s中删除所有和串t相同的子串。
要求实现以下函数:
Status DelSub(SString &s, SString t);
/* 从串s中删除所有和串t匹配的子串。 */
/* 若有与t匹配的子串被删除,则返回TRUE;*/
/* 否则返回FALSE */
定长顺序串SString的类型定义:
www.eeworm.com/read/244750/12845721
java afont.java
import java.awt.*;
import java.applet.*;
public class aFont extends Applet
{
Choice lFont = new Choice();
Choice lSize = new Choice();
Choice lStyle = new Choice();
www.eeworm.com/read/142809/12916726
cpp index_kmp.cpp
//Index_KMP.cpp
#include
#include
#include
#define MAXSTRLEN 255
typedef unsigned char SString[MAXSTRLEN+1]; //from 0 to 256 becoz of '\0'
www.eeworm.com/read/142809/12916730
cpp compare.cpp
//Compare.cpp
//Compare two SString
#include
#include
#include
#define MAXSTRLEN 255
typedef unsigned char SString[MAXSTRLEN+1];
int Compare(SString S1,SStr
www.eeworm.com/read/142809/12916731
cpp index_bf.cpp
//Index_BF.cpp
#include
#include
#include
#define MAXSTRLEN 255
typedef unsigned char SString[MAXSTRLEN+1]; //from 0 to 256 becoz of '\0'
www.eeworm.com/read/142809/12916734
cpp substring.cpp
//SubString.cpp
//To find out Substring
#include
#include
#include
#define MAXSTRLEN 255
typedef unsigned char SString[MAXSTRLEN+1];
int SubString(SString
www.eeworm.com/read/142809/12916740
cpp concat.cpp
//Concat.cpp
//To Concat the SString S1 and S2
#include
#include
#include
#define MAXSTRLEN 255
typedef unsigned char SString[MAXSTRLEN+1];
int Concat(SS
www.eeworm.com/read/242302/13080305
txt 如何绘制显示进度百分比的进度条.txt
你 这 个 问 题 使 我 想 起 了 几 年 前 我 对 这 个 问 题 的 研 究 , 当 时 我 也 对 字 体 颜 色 改 变 感 到 困 惑 , 但 后 来 我 还 是 想 了 一 个 简 单 的 办 法 。 实 际 上 这 要 利 用 API的 一 个 函 数 ExtTextOut。 这 个 函 数 允 许 输 出 文 字 时 指 定 文 字 的 坐 标 和 一 个 矩 形 。 这 个
www.eeworm.com/read/240580/13212429
mak deps.mak
PlatWin.o: PlatWin.cxx ../include/Platform.h PlatformRes.h \
../src/UniConversion.h ../src/XPM.h
ScintillaWin.o: ScintillaWin.cxx ../include/Platform.h \
../include/Scintilla.h ../include/SStri