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

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

read-and-write

  • s3c2410 ads下的測(cè)試程序移植到 iar ewarm v5.2;包括 Please select function : 0 : Please input 1-14 to select

    s3c2410 ads下的測(cè)試程序移植到 iar ewarm v5.2;包括 Please select function : 0 : Please input 1-14 to select test 1 : Real time clock display 2 : 4 key array test 3 : Buzzer test 4 : ADC test 5 : IIC EEPROM test 6 : Touchpanel test 7 : 3.5# TFT LCD 240*320 test 8 : UDA1341 play audio test 9 : UDA1341 record audio test 10 : IRDA test 11 : SD Card write and read test 12 : COM port ( UART2 ) test

    標(biāo)簽: Please select function s3c2410

    上傳時(shí)間: 2016-10-01

    上傳用戶:225588

  • VTC file is the file format of the Brainvoyager. The FMRI matchine scan human s brain and get the vt

    VTC file is the file format of the Brainvoyager. The FMRI matchine scan human s brain and get the vtc data. This toolbox can help you to read the vtc file into matlab.

    標(biāo)簽: the file Brainvoyager matchine

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

    上傳用戶:manlian

  • This book shows you how to write programs that run under Microsoft Windows 98, Microsoft Windows NT

    This book shows you how to write programs that run under Microsoft Windows 98, Microsoft Windows NT 4.0, and Windows NT 5.0. These programs are written in the C programming language and use the native Windows application programming interfaces (APIs). As I ll discuss later in this chapter, this is not the only way to write programs that run under Windows. However, it is important to understand the Windows APIs regardless of what you eventually use to write your code.

    標(biāo)簽: Microsoft Windows programs shows

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

    上傳用戶:古谷仁美

  • Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on

    Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a. From the Project menu select Add Existing Subproject... b. select AR6K_DRV.pbxml c. select open This should create a subproject within your OS Design project for the AR6K_DRV driver. 4. Build the solution.

    標(biāo)簽: Communications installation Atheros Driver

    上傳時(shí)間: 2016-10-27

    上傳用戶:hebmuljb

  • LCD_12864 driver write with c language in ads1.2 environment ,the cpu is lpc2132 . can diaplay chine

    LCD_12864 driver write with c language in ads1.2 environment ,the cpu is lpc2132 . can diaplay chinese and number.

    標(biāo)簽: environment language diaplay driver

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

    上傳用戶:hopy

  • Write a multithreaded Java, Pthreads, or WIN32 program that outputs prime numbers. This program shou

    Write a multithreaded Java, Pthreads, or WIN32 program that outputs prime numbers. This program should work as follows: The user will run the program and will enter a number on the command line. The program will then create a separate thread that outputs all the prime numbers less than or equal to the number entered by the user.

    標(biāo)簽: program multithreaded Pthreads numbers

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

    上傳用戶:zhyiroy

  • Whenever there is an application to write, breaking it up to small pieces is a great idea. The small

    Whenever there is an application to write, breaking it up to small pieces is a great idea. The smallest piece of any application would probably be a data object, or a simple Bean in Java. Java Beans are simple Java classes that have a distinctive look and behavior. Their simplest purpose is to contain data and they accomplish this by having properties. Each property is actually a data-member containing/referencing the actual data and a couple of methods, a getter method and a setter method. Thus, the simplest data-bean describing a person could be expressed as such:

    標(biāo)簽: small application Whenever breaking

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

    上傳用戶:lingzhichao

  • Lex helps write programs whose control flow is directed by instances of regular expressions in the

    Lex helps write programs whose control flow is directed by instances of regular expressions in the input stream. It is well suited for editor-script type transformations and for segmenting input in preparation for a parsing routine.

    標(biāo)簽: expressions instances directed programs

    上傳時(shí)間: 2016-11-16

    上傳用戶:時(shí)代電子小智

  • MTOOLS version 2.0 Mtools is a public domain collection of programs to allow Unix systems t

    MTOOLS version 2.0 Mtools is a public domain collection of programs to allow Unix systems to read, write, and manipulate files on an MSDOS filesystem (typically a diskette). The following MSDOS commands are emulated: Mtool MSDOS name equivalent Description ----- ---- ----------- mattrib ATTRIB change MSDOS file attribute flags mcd CD change MSDOS directory mcopy COPY copy MSDOS files to/from Unix mdel DEL/ERASE delete an MSDOS file mdir DIR display an MSDOS directory mformat FORMAT add MSDOS filesystem to a low-level format mlabel LABEL make an MSDOS volume label. mmd MD/MKDIR make an MSDOS subdirectory mrd RD/RMDIR remove an MSDOS subdirectory mread COPY low level read (copy) an MSDOS file to Unix mren REN/RENAME rename an existing MSDOS file mtype TYPE display contents of an MSDOS file mwrite COPY low level write (copy) a Unix file to MSDOS

    標(biāo)簽: collection programs version systems

    上傳時(shí)間: 2016-11-18

    上傳用戶:wlcaption

  • Design patterns are elegant, adaptable, and reusable solutions to everyday software development prob

    Design patterns are elegant, adaptable, and reusable solutions to everyday software development problems. Programmers use design patterns to organize objects in programs, making them easier to write and modify. C# Design Patterns: A Tutorial is a practical guide to writing C# programs using the most common patterns. This tutorial begins with clear and concise introductions to C#, object-oriented programming and inheritance, and UML diagrams. Each chapter that follows describes one of twenty-three design patterns, recommends when to use it, and explains the impact that it will have on the larger design. The use of every pattern is demonstrated with simple example programs. These programs are illustrated with screen shots and UML diagrams displaying how the classes interact. Each of these programs is available on the companion CD-ROM and can be run, examined, edited, and applied.

    標(biāo)簽: development adaptable solutions patterns

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

    上傳用戶:wangchong

主站蜘蛛池模板: 微山县| 随州市| 岳西县| 蓬溪县| 平邑县| 桓台县| 德庆县| 普兰店市| 张家界市| 霸州市| 修武县| 德江县| 临泉县| 城固县| 庆安县| 普陀区| 仙桃市| 达拉特旗| 玉屏| 景东| 刚察县| 公安县| 英山县| 揭阳市| 敖汉旗| 常山县| 定襄县| 堆龙德庆县| 东至县| 拉孜县| 温宿县| 章丘市| 田阳县| 任丘市| 长春市| 侯马市| 金华市| 华亭县| 喀喇沁旗| 普安县| 潍坊市|