亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

Key-value

  • 1.將LED模塊的CSLED接8088地址的200H。 2.編譯原文件

    1.將LED模塊的CSLED接8088地址的200H。 2.編譯原文件,連接并全速運(yùn)行。 由8279處小鍵盤(pán)按下 Key 1 歡迎使用AEDKT598實(shí)驗(yàn)臺(tái) Key 2 圣誕快樂(lè) Key 3 新年愉快 Key 4自左à右逐列顯示“各位同學(xué)好”

    標(biāo)簽: CSLED 8088 200H LED

    上傳時(shí)間: 2013-12-18

    上傳用戶:Pzj

  • VB student result management system management system, brings the entire wrap the paper, has the ver

    VB student result management system management system, brings the entire wrap the paper, has the very high reference value to the graduation project.

    標(biāo)簽: management system the student

    上傳時(shí)間: 2015-12-03

    上傳用戶:zxc23456789

  • The present paper deals with the problem of calculating mean delays in polling systems with either

    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.

    標(biāo)簽: with calculating present polling

    上傳時(shí)間: 2014-11-17

    上傳用戶:kelimu

  • unit Video interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrl

    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

    標(biāo)簽: interface Messages Graphics Controls

    上傳時(shí)間: 2013-12-21

    上傳用戶:heart520beat

  • DATA: it_header TYPE bapibus1006_head OCCURS 0 WITH HEADER LINE. DATA: it_centr TYPE bapibus1006_c

    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.

    標(biāo)簽: bapibus DATA 1006 TYPE

    上傳時(shí)間: 2014-01-17

    上傳用戶:jennyzai

  • DATA: it_header TYPE bapibus1006_head OCCURS 0 WITH HEADER LINE. DATA: it_centr TYPE bapibus1006_ce

    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.

    標(biāo)簽: bapibus DATA 1006 TYPE

    上傳時(shí)間: 2015-12-17

    上傳用戶:王小奇

  • AES Core Modules In this document I describe components designated to encoding and decoding using A

    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,

    標(biāo)簽: components designated document describe

    上傳時(shí)間: 2015-12-22

    上傳用戶:Late_Li

  • The Stanford IBE library is a C implementation of the Boneh-Franklin identity-based encryption sche

    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.

    標(biāo)簽: Boneh-Franklin implementation identity-based encryption

    上傳時(shí)間: 2013-12-20

    上傳用戶:yan2267246

  • #if !defined(AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_) #define AFX_GAQUEEN_H_

    #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

    標(biāo)簽: AFX_GAQUEEN_H INCLUDED defined define

    上傳時(shí)間: 2015-12-27

    上傳用戶:wuyuying

  • 這是基于jsoncpp項(xiàng)目寫(xiě)擴(kuò)展功能

    這是基于jsoncpp項(xiàng)目寫(xiě)擴(kuò)展功能,jsoncpp只支持簡(jiǎn)單的系列化,我寫(xiě)了JsonArchive.h類,并提供了測(cè)試源代碼tt.cpp。擴(kuò)展了value,自動(dòng)支持list、vector的系列化,支持2進(jìn)制數(shù)據(jù)的系列化。這可是我花費(fèi)了不少時(shí)間才搞定的。 包中不包含jsoncpp,請(qǐng)使用者自己下載。

    標(biāo)簽: jsoncpp 項(xiàng)目 擴(kuò)展功能

    上傳時(shí)間: 2014-09-06

    上傳用戶:aa54

主站蜘蛛池模板: 泰兴市| 大厂| 贵德县| 大邑县| 杨浦区| 张家界市| 邢台县| 红河县| 台南县| 江陵县| 天峨县| 马边| 乌兰县| 仁布县| 祁阳县| 九龙城区| 平罗县| 新丰县| 河津市| 天祝| 姜堰市| 寿光市| 稷山县| 沁源县| 宜宾市| 根河市| 防城港市| 普兰店市| 沙洋县| 英吉沙县| 民乐县| 枝江市| 通城县| 浦城县| 宣恩县| 共和县| 焉耆| 襄垣县| 西充县| 江津市| 廉江市|