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

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

Beg<b>IN</b>n<b>IN</b>g

  • Please unzip the file and make the file under linux with version 2.6 or above. The function is just

    Please unzip the file and make the file under linux with version 2.6 or above. The function is just like the utility traceroute in linux or tracert in windows.

    標簽: file the function version

    上傳時間: 2014-01-13

    上傳用戶:h886166

  • PlotSphereIntensity(azimuth, elevation) PlotSphereIntensity(azimuth, elevation, intensity) h = Plo

    PlotSphereIntensity(azimuth, elevation) PlotSphereIntensity(azimuth, elevation, intensity) h = PlotSphereIntensity(...) Plots the intensity (as color) of a number of points on a unit sphere. Input: azimuth (phi), in degrees elevation (theta), in degrees intensity (optional, if not provided, a green sphere is produced) All inputs must be vectors or matrices of the same size. Data does not have to be evenly spaced. When there aren t enough points to draw a smooth sphere, additional points (with color) are interpolated. Output: h - a handle to the patch object The axes are also plotted: positive x axis is red positive y axis is green positive z axis is blue

    標簽: PlotSphereIntensity elevation azimuth intensity

    上傳時間: 2014-01-15

    上傳用戶:ruan2570406

  • Kalman filter toolbox written by Kevin Murphy, 1998. See http://www.ai.mit.edu/~murphyk/Software/ka

    Kalman filter toolbox written by Kevin Murphy, 1998. See http://www.ai.mit.edu/~murphyk/Software/kalman.html for details. Installation ------------ 1. Install KPMtools from http://www.ai.mit.edu/~murphyk/Software/KPMtools.html 3. Assuming you installed all these files in your matlab directory, In Matlab type addpath matlab/KPMtools addpath matlab/Kalman Demos ----- See tracking_demo.m for a demo of 2D tracking. See learning_demo.m for a demo of parameter estimation using EM. 較早版本的kalman濾波matlab源碼,適合研讀。

    標簽: Software toolbox murphyk written

    上傳時間: 2016-05-13

    上傳用戶:541657925

  • I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is ma

    I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is mainly targeted to data with some symbols occuring more often than the rest (e.g. having some data file consisted of 3 different symbols and their total number of occurence in that file s1(1000), s2(200), s3(30) so the total length of file is 1000+200+30=1230 bytes, it will be encoded assigning one bit to s1 and 2 bits to s2, s3 so the encoded length will be 1*1000+2*(200+30)=1460 bits=182 bytes). In the best case the file consisted of just one symbol will be encoded with compression ratio as 1:8. Huffman coding is used in image compression, however in JPEG2000 arithmetic codec is imployed.

    標簽: decompress algorithm compress Huffman

    上傳時間: 2016-05-16

    上傳用戶:aysyzxzm

  • EasyARM2100工程模板 該工程模板在文件夾EasyARM2100下

    EasyARM2100工程模板 該工程模板在文件夾EasyARM2100下,適用于EasyARM2104和EasyARM2100開發板。 該模板在文件夾EasyARM2100下,適用于EasyARM2100開發板,僅適合于用ADS編譯器的器情況。 模板文件夾下有一些文件夾,用于存放產生的文件。src文件夾用于存放用戶的源文件。 模板包含了EasyARM系列開發板的啟動代碼、初始化文件、分散加載文件等。這些文件和ADS模板的文件相同。 模板已經為用戶設置好了各種生成目標的設置選項,包括仿真片內RAM調試、片外RAM調試、片內FLASH調試、片內FLASH發布,以及所需要的初始化文件。對不同開發板和不同芯片,生成目標會有所不同。在模板文件夾下有各種不同生成目標的文件夾,用于存放各自的輸出文件。 EasyARM2100模板,有Simulator、Debug in RAM、Debug in FLASH和Release in FLASH 4種生成目標

    標簽: EasyARM 2100 工程模板

    上傳時間: 2013-12-17

    上傳用戶:515414293

  • Ex8-4 匯點問題 « 問題描述: 采用鄰接矩陣表示一個具有n 個頂點的圖時

    Ex8-4 匯點問題 « 問題描述: 采用鄰接矩陣表示一個具有n 個頂點的圖時,大多數關于圖的算法時間復雜性為 O(n2 ),但也有例外。例如,即使采用鄰接矩陣表示一個有向圖G,確定G 是否含有一個 匯(即入度為n-1,出度為0 的頂點),只需要O(n)計算時間。試寫出其算法。 « 編程任務: 對于給定的有n個頂點的圖G 的鄰接矩陣,各頂點依次編號為1,2,…,n。試設計一 個O(n)時間算法,計算圖G 的匯點。 « 數據輸入: 由文件input.txt提供輸入數據。文件的第1 行有1 個正整數n,表示圖G 中頂點個數。 第2 行起每行n個數,共n行,給出圖G 的鄰接矩陣。 « 結果輸出: 程序運行結束時,將計算出的匯點編號輸出到output.txt中。當圖G 沒有匯點時輸出0。 輸入文件示例 輸出文件示例 input.txt 5 0 0 1 1 1 1 0 1 1 1 0 0 0 0 0 1 0 1 1 1 0 1 1 0 0 output.txt 3

    標簽: laquo Ex 矩陣表示

    上傳時間: 2013-12-25

    上傳用戶:yyyyyyyyyy

  • IEEE 802.11h-2003 IEEE Standard for Information technology—Telecommunications and Information Exchan

    IEEE 802.11h-2003 IEEE Standard for Information technology—Telecommunications and Information Exchange Between Systems—LAN/MAN Specific Requirements—Part 11: Wireless LAN Medium Access Control (MAC) and Physical Layer (PHY) Specifications: Spectrum and Transmit Power Management Extensions in the 5GHz band in Europe

    標簽: Information Telecommunications IEEE technology

    上傳時間: 2016-10-02

    上傳用戶:lnnn30

  • C 開發的有限元軟件

    C 開發的有限元軟件,界面還可以,不錯,可以試試。 FElt is a free system for introductory level finite element analysis. It is primarily intended as a teaching tool for introductory type courses in finite elements - probably in the mechanical/structural/civil fields. In a command line environment, FElt uses an intuitive, straightforward input syntax to describe problems. It also includes a graphical user interface for workstations that allows the user to set-up, solve and post-process the problem in a single CAD-like environment.

    標簽: 有限元 軟件

    上傳時間: 2014-03-09

    上傳用戶:zycidjl

  • Purpose: --- -- This component is used for capturing staff from AVI to BMP. Installation:

    Purpose: --- -- This component is used for capturing staff from AVI to BMP. Installation: ------------- Extract the compiled units into your Lib directory or into another directory that is listed in the Library path in your Delphi options. Choose file AVIcap.dcu for register. description: ------------ AVIcap V2.0 used for capturing frame from AVI without drawing on the screen, that is essentially fast. It can be reached by using of avifil32.dll from MS Video For Windows. New property: number of bits per pixel of bitmap.Now you can save BMP using next formats: pf1bit, pf4bit, pf8bit, pf8bitGray, pf15bit, pf16bit, pf24bit, pf32bit, pfDevice. See example to detail.

    標簽: Installation component capturing Purpose

    上傳時間: 2016-12-13

    上傳用戶:TF2015

  • RTOS ThreadX Real-Time Embedded Multithreading: Using ThreadX and ARM Designations used by com

    RTOS ThreadX Real-Time Embedded Multithreading: Using ThreadX and ARM Designations used by companies to distinguish their products are often claimed as trademarks. In all instances where CMP is aware of a trademark claim, the product name appears in initial capital letters, in all capital letters, or in accordance with the vendor鈥檚 capitalization preference. Readers should contact the appropriate companies for more complete information on trademarks and trademark registrations. All trademarks and registered trademarks in this book are the property of their respective holders.

    標簽: ThreadX Multithreading Designations Real-Time

    上傳時間: 2013-12-18

    上傳用戶:ZJX5201314

主站蜘蛛池模板: 章丘市| 通道| 阜康市| 剑川县| 新源县| 潍坊市| 清徐县| 纳雍县| 项城市| 定安县| 南靖县| 绥阳县| 莆田市| 宝鸡市| 屯昌县| 融水| 蒙山县| 瑞昌市| 旬邑县| 通江县| 兴化市| 麻栗坡县| 德庆县| 东宁县| 安达市| 安多县| 建宁县| 乌拉特后旗| 嵊泗县| 读书| 施甸县| 石台县| 红安县| 漯河市| 平陆县| 大余县| 白银市| 梁山县| 冷水江市| 兴隆县| 伊春市|