代码搜索:AnsiString
找到约 5,210 项符合「AnsiString」的源代码
代码结果 5,210
www.eeworm.com/read/460793/7240632
pas uencrypt.pas
unit uEncrypt;
interface
function Decrypt(const S: AnsiString; Key: Word): AnsiString;
function Encrypt(const S: AnsiString; Key: Word): AnsiString;
implementation
const
C1 = 52845;
www.eeworm.com/read/460793/7240647
pas uencrypt.pas
unit uEncrypt;
interface
function Decrypt(const S: AnsiString; Key: Word): AnsiString;
function Encrypt(const S: AnsiString; Key: Word): AnsiString;
implementation
const
C1 = 52845;
www.eeworm.com/read/272265/10963830
~pas crypt.~pas
unit Crypt;
interface
uses
Classes, SysUtils;
function Encrypt(Pass_W:AnsiString):AnsiString;
function Decrypt(Pass_E:AnsiString):AnsiString;
const PW_Code : array[1..6]of byte = (
www.eeworm.com/read/272265/10964002
pas crypt.pas
unit Crypt;
interface
uses
Classes, SysUtils;
function Encrypt(Pass_W:AnsiString):AnsiString;
function Decrypt(Pass_E:AnsiString):AnsiString;
const PW_Code : array[1..6]of byte = (
www.eeworm.com/read/151859/12166909
h_bak multiport_utils.h_bak
#include
//#include
bool getPathFromStr( AnsiString asStr, AnsiString &asPath );
bool withPath( AnsiString asPath );
www.eeworm.com/read/184327/9109787
pas ac1096.pas
program tju1096;
var
s:ansistring;
function code(s:ansistring):ansistring;
var
l:word;
a,b:ansistring;
begin
l:=length(s) shr 1;
if l=0 then
if s='0' then code:='
www.eeworm.com/read/246404/12728330
pas ac1096.pas
program tju1096;
var
s:ansistring;
function code(s:ansistring):ansistring;
var
l:word;
a,b:ansistring;
begin
l:=length(s) shr 1;
if l=0 then
if s='0' then code:='
www.eeworm.com/read/246404/12728978
pas ac1096.pas
program tju1096;
var
s:ansistring;
function code(s:ansistring):ansistring;
var
l:word;
a,b:ansistring;
begin
l:=length(s) shr 1;
if l=0 then
if s='0' then code:='
www.eeworm.com/read/339554/12225502
pas ac1096.pas
program tju1096;
var
s:ansistring;
function code(s:ansistring):ansistring;
var
l:word;
a,b:ansistring;
begin
l:=length(s) shr 1;
if l=0 then
if s='0' then code:='
www.eeworm.com/read/285053/8873421
cpp global.cpp
#include "global.h"
//-----------------------------------------------------------------------
bool RegUser;
AnsiString SysDB; //数据库路径
AnsiString AUser; //操作员信息
AnsiString