代码搜索:AnsiString
找到约 5,210 项符合「AnsiString」的源代码
代码结果 5,210
www.eeworm.com/read/104132/6211626
cpp fawork.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "CopyWork.h"
#include "FaWork.h"
//------------------------------------
www.eeworm.com/read/104132/6211640
cpp fachwk.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "FaChWk.h"
//-----------------------------------------------------------
www.eeworm.com/read/104132/6211645
h fawork.h
//---------------------------------------------------------------------------
#ifndef FaWorkH
#define FaWorkH
//---------------------------------------------------------------------------
#inclu
www.eeworm.com/read/104132/6211649
h fachtabwork.h
//---------------------------------------------------------------------------
#ifndef FaChTABWorkH
#define FaChTABWorkH
//-------------------------------------------------------------------------
www.eeworm.com/read/101346/6236793
h memory.h
//---------------------------------------------------------------------------
#ifndef memoryH
#define memoryH
//---------------------------------------------------------------------------
#include
www.eeworm.com/read/101346/6236844
cpp main.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include
#include "main.h"
//----------------------------------
www.eeworm.com/read/101346/6236847
h main.h
//---------------------------------------------------------------------------
#ifndef mainH
#define mainH
//---------------------------------------------------------------------------
#include
www.eeworm.com/read/101346/6236851
cpp main.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include
#include
#include
#includ
www.eeworm.com/read/494592/6378244
h defination.h
//---------------------------------------------------------------------------
#ifndef DefinationH
#define DefinationH
//---------------------------------------------------------------------------
www.eeworm.com/read/493719/6389398
pas ac1123.pas
program ural1123;
var
s:ansistring;
i,j:integer;
procedure incbyte(p:integer);
begin
while s[p]='9' do begin
s[p]:='0';
dec(p);
end;
inc(s[p]);
end;
begin