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, 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 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 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 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)将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 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算法总会包含一个动态窗口(Sliding Window)和一个预读缓冲器(Read Ahead Buffer)。动态窗口是个历史缓冲器,它被用来存放输入流的前n个字节的有关信息。一个动态窗口的数据范围可以从 0K 到 64K,而LZSS算法使用了一个4K的动态窗口。预读缓冲器是与动态窗口相对应的,它被用来存放输入流的前n个字节,预读缓冲器的大小通常在0 – 258 之间。这个算法就是基于这些建立的。用下n个字节填充预读缓存器(这里的n是预读缓存器的大小)。在动态窗口中寻找与预读缓冲器中的最匹配的数据,如果匹配的数据长度大于最小匹配长度 (通常取决于编码器,以及动态窗口的大小,比如一个4K的动态窗口,它的最小匹配长度就是2),那么就输出一对〈长度(length),距离(distance)〉数组。长度(length)是匹配的数据长度,而距离(distance)说明了在输入流中向后多少字节这个匹配数据可以被找到。
上传时间: 2014-01-22
上传用户:tzl1975
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 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