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

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

倉(cāng)儲(chǔ)管理系統(tǒng)

  • C++實現的哈弗曼編碼

    C++實現的哈弗曼編碼,并有流程圖(1)I:初始化(Initialization)。從指定的英文文件中Sourcefile.txt讀取數據,根據文件內容統計的字符的頻度,建立哈夫曼樹。 (2)E:編碼(Encoding)。利用已經建好的哈夫曼樹進行編碼,并將每個字符的編碼寫入文件HuffCode.txt中保存。 (3)C:壓縮(Compress)。根據HuffCode.txt中編碼對文件Sourcefile.txt進行重新編碼,并將重新編碼后的內容寫入文件CodeFile.txt中。 (4)D:譯碼(Decoding)。利用已經建好的哈夫曼樹將文件CodeFile.txt中的代碼進行譯碼,結果存入文件TextFile中。 (5)P:打印代碼文件(Print)。將文件CodeFile.txt的內容顯示在終端上,每行50個代碼。 (6)T:顯示哈夫曼樹(Treeprinting)。將已經在內存中的哈夫曼樹以直觀的方式(樹或凹入表形式)顯示在終端上。

    標簽: 編碼

    上傳時間: 2013-12-24

    上傳用戶:gxrui1991

  • System.out.print(s) System.out.println(t) System.out.print(u) System.out.println(v) System.o

    System.out.print(s) System.out.println(t) System.out.print(u) System.out.println(v) System.out.print(a) System.out.print(b) System.out.print(c) System.out.println(d) x=0x5f20 y=0x5f35 z=0xffff System.out.print(x) System.out.print(y) System.out.println(z)

    標簽: System out println print

    上傳時間: 2016-07-01

    上傳用戶:日光微瀾

  • T-kernel 的extension源代碼

    T-kernel 的extension源代碼,是日本最著名的T-kernel所獨有的,適合開發T-kernel的朋友們使用! TK/SE is the program that extends T-Kernel and provides the functions such as a file system and a process management. The TK/SE archive to be provided is comprised of the main portion and the 2 extended file system portions, and TK/SE object is built by adding these to T-Kernel source. a) tkernel_se_1.00.00.tar.gz Main source of T-Kernel/SE b) extfs_fatfs_1.00.00.tar.gz Difference source of T-Kernel/SE extended file system (FAT) c) extfs_cdrom_1.00.00.tar.gz Difference source of T-Kernel/SE extended file system (CD-ROM)

    標簽: extension T-kernel 源代碼

    上傳時間: 2014-01-20

    上傳用戶:czl10052678

  • c++二、通過將其元素插入到雙向鏈表中的方法對數組A進行排序。算法對鏈表的當前操作位置進行維護

    c++二、通過將其元素插入到雙向鏈表中的方法對數組A進行排序。算法對鏈表的當前操作位置進行維護,當需要插入表項時,若新元素比當前位置值要大,則往前移動;若小則往后移動。編寫函數DoubleSort實現上述排序算法。 template <class T> void DoubliSort( T a[], int n)

    標簽: 元素 對數 排序 算法

    上傳時間: 2013-12-03

    上傳用戶:gundamwzc

  • C編譯器產生的可顯示機器碼/匯編代碼文件,其中附有源C v: v: @8 g: X& z代碼作為注釋 : z! [3 ) O&...UWOW Grave Composer音樂模塊(MOD)文件 + Q

    C編譯器產生的可顯示機器碼/匯編代碼文件,其中附有源C v: v: @8 g: X& z代碼作為注釋 : z! [3 \) O&...UWOW Grave Composer音樂模塊(MOD)文件 + Q* T) \ z) R f$ a: H, iWP WordPerfect文檔 H! t7 D2 |...

    標簽: Composer Grave UWOW MOD

    上傳時間: 2013-12-14

    上傳用戶:love_stanford

  • ITU-T在1996年3月公布了G.729建議的8Kbit/s共軛結構代數碼激勵線性預測(CS-ACELP)語音編碼方案

    ITU-T在1996年3月公布了G.729建議的8Kbit/s共軛結構代數碼激勵線性預測(CS-ACELP)語音編碼方案,其編解碼程序C語言的源代碼。

    標簽: CS-ACELP ITU-T 1996 Kbit

    上傳時間: 2014-01-25

    上傳用戶:whenfly

  • Program main BIOS image | | /B - Program Boot Block | | /N - Program NVRAM | | /C - Destroy CM

    Program main BIOS image | | /B - Program Boot Block | | /N - Program NVRAM | | /C - Destroy CMOS checksum | | /E - Program Embedded Controller Block | | /K - Program all non-critical blocks | | /Kn - Program n th non-critical block only(n=0-7) | | /Q - Silent execution | | /REBOOT - Reboot after programming | | /X - Don t Check ROM ID | | /S - Display current system s ROMID | | /Ln - Load CMOS defaults

    標簽: Program Destroy Block NVRAM

    上傳時間: 2016-07-26

    上傳用戶:wfl_yy

  • 單片機C語言編程與實例

    單片機C語言編程與實例,比assembly language容易掌握,幫助建立較複雜的自動化系統

    標簽:

    上傳時間: 2016-07-26

    上傳用戶:wangchong

  • C++沉思錄的完整版

    C++沉思錄的完整版,作者是AT&T網絡體系結構部門的負責人,從事C++已十年之久。此書很值得一看

    標簽:

    上傳時間: 2013-12-10

    上傳用戶:lifangyuan12

  • C++ Footprint and Performance Optimization contains case studies and sample code to give readers con

    C++ Footprint and Performance Optimization contains case studies and sample code to give readers concrete examples and proven solutions to problems that don t have cut and paste solutions. The market for miniature computer programming is exploding. C++ Footprint and Performance Optimization supplies programmers the knowledge they need to write code for the increasing number of hand-held devices, wearable computers, and intelligent appliances. This book gives readers valuable knowledge and programming techniques that are not currently part of traditional programming training.

    標簽: Optimization Performance Footprint and

    上傳時間: 2014-01-06

    上傳用戶:杜瑩12345

主站蜘蛛池模板: 沁阳市| 锡林郭勒盟| 海门市| 云梦县| 康定县| 黄平县| 蒙自县| 体育| 松潘县| 信宜市| 乐山市| 澄城县| 灵寿县| 富蕴县| 沐川县| 城步| 上思县| 东乡| 开化县| 桃园县| SHOW| 航空| 江达县| 弥勒县| 防城港市| 兰溪市| 文昌市| 闻喜县| 昂仁县| 青冈县| 尚志市| 肇源县| 德惠市| 巫山县| 忻城县| 平顺县| 朝阳市| 菏泽市| 武夷山市| 浑源县| 韶关市|