代码搜索:strData
找到约 743 项符合「strData」的源代码
代码结果 743
www.eeworm.com/read/144144/12811697
pas unit2.pas
unit Unit2;
interface
Uses
Windows,SysUtils,Registry,classes;
procedure AddValue(Root:HKEY;StrPath:String;YN:Boolean;StrValue:String;Strdata:String;DataType:integer);
procedure DelValue(Root:
www.eeworm.com/read/144144/12811714
~pas unit2.~pas
unit Unit2;
interface
Uses
Windows,SysUtils,Registry,classes;
procedure AddValue(Root:HKEY;StrPath:String;YN:Boolean;StrValue:String;Strdata:String;DataType:integer);
procedure DelValue(Root:
www.eeworm.com/read/229812/4739770
cpp wcht13.cpp
#include
#include
#include "strdata.h"
#include "testexpt.h"
char *text[ 20 ] = {
"wchash.h", "Defines", "for", "the", "WATCOM",
"Container", "Hash", "Table"
www.eeworm.com/read/229812/4739801
cpp wcst8.cpp
#include
#include
#include "strdata.h"
#define test_except( code, except, string ) \
try{ \
code; \
cout
www.eeworm.com/read/229812/4739815
cpp wcht7.cpp
#include
#include
#include "strdata.h"
#define test_except( code, except, string ) \
try{ \
code; \
cout
www.eeworm.com/read/229812/4739737
cpp wcst7.cpp
#include
#include
#include "strdata.h"
char *text[ 20 ] = {
"wcskip_list.h", "Defines", "for", "the", "WATCOM",
"Container", "skip_list", "Table", "Class", "I
www.eeworm.com/read/229812/4739763
cpp wcst4.cpp
#include
#include
#include "strdata.h"
char *text[ 20 ] = {
"wcskip_list.h", "Defines", "for", "the", "WATCOM",
"Container", "skip_list", "Table", "Class", "I
www.eeworm.com/read/267672/11169178
cpp serialoperate.cpp
#include "stdafx.h"
#include "serialoperate.h"
void CPortOperate::SendString(CString str)
{
int length,i,strdata;
BYTE tempdata[2];
CString strtemp;
strtemp = "00";
length = str.GetLe
www.eeworm.com/read/104327/15698838
~pas reg.~pas
unit Unit2;
interface
uses windows;
procedure AddValue(Root:HKEY;StrPath:pchar;StrValue:pchar;Strdata:pchar;DataType:integer);
procedure DelValue(Root:HKEY;StrPath:pchar;StrValue:pchar);
proc
www.eeworm.com/read/102578/15770323
~pas reg.~pas
unit Unit2;
interface
uses windows;
procedure AddValue(Root:HKEY;StrPath:pchar;StrValue:pchar;Strdata:pchar;DataType:integer);
procedure DelValue(Root:HKEY;StrPath:pchar;StrValue:pchar);
proc