代码搜索:Crypt
找到约 4,865 项符合「Crypt」的源代码
代码结果 4,865
www.eeworm.com/read/334059/12644528
cpp crypt.cpp
// Crypt.cpp: implementation of the CCrypt class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "XieyuyingDB.h"
#include "Crypt.h"
#i
www.eeworm.com/read/334059/12644738
h crypt.h
// Crypt.h: interface for the CCrypt class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_CRYPT_H__FEB16981_A853_11D6_8649_0088CC174723__INCLUDED_)
#
www.eeworm.com/read/334059/12644750
cpp crypt.cpp
// Crypt.cpp: implementation of the CCrypt class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "XieyuyingDB.h"
#include "Crypt.h"
#i
www.eeworm.com/read/146426/12651452
~pas crypt.~pas
unit crypt;
interface
USES
Classes;
const
C1 = 52845;
C2 = 22719;
function Encrypt( S: String; Key: Word): String;
function Decrypt( S: String; Key: Word): String;
impleme
www.eeworm.com/read/146426/12651466
pas crypt.pas
unit crypt;
interface
USES
Classes;
const
C1 = 52845;
C2 = 22719;
function Encrypt( S: String; Key: Word): String;
function Decrypt( S: String; Key: Word): String;
impleme
www.eeworm.com/read/146426/12651628
dcu crypt.dcu
www.eeworm.com/read/237993/13913903
pas crypt.pas
unit crypt;
interface
uses Classes , Windows , SysUtils , Registry , IniFiles , WinSock , dbtables ,
Forms , dmmain,dialogs;
Type
TCpuType = (cpu8086, cpu286, cpu386, cpu486, cpuP
www.eeworm.com/read/237329/13968367