代码搜索:cvcode
找到约 28 项符合「cvcode」的源代码
代码结果 28
www.eeworm.com/read/367583/9741874
dcu cvcode.dcu
www.eeworm.com/read/367583/9741888
pas cvcode.pas
unit CVCode;
interface
function BIG5toGB(value: string): string;
const
MaxWord1=14758;
data:array[0..13926] of word=(
$2020,$A3AC,$A1A2,$A1A3,$2020,$A1A4,$A3BB,$A3BA,$A3BF,$A3A1,$A1C
www.eeworm.com/read/412120/11215248
dcu cvcode.dcu
www.eeworm.com/read/412120/11215577
pas cvcode.pas
// GB2312/BIG5 convert unit for Delphi 3
// ver 1.01
// By Tom Lee 1997/9/5
// E-Mail Address : Tomm.bbs@csie.nctu.edu.tw
// It is Freeware !
unit CVCode;
interface
function GBtoBIG5(valu
www.eeworm.com/read/112965/15473346
pas cvcode.pas
// GB2312/BIG5 convert unit for Delphi 3
// ver 1.01
// By Tom Lee 1997/9/5
// E-Mail Address : Tomm.bbs@csie.nctu.edu.tw
// It is Freeware !
unit CVCode;
interface
function GBtoBIG5(valu
www.eeworm.com/read/112228/15490986
dcu cvcode.dcu
www.eeworm.com/read/112228/15491064
dcu cvcode.dcu
www.eeworm.com/read/396895/8083633
dpr project1.dpr
program Project1;
uses
Forms,
Unit1 in 'Unit1.pas' {Form1},
CVCode in 'Cvcode.pas';
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Applicati
www.eeworm.com/read/489110/6473826
dpr convert.dpr
program Convert;
uses
Forms,
frmConvt in 'frmConvt.pas' {frmMain},
CVCode in 'cvcode.pas';
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TfrmMain, frmMain);
www.eeworm.com/read/121268/14761276
dpr convert.dpr
program Convert;
uses
Forms,
frmConvt in 'frmConvt.pas' {frmMain},
CVCode in 'cvcode.pas';
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TfrmMain, frmMain);