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

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

R-QAM

  • Simple SunPlus SP54 codec converter and a more playable mode MJPG. untar the archive go to the r

    Simple SunPlus SP54 codec converter and a more playable mode MJPG. untar the archive go to the relevant directory to compile: just do make to install: with root account cp sp54convert /usr/local/bin to use: sp54convert infile outfile Enjoy !! Michel Xhaard <mxhaard@users.sourceforge.net> Till Adam <till@hubbahubba.de> Windows port: Piotr Pawlow <pp@siedziba.pl>

    標簽: converter the playable SunPlus

    上傳時間: 2013-12-30

    上傳用戶:1079836864

  • program kehuji uses Forms, Unit1 in ..zxcUnit1.pas {Form1}, Unit2 in ..zxcUnit2.pas {Form2

    program kehuji uses Forms, Unit1 in ..\zxc\Unit1.pas {Form1}, Unit2 in ..\zxc\Unit2.pas {Form2}, Unit3 in ..\zxc\Unit3.pas {Form3}, Unit4 in ..\zxc\Unit4.pas {Form4} // Unit3 in C:\Program Files\Borland\Delphi7\Projects\Unit3.pas {Form3}, // Unit4 in C:\Program Files\Borland\Delphi7\Projects\Unit4.pas {Form4} {$R *.res} begin Application.Initialize Application.CreateForm(TForm1, Form1) Application.CreateForm(TForm2, Form2) Application.CreateForm(TForm3, Form3) Application.CreateForm(TForm4, Form4) // Application.CreateForm(TForm3, Form3) // Application.CreateForm(TForm4, Form4) Application.Run end.

    標簽: zxcUnit pas program kehuji

    上傳時間: 2014-01-16

    上傳用戶:jing911003

  • Struts是一個技術框架

    Struts是一個技術框架,由Craug R.McClanahan編寫,并且在2000年的時候捐獻給了ASF,目前有很多組織和個人參與Struts框架的開發,使得Struts保持告訴成長,同時,利用Struts開發的應用越來越多,使其成為web應用MVC模式中VC部分事實上的標準。

    標簽: Struts

    上傳時間: 2014-01-09

    上傳用戶:huannan88

  • 哈希表設計 針對某個集體中人名設計一個哈希表

    哈希表設計 針對某個集體中人名設計一個哈希表,使得平均查找長度不超過R,并完成相應的建表和查表程序。

    標簽:

    上傳時間: 2013-12-31

    上傳用戶:chenxichenyue

  • 《橡皮條畫線》C語言 (可供C語言圖形編程參考) 本程序模擬許多繪圖工具中的畫線方法和畫框方法 其中工具條上的各個按鈕的功能是: 1、畫線(快捷鍵“l”) 2、畫框(快捷鍵“f”) 3、剪

    《橡皮條畫線》C語言 (可供C語言圖形編程參考) 本程序模擬許多繪圖工具中的畫線方法和畫框方法 其中工具條上的各個按鈕的功能是: 1、畫線(快捷鍵“l”) 2、畫框(快捷鍵“f”) 3、剪去框外的直線(快捷鍵“c”) 4、刷新(快捷鍵“r”) 5、新建(快捷鍵“n”) 6、退出(快捷鍵“Esc”) 最左邊的十字架用鼠標拖動時可以移動工具條 左上角的 framepoints為所畫矩形框的左上角坐標和右下角坐標 mouse為鼠標當前坐標 linesnum為隊列中的直線數

    標簽: C語言 快捷鍵 圖形編程 程序

    上傳時間: 2015-06-18

    上傳用戶:pinksun9

  • 一:問題描述 針對某個集體(比如你所在的班級)中的“人名”設計一個哈希表

    一:問題描述 針對某個集體(比如你所在的班級)中的“人名”設計一個哈希表,使得平均查找長度不超過R,完成相對的建表和查表程序。 二:基本要求 假設人名為中國人姓名的漢語拼音形式。待填入哈希表的人名共有30個,取平均查找長度的上限為2。哈希函數用除留余數法構造,用偽隨機探測再散列法處理沖突。 三:實現提示 如果隨機函數自行構造,則應首先調整好隨機函數,使其分布均勻。人名的長度均不超過19個字符(最長的人名如:莊雙雙(ZHAGN SHUANG SHUANG)。字符的取碼方法可直接利用C語言中的tosacii函數,并可對過長的人名先作折疊處理。 四:需求分析 本演示程序是對哈希表的建立和查找進行演示,主要數據來自自己編寫的人名“A~~Z”等字母組成,拼音由開頭的字母組成的詞組,查找時用偽隨機探測再散列法處理沖突。隨機產生人名的位置。具體的程序內容在源程序里面有比較詳細的解析。程序的運行在下列有詳細的介紹。

    標簽:

    上傳時間: 2015-06-22

    上傳用戶:wab1981

  • 包含了FFT

    包含了FFT,qam等在5402上的實現

    標簽: FFT

    上傳時間: 2013-12-04

    上傳用戶:dragonhaixm

  • This book focuses on combining C++ s power and flexibility with high performance and scalability, r

    This book focuses on combining C++ s power and flexibility with high performance and scalability, resulting in the best of both worlds. Specific topics include temporary objects, memory management, templates, inheritance, virtual functions, inlining, referencecounting, STL, and much more

    標簽: flexibility performance scalability and

    上傳時間: 2015-07-02

    上傳用戶:784533221

  • Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edi

    Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edition (March 27, 2001) Format: PDF Summary: The Standard Template Library was created as the first library of genetic algorithms and data structures, with four ideas in mind: generic programming, abstractness without loss of efficiency, the Von Neumann computation model, and value semantics. This guide provides a tutorial, a description of each element of the library, and sample applications. The expanded second edition includes new code examples and demonstrations of the use of STL in real-world C++ software development it reflects changes made to STL for the final ANSI/ISO C++ language standard.

    標簽: Programming Reference Standard Template

    上傳時間: 2014-01-19

    上傳用戶:netwolf

  • -- Title : Barrel Shifter (Pure combinational) -- This VHDL design file is an open design you can r

    -- Title : Barrel Shifter (Pure combinational) -- This VHDL design file is an open design you can redistribute it and/or -- modify it and/or implement it after contacting the author -- You can check the draft license at

    標簽: design combinational Shifter Barrel

    上傳時間: 2014-12-21

    上傳用戶:784533221

主站蜘蛛池模板: 潼南县| 闽清县| 通江县| 准格尔旗| 磴口县| 普洱| 忻州市| 南昌县| 大新县| 多伦县| 广丰县| 浠水县| 伊金霍洛旗| 东乡县| 舟山市| 阿勒泰市| 呈贡县| 铁岭县| 福贡县| 宁化县| 彭阳县| 阿拉善右旗| 二连浩特市| 蒙自县| 银川市| 开原市| 雷波县| 托里县| 同心县| 鄱阳县| 乌拉特前旗| 洮南市| 察雅县| 隆尧县| 广西| 江安县| 兰溪市| 塔城市| 莒南县| 福建省| 宜丰县|