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

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

Run-Length

  • This example program shows how to configure and use the A/D Converter of the following microcontroll

    This example program shows how to configure and use the A/D Converter of the following microcontroller: STMicroelectronics ST10F166 After configuring the A/D, the program reads the A/D result and outputs the converted value using the serial port. To run this program... Build the project (Project Menu, Build Target) Start the debugger (Debug Menu, Start/Stop Debug Session) View the Serial Window (View Menu, Serial Window #1) View the A/D converter peripheral (Peripheral Menu, A/D Converter) Run the program (Debug Menu, Go) A debug script (debug.ini) creates buttons that set different analog values in A/D channels. As the program runs, you will see the A/D input and output change. Other buttons create signals that generate sine wave or sawtooth patterns as analog inputs. µ Vision3 users may enable the built-in Logic Analyzer to view, measure and compare these input signals graphically.

    標(biāo)簽: microcontroll Converter configure following

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

    上傳用戶:獨(dú)孤求源

  • a3load is 8051 firmware that can be used for uploading or downloading to EZ-USB RAM (internal or ex

    a3load is 8051 firmware that can be used for uploading or downloading to EZ-USB RAM (internal or external). It implements the vendor specific command bRequest = 0xA3. The address to download/upload to/from is specified in the wValue field of the SETUP packet and the length of the transfer in the wLength field. The actual upload/download data is transferred during the DATA stage of the SETUP transfer. This firmware will function on all EZ-USB chips (EZ-USB, EZ-USB FX, FX2, FX2LP, FX1).

    標(biāo)簽: downloading uploading firmware internal

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

    上傳用戶:zhaiye

  • The project KEIL_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, s

    The project KEIL_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, scanf) via a serial interface with the Keil ARM toolchain. The I/O functions are adapted for the Analog Devices ADuC7000 series using the SERIAL.C module. The example also shows the efficiency of the Keil CA ARM Compiler run-time library which is tuned for single chip systems.

    標(biāo)簽: KEIL_IODemo allocation routines project

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

    上傳用戶:ve3344

  • UART I/O and Memory Allocation Example for GNU The project GNU_IODemo shows how to use memory alloc

    UART I/O and Memory Allocation Example for GNU The project GNU_IODemo shows how to use memory allocation routines (malloc) and char I/O (printf, scanf) via a serial interface with the GNU toolchain. The I/O functions are adapted for the Analog Devices ADuC7000 series using the SERIAL.C module. The example also shows the efficiency of the Keil CA ARM Compiler run-time library which is tuned for single chip systems.

    標(biāo)簽: Allocation GNU_IODemo Example project

    上傳時(shí)間: 2015-05-04

    上傳用戶:Amygdala

  • This companion disc contains the source code for the sample programs presented in INSIDE VISUAL C++

    This companion disc contains the source code for the sample programs presented in INSIDE VISUAL C++ 5.0, as well as pre- compiled copies of the programs. To copy all of the sample code onto your hard disk, run the SETUP.EXE program and follow the instructions that appear on the screen. The sample code requires about 10 MB of hard disk space.

    標(biāo)簽: companion the presented contains

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

    上傳用戶:mhp0114

  • 這用java語(yǔ)言模擬一個(gè)銀行的操作系統(tǒng)

    這用java語(yǔ)言模擬一個(gè)銀行的操作系統(tǒng),main-class:run 圖形界面模式:加參數(shù)-graphic 文字模式:加參數(shù)-text Client.txt存放客戶信息 Compte.txt存放賬戶信息 Operation.txt賬號(hào)使用信息 這個(gè)版本是法語(yǔ)版的

    標(biāo)簽: java 語(yǔ)言 模擬 操作系統(tǒng)

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

    上傳用戶:hzy5825468

  • The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: he

    The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: header file for same ptfsf-demo.c: FDTD code which demonstrates use of perfect TFSF code. Essentially this program used to generate results shown in the paper ptfsf-file-maker.c: code to generate an incident-field file using the "perfect" incident fields ptfsf-demo-file.c: FDTD code which uses the perfect incident fields stored in a file fdtdgen.h: defines macros used in much of my code Makefile: simple make-file to compile programs Also include are some simple script files to run the programs with reasonable values. The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field Ez, Hx, and Hy). The program is currently written so that the incident field always strikes the lower-left corner of the total-field region first. (If you want a different corner, that should be a fairly simple tweak to the code, but for now you ll have to make that tweak yourself.)

    標(biāo)簽: ptfsf following the contains

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

    上傳用戶:風(fēng)之驕子

  • graspForth is my humble attempt at a Forth-in-C that has the following goals: GCC ......... to su

    graspForth is my humble attempt at a Forth-in-C that has the following goals: GCC ......... to support all 32-bit micros that GCC cross-compiles to. Relocatable . to be able to run in-place in either Flash or Ram. Fast ........ to be "not much" slower than an assembly based native Forth. Small ....... to fit-in approx 300 words in less than 25Kbytes on a 32-bit machine. Portable .... to achieve a 5 minute port to a new 32bit micro-processor, or micro-controller.

    標(biāo)簽: graspForth Forth-in-C following attempt

    上傳時(shí)間: 2015-05-23

    上傳用戶:tfyt

  • 分析器BNF文法

    分析器BNF文法,,我們學(xué)校的 點(diǎn)start-run it.

    標(biāo)簽: BNF 分析器

    上傳時(shí)間: 2015-05-24

    上傳用戶:zhuoying119

  • See Appendix B for a description of the programs included on this companion disk. RESOURCE.WRI iden

    See Appendix B for a description of the programs included on this companion disk. RESOURCE.WRI identifies other books and resources for Internet programming. WEBHELP.HLP contains an introduction to the World Wide Web. TCPMAN.HLP provides detailed instructions to help you use the Trumpet Winsock included on this disk. Use the Program Manager s File menu Run option to execute the SETUP.EXE program found on this disk. SETUP.EXE will install the programs on your hard drive and create an Internet Programming group window. Internet編程技術(shù) [配套程序] [涉及平臺(tái)] VC [作者] void [文件大小] 1032K

    標(biāo)簽: description companion Appendix RESOURCE

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

    上傳用戶:asasasas

主站蜘蛛池模板: 隆化县| 盐亭县| 阜城县| 临猗县| 大田县| 手游| 铁力市| 隆安县| 萨迦县| 万年县| 革吉县| 思茅市| 雷波县| 浦北县| 金门县| 时尚| 建宁县| 惠水县| 繁峙县| 长乐市| 宁化县| 盘山县| 思茅市| 嵩明县| 边坝县| 石城县| 武穴市| 岗巴县| 芜湖县| 朝阳区| 富平县| 望江县| 富平县| 兴山县| 青阳县| 安乡县| 千阳县| 靖西县| 岳阳县| 兴宁市| 苍溪县|