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

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

Read-Write

  • NAND Flash Boot Please select function : 0 : USB download file(通過USB下載文件) 1 : Uart download fi

    NAND Flash Boot Please select function : 0 : USB download file(通過USB下載文件) 1 : Uart download file(通過串口下載文件) 2 : Write Nand flash with download file(將下載的文件燒寫到NandFlash) 3 : Load Pragram from Nand flash and run(從NandFlash裝載文件并運行) 4 : Erase Nand flash regions(擦除NandFlash區域) 5 : Write NOR flash with download file(將下載的文件燒寫到NorFlash) 6 : Set boot params(設置Linux啟動相關參數) 7 : Set AutoBoot parameter,1:linux 2:wince(設置WINCE自啟動)

    標簽: download USB function Please

    上傳時間: 2016-02-15

    上傳用戶:s363994250

  • DirectX not only provides fast access to the hardware and therefore incredibly speedy performance, b

    DirectX not only provides fast access to the hardware and therefore incredibly speedy performance, but it also makes it much easier for hardware developers to produce new devices that work well in the Windows environment. The DirectX APIs take away the necessity of writing your own low-level, device-specific code to access hardware such as the display adapter and network card, making it much easier for you to write programs that take full advantage of the computer s multimedia capabilities.

    標簽: performance incredibly therefore hardware

    上傳時間: 2016-02-16

    上傳用戶:秦莞爾w

  • ASP開發指南,里面的西很不錯的喲.This book is for anyone who wants to learn about using .NET for web interface desi

    ASP開發指南,里面的西很不錯的喲.This book is for anyone who wants to learn about using .NET for web interface design. Beginner or hobbyist .NET developers can certainly get a good foundation of .NET web interface design by going through this book from cover to cover. However, more seasoned .NET professionals, especially if they tend to steer away from the GUI of their projects, can also pick up a thing or two by focusing on certain chapters that appeal to them. This book is meant to take a reader from the beginning of a project to the completion of the interface design. Along the way, concepts are illustrated to show how the different pieces play together. So, anyone who really wants to understand the concepts presented in this book will be able to do so by reading the entire thing. However, this book should also serve as a good reference after you have read it or, in some cases, in place of reading it.

    標簽: for interface anyone about

    上傳時間: 2016-02-16

    上傳用戶:sjyy1001

  • Foreword The four case studies that follow each have a number of common features. They each illustr

    Foreword The four case studies that follow each have a number of common features. They each illustrate the birth of an idea and show how that idea can be realised into a marketable product. Each case study deals with engineering design and development issues and each highlights the importance of developing sound marketing strategies including market research. The importance of appropriate support mechanisms for young entrepreneurs is also covered. The case studies illustrate how successful entrepreneurs deploy a range of entrepreneurial skills and know-how. Above all, the entrepreneurs are seen to have the capacity to innovate and exercise vision. We are grateful to Liz Read, Development Manager for Enterprise and Entrepreneurship (Students) at Coventry University for providing these case studies.

    標簽: each Foreword features studies

    上傳時間: 2016-02-17

    上傳用戶:熊少鋒

  • BY USING THIS SOFTWARE, YOU ARE AGREEING TO BE BOUND BY THE TERMS OF * THIS AGREEMENT. DO NOT USE

    BY USING THIS SOFTWARE, YOU ARE AGREEING TO BE BOUND BY THE TERMS OF * THIS AGREEMENT. DO NOT USE THE SOFTWARE UNTIL YOU HAVE CAREFULLY * READ AND AGREED TO THE FOLLOWING TERMS AND CONDITIONS.

    標簽: THIS AGREEMENT AGREEING SOFTWARE

    上傳時間: 2014-01-20

    上傳用戶:cx111111

  • 1.under bootloader 1)cd your_dir/mrua_EM8620L_2.5.115.RC8_dev.arm.bootirq/MRUA_src/loader 2)將f

    1.under bootloader 1)cd your_dir/mrua_EM8620L_2.5.115.RC8_dev.arm.bootirq/MRUA_src/loader 2)將flash_v3.c改名為flash.c替換原來的flash.c 3)編譯 2.under linux kernel 1)cd armutils_2.5.108.0/build_arm/linux-2.4.22-em86xx/drivers/mtd 2)將mtdblock_v4.c改名為mtdblock.c替換原來的mtdblock.c 3)cd armutils_2.5.108.0/build_arm/linux-2.4.22-em86xx/drivers/mtd/chips 4)將cfi_cmdset_0002_v4.c改名為cfi_cmdset_0002.c替換原來的cfi_cmdset_0002.c 5)編譯。 note:如果在使用cat等指令寫flash的過程中出現下面的信息: Flash write to Buffer aborted @ 0x****** = 0x****** 是正常信息。

    標簽: bootloader MRUA_src your_dir bootirq

    上傳時間: 2013-12-17

    上傳用戶:陽光少年2016

  • These templates are based on the documented outlines from Tim Ryan s "The Anatomy of a Design Docum

    These templates are based on the documented outlines from Tim Ryan s "The Anatomy of a Design Document" articles (published on Gamasutra). The filler text comes straight from the articles, and have been slightly edited for clarity (and to use the British spelling NMP). To read the articles (which I would highly suggest), check out these links: http://www.gamasutra.com/features/19991019/ryan_01.htm -- Part 1 http://www.gamasutra.com/features/19991217/ryan_01.htm -- Part 2

    標簽: documented templates outlines Anatomy

    上傳時間: 2014-01-02

    上傳用戶:13215175592

  • 壓縮解壓算法LZ77算法有許多派生算法(這里面包括 LZSS算法)。它們的算法原理上基本都相同

    壓縮解壓算法LZ77算法有許多派生算法(這里面包括 LZSS算法)。它們的算法原理上基本都相同,無論是哪種派生算法,LZ77算法總會包含一個動態窗口(Sliding Window)和一個預讀緩沖器(Read Ahead Buffer)。動態窗口是個歷史緩沖器,它被用來存放輸入流的前n個字節的有關信息。一個動態窗口的數據范圍可以從 0K 到 64K,而LZSS算法使用了一個4K的動態窗口。預讀緩沖器是與動態窗口相對應的,它被用來存放輸入流的前n個字節,預讀緩沖器的大小通常在0 – 258 之間。這個算法就是基于這些建立的。用下n個字節填充預讀緩存器(這里的n是預讀緩存器的大小)。在動態窗口中尋找與預讀緩沖器中的最匹配的數據,如果匹配的數據長度大于最小匹配長度 (通常取決于編碼器,以及動態窗口的大小,比如一個4K的動態窗口,它的最小匹配長度就是2),那么就輸出一對〈長度(length),距離(distance)〉數組。長度(length)是匹配的數據長度,而距離(distance)說明了在輸入流中向后多少字節這個匹配數據可以被找到。

    標簽: 算法 LZSS LZ 77

    上傳時間: 2014-01-22

    上傳用戶:tzl1975

  • Dr. Dobb s Journal - Issue 402 @ 2007 November - Smart Compilers BUT SMART ENOUGH ? - GRID-ENABL

    Dr. Dobb s Journal - Issue 402 @ 2007 November - Smart Compilers BUT SMART ENOUGH ? - GRID-ENABLING YOUR APPS - Building Desktop Apps Using Web Technologies - JavaScript & Aspect-Oriented Programming - C++ & Reusable Associations *** A Programmer s MUST-READ magazine... ***

    標簽: GRID-ENABL Compilers November Journal

    上傳時間: 2016-03-04

    上傳用戶:hfmm633

  • Summary Many control applications require converting some analog input to a digital format. The ADC

    Summary Many control applications require converting some analog input to a digital format. The ADCINC12 User Module is a general-purpose, 12-bit analog to digital converter (ADC) that does just that. This Application Note is meant to be a simple introduction into its operation. The steps required to define, place, and write software are presented. Examples are developed in both assembly and C.

    標簽: applications converting Summary control

    上傳時間: 2013-12-01

    上傳用戶:WMC_geophy

主站蜘蛛池模板: 东乌| 乌鲁木齐县| 石渠县| 罗源县| 翼城县| 东源县| 益阳市| 新绛县| 铜陵市| 北辰区| 克什克腾旗| 屯昌县| 盐山县| 大竹县| 松江区| 铅山县| 玛曲县| 社旗县| 上思县| 道孚县| 郸城县| 万州区| 南雄市| 大田县| 安吉县| 清原| 宝坻区| 腾冲县| 新营市| 广昌县| 徐闻县| 治多县| 绥德县| 临高县| 化州市| 岑溪市| 交口县| 宣城市| 白河县| 九江市| 耒阳市|