/* * The internal form of a hash table. * * The table is an array indexed by the hash of the key collisions * are resolved by hanging a linked list of hash entries off each * element of the array. Although this is a really simple design it * isn t too bad given that pools have a low allocation overhead. */ split from apache for general usage
上傳時間: 2014-01-07
上傳用戶:gtf1207
java的一個源代碼,、 public class ThunderBoltAct extends Canvas implements Runnable { private int TIMEOUT = 0 private final static int NUMERIC = 10000 //總分 private final static int INERRGAL = 60 //頻率 private final static int MAXBATTLE = 3 //最大飛機數 private final static int MAXBALLNUM = 30 //最多飛機子彈數 private final static int MAXCOPTERNUM = 16 //最大敵機數 private final static int MAXCOPTERBALLNUM = 16 //最多敵機子彈數 private final static int STEP = 1 private final static int MINCOPTER = 2 //最小敵機數
上傳時間: 2016-04-26
上傳用戶:jichenxi0730
Infrared telecontrol design based on the the VHDL includes the mode of infrared send,receive mode,key code mode,ringing mode and so on.
標簽: the mode telecontrol Infrared
上傳時間: 2016-05-02
上傳用戶:c12228
flash lite開發 ArcadeHeroes.swf SWF content games/invaders.swf SWF content games/pacman.swf SWF content Arcade1_2nd_edition.SIS Nokia S60 2nd Edition SIS package Arcade1_3rd_edition_signed.sis Nokia S60 3rd Edition signed SIS package Arcade1_2nd_edition.pkg Nokia S60 2nd Edition SIS Package descriptor Arcade1_3rd_edition.pkg Nokia S60 3rd Edition SIS Package descriptor makesis.php PHP script mykey.key sample certificate key, created using makekeys.exe mycert.cer sample certificate, created using makekeys.exe makekeys.exe Symbian application to create signing keys
上傳時間: 2014-01-22
上傳用戶:hn891122
輸入n個數,在輸入數的過程中建立一個二叉排序樹。建立成功后,輸入一個key, //在二叉樹中實現刪除key所在的結點
標簽: 輸入
上傳時間: 2014-01-06
上傳用戶:cursor
掃描一個C源程序,用Hash表存儲該程序中出現的關鍵字,并統計該程序中的關鍵字出現頻度。用線性探測法解決Hash沖突。設Hash函數為: Hash(key)=[(key的第一個字母序號)*100+(key的最后一個字母序號)] MOD 41
標簽: 源程序
上傳時間: 2014-01-05
上傳用戶:ardager
在Linux下訪問LDAP目錄,驗證客戶端用USB KEY簽名的文件。
上傳時間: 2014-01-30
上傳用戶:shizhanincc
LPC21XX系列開發板測試原代碼,包括FLASH\電源管理\MODEM\KEY等驅動程序
上傳時間: 2014-01-13
上傳用戶:kelimu
This standard describes a keyed-hash message authentication code (HMAC), a mechanism for message authentication using cryptographic hash functions. HMAC can be used with any iterative Approved cryptographic hash function, in combination with a shared secret key. The cryptographic strength of HMAC depends on the properties of the underlying hash function. The HMAC specification in this standard is a generalization of Internet RFC 2104, HMAC, Keyed-Hashing for Message Authentication, and ANSI X9.71, Keyed Hash Message Authentication Code.
標簽: message authentication keyed-hash describes
上傳時間: 2014-01-07
上傳用戶:鳳臨西北
Tasks Read the textbook about the details of Vigenére Cipher. Implement the algorithm by C or C++. Requirements You do this lab in a group of two students. Your program should have input and output as follows: csci>a.out --> Please input the key: receptive --> Please input the plain text: wearediscoveredsaveyourself --> The cipher text is : nicvtwqngfzgvtwavzvcqyglmgj -->The original message is: wearediscoveredsaveyourself • You should test your program with several runs.
標簽: the Implement algorithm textbook
上傳時間: 2013-12-21
上傳用戶:bruce5996