Welcome![Sign In][Sign Up]
Location:
Search - LL

Search list

[Embeded Linux2410TEST

Description: QT2410开发板的测试代码,包括所有功能的测试演示代码,可以说把这里面的代码搞清楚之后对ARM2410的开发基本上没有问题了。-Test code for QT2410 development board, including test and demo code for all the functions on the board. It is safe to say that if you could understand these codes, you ll have no problem with ARM development.
Platform: | Size: 3561472 | Author: Simon | Hits:

[OtherProgramming_the_iPhone_User_Experience

Description: Using Apple s Cocoa Touch framework, you ll learn how to build applications that respond in unique ways when users tap, slide, swipe, tilt, shake, or pinch the screen. Programming the iPhone User Experience is a perfect companion to Apple s Human Interface Guidelines, and provides the practical information you need to develop innovative applications for the iPhone and iPod Touch, whether you re a CTO, developer, or UI/UX designer. 1. Understand the basics of the Cocoa Touch framework for building iPhone and iPod Touch applications 2. Learn theory and best practices for using Cocoa Touch to develop applications with engaging and effective user interfaces 3. Apply your knowledge of Objective-C to the iPhone/iPod Touch framework 4. Customize standard UIKit views according to Apple s Human Interface Guidelines and usability principles 5. Learn patterns for handling user experience concerns outside of the interface, such as network- and location-awarene-Using Apple s Cocoa Touch framework, you ll learn how to build applications that respond in unique ways when users tap, slide, swipe, tilt, shake, or pinch the screen. Programming the iPhone User Experience is a perfect companion to Apple s Human Interface Guidelines, and provides the practical information you need to develop innovative applications for the iPhone and iPod Touch, whether you re a CTO, developer, or UI/UX designer. 1. Understand the basics of the Cocoa Touch framework for building iPhone and iPod Touch applications 2. Learn theory and best practices for using Cocoa Touch to develop applications with engaging and effective user interfaces 3. Apply your knowledge of Objective-C to the iPhone/iPod Touch framework 4. Customize standard UIKit views according to Apple s Human Interface Guidelines and usability principles 5. Learn patterns for handling user experience concerns outside of the interface, such as network- and location-awareness
Platform: | Size: 2093056 | Author: THY | Hits:

[OtherA_Programmer_Introduction_to_C_sharp_2.0

Description: "A Programmer s Introduction to C# 2.0, Third Edition" is a critical update to the highly successful second edition. It is written by a member of the original C# language-design team and a C# program manager, so you can be certain this book contains the expertise you re looking for. This third edition covers the new elements of C# 2005 that you ll soon embrace. This comprehensive tutorial explains features like generics, iterators, anonymous types, and partial classes. It is sure to be a key resource for all you C# programmers!
Platform: | Size: 2449408 | Author: THY | Hits:

[Software EngineeringOPENGL

Description: a lecture about open cl that I thing ll help people
Platform: | Size: 157696 | Author: ergun | Hits:

[ELanguageLL1

Description: LL(1)文法使用的是确定的自顶向下的分析技术。LL(1)的含义是:第一个L表明自顶向下分析是从左向右扫描输入串,第2个L表明分析过程中将使用最左推导,1表明只需向右看一个符号便可决定如何推导,即选择哪个产生式(规则)进行推导。 LL(1)文法的判别需要依次计算FIRST集、FOLLOW集和SELLECT集,然后判断是否为LL(1)文法,最后再进行句子分析。 -LL (1) grammar using a set top-down analysis techniques. LL (1) the meaning is: the first one L shows a top-down analysis is a scan input string from left to right, the first two L shows the analysis process will be the most left-derivation, one that will be just right to see a sign can decide how to derive, choose what Production (rules) for derivation. LL (1) grammar, followed by calculation of the discriminant needs FIRST sets, FOLLOW sets and SELLECT set, and then determine whether to LL (1) grammar, the last sentence further analysis.
Platform: | Size: 299008 | Author: biao | Hits:

[Driver DevelopProgramingTheWindowsDriverModel(2nd)

Description: 作者Walter Oney 本书介绍了如何使用Windows驱动模型(WDM)为Microsoft的Windows家族的新成员开发设备驱动程序。-This book explains how to write device drivers for the newest members of the MicrosoftWindows family of operating systems using the Windows Driver Model (WDM). In this Introduction, I ll explain who should be reading this book, the organization of the book, and how to use the book most effectively. You ll also find a note on errors and a section on other resources you can use to learn about driver programming. Looking ahead, Chapter 1 explains how the two main branches of the Windows family operate internally, what a WDM device driver is, and how it relates to the rest of Windows.
Platform: | Size: 2693120 | Author: 闻扬 | Hits:

[ELanguageLLParser(1.2)NET1.1

Description: LL语法分析器,对学习编译原理是一个示例。-LL parser, compiler of learning theory is an example.
Platform: | Size: 193536 | Author: ding | Hits:

[Driver DevelopChap14

Description: In the first eight chapters, I described most of the features of a full-blown WDM driver suitable for any random sort of hardware device. But you should understand a few more general-purpose techniques, and I’ll describe them in this chapter. In the chapter’s first section, I’ll explain how to log errors for eventual viewing by a system administrator. In addition, I’ll provide instructions about how to create your own system threads, how to queue work items for execution within the context of existing system threads, and how to set up watchdog timers for unresponsive devices.
Platform: | Size: 702464 | Author: Nick | Hits:

[Driver DevelopChap15

Description: Early in the device driver development process, it’s important to devote some thought to how you’ll distribute your driver and how an end user will install your driver and the hardware it serves. MicrosoftWindows XP and Microsoft Windows 98/Me use a text file with the file extension INF to control most of the activities associated with installing drivers. You provide the INF file. It goes either on a diskette or on a disc that you package with the hardware, or else Microsoft makes it available on line or on a setup disc. In the INF file, you tell the operating system which file or files to copy onto the end user’s hard disk, which registry entries to add or modify, and so on.
Platform: | Size: 1761280 | Author: Nick | Hits:

[Driver DevelopChap16

Description: The Windows Driver Model assumes that a hardware device can have several drivers, each of which contributes in some way to the successful management of the device. WDM accomplishes the layering of drivers by means of a stack of device objects. I discussed this concept in Chapter 2. Up until now, I’ve been talking exclusively about the function driver that manages the main functionality of a device. To round out this book, I’ll describe how you write a filter driver that resides above or below the function driver and modifies the behavior of the device in some way by filtering the I/O request packets (IRPs) that flow through it.
Platform: | Size: 338944 | Author: Nick | Hits:

[matlabcholeskyjie

Description: cholesky算法(正定对称矩阵的LL 分解,完整程序)-cholesky
Platform: | Size: 1024 | Author: wujiajun | Hits:

[BooksLearnObjectiveContheMac.pdf

Description: This book teaches you the Objective-C language and introduces you to its companion, Apple’s Cocoa toolkit. Cocoa is written in Objective-C and contains all the elements of the Mac OS X user interface, plus a whole lot more. Once you learn Objective-C in this book, you’ll be ready to dive into Cocoa with a full-blown project or another book such as Learn Cocoa on the Mac or Begin- ning iPhone Development, both by Dave Mark and Jeff LaMarche (Apress 2009).
Platform: | Size: 4529152 | Author: 张伟 | Hits:

[assembly languageCalculateDataForOO

Description: 一个很好的学习资料,好好学习吧,你会学到很多的。-A good learning materials, learn it, you' ll learn a lot.
Platform: | Size: 22528 | Author: 水辰 | Hits:

[assembly languageCalculateDateForSP

Description: 一个很好的学习资料,好好学习吧,你会学到很多的。-A good learning materials, learn it, you' ll learn a lot.
Platform: | Size: 19456 | Author: 水辰 | Hits:

[ELanguageLL1C

Description: LL(1)词法分析源代码C语言版本,实现文法的分析-LL (1) lexical analysis of source code for C language to realize the analysis of grammar
Platform: | Size: 168960 | Author: king | Hits:

[Booksbyyl

Description: 编译原理的一些功能的实现,包括LL(1)文法,递归子程序等-Compiled some of the features of the realization of principles
Platform: | Size: 4096 | Author: 王进 | Hits:

[Software EngineeringBeautifulArchitecture

Description: Beautiful Architecture -- 英文版 全球19位顶尖架构师智慧结晶 本书围绕5个主题领域来组织本书的内容:概述、企业应用、系统、最终用户应用和编程语言。本书让最优秀的设计师和架构师来描述他们选择的软件架构,剥开架构的各层,展示他们如何让软件做到实现功能、可靠、易用、高效率、可维护、可移植和优雅。-Beautiful Architecture, 1st Edition by Diomidis Spinellis Georgios Gousios ------------------------------------ Publisher: O Reilly Media, Inc. Pub Date: January 29, 2009 -------------------------------------- With this book, you ll discover: How Facebook s architecture is the basis for a data-centric application ecosystem The effect of Xen s well-designed architecture on the way operating systems evolve How community processes within the KDE project help software architectures evolve from rough sketches to beautiful systems How creeping featurism has helped GNU Emacs gain unanticipated functionality The magic behind the Jikes RVM self-optimizable, self-hosting runtime Design choices and building blocks that made Tandem the choice platform in high-availability environments for over two decades Differences and similarities between object-oriented and functional architectural views How architectures can affect the software s evolution and the developer
Platform: | Size: 4678656 | Author: 王真礼 | Hits:

[Software EngineeringTAPI

Description: 网络教学数据采集系统,采用UML建模,对大家学习UML有很好的帮助,希望你会喜欢-Network teaching data acquisition system, using UML modeling, UML for them to learn a very good help, I hope you' ll like
Platform: | Size: 4096 | Author: zhu | Hits:

[CSharpdetect_ur_motion

Description: There are many approaches for motion detection in a continuous video stream. All of them are based on comparing of the current video frame with one from the previous frames or with something that we ll call background. In this article, I ll try to describe some of the most common approaches.
Platform: | Size: 174080 | Author: p2casso | Hits:

[Otherccna6th

Description: ccna 第六版 中文考试应用丛书本书是CCNA应试必要的学习指南,由Cisco技术知名权威编写。CCNA考试的内容已几度变化,本书 是针对最新的考试目标而编写的,旨在帮助应试者全面复习、掌握新的考试内容。仝书共ll章,内容涉及网 际互联、瓦联网协议、IP子网划分和变长子网掩码(VI sM)、GscoIOS简介、IP路由、增强的“ RP(EIGRP)和 开放最短路径优先(OSPF)、第2层交换、虚拟LAN、安全、管理Cisco互联网络、网络地址转换、无线网络技 术、IPv6和l广域网。除了讲解应掌握的内容外,几乎每章都有复习题、书写练习和实际操作实验,并附有答 案。书前有一套评估考题和答案,选配的光盘上有新CCNA考试(640802)的大量准各工具和资料。为了有 助于应试者准备Cisco模拟考试,光盘上包含各章的复习题和模拟考试题。最后还有PC机、便携机和Pdm 手持机的电子闪存杼以及本书的电子版。相信通过本书的学习,应试者定能顺利地通过这-考试。-Welcome to the exciting world of Cisco certification! You have picked up this book because you want something better—namely, a better job with more satisfaction. Rest assured that you have made a good decision. Cisco certification can help you get your first networking job or more money and a promotion if you are already in the field. Cisco certification can also improve your understanding of the internetworking of more than just Cisco products: You will develop a complete understanding of networking and how different network topologies work together to form a network. This is beneficial to every networking job and is the reason Cisco certification is in such high demand, even at companies with few Cisco devices. Cisco is the king of routing, switching, and security, the Microsoft of the internetworking world. The Cisco certifications reach beyond the popular certifications, such as the MCSE, to provide you with an indispensable factor in understanding today’s network—insigh
Platform: | Size: 56291328 | Author: 马宏哲 | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net