Trone V0.1 仿LINUX下街機游戲KTron。 其實寫本游戲的動機就是我一個朋友特別喜歡linux下的KTron這個游戲, 但在WINDOWS下又沒找到,而我朋友又不太熟悉LINUX操作,所以我就花了點時間寫了Trone, Trone這個名字也是源于KTron。 注意:此游戲需要EGAVGA.BGI文件才能運行,該文件在turboc2目錄下可找到。 [游戲簡介] 這是一個雙人玩的策略游戲,游戲有兩個點, 第一個游戲者可以按R,G,F,D控制第一個點的走向, 第兩個游戲都可以按四個光標鍵控制第二個點的走向, 誰先碰到邊界或已走的路線便輸,祝大家玩得開心!!! 有任何問題或建議請與我聯系。
上傳時間: 2015-07-13
上傳用戶:x4587
數控譯碼,該程序對做數控的兄弟特別有用,里面有數控G。M代碼的詳細譯碼
上傳時間: 2013-12-17
上傳用戶:l254587896
matlab 自適應遺傳算法源程序,用到了G-S正交化分解,大家可以用QR分解做一下,應該會使程序更簡單一點.
上傳時間: 2013-11-25
上傳用戶:zm7516678
加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests: cryptest m file - To encrypt and decrypt a string using DES-EDE in CBC mode: cryptest t - To encrypt or decrypt a file cryptest e|d input output - To share a file into shadows: cryptest s <pieces> <pieces-needed> file (make sure file has no extension, if you re running this under DOS) - To reconstruct a file from shadows: cryptest j output file1 file2 [....] - To gzip a file: cryptest z <compression-level> input output - To gunzip a file: cryptest u input output - To run validation tests: cryptest v - To run benchmarks: cryptest b [time for each benchmark in seconds]
標簽: Cryptographic Primitives generate Library
上傳時間: 2015-07-16
上傳用戶:wqxstar
數控系統中的解釋器源代碼,可以獨立的運行,直接在dos環境下解釋G代碼
上傳時間: 2014-01-23
上傳用戶:風之驕子
qADSL is an auto-login & keep-alive daemon for Internet connections. It was created to automate the annoying login process of several Swedish ISP s, e.g.
標簽: connections auto-login keep-alive Internet
上傳時間: 2014-02-21
上傳用戶:caozhizhi
crc任意位生成多項式 任意位運算 自適應算法 循環冗余校驗碼(CRC,Cyclic Redundancy Code)是采用多項式的 編碼方式,這種方法把要發送的數據看成是一個多項式的系數 ,數據為bn-1bn-2…b1b0 (其中為0或1),則其對應的多項式為: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:數據“10010101”可以寫為多項式 X7+X4+X2+1。 循環冗余校驗CRC 循環冗余校驗方法的原理如下: (1) 設要發送的數據對應的多項式為P(x)。 (2) 發送方和接收方約定一個生成多項式G(x),設該生成多項式 的最高次冪為r。 (3) 在數據塊的末尾添加r個0,則其相對應的多項式為M(x)=XrP(x) 。(左移r位) (4) 用M(x)除以G(x),獲得商Q(x)和余式R(x),則 M(x)=Q(x) ×G(x)+R(x)。 (5) 令T(x)=M(x)+R(x),采用模2運算,T(x)所對應的數據是在原數 據塊的末尾加上余式所對應的數據得到的。 (6) 發送T(x)所對應的數據。 (7) 設接收端接收到的數據對應的多項式為T’(x),將T’(x)除以G(x) ,若余式為0,則認為沒有錯誤,否則認為有錯。
上傳時間: 2014-11-28
上傳用戶:宋桃子
Metalog is a modern replacement for syslogd and klogd. The logged messages can be dispatched according to their facility, urgency, program name and/or Perl-compatible regular expressions. Log files can be automatically rotated when they exceed a certain size or age. External shell scripts (e.g., mail) can be launched when specific patterns are found. Metalog is easier to configure than syslogd and syslog-ng, accepts unlimited number of rules and has (switchable) memory bufferization for maximal performance.
標簽: replacement dispatched messages Metalog
上傳時間: 2014-01-03
上傳用戶:腳趾頭
最少生成樹問題,MST(最小生成樹),具體功能很容易看懂的
標簽: 生成樹
上傳時間: 2014-01-14
上傳用戶:hasan2015
This section contains a brief introduction to the C language. It is intended as a tutorial on the language, and aims at getting a reader new to C started as quickly as possible. It is certainly not intended as a substitute for any of the numerous textbooks on C. 2. write a recursive function FIB (n) to find out the nth element in theFibanocci sequence number which is 1,1,2,3,5,8,13,21,34,55,…3. write the prefix and postfix form of the following infix expressiona + b – c / d + e * f – g * h / i ^ j4. write a function to count the number of nodes in a binary tr
標簽: introduction the contains intended
上傳時間: 2013-12-23
上傳用戶:liansi