Contains a complete archiver by Haruhiko Okumura. The archiver uses an LZ engine whose output is compressed with static Huffman. The file is chopped into pieces which all get their own independent set of Huffman tree s. ARJ 2.41, ZIP 2.0 and PKZIP 2.04g use essentially the same method. ZOO and LHA even use excactly the same method.
標簽: archiver Contains complete Haruhiko
上傳時間: 2014-01-17
上傳用戶:himbly
系統介紹 Engineer系統是降低服務器負載,減少企業運營成本的完美解決方案。通過動態批量生成靜態頁面,可使企業在對外發布服務器選擇上,縮減對硬件的投資,并同時降低企業的互聯網接入費用。 Engineer系統可與目前98%以上文章管理系統進行無縫結合,2%特例系統,也可通過二次編碼進行整合,系統根據模板生成靜態頁,時刻保持網站的新鮮感。 Engineer系統是企業低成本、高負載量網站運營完美解決方案。 1.2 系統特點 1.2.1 與現有系統無縫整合 系統采用XML文件格式配置系統,通過參數的設置,自動獲取數據后生成源數據,Engineer系統讀取源數據和模板信息后生成靜態頁面 1.2.2 非常見系統結構冗余 Engineer采用特有的雙層XML配置結構,如企業的系統不適合通過配置文件生成源數據,則可通過簡單的二次編碼,直接生成符合Engineer數據標準的源數據,達到系統的整合 1.2.3 動態模板標1.2.4 記 在制作Engineer系統使用的模板時,可任意使用模板標記,系統將自動識別,并替換為源數據中相應的內容 1.3 系統要求 操作系統:Microsoft Windows、Linux等支持SUN Java環境的系統 運行環境:SUN Java J2SDK 1.4.2及以上版本
上傳時間: 2013-12-21
上傳用戶:frank1234
利用取表的方法,使端口 P1 做單一燈的變化:左移 2 次,右移 2 次,閃爍 2 次(延時的時間 0.2 秒)。
標簽:
上傳時間: 2014-01-16
上傳用戶:金宜
Bluezan implementation of the Bluetooth™ wireless standards specifications for Linux. The code is licensed under the GNU General Public License (GPL) and is now included in the Linux 2.4 and Linux 2.6 kernel series
標簽: implementation specifications Bluetooth standards
上傳時間: 2015-06-07
上傳用戶:gtzj
Bluezan implementation of the Bluetooth™ wireless standards specifications for Linux. The code is licensed under the GNU General Public License (GPL) and is now included in the Linux 2.4 and Linux 2.6 kernel series
標簽: implementation specifications Bluetooth standards
上傳時間: 2015-06-07
上傳用戶:小鵬
Bluezan implementation of the Bluetooth™ wireless standards specifications for Linux. The code is licensed under the GNU General Public License (GPL) and is now included in the Linux 2.4 and Linux 2.6 kernel series
標簽: implementation specifications Bluetooth standards
上傳時間: 2014-01-09
上傳用戶:himbly
Bluezan implementation of the Bluetooth™ wireless standards specifications for Linux. The code is licensed under the GNU General Public License (GPL) and is now included in the Linux 2.4 and Linux 2.6 kernel series
標簽: implementation specifications Bluetooth standards
上傳時間: 2013-12-11
上傳用戶:zhyiroy
Bluezan implementation of the Bluetooth™ wireless standards specifications for Linux. The code is licensed under the GNU General Public License (GPL) and is now included in the Linux 2.4 and Linux 2.6 kernel series
標簽: implementation specifications Bluetooth standards
上傳時間: 2015-06-07
上傳用戶:er1219
源代碼\用動態規劃算法計算序列關系個數 用關系"<"和"="將3個數a,b,c依次序排列時,有13種不同的序列關系: a=b=c,a=b<c,a<b=v,a<b<c,a<c<b a=c<b,b<a=c,b<a<c,b<c<a,b=c<a c<a=b,c<a<b,c<b<a 若要將n個數依序列,設計一個動態規劃算法,計算出有多少種不同的序列關系, 要求算法只占用O(n),只耗時O(n*n).
上傳時間: 2013-12-26
上傳用戶:siguazgb
The government of a small but important country has decided that the alphabet needs to be streamlined and reordered. Uppercase letters will be eliminated. They will issue a royal decree in the form of a String of B and A characters. The first character in the decree specifies whether a must come ( B )Before b in the new alphabet or ( A )After b . The second character determines the relative placement of b and c , etc. So, for example, "BAA" means that a must come Before b , b must come After c , and c must come After d . Any letters beyond these requirements are to be excluded, so if the decree specifies k comparisons then the new alphabet will contain the first k+1 lowercase letters of the current alphabet. Create a class Alphabet that contains the method choices that takes the decree as input and returns the number of possible new alphabets that conform to the decree. If more than 1,000,000,000 are possible, return -1. Definition
標簽: government streamline important alphabet
上傳時間: 2015-06-09
上傳用戶:weixiao99