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

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

bit-Error-Rate

  • 邏輯分析儀 PC發(fā)送到單片機(jī)的命令共7個(gè)字節(jié): 第一字節(jié)是觸發(fā)信號(hào)

    邏輯分析儀 PC發(fā)送到單片機(jī)的命令共7個(gè)字節(jié): 第一字節(jié)是觸發(fā)信號(hào),每bit對(duì)應(yīng)一路信號(hào),1為高電平觸發(fā),0為低電平觸發(fā); 第二字節(jié)是觸發(fā)有效信號(hào),每bit對(duì)應(yīng)一路信號(hào),1為忽略,0為有效; 第三、四字節(jié)是采樣時(shí)間,對(duì)應(yīng)如下: 2us=0x0402,5us=0x0a02,10us=0x1402,10us=0x2802,50us=0x6402,100us=0xc802,200us=0x3203,500us=0x7d03,1ms=0xfa03,2ms=0x7d04,4ms=0xfa04,8ms=0x7d05,16ms=0xfa05; 第五、六字節(jié)是一樣的,為預(yù)觸發(fā):8=0%,7=12.5%,6=25%,5=37.5%,4=50%,3=62.5%,2=75%,1=87.5% 第七字節(jié)為模式,0=普通模式;1=外部時(shí)鐘,上升延;2=外部時(shí)鐘,下降延;3=外部觸發(fā),上升延;4=外部觸發(fā),下降延;5=靜態(tài)模式;6沒有查到,不知道是什么;7為測(cè)試模式的二進(jìn)制信號(hào);8為測(cè)試模式的AA、55;9為測(cè)試模式的清零。

    標(biāo)簽: 字節(jié) 邏輯分析儀 發(fā)送 單片機(jī)

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

    上傳用戶:luke5347

  • * CONSTRAINTS * This module does not handle data which is considered out of range by the * appli

    * CONSTRAINTS * This module does not handle data which is considered out of range by the * application(i.e. fixed constants which represent error condition) * * Maximum weight value must be limited to 128 to prevent an overflow * condition during the calculation. * * The internal data type must be large enough to handle the calculations. * The maximum possible internal value * = Max Input Value * (weight - 1) + Max Input Value * If a maximum weight of 128 is used, the internal data type should be 2 * times the size of the input data type.

    標(biāo)簽: CONSTRAINTS considered module handle

    上傳時(shí)間: 2015-09-07

    上傳用戶:qunquan

  • This paper addresses the issues relating to the enforcement of robust stability when implementing t

    This paper addresses the issues relating to the enforcement of robust stability when implementing the Adaptive Inverse Control (AIC) scheme. In this scheme, an adaptive FIR filter is added to a closed-loop system in order to reduce the output error caused by external disturbances, enhancing the performance achieved by linear time-invariant controllers alone.

    標(biāo)簽: implementing enforcement addresses the

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

    上傳用戶:佳期如夢(mèng)

  • 編制一個(gè)讀單詞過程

    編制一個(gè)讀單詞過程,從輸入的源程序中,識(shí)別出各個(gè)具有獨(dú)立意義的單詞,即基本保留字、標(biāo)識(shí)符、常數(shù)、運(yùn)算符、分隔符五大類。并依次輸出各個(gè)單詞的內(nèi)部編碼及單詞符號(hào)自身值。(遇到錯(cuò)誤時(shí)可顯示“Error”,然后跳過錯(cuò)誤部分繼續(xù)顯示)。

    標(biāo)簽: 編制 過程

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

    上傳用戶:zhangliming420

  • 由delphi實(shí)現(xiàn)的bt下載器示例程序

    由delphi實(shí)現(xiàn)的bt下載器示例程序,帶全部源碼和BT協(xié)議 包中文件說明: BTDemo.dpr, BTDemoF.pas, BTDemoF.dfm -- 一個(gè)簡(jiǎn)單的bt下載器,支持多個(gè).torrent文件同時(shí)下載 btutils.pas -- 核心bt組件 DCP*.pas -- SHA算法源碼(復(fù)制自DEC組件包) InetUtils.pas -- 提供Internet下載的函數(shù)庫(kù) SimpleSocks.pas -- socket組件(TCP) SortLists.pas -- 排序的List組件 ThreadTimer.pas -- 定時(shí)器與線程池 DelayLists.pas -- 一個(gè)延時(shí)5秒再釋放Object的隊(duì)列 FastShareMem.pas, MemPools.pas, ShareGlobals.inc -- 由ThreadTimer內(nèi)部使用 Bit Torrent Specification.htm -- BT協(xié)議文檔

    標(biāo)簽: delphi 下載器 程序

    上傳時(shí)間: 2015-09-10

    上傳用戶:lizhen9880

  • /*** *** *** *** *** *** *** *** *** *** *** *** **/ //**此映射表用來映射LED模塊不譯碼時(shí)

    /*** *** *** *** *** *** *** *** *** *** *** *** **/ //**此映射表用來映射LED模塊不譯碼時(shí),顯示的字符和必須輸入的數(shù)據(jù)的關(guān)系 //**每段和對(duì)應(yīng)比特位的關(guān)系見示意圖 // g // --- --- // b | a |f | | <---顯示0時(shí)點(diǎn)亮的段為gfedcb // --- // c | |e | | 那么寫入數(shù)據(jù)為0x7e // --- --- // d // bit: 7 6 5 4 3 2 1 0 // 段位: g f e d c b a

    標(biāo)簽: LED 映射 模塊 譯碼

    上傳時(shí)間: 2013-11-25

    上傳用戶:

  • 使用到的參數(shù)跟談到彈性網(wǎng)絡(luò)的那一章里頭所講的是一樣的

    使用到的參數(shù)跟談到彈性網(wǎng)絡(luò)的那一章里頭所講的是一樣的, ke 則是終止條件。如果 step 被打勾,則程式在每一步之間會(huì)暫停 100毫秒(或其他使用者輸入的數(shù)值)。如果 Random 被打勾,則程式會(huì)以系統(tǒng)時(shí)間作為亂數(shù)產(chǎn)生器的種子數(shù),否則,就以使用者輸入的數(shù)( Random 右邊那一格)為種子數(shù)。 你可以利用 load 來載入推銷員問題檔與其最佳解,如此便可比較彈性網(wǎng)絡(luò)所找出來的解與最佳解差了多少。 Central, Radius, and Error 這三個(gè)參數(shù)的前兩個(gè),只影響彈性網(wǎng)絡(luò)的起使位置和大小,對(duì)求解沒有影響。第三個(gè)參數(shù)代表城市與網(wǎng)絡(luò)點(diǎn)之間的容忍距離,也就是說,如果某城市與某網(wǎng)絡(luò)點(diǎn)之間的距離,小于容忍距離,那就把這個(gè)城市當(dāng)成是被該網(wǎng)絡(luò)點(diǎn)所拜訪。 按下小 w按鈕會(huì)將目前的結(jié)果與參數(shù)值寫到“en.out”這個(gè)檔案。使得我們可以很方便地來比較不同參數(shù)的效果。

    標(biāo)簽: 參數(shù) 彈性 網(wǎng)絡(luò)

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

    上傳用戶:84425894

  • sd2003芯片資料及源碼

    sd2003芯片資料及源碼,C51下的,可以直接使用,不是廠方提供的測(cè)試程序, 相應(yīng)子程序: extern void ini_SD2003(void) extern bit mend_scl_SD2003(void) extern bit start_bit_SD2003(void) extern void stop_bit_SD2003(void) extern void ack_SD2003(void) extern void no_ack_SD2003(void) extern void mast_ack_SD2003(void) extern void write_8bit_SD2003(UCHAR ch) extern UCHAR Read_8bit_SD2003(void) extern void write_8bit_SD2003_R(UCHAR ch) extern UCHAR Read_8bit_SD2003_R(void) extern bit Readblock_SD2003(UCHAR ucommand,UCHAR *p) extern bit Writeblock_SD2003(UCHAR ucommand,UCHAR *p)

    標(biāo)簽: 2003 sd 芯片資料 源碼

    上傳時(shí)間: 2015-09-14

    上傳用戶:zl5712176

  • 一個(gè)簡(jiǎn)單的SPI IP核

    一個(gè)簡(jiǎn)單的SPI IP核,SPI Core Specifications 可以從說明文檔中找到! The simple Serial Peripheral Interface core is an enhanced version of the Serial Peripheral Interface found on Motorola s M68HC11 family of CPUs. The Serial Peripheral Interface is a serial, synchronous communication protocol that requires a minimum of 3 wires. FEATURES: · Compatible with Motorola’s SPI specifications · Enhanced M68HC11 Serial Peripheral Interface · 4 entries deep read FIFO · 4 entries deep write FIFO · Interrupt generation after 1, 2, 3, or 4 transferred bytes · 8 bit WISHBONE RevB.3 Classic interface · Operates from a wide range of input clock frequencies · Static synchronous design · Fully synthesizable

    標(biāo)簽:

    上傳時(shí)間: 2015-09-17

    上傳用戶:TRIFCT

  • this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up

    this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to search for the shortest path (least distance needed to travel to each city exactly once) Notes: 1. Input error checking included 2. Inputs can be specified in any order, so long as the parameter pairs are specified as a parameter , value

    標(biāo)簽: Traveling Salesman solution Problem

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

    上傳用戶:ruixue198909

主站蜘蛛池模板: 麟游县| 宜黄县| 开封县| 芒康县| 台北市| 桐乡市| 梓潼县| 达拉特旗| 临夏市| 铁力市| 石城县| 调兵山市| 昌平区| 将乐县| 婺源县| 城固县| 台州市| 漾濞| 仁怀市| 南安市| 如东县| 青龙| 伊吾县| 上思县| 汝阳县| 探索| 张家口市| 察雅县| 无锡市| 双鸭山市| 分宜县| 乌海市| 谷城县| 天祝| 宁阳县| 河间市| 张家界市| 稻城县| 中阳县| 宜丰县| 丹凤县|