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

蟲蟲首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

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.

    標(biāo)簽: file the function version

    上傳時(shí)間: 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

    標(biāo)簽: PlotSphereIntensity elevation azimuth intensity

    上傳時(shí)間: 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源碼,適合研讀。

    標(biāo)簽: Software toolbox murphyk written

    上傳時(shí)間: 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.

    標(biāo)簽: decompress algorithm compress Huffman

    上傳時(shí)間: 2016-05-16

    上傳用戶:aysyzxzm

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

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

    標(biāo)簽: EasyARM 2100 工程模板

    上傳時(shí)間: 2013-12-17

    上傳用戶:515414293

  • Ex8-4 匯點(diǎn)問(wèn)題 « 問(wèn)題描述: 采用鄰接矩陣表示一個(gè)具有n 個(gè)頂點(diǎn)的圖時(shí)

    Ex8-4 匯點(diǎn)問(wèn)題 « 問(wèn)題描述: 采用鄰接矩陣表示一個(gè)具有n 個(gè)頂點(diǎn)的圖時(shí),大多數(shù)關(guān)于圖的算法時(shí)間復(fù)雜性為 O(n2 ),但也有例外。例如,即使采用鄰接矩陣表示一個(gè)有向圖G,確定G 是否含有一個(gè) 匯(即入度為n-1,出度為0 的頂點(diǎn)),只需要O(n)計(jì)算時(shí)間。試寫出其算法。 « 編程任務(wù): 對(duì)于給定的有n個(gè)頂點(diǎn)的圖G 的鄰接矩陣,各頂點(diǎn)依次編號(hào)為1,2,…,n。試設(shè)計(jì)一 個(gè)O(n)時(shí)間算法,計(jì)算圖G 的匯點(diǎn)。 « 數(shù)據(jù)輸入: 由文件input.txt提供輸入數(shù)據(jù)。文件的第1 行有1 個(gè)正整數(shù)n,表示圖G 中頂點(diǎn)個(gè)數(shù)。 第2 行起每行n個(gè)數(shù),共n行,給出圖G 的鄰接矩陣。 « 結(jié)果輸出: 程序運(yùn)行結(jié)束時(shí),將計(jì)算出的匯點(diǎn)編號(hào)輸出到output.txt中。當(dāng)圖G 沒(méi)有匯點(diǎn)時(shí)輸出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

    標(biāo)簽: laquo Ex 矩陣表示

    上傳時(shí)間: 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

    標(biāo)簽: Information Telecommunications IEEE technology

    上傳時(shí)間: 2016-10-02

    上傳用戶:lnnn30

  • C 開發(fā)的有限元軟件

    C 開發(fā)的有限元軟件,界面還可以,不錯(cuò),可以試試。 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.

    標(biāo)簽: 有限元 軟件

    上傳時(shí)間: 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.

    標(biāo)簽: Installation component capturing Purpose

    上傳時(shí)間: 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.

    標(biāo)簽: ThreadX Multithreading Designations Real-Time

    上傳時(shí)間: 2013-12-18

    上傳用戶:ZJX5201314

主站蜘蛛池模板: 玛曲县| 黄平县| 澄江县| 包头市| 耿马| 黔南| 武隆县| 宜良县| 铜鼓县| 铁岭市| 同江市| 新绛县| 乐山市| 朔州市| 彭泽县| 东至县| 印江| 东乡| 英吉沙县| 揭西县| 永济市| 都昌县| 武乡县| 福贡县| 河池市| 金华市| 万州区| 金山区| 龙山县| 石嘴山市| 东光县| 马龙县| 游戏| 全州县| 上思县| 寿阳县| 小金县| 安阳市| 陆河县| 舞阳县| 浦东新区|