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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專(zhuān)輯| 精品軟件
登錄| 注冊(cè)

Loop-back

  • DataDraw is an ultra-fast persistent database for high performance programs written in C. It s so fa

    DataDraw is an ultra-fast persistent database for high performance programs written in C. It s so fast that many programs keep all their data in a DataDraw database, even whi le being manipulated in inner loop s of compute intensive appl ications.

    標(biāo)簽: C. performance ultra-fast persistent

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

    上傳用戶(hù):xhz1993

  • // This program measures the voltage on an external ADC input and prints the // result to a termin

    // This program measures the voltage on an external ADC input and prints the // result to a terminal window via the UART. // // The system is clocked using the internal 24.5MHz oscillator. // Results are printed to the UART from a loop with the rate set by a delay // based on Timer 2. This loop periodically reads the ADC value from a global // variable, Result.

    標(biāo)簽: the measures external program

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

    上傳用戶(hù):trepb001

  • NAME: u2440mon.c DESC: u2440mon entry point,menu,download HISTORY: Mar.25.2002:purnnamu: S3C24

    NAME: u2440mon.c DESC: u2440mon entry point,menu,download HISTORY: Mar.25.2002:purnnamu: S3C2400X profile.c is ported for S3C2410X. Mar.27.2002:purnnamu: DMA is enabled. Apr.01.2002:purnnamu: isDownloadReady flag is added. Apr.10.2002:purnnamu: - Selecting menu is available in the waiting loop. So, isDownloadReady flag gets not needed - UART ch.1 can be selected for the console. Aug.20.2002:purnnamu: revision number change 0.2 -> R1.1 Sep.03.2002:purnnamu: To remove the power noise in the USB signal, the unused CLKOUT0,1 is disabled.

    標(biāo)簽: 2440 mon download purnnamu

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

    上傳用戶(hù):wff

  • //*** *** *** *** *** *** *** *** *** *** *** *** *** * // MSP-FET430x110 Demo - Software Toggle P1

    //*** *** *** *** *** *** *** *** *** *** *** *** *** * // MSP-FET430x110 Demo - Software Toggle P1.0 // // Description: Toggle P1.0 by xor ing P1.0 inside of a software loop. // ACLK = n/a, MCLK = SMCLK = default DCO ~800k // // MSP430F1121 // ----------------- // /|\| XIN|- // | | | // --|RST XOUT|- // | | // | P1.0|-->LED // // M. Buccini // Texas Instruments Inc. // Feb 2005 // Built with IAR Embedded Workbench Version: 3.21A

    標(biāo)簽: Software MSP-FET Toggle Demo

    上傳時(shí)間: 2014-01-09

    上傳用戶(hù):問(wèn)題問(wèn)題

  • Description: This program demonstrates a half-duplex 9600-baud UART using // Timer_A3 using no XTAL

    Description: This program demonstrates a half-duplex 9600-baud UART using // Timer_A3 using no XTAL and an external resistor for DCO ROSC. DCO used for // TACLK UART baud generation. The program will wait in LPM4, echoing back // a received character using 8N1 protocol. On valid RX character, the // character is echoed back. // Using a 100k resistor on ROSC, with default DCO setting, set DCOCLK ~ 2MHz. // ACLK = n/a, MCLK = SMCLK ~2MHz DCOCLK

    標(biāo)簽: using demonstrates Description half-duplex

    上傳時(shí)間: 2014-01-14

    上傳用戶(hù):cuiyashuo

  • 用AVR單片機(jī)設(shè)計(jì)的MP3播放器 功能: MP3 Player IDE ATA interface FAT 32 with long file name support USB

    用AVR單片機(jī)設(shè)計(jì)的MP3播放器 功能: MP3 Player IDE ATA interface FAT 32 with long file name support USB interface On board power supply (input from 7v to 20v DC) Bootloader firmware upgradeable via USB port Infrared bi-directional interface Remote Control Back light graphic LCD worked with only 2x AA batteries In sleep mode sink less than 1uA (2.5mA in active mode) 5 buttons for easy navigation Long range (more than 20 feets)

    標(biāo)簽: MP3 interface support Player

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

    上傳用戶(hù):fandeshun

  • MediaPlayer代碼

    MediaPlayer代碼,部分代碼,合適請(qǐng)用: import java.awt.* import java.awt.event.* import javax.swing.* import javax.media.* import java.io.* import java.util.* //為了導(dǎo)入Vector //import com.sun.java.swing.plaf.windows.* public class MediaPlayer extends JFrame implements ActionListener,Runnable { private JMenuBar bar //菜單條 private JMenu fileMenu,choiceMenu,aboutMenu private JMenuItem openItem,openDirItem,closeItem,about,infor private JCheckBoxMenuItem onTop private boolean top=false,loop //設(shè)定窗口是否在最前面 private Player player //Play是個(gè)實(shí)現(xiàn)Controller的接口 private File file,listFile //利用File類(lèi)結(jié)合JFileChooser進(jìn)行文件打開(kāi)操作,后則與list.ini有關(guān)

    標(biāo)簽: MediaPlayer 代碼

    上傳時(shí)間: 2016-07-08

    上傳用戶(hù):爺?shù)臍赓|(zhì)

  • 本程序運(yùn)用access數(shù)據(jù)庫(kù)

    本程序運(yùn)用access數(shù)據(jù)庫(kù),如要用sqlserver2000,需還原back下的數(shù)據(jù)庫(kù),數(shù)據(jù)庫(kù)名為“圖書(shū)館管理系統(tǒng)“ 并在服務(wù)器端重建連接 1先運(yùn)行接口程序scktsrvr.exe,用本程序提供廣域網(wǎng)的連接 2運(yùn)行server.exe 3最后運(yùn)行客戶(hù)端和管理的應(yīng)用程序 為了數(shù)據(jù)不被冊(cè)除,本程序只提供在數(shù)據(jù)集的post方法,不提供Tclientdataset的appliupdate,若要此功能自己添加 說(shuō)明,用戶(hù)名為kai,登錄密碼為123

    標(biāo)簽: access 程序 數(shù)據(jù)庫(kù)

    上傳時(shí)間: 2014-01-23

    上傳用戶(hù):xyipie

  • MSP-FET430P140 Demo - USART0, SPI Interface to HC165/164 Shift Registers Description: Demonstrate

    MSP-FET430P140 Demo - USART0, SPI Interface to HC165/164 Shift Registers Description: Demonstrate USART0 in two-way SPI mode. Data are read from an HC165, and same data written back to the HC164. ACLK = n/a MCLK = SMCLK = default DCO = UCLK0 = DCO/2 * USART0 control bits are in different SFR s from other MSP430 s *

    標(biāo)簽: Description Demonstrate Interface Registers

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

    上傳用戶(hù):懶龍1988

  • FT245U169 FIFO Loopback This program transmits data through the FT245BM FIFO data bus to the MSP430

    FT245U169 FIFO Loopback This program transmits data through the FT245BM FIFO data bus to the MSP430F169 on Port 4. The data is decremented and sent back out of Port 4 to to FIFO on the FT245BM. Use Hyperterminalto send and receive data. FIFO control lines are on Port2 (P2.0-P2.3).

    標(biāo)簽: FIFO data 245 transmits

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

    上傳用戶(hù):古谷仁美

主站蜘蛛池模板: 通海县| 肥东县| 奉化市| 中宁县| 黑龙江省| 云和县| 龙里县| 聊城市| 那坡县| 沙湾县| 瑞安市| 巴彦县| 绵竹市| 天柱县| 浮山县| 清流县| 阿勒泰市| 秦皇岛市| 湖南省| 江都市| 静宁县| 岑溪市| 嘉定区| 泾源县| 红安县| 西安市| 松溪县| 高阳县| 遵化市| 靖安县| 辽中县| 庆元县| 宽城| 天水市| 泗阳县| 东源县| 武城县| 手机| 孟津县| 嵩明县| 青川县|