代码搜索:AnsiString

找到约 5,210 项符合「AnsiString」的源代码

代码结果 5,210
www.eeworm.com/read/190114/8448812

cpp global.cpp

#include #include #include "Global.h" #pragma hdrstop #include //===== 全局变量=============== int SHandle = 0 ; //通信句柄 AnsiString gcOperationNam
www.eeworm.com/read/473955/6356217

h sysutil.h

#ifndef SYSUTIL_H #define SYSUTIL_H #include #include //#include "dstring.h" using namespace std; class SysUtil { public: static bool JudgeSfzID(AnsiString S
www.eeworm.com/read/450441/1670487

c driverentry.c

#include NTSTATUS DrvLog(char* buffer){ NTSTATUS ntstatus; ANSI_STRING ansistring; UNICODE_STRING filename; //WCHAR file[]=L"\\SystemRoot\\DRV.LOG"; WCHAR file[]=L"\\??\\C:\
www.eeworm.com/read/292622/8345092

pas p1040.pas

program multiply; type numtype=packed array[0..10000] of longint; st=ansistring; var sa,sb:st; a,b:numtype; c:packed array[0..20000] of longint; procedure hp_mul; var i,j:longint;
www.eeworm.com/read/226454/14466959

h baseglobevars.h

//--------------------------------------------------------------------------- #ifndef BaseGlobeVarsH #define BaseGlobeVarsH #include "container.h" //---------------------------------------------
www.eeworm.com/read/104139/15707040

h baseglobevars.h

//--------------------------------------------------------------------------- #ifndef BaseGlobeVarsH #define BaseGlobeVarsH #include "container.h" //---------------------------------------------
www.eeworm.com/read/465806/7046367

pas deszyfrator.pas

unit Deszyfrator; interface type tablica =array [0..76] of ansistring; const Pierwsza : tablica = ('74','91','77','76','BA','71','70','9D', '73','72','7D','7C','7F',
www.eeworm.com/read/465806/7046377

~pas deszyfrator.~pas

unit Deszyfrator; interface type tablica =array [0..76] of ansistring; const Pierwsza : tablica = ('74','91','77','76','BA','71','70','9D', '73','72','7D','7C','7F',
www.eeworm.com/read/184327/9109511

pas ac1138.pas

program tju1138; const maxterms=1000; type term=record factor,index:longint;end; formula=array[1..maxterms]of term; var a,b,c:formula; p,la,lb,lc,i,j:longint; s:ansistring; fir
www.eeworm.com/read/448470/7532991

txt test.txt

//CurrentSheet : Pointer; //PartIterator : TObjectHandle; //PartHandle : Pointer; //SchPart : TSchPart;//元器件对象。 //S : TString;//元器件器所在原理图名称。 //TempS : AnsiString;//合成提取信息的临时字符串。 //ShowHead : Boo