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

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

Counter-Strike

  • 簡易頻率計設計

    本實驗要求設計一個簡易的頻率計,實現(xiàn)對標準的方波信號進行頻率測量,并把測量的結果送到8 位的數(shù)碼管顯示,所要求測量范圍是1Hz~99999999Hz。整個設計的基本原理就是對1 秒鐘之內輸入的方波進行計數(shù),把所得數(shù)據保存在計數(shù)器里,經過譯碼器處理之后,然后送往數(shù)碼管顯示。這里采用的方案是在采樣時鐘的上升沿開始計數(shù),然后在下一個上升沿把計數(shù)器里的數(shù)據送往數(shù)碼管,并且把計數(shù)器清零,讓其重新計數(shù)。整個方案的實現(xiàn)主要分為四個模塊:時鐘分頻(clk_div)模塊、計數(shù)器模塊(counter)、譯碼器模塊(seg8)、掃描輸出(saomiao)模塊

    標簽: 頻率計設

    上傳時間: 2013-11-20

    上傳用戶:avensy

  • 24c01a的讀寫程序

    #include <at24c01a.h>/*************************************************向24C01A寫入一個字節(jié)輸入:E2ROM地址,字節(jié)數(shù)據******************************************************/void write24c01a(uchar uadd_1,uchar udata_1){sendbyte=0xa0;start();send(sendbyte);if (!ack())continue;send(uadd_1);if (!ack())continue;send(udata_1)if (!ack())continue;stop();}/**********************************發(fā)送開始*****************************************/void start(void){a_scl=1;a_sda=1;a_sda=0;a_scl=0;a_scl=1;}/********************************************發(fā)送停止*******************************************/void stop(void){a_scl=0;a_sda=0;a_scl=1;a_sda=1;} /*********************************************發(fā)送反饋************************************************/bit ack(void){int a_acka_scl=0;a_scl=0;a_scl=0;a_scl=1;a_ack=a_sda;a_scl=0;return(a_ack)}/**************************************發(fā)送無反饋********************************************/bit noack(void){int a_ack;a_scl=1;a_scl=1;a_scl=0;}/*******************************************發(fā)送****************************************************/void send(uchar  undata){uchar i;sendbyte=undatafor(i=8;i>0;i--){a_sda=sendbyte7;a_scl=0;a_scl=1;sendbyte=sendbyte<<1}}/********************************************接受****************************************************/ void   receive(void){int i;uchar data;for(i=8;i>0;i--){ a_scl=1;receivebyte7=a_sda;a_scl=0;receivebyte=receivebyte>>1}receivedata=receivebyte;}/********************************************向 24c01a讀一個字節(jié);輸入:EEROM地址;輸出:EEROM數(shù)據;********************************************/void read24c01a(uchar  counter){receivebyte=0xa1;start();send(receivebyte);if (!ack())continue;send(counter);if (!ack())continue;receive()noack();stop();}

    標簽: 24c01a 讀寫程序

    上傳時間: 2013-12-23

    上傳用戶:wxhwjf

  • 單片機系統(tǒng)“PC”失控的軟件措施

    單片機系統(tǒng)“PC”失控的軟件措施Software Measure of GettingO uto fC ontrolfo r“PC"in S ingleC hipC omputerS ystem謐 加 春 王 曉 基 雷 小 華(江 西 理 工 大 學機 電 工 程 學 院 ,贛 州 34 10 00)摘要單片機系統(tǒng)在實際工業(yè)現(xiàn)場中可能遇到各種干擾和自身的隨機性故障。現(xiàn)場惡劣的環(huán)境有可能使計算機系統(tǒng)發(fā)生異常,計算機程序指針“PC”失控就是常見的故障之一,如果發(fā)生“PC”失控,將導致CPI工作混亂,釀成嚴重的事故。研究了“PC”失控的原因,并指出軟件抗干擾的幾種方法,有效保證單片機系統(tǒng)的正常工作。關鍵詞單片機“PC”失控抗干擾Abstract Inp racticalin dustrialfi elds,th ereis v ariousin terferencea fectingo perationo fsi nglec hipc omputersy stemsa ndt hec omputersy stems。fac噸random faults飾themselves. It is very common that the severe environment makes the computer systems abnormal. The program counter "PC"gettingo utof co ntorlis on eo fth ec ommonfa ults.If th isoc curs,C PUw ouldb eru nningo utof or deran din torducesse riousan cient.T hec ausesof " PC"geting out of control, studied in this paper and some countermeasures of anti-interference師software are given to ensure single chip computer systemworking properly.Keywords Single。飾computer Porgramc ounter"P C" Anti-interfeernc 在設 計 和 開發(fā)單片機系統(tǒng)時,一般難以周全地預計單片機系統(tǒng)在實際工業(yè)現(xiàn)場中可能遇到的各種干擾和自身的隨機性故障。因此,除了采取防止和抑制干擾的各項措施外,還應該借助于軟件措施克服某些干擾,系統(tǒng)還應具備迅速自行恢復的能力。本文介紹的應對單片機系統(tǒng)PC失控的軟件措施,設計靈活,節(jié)省硬件資源,能保證測控系統(tǒng)長期可靠地運行。MC S- 5 1單片機以其優(yōu)良的性能價格比大量應用于工業(yè)現(xiàn)場測試和控制領域。但是,現(xiàn)場惡劣的環(huán)境有可能使計算機系統(tǒng)發(fā)生異常,計算機程序指針PC失控就是常見的故障之一,一旦發(fā)生PC“走飛”,計算機系統(tǒng)就會出現(xiàn)工作混亂,釀成嚴重的事故。為 了 在 CP 失控時盡量減少由此帶來的不利影響,并盡快使系統(tǒng)恢復正常,需要采取一定的軟件措施和硬件措施。常見的硬件措施有“看門狗”電路。軟件措施設置的前提條件是:①在干擾作用下,微機系統(tǒng)硬件部分不會受到任何損壞,或者損壞部分設置有監(jiān)測狀態(tài)可供查詢;②程序區(qū)不會受到干擾侵害。單片機系統(tǒng)的程序和表格以及重要的參數(shù)均設置在ROM區(qū),不會因干擾的侵人而改變;③ RAM區(qū)中的重要數(shù)據不會被破壞,或者雖然被破壞,但是可以重新建立。

    標簽: 單片機系統(tǒng) 軟件

    上傳時間: 2013-11-02

    上傳用戶:bhqrd30

  • UHF讀寫器設計中的FM0解碼技術

       針對UHF讀寫器設計中,在符合EPC Gen2標準的情況下,對標簽返回的高速數(shù)據進行正確解碼以達到正確讀取標簽的要求,提出了一種新的在ARM平臺下采用邊沿捕獲統(tǒng)計定時器數(shù)判斷數(shù)據的方法,并對FM0編碼進行解碼。與傳統(tǒng)的使用定時器定時采樣高低電平的FM0解碼方法相比,該解碼方法可以減少定時器定時誤差累積的影響;可以將捕獲定時器數(shù)中斷與數(shù)據判斷解碼相對分隔開,使得中斷對解碼影響很小,實現(xiàn)捕獲與解碼的同步。通過實驗表明,這種方法提高了解碼的效率,在160 Kb/s的接收速度下,讀取一張標簽的時間約為30次/s。 Abstract:  Aiming at the requirement of receiving correctly decoded data from the tag under high-speed communication which complied with EPC Gen2 standard in the design of UHF interrogator, the article introduced a new technology for FM0 decoding which counted the timer counter to judge data by using the edge interval of signal capture based on the ARM7 platform. Compared with the traditional FM0 decoding method which used the timer timed to sample the high and low level, the method could reduce the accumulation of timing error and could relatively separate capture timer interrupt and the data judgment for decoding, so that the disruption effect on the decoding was small and realizd synchronization of capture and decoding. Testing result shows that the method improves the efficiency of decoding, at 160 Kb/s receiving speed, the time of the interrogator to read a tag is about 30 times/s.

    標簽: UHF FM0 讀寫器 解碼技術

    上傳時間: 2013-11-10

    上傳用戶:liufei

  • lcd計數(shù)顯示程序

    library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; ---- Uncomment the following library declaration if instantiating ---- any Xilinx primitives in this code. --library UNISIM; --use UNISIM.VComponents.all; entity counter is     Port ( clk : in std_logic;      resetn : in std_logic;            dout : out std_logic_vector(7 downto 0);            lcd_en : out std_logic;            lcd_rs : out std_logic;            lcd_rw   : out std_logic); end counter;

    標簽: lcd 計數(shù)顯示 程序

    上傳時間: 2013-10-30

    上傳用戶:wqxstar

  • 基于(英蓓特)STM32V100的看門狗程序

    This example shows how to update at regulate period the WWDG counter using theEarly Wakeup interrupt (EWI). The WWDG timeout is set to 262ms, refresh window set to 41h and the EWI isenabled. When the WWDG counter reaches 40h the EWI is generated and in the WWDGISR the counter is refreshed to prevent a WWDG reset and led connected to PC.07is toggled.The EXTI line9 is connected to PB.09 pin and configured to generate an interrupton falling edge.In the NVIC, EXTI line9 to 5 interrupt vector is enabled with priority equal to 0and the WWDG interrupt vector is enabled with priority equal to 1 (EXTI IT > WWDG IT). The EXTI Line9 will be used to simulate a software failure: once the EXTI line9event occurs (by pressing Key push-button on EVAL board) the correspondent interruptis served, in the ISR the led connected to PC.07 is turned off and the EXTI line9pending bit is not cleared. So the CPU will execute indefinitely EXTI line9 ISR andthe WWDG ISR will never be entered(WWDG counter not updated). As result, when theWWDG counter falls to 3Fh the WWDG reset occurs.If the EXTI line9 event don抰 occurs the WWDG counter is indefinitely refreshed inthe WWDG ISR which prevent from WWDG reset. If the WWDG reset is generated, after resuming from reset a led connected to PC.06is turned on. In this example the system is clocked by the HSE(8MHz).

    標簽: V100 STM 100 32V

    上傳時間: 2013-11-11

    上傳用戶:gundamwzc

  • This design is a universal register which can be used as a straightforward storage register, a bi-di

    This design is a universal register which can be used as a straightforward storage register, a bi-directional shift register, an up counter and a down counter.

    標簽: register straightforward universal storage

    上傳時間: 2013-12-28

    上傳用戶:努力努力再努力

  • 這是我自己編寫的三分頻

    這是我自己編寫的三分頻,也就是奇數(shù)分頻,占空比為1:1,當然如果需要其它奇數(shù)分頻,只要將程序里面的N和counter修改即可

    標簽: 編寫 三分頻

    上傳時間: 2015-08-06

    上傳用戶:我們的船長

  • Spartan 3 Digilent Demo:This demo drives the perphrials on the Spartan 3 board. This drives a simple

    Spartan 3 Digilent Demo:This demo drives the perphrials on the Spartan 3 board. This drives a simple pattern to the VGA port, connects the switches to the LEDs, buttons to each anode of the seven segment decoder. The seven segment decoder has a simple counter running on it, and when SW0 is in the up position the seven segment decoder will display scan codes from the PS2 port. This demo how ever does not drive the RS-232 port or the memory. This is a simple design done entirely VHDL not microblaze.

    標簽: Spartan drives This perphrials

    上傳時間: 2014-05-29

    上傳用戶:SimonQQ

  • This example provides a description of how to use a DMA channel to transfer a word data buffer fro

    This example provides a description of how to use a DMA channel to transfer a word data buffer from memory (Flash) to memory (RAM). The dedicated DMA channel is configured to transfer once a time a 32 word data buffer stored as constant in the Flash memory to another buffer in the RAM memory. The received data are stored in the DST_Buffer. The DMA channel transfer complete interrupt is enabled to generate an interrupt at the end of the buffer transfer. As soon as the transfer is completed an interrupt is generated and in the DMA channel interrupt routine the transfer complete interrupt pending bit is cleared. The data counter is stored before and after the transfer to show that all data has been transfered. TransferStatus gives the data transfer status where it is PASSED if transmitted and received data are the same otherwise it is FAILED

    標簽: description provides transfer example

    上傳時間: 2016-04-24

    上傳用戶:ecooo

亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产视频久久久久| 欧美www视频| 久久亚洲私人国产精品va| 欧美另类一区二区三区| 日韩写真在线| 国产精品美女久久久浪潮软件| 一本久久综合| 国产精品你懂的在线| 欧美在线不卡| 在线成人h网| 欧美日韩色婷婷| 亚洲欧美日韩国产综合在线| 国产字幕视频一区二区| 欧美激情视频在线免费观看 欧美视频免费一 | 能在线观看的日韩av| 亚洲国产毛片完整版| 欧美日韩爆操| 亚洲福利视频二区| 欧美日韩在线不卡一区| 欧美一区影院| 亚洲精品久久视频| 国产婷婷色一区二区三区四区| 老司机亚洲精品| 在线一区二区三区四区五区| 久久综合狠狠综合久久综合88| 亚洲人成在线影院| 国产一区欧美| 国产精品久久久久av免费| 久久综合久久综合久久综合| 亚洲午夜在线观看| 亚洲黄色高清| 精品av久久707| 国产精品成人v| 免费在线欧美视频| 欧美在线中文字幕| 亚洲小说欧美另类婷婷| 亚洲国产福利在线| 国产日本欧洲亚洲| 欧美小视频在线| 欧美1级日本1级| 久久www免费人成看片高清| 日韩视频永久免费观看| 一区久久精品| 狠狠久久综合婷婷不卡| 国产午夜精品全部视频播放| 欧美日韩在线免费观看| 欧美黄色aa电影| 美国成人直播| 久久综合一区| 麻豆精品网站| 久久综合给合久久狠狠狠97色69| 欧美一区二区视频观看视频| 中文av字幕一区| 亚洲伦理网站| 一区二区三区 在线观看视| 日韩视频亚洲视频| 一个人看的www久久| 日韩图片一区| 中文网丁香综合网| 午夜精品久久久久久久99水蜜桃| 亚洲一二三区视频在线观看| 亚洲一区二区在| 午夜精品久久久久久久99热浪潮| 亚洲一区二区三区四区中文| 亚洲欧美日韩在线高清直播| 亚洲尤物视频网| 亚洲欧美日韩精品久久| 欧美在线关看| 欧美一区免费| 蜜桃伊人久久| 欧美日韩亚洲天堂| 国产精品九色蝌蚪自拍| 久久亚洲影院| 欧美中日韩免费视频| 樱桃视频在线观看一区| 在线视频国内自拍亚洲视频| 亚洲国产精品尤物yw在线观看| 亚洲日本黄色| 亚洲一区二区成人| 久久久高清一区二区三区| 老司机亚洲精品| 欧美人在线视频| 国产伦理一区| 亚洲国产婷婷香蕉久久久久久| 亚洲精品系列| 欧美一区二区三区在线播放| 老司机午夜精品视频在线观看| 欧美国产第二页| 国产精品裸体一区二区三区| 国产欧美日韩综合精品二区| 激情伊人五月天久久综合| 亚洲国产精品久久精品怡红院| 亚洲电影激情视频网站| 亚洲欧洲一区二区三区久久| 亚洲免费电影在线| 亚洲欧美日韩系列| 久久亚洲图片| 国产精品v日韩精品| 欧美精品v日韩精品v韩国精品v | 欧美国产免费| 国产精品久久久久aaaa九色| 国产精品视频yy9099| 亚洲国产一区二区三区在线播| 亚洲精品美女91| 噜噜噜躁狠狠躁狠狠精品视频| 久久久久在线| 欧美日韩美女一区二区| 国产精品一区亚洲| 99ri日韩精品视频| 午夜精品视频| 欧美一区二区三区啪啪| 嫩草成人www欧美| 国产欧美日韩在线视频| 亚洲国产精品成人一区二区| 欧美一级夜夜爽| 欧美日韩国产一区| 亚洲黄色在线看| 欧美在线高清| 国产精品久久久久久久久久三级| 国产一区二区三区四区hd| 亚洲女同同性videoxma| 免费成人性网站| 在线观看视频一区| 亚洲一区bb| 国产精品美女久久| 亚洲靠逼com| 欧美激情在线狂野欧美精品| 国产亚洲综合在线| 久久精彩视频| 国产精品第十页| 亚洲四色影视在线观看| 久久久成人网| 韩国成人福利片在线播放| 欧美日韩精品免费看| 国内精品写真在线观看| 欧美中在线观看| 狠狠v欧美v日韩v亚洲ⅴ| 激情欧美一区二区三区| 久久久久综合| 国产日韩一区二区| 亚洲免费影院| 国产欧美在线| 午夜精品三级视频福利| 国产区二精品视| 午夜精品久久久久久久久久久久 | 伊人久久亚洲热| 欧美日韩一二三区| 亚洲一级在线观看| 久久狠狠一本精品综合网| 国内成+人亚洲| 亚洲欧美久久| 国产精品九九| 久久久午夜视频| 激情久久中文字幕| 欧美区一区二| 亚洲精品国精品久久99热| 国产午夜久久| 激情视频一区二区| 在线观看av一区| 亚洲欧美激情一区| 欧美久久久久久久久| 欧美日韩第一页| 亚洲一区二区三区免费在线观看| 欧美一级艳片视频免费观看| 开心色5月久久精品| 亚洲国产高清在线| 午夜精品久久久久久| 一区二区三区日韩| 亚洲国产综合视频在线观看| 亚洲精品一区二区三区福利| 亚洲三级毛片| 欧美一区二区久久久| 欧美精品国产精品| 国产一区二区三区四区三区四| 国产精品三上| 亚洲国产日韩欧美| 99re66热这里只有精品3直播| 在线国产日韩| 亚洲二区视频在线| 亚洲午夜精品久久| 国产视频一区二区三区在线观看| 狠狠色狠狠色综合人人| 欧美不卡在线视频| 999亚洲国产精| 国产欧美日韩三级| 农村妇女精品| 性亚洲最疯狂xxxx高清| 久久一区欧美| 欧美aⅴ99久久黑人专区| 午夜一级久久| 亚洲欧美激情诱惑| 激情视频一区二区三区| 国产精品久久97| 欧美日韩在线播放三区四区| 国内激情久久| 黄色av成人| 亚洲社区在线观看| 亚洲一区三区在线观看| 久久国产一区| 欧美日韩视频在线一区二区|