关于 linux密钥的一些安全介绍 #ifndef COMMON_H #define COMMON_H #define MY_PROC_INTERFACE "/proc/learning-key/gateway" #define FRESH_SESSION _IO( C ,1) #define SUCCESS 0 #define FAILURE 1 #endif
标签: COMMON_H define MY_PROC_INTERFACE learning
上传时间: 2015-11-19
上传用户:叶山豪
1.将LED模块的CSLED接8088地址的200H。 2.编译原文件,连接并全速运行。 由8279处小键盘按下 Key 1 欢迎使用AEDKT598实验台 Key 2 圣诞快乐 Key 3 新年愉快 Key 4自左à右逐列显示“各位同学好”
上传时间: 2013-12-18
上传用户:Pzj
VB student result management system management system, brings the entire wrap the paper, has the very high reference value to the graduation project.
标签: management system the student
上传时间: 2015-12-03
上传用户:zxc23456789
The present paper deals with the problem of calculating mean delays in polling systems with either exhaustive or gated service. We develop a mean value analysis (MVA) to compute these delay figures. The merits of MVA are in its intrinsic simplicity and its intuitively appealing derivation. As a consequence, MVA may be applied, both in an exact and approximate manner, to a large variety of models.
标签: with calculating present polling
上传时间: 2014-11-17
上传用户:kelimu
unit Video interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls, ExtCtrls, avicap, mmsystem, dsgnintf // Types for event-procedures type TCapStatusProc = procedure(Sender: TObject) of object TCapStatusCallback = procedure(Sender: TObject nID: integer status: string) of object TVideoStream = procedure(sender: TObject lpVhdr: PVIDEOHDR) of object TAudioStream = procedure(sender: TObject lpWHdr: PWAVEHDR) of object // Property Editor for driver selection type TDrivereditor = class(TPropertyEditor) function GetAttributes: TPropertyAttributes override procedure GetValues(Proc: TGetStrProc) override function GetValue: string override procedure SetValue(const Value: string) override end
标签: interface Messages Graphics Controls
上传时间: 2013-12-21
上传用户:heart520beat
DATA: it_header TYPE bapibus1006_head OCCURS 0 WITH HEADER LINE. DATA: it_centr TYPE bapibus1006_central OCCURS 0 WITH HEADER LINE. DATA: g_bp LIKE bapibus1006_head-bpartner. DATA: g_cat LIKE bapibus1006_head-partn_cat VALUE 1 . DATA: it_guid LIKE bus000___i OCCURS 0 WITH HEADER LINE. DATA: it_custo LIKE bus000_eew OCCURS 0 WITH HEADER LINE.
上传时间: 2014-01-17
上传用户:jennyzai
DATA: it_header TYPE bapibus1006_head OCCURS 0 WITH HEADER LINE. DATA: it_centr TYPE bapibus1006_central OCCURS 0 WITH HEADER LINE. DATA: g_bp LIKE bapibus1006_head-bpartner. DATA: g_cat LIKE bapibus1006_head-partn_cat VALUE 1 . DATA: it_guid LIKE bus000___i OCCURS 0 WITH HEADER LINE. DATA: it_custo LIKE bus000_eew OCCURS 0 WITH HEADER LINE.
上传时间: 2015-12-17
上传用户:王小奇
AES Core Modules In this document I describe components designated to encoding and decoding using AES. aes enc — parametrizable component which can encrypt input data, using 128, 192 and 256 bit key, • aes dec — parametrizable component which can decrypt input data, using 128, 192 and 256 bit key, • key expansion — parametrizable component which can produce key expansion, using 128, 192 and 256 bit key,
标签: components designated document describe
上传时间: 2015-12-22
上传用户:Late_Li
The Stanford IBE library is a C implementation of the Boneh-Franklin identity-based encryption scheme. (See Boneh and Franklin, "Identity-Based Encryption from the Weil Pairing", CRYPTO 2001.) There are a few modifications and additions. The Boneh-Franklin scheme is used as a Key Encapsulation Mechanism, and off-the-shelf ciphers and HMACs are used for the actual encryption. (See Lynn, "Authenticated Identity-Based Encryption", available on eprint.
标签: Boneh-Franklin implementation identity-based encryption
上传时间: 2013-12-20
上传用户:yan2267246
#if !defined(AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_) #define AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 class CGAQueen { public: CGAQueen(int nPopulation,int nIteration,float Mutation,int mChBoard) virtual ~CGAQueen() void Clear() // to clear chess board with 0 value void InitialPopulation() // to create the first and initial randompopulation void FillArea(int index) // to fill chess board with desired chromosome int CostFunc(int index) // determine the cost of matrix[index][index] void PopulationSort() // to sort population from the best to the worst void GenerateCrossOverMatrix() // a way to create children from parent is CcrossOver void Mating() // to create children from parents void Ap
标签: AFX_GAQUEEN_H INCLUDED defined define
上传时间: 2015-12-27
上传用户:wuyuying