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

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

Jumping-<b>Floating-Point</b>

  • LPC4300系列ARM雙核微控制器產品數據手冊

    The LPC4350/30/20/10 are ARM Cortex-M4 based microcontrollers for embeddedapplications. The ARM Cortex-M4 is a next generation core that offers systemenhancements such as low power consumption, enhanced debug features, and a highlevel of support block integration.The LPC4350/30/20/10 operate at CPU frequencies of up to 150 MHz. The ARMCortex-M4 CPU incorporates a 3-stage pipeline, uses a Harvard architecture withseparate local instruction and data buses as well as a third bus for peripherals, andincludes an internal prefetch unit that supports speculative branching. The ARMCortex-M4 supports single-cycle digital signal processing and SIMD instructions. Ahardware floating-point processor is integrated in the core.The LPC4350/30/20/10 include an ARM Cortex-M0 coprocessor, up to 264 kB of datamemory, advanced configurable peripherals such as the State Configurable Timer (SCT)and the Serial General Purpose I/O (SGPIO) interface, two High-speed USB controllers,Ethernet, LCD, an external memory controller, and multiple digital and analog peripherals

    標簽: 4300 LPC ARM 雙核微控制器

    上傳時間: 2013-10-28

    上傳用戶:15501536189

  • WP409利用Xilinx FPGA打造出高端比特精度和周期精度浮點DSP算法實現方案

    WP409利用Xilinx FPGA打造出高端比特精度和周期精度浮點DSP算法實現方案: High-Level Implementation of Bit- and Cycle-Accurate Floating-Point DSP Algorithms with Xilinx FPGAs

    標簽: Xilinx FPGA 409 DSP

    上傳時間: 2013-10-21

    上傳用戶:huql11633

  • C++完美演繹 經典算法 如 /* 頭文件:my_Include.h */ #include <stdio.h> /* 展開C語言的內建函數指令 */ #define PI 3.141

    C++完美演繹 經典算法 如 /* 頭文件:my_Include.h */ #include <stdio.h> /* 展開C語言的內建函數指令 */ #define PI 3.1415926 /* 宏常量,在稍后章節再詳解 */ #define circle(radius) (PI*radius*radius) /* 宏函數,圓的面積 */ /* 將比較數值大小的函數寫在自編include文件內 */ int show_big_or_small (int a,int b,int c) { int tmp if (a>b) { tmp = a a = b b = tmp } if (b>c) { tmp = b b = c c = tmp } if (a>b) { tmp = a a = b b = tmp } printf("由小至大排序之后的結果:%d %d %d\n", a, b, c) } 程序執行結果: 由小至大排序之后的結果:1 2 3 可將內建函數的include文件展開在自編的include文件中 圓圈的面積是=201.0619264

    標簽: my_Include include define 3.141

    上傳時間: 2014-01-17

    上傳用戶:epson850

  • The Audio File Library provides a uniform programming interface to standard digital audio file form

    The Audio File Library provides a uniform programming interface to standard digital audio file formats. This library allows the processing of audio data to and from audio files of many common formats (currently AIFF, AIFF-C, WAVE, NeXT/Sun .snd/.au, IRCAM, AVR, Amiga IFF/8SVX, and NIST SPHERE). The library also supports compression (currently G.711 mu-law and A-law and IMA and MS ADPCM) as well as PCM formats of all flavors (signed and unsigned integer, single- and double-precision floating point).

    標簽: programming interface provides standard

    上傳時間: 2014-12-06

    上傳用戶:a6697238

  • 源代碼用動態規劃算法計算序列關系個數 用關系"<"和"="將3個數a

    源代碼\用動態規劃算法計算序列關系個數 用關系"<"和"="將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).

    標簽: lt 源代碼 動態規劃 序列

    上傳時間: 2013-12-26

    上傳用戶:siguazgb

  • c語言版的多項式曲線擬合。 用最小二乘法進行曲線擬合. 用p-1 次多項式進行擬合

    c語言版的多項式曲線擬合。 用最小二乘法進行曲線擬合. 用p-1 次多項式進行擬合,p<= 10 x,y 的第0個域x[0],y[0],沒有用,有效數據從x[1],y[1] 開始 nNodeNum,有效數據節點的個數。 b,為輸出的多項式系數,b[i] 為b[i-1]次項。b[0],沒有用。 b,有10個元素ok。

    標簽: 多項式 曲線擬合 c語言 最小二乘法

    上傳時間: 2014-01-12

    上傳用戶:變形金剛

  • 關于FPGA流水線設計的論文 This work investigates the use of very deep pipelines for implementing circuits in

    關于FPGA流水線設計的論文 This work investigates the use of very deep pipelines for implementing circuits in FPGAs, where each pipeline stage is limited to a single FPGA logic element (LE). The architecture and VHDL design of a parameterized integer array multiplier is presented and also an IEEE 754 compliant 32-bit floating-point multiplier. We show how to write VHDL cells that implement such approach, and how the array multiplier architecture was adapted. Synthesis and simulation were performed for Altera Apex20KE devices, although the VHDL code should be portable to other devices. For this family, a 16 bit integer multiplier achieves a frequency of 266MHz, while the floating point unit reaches 235MHz, performing 235 MFLOPS in an FPGA. Additional cells are inserted to synchronize data, what imposes significant area penalties. This and other considerations to apply the technique in real designs are also addressed.

    標簽: investigates implementing pipelines circuits

    上傳時間: 2015-07-26

    上傳用戶:CHINA526

  • crc任意位生成多項式 任意位運算 自適應算法 循環冗余校驗碼(CRC

    crc任意位生成多項式 任意位運算 自適應算法 循環冗余校驗碼(CRC,Cyclic Redundancy Code)是采用多項式的 編碼方式,這種方法把要發送的數據看成是一個多項式的系數 ,數據為bn-1bn-2…b1b0 (其中為0或1),則其對應的多項式為: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:數據“10010101”可以寫為多項式 X7+X4+X2+1。 循環冗余校驗CRC 循環冗余校驗方法的原理如下: (1) 設要發送的數據對應的多項式為P(x)。 (2) 發送方和接收方約定一個生成多項式G(x),設該生成多項式 的最高次冪為r。 (3) 在數據塊的末尾添加r個0,則其相對應的多項式為M(x)=XrP(x) 。(左移r位) (4) 用M(x)除以G(x),獲得商Q(x)和余式R(x),則 M(x)=Q(x) ×G(x)+R(x)。 (5) 令T(x)=M(x)+R(x),采用模2運算,T(x)所對應的數據是在原數 據塊的末尾加上余式所對應的數據得到的。 (6) 發送T(x)所對應的數據。 (7) 設接收端接收到的數據對應的多項式為T’(x),將T’(x)除以G(x) ,若余式為0,則認為沒有錯誤,否則認為有錯。

    標簽: crc CRC 多項式 位運算

    上傳時間: 2014-11-28

    上傳用戶:宋桃子

  • Two functions, num2bin and bin2num are provided. num2bin takes a double and converts it to a binary

    Two functions, num2bin and bin2num are provided. num2bin takes a double and converts it to a binary string representation. bin2num is its inverse operation. It can be used in a numerical analysis course when floating point arithmetic is discussed.

    標簽: num2bin functions and converts

    上傳時間: 2014-01-07

    上傳用戶:gdgzhym

  • This getting started exercise will guide you through the step-by-step process of transforming a MATL

    This getting started exercise will guide you through the step-by-step process of transforming a MATLAB floating-point model into a hardware module that can be implemented in silicon (FPGA or ASIC). The design is a general purpose FIR filter taken from the AccelDSP Examples directory.

    標簽: step-by-step transforming exercise getting

    上傳時間: 2014-01-17

    上傳用戶:VRMMO

亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
一区二区欧美在线观看| 欧美一区二区精品在线| 欧美激情精品久久久久| 国产精品久久久久毛片大屁完整版| 伊人激情综合| 久久国产婷婷国产香蕉| 国产一区二区精品丝袜| 欧美在线看片a免费观看| 韩日精品视频| 亚洲区第一页| 国产精品日产欧美久久久久| 香蕉久久精品日日躁夜夜躁| 黄色av日韩| 欧美日本簧片| 久久aⅴ国产欧美74aaa| 亚洲欧洲偷拍精品| 欧美日韩中文在线| 久久久国产精品亚洲一区 | 国产欧美日韩亚洲| 老司机成人在线视频| 制服诱惑一区二区| 亚洲第一综合天堂另类专| 欧美日韩专区| 麻豆九一精品爱看视频在线观看免费| 99精品欧美一区二区三区| 国产综合视频在线观看| 欧美日韩一区二区三区四区在线观看| 欧美一区二区三区啪啪| 国产精品免费看片| 欧美搞黄网站| 久久亚洲精品一区二区| 亚洲新中文字幕| 亚洲精品国产品国语在线app| 国产手机视频精品| 欧美日韩激情小视频| 久久婷婷影院| 性色av一区二区三区| 亚洲人成亚洲人成在线观看图片 | 国产精品久久波多野结衣| 久久精品水蜜桃av综合天堂| 中文在线一区| 亚洲美洲欧洲综合国产一区| 国产精品中文字幕欧美| 欧美婷婷六月丁香综合色| 欧美xx69| 欧美成人一区二区三区在线观看| 久久久av毛片精品| 欧美伊人久久| 在线精品一区二区| 国产亚洲精品自拍| 国产无遮挡一区二区三区毛片日本| 国产精品激情电影| 国产精品久久夜| 国产精品久久久久久av下载红粉 | 欧美日韩一区二区在线视频| 欧美电影免费观看网站| 老司机凹凸av亚洲导航| 蜜臀91精品一区二区三区| 久久久久女教师免费一区| 久久精品噜噜噜成人av农村| 久久精品视频在线看| 久久久999精品视频| 免费成人高清在线视频| 欧美成人综合一区| 欧美日韩免费观看一区二区三区 | 亚洲神马久久| 午夜日韩激情| 久久久噜噜噜久久人人看| 理论片一区二区在线| 欧美成人免费va影院高清| 欧美大片免费久久精品三p| 欧美伦理一区二区| 欧美视频在线免费| 国产精品一区二区黑丝| 国产主播精品在线| 亚洲国产免费看| 亚洲黄色在线| 一区二区三区日韩| 欧美一区二区高清| 久久综合中文| 欧美日韩免费在线| 国产欧美在线观看| 亚洲精品久久嫩草网站秘色| 亚洲一级特黄| 老司机免费视频久久| 欧美激情一区二区三区在线视频观看 | 亚洲无人区一区| 香蕉久久夜色精品国产使用方法 | 免费永久网站黄欧美| 欧美成人免费网| 欧美日韩色婷婷| 国产欧美精品在线播放| 国产乱人伦精品一区二区 | 亚洲色图综合久久| 午夜精品国产| 欧美大片网址| 国产亚洲欧洲一区高清在线观看| 亚洲国产成人精品女人久久久 | 久久一综合视频| 欧美日韩你懂的| 国产在线拍偷自揄拍精品| 亚洲精品一二| 欧美在线一二三区| 欧美日韩1区| 激情婷婷久久| 亚洲欧美精品伊人久久| 噜噜噜噜噜久久久久久91 | 蜜桃av噜噜一区| 欧美特黄一区| 亚洲高清成人| 欧美一区1区三区3区公司| 夜夜精品视频| 久久久久久网站| 国产精品社区| 亚洲午夜影视影院在线观看| 毛片一区二区三区| 黑人巨大精品欧美一区二区 | 亚洲精品美女在线观看| 欧美亚洲三级| 国产精品视频免费在线观看| 亚洲精品中文在线| 欧美v亚洲v综合ⅴ国产v| 国内精品久久久久久久果冻传媒 | 欧美高清在线视频观看不卡| 久久精品一本| 国产伦理一区| 亚洲三级免费电影| 久久久久www| 国产伦理一区| 宅男噜噜噜66国产日韩在线观看| 老司机成人网| 在线看不卡av| 免费观看一级特黄欧美大片| 国内精品久久久久久| 欧美在线1区| 国内精品免费在线观看| 欧美一区综合| 国产婷婷成人久久av免费高清 | 国产一区日韩二区欧美三区| 亚洲一区视频在线观看视频| 伊人久久综合| 久久精品国产精品| 国产精品美女www爽爽爽| 亚洲精品国偷自产在线99热| 久久亚洲影院| 亚洲国产精品一区在线观看不卡| 日韩一级二级三级| 欧美日韩一卡二卡| 亚洲一区二区在线| 国产欧美91| 久久免费视频网站| 欧美精品99| 亚洲午夜黄色| 国产日韩欧美在线看| 久久精品99国产精品| 在线看日韩av| 欧美日韩极品在线观看一区| 亚洲综合国产| 国外成人在线视频网站| 免费成人高清| 中文成人激情娱乐网| 国产午夜精品福利| 欧美精品九九| 欧美在线视频免费| 亚洲精品免费一二三区| 国产精品亚洲美女av网站| 久久久综合网| 亚洲蜜桃精久久久久久久| 国产麻豆精品在线观看| 欧美大片国产精品| 午夜精品电影| 亚洲国产美女久久久久| 国产美女精品视频| 欧美激情欧美激情在线五月| 午夜国产欧美理论在线播放| 亚洲国产精品成人va在线观看| 欧美色一级片| 老司机一区二区| 性18欧美另类| av不卡在线看| 在线欧美不卡| 国产精品久久夜| 欧美激情女人20p| 久久精品中文| 午夜精品在线观看| 99热这里只有精品8| 亚洲电影av在线| 国产日韩欧美综合| 国产精品99免费看 | 欧美一进一出视频| 亚洲美女免费视频| 一区二区三区在线看| 国产精品一卡二| 国产精品久久久久7777婷婷| 欧美福利影院| 免费一级欧美片在线播放| 久久精品国产亚洲a| 午夜精品久久| 亚洲欧美韩国| 翔田千里一区二区|