代码搜索:cvcode
找到约 28 项符合「cvcode」的源代码
代码结果 28
www.eeworm.com/read/396895/8083617
dcu cvcode.dcu
www.eeworm.com/read/396895/8083680
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/489110/6473819
dcu cvcode.dcu
www.eeworm.com/read/489110/6473827
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/121268/14761236
dcu cvcode.dcu
www.eeworm.com/read/121268/14761245
~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
type
dword=longword;
www.eeworm.com/read/121268/14761256
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
type
dword=longword;
www.eeworm.com/read/208392/15247552
dcu cvcode.dcu
www.eeworm.com/read/208392/15247560
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/259462/4343429
pas cvcode.pas
unit CvCode;
interface
uses
Windows, Messages, SysUtils, Classes;
type
TCvCode = class(TComponent)
private
{ Private declarations }
function GBOffset(value: string): intege