代码搜索:Encrypt
找到约 3,742 项符合「Encrypt」的源代码
代码结果 3,742
www.eeworm.com/read/237570/13944674
h ewaitdlg.h
#pragma once
// CEWaitDlg 对话框
class CEWaitDlg : public CDialog
{
DECLARE_DYNAMIC(CEWaitDlg)
public:
CEWaitDlg(CWnd* pParent = NULL); // 标准构造函数
virtual ~CEWaitDlg();
// 对话框数据
e
www.eeworm.com/read/132608/14082890
h des.h
#ifndef __DES_H__
#define __DES_H__
#define ID_OK 0
#define RE_LEN 1
typedef unsigned short int UINT2;
typedef unsigned long int UINT4;
typedef struct {
UINT4 subkeys[32];
www.eeworm.com/read/109309/15559608
h register.h
/*
* $Id: register.h,v 1.1.1.1 2002/03/28 00:03:24 andrew_belov Exp $
* ---------------------------------------------------------------------------
* REGISTER exported stubs are declared here.
*
www.eeworm.com/read/109296/15559860
h register.h
/*
* $Id: register.h,v 1.1.1.1 2002/03/28 00:03:24 andrew_belov Exp $
* ---------------------------------------------------------------------------
* REGISTER exported stubs are declared here.
*
www.eeworm.com/read/104449/15692381
cpp g_tcplistener.cpp
/*
g_tcplistener.cpp: implementation of the CG_TCPListener class.
*/
#include "g_tcplistener.h"
CG_TCPListener::CG_TCPListener()
{
}
CG_TCPListener::~CG_TCPListener()
{
}
bool CG
www.eeworm.com/read/465112/6966619
xs des.xs
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
#include "des.h"
#define deschar char
static STRLEN len;
static int
not_here(s)
char *s;
{
croak("%s not implemented on this a
www.eeworm.com/read/450639/7479783
xs des.xs
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
#include "des.h"
#define deschar char
static STRLEN len;
static int
not_here(s)
char *s;
{
croak("%s not implemented on this a
www.eeworm.com/read/199848/7818914
txt freedes.vhd.txt
----------------------------------------------------------------------------
----------------------------------------------------------------------------
-- The Free IP Project
-- VHDL DES Core
www.eeworm.com/read/245802/12780336
h aestst.h
/*
---------------------------------------------------------------------------
Copyright (c) 1998-2006, Brian Gladman, Worcester, UK. All rights reserved.
LICENSE TERMS
The free distributi
www.eeworm.com/read/242184/13089872
vhd des.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
package des_lib is
component des_fast
port (clk :in std_logic;
res