代码搜索:SString
找到约 985 项符合「SString」的源代码
代码结果 985
www.eeworm.com/read/204040/5036279
c forsemi.c
/* forsemi.c - walk a semicolon separated sstring */
#include "..\h\tools.h"
#include
flagType forsemi (register char *p,
flagType (*proc)(char *, va_list),
...)
{
ch
www.eeworm.com/read/375736/2721607
c forsemi.c
/* forsemi.c - walk a semicolon separated sstring */
#include "..\h\tools.h"
#include
flagType forsemi (register char *p,
flagType (*proc)(char *, va_list),
...)
{
ch
www.eeworm.com/read/260597/4331612
c forsemi.c
/* forsemi.c - walk a semicolon separated sstring */
#include "..\h\tools.h"
#include
flagType forsemi (register char *p,
flagType (*proc)(char *, va_list),
...)
{
ch
www.eeworm.com/read/254811/4380551
c forsemi.c
/* forsemi.c - walk a semicolon separated sstring */
#include "..\h\tools.h"
#include
flagType forsemi (register char *p,
flagType (*proc)(char *, va_list),
...)
{
ch
www.eeworm.com/read/400222/11580416
txt time.txt
1DATAS SEGMENT
2 nowtime db 'the time now is:$'
3 modtime db 'setting the new time$'
4 hstring db 'enter the hour:$'
5 mstring db 'enter the minute:$'
6 sstring db 'enter
www.eeworm.com/read/470154/1475785
1 md5.1
MD5(1) USER COMMANDS MD5(1)
NAME
md5 - calculate a message-digest fingerprint (checksum) for
a file
SYNOPSIS
md5 [ -t | -x | -sstring | fil
www.eeworm.com/read/270987/4230779
1 md5.1
MD5(1) USER COMMANDS MD5(1)
NAME
md5 - calculate a message-digest fingerprint (checksum) for
a file
SYNOPSIS
md5 [ -t | -x | -sstring | fil
www.eeworm.com/read/276184/4167301
extra entries.extra
/Accessor.h////*///
/Face.py////*///
/HFacer.py////*///
/KeyWords.h////*///
/Platform.h////*///
/PropSet.h////*///
/SString.h////*///
/SciLexer.h////*///
/Scintilla.h////*///
/Scintilla.iface
www.eeworm.com/read/334557/12590114
cpp stringlist.cpp
/* sstringlist.cpp
* version 0.1
*/
#include
#include
#include "SString.h"
#include "stringlist.h"
static inline bool IsASpace(unsigned int ch)
{
return (ch == ' ') || ((ch
www.eeworm.com/read/143866/12834025
cpp 向量应用.cpp
#include
#include"Sstring.h"
#include"Vector.h"
void wordLengthFreg(Vector & counts){
const int Lengthmax=counts.length();
int len;
String word;
cin>>word;
while(word[0]!