EventStorming
EventStorming
Cocos2d+for+iPhone.0.99+Beginners+Guide+Dec.2010.pdf
Cocos2d+for+iPhone.0.99+Beginners+Guide+Dec.2010.pdf
Lisp in a Box for Windows - Lisp 编译器
Lisp in a Box for Windows
Lisp in a Box on Windows has been modularized!
•First, download the base installer and run it. This gives you GNU Emacs 21.3 and SLIME 2004-06-26.
•Next, choose an implementation's module, and install it:
◦CLISP module. Includes CLISP 2.33.
◦Allegro Trial Edition 6.2 module. You must first install the trial edition from Franz's website.
◦Allegro 6.2 module. For people who have Allegro Common Lisp Enterprise Edition 6.2 already.
•More than one implementation module can be installed.
Network Programming For Microsoft Windows, 2nd Edition.chm
Network Programming For Microsoft Windows, 2nd Edition.chm
windows核心编程第5版 书中源代码
windows核心编程第5版 书中源代码
WPF Windows Presentation Foundation 程序 设计指南
WPF Windows Presentation Foundation 程序 设计指南
DirectShow学习资料
DirectShow (sometimes abbreviated as DS or DShow), codename Quartz, is a multimedia framework and API produced by Microsoft for software developers to perform various operations with media files or streams. It is the replacement for Microsoft's earlier Video for Windows technology.[1] Based on the Microsoft Windows Component Object Model (COM) framework, DirectShow provides a common interface for media across many programming languages, and is an extensible, filter-based framework that can render or record media files on demand at the request of the user or developer. The DirectShow development tools and documentation were originally distributed as part of the DirectX SDK. Currently, they are distributed as part of the Windows SDK (formerly known as the Platform SDK).
ActionScript 3 0 Design Patterns
As ActionScript has evolved from a few statements in Flash to a full-fledged Internet
programming language in the latest release of Flash and Flex, we have the ability to
implement sophisticated designs developed for languages using object-oriented pro-
gramming (OOP). ActionScript 3.0 heralds a new era in Flash and Flex program-
ming because it implements the ECMAScript standard for Internet languages. Many
features found in languages such as C++ and JavaTM are now available in Action-
Script 3.0.
Along with more sophisticated features in ActionScript 3.0 come more sophisticated
ways of programming and thinking about programming. Most readers of this book
will be familiar with OOP to some degree, and like the step from sequential or proce-
dural programming to OOP, the step to design pattern programming is a step up for
OOP programmers. We felt that because ActionScript 3.0 had arrived at a point
where more complex and challenging programming structures can be developed,
Flash and Flex programmers needed to understand programming techniques to cope
with these structures.
By understanding design pattern programming, you will be able to write better OOP
code, and reuse that code in other programs. The better paying positions in the pro-
gramming field favor those developers who can work with team development, and
the sophisticated structures that design patterns and OOP were developed to han-
dle. At the same time that you gain proficiency in programming more complex appli-
cations, design patterns actually make programming easier. In large and complex
applications, programmers have the most difficulty with poor planning and awk-
ward design structures. Design patterns not only provide solutions for common chal-
lenges, but also focus on maintenance and change. The vocabulary of design patterns
is equally important because with it, you can become part of the developer commu-
nity that communicates clearly in the language of design patterns.
Box2D 学习资料
做C++ 的应该知道 BOX2D这个物理引擎,现在他已经有FLASH 的 AS3 版本了
性能据说很好,功能也非常完善,想成为恐怖的高手,我想非它不选
但是学起来也不简单,比APE 那几个简单的类来说要复杂的多
而且没有API提供,我找遍了互联网,包括英文的,官方的 都没有API
配合物理引擎和3D引擎可以做出匪夷所思的东西来
Professional ASP.NET 2.0 AJAX
ASP.NET revolutionized web application development. The platform handles many of the complexities of creating web applications. And now ASP.NET AJAX takes the development platform even further. The line between rich client applications and traditionally less interactive browser-based applications is being further blurred. The Microsoft AJAX Library brings object-oriented programming to JavaScript development for modern browsers, and the ASP.NET 2.0 AJAX Extensions 1.0 make it easy to write rich web applications that communicate with the web server asynchronously. Again, the complexities are made easy by using ASP.NET. The new server controls that are part of ASP.NET AJAX make it simple to designate parts of the page to be updated automatically without making the user pause and wait while the data is refreshed. You can have partial page updates without writing a single line of code. Other new controls let you alert the user that background work is happening and designate regular intervals for updates to occur. And the ASP.NET AJAX Control Toolkit makes it easy to make your user interface really come to life with animations, modal dialogs, transition effects, and more.
Microsoft IIS 6.0: Administrator's Pocket Consultant
Back CoverThis precise pocket-sized guide delivers immediate answers for the day-to-day administration of Web servers running Microsoft Information Services (IIS) 6.0. Zero in on core IIS support procedures and everyday tasks using quick-reference tables, step-by-step instructions, and lists. You get the focused, streamlined information you need to solve problems and get the job done—whether you’re at your desk or in the field!
Get fast facts to:
Install Web and application server components
Learn core techniques for managing IIS
Configure Web sites, servers, and virtual directories
Customize Web content, including error messages and redirection
Manage Web applications, application pools, and Microsoft ASP.NET
Configure SMTP, POP3, and advanced messaging options
Implement security features—permissions, certificates and SSL
Monitor and optimize IIS performance
Manage IIS backups and metabase configurations
Managing Windows® with VBScript and WMI
Visual Basic Scripting (VBScript) and Windows Management Instrumentation (WMI) are vital tools for systems administrators grappling with the increasing complexity of Windows technologies. However, busy admins have been without a straightforward guide to scripting...until now.
Managing Windows(R) with VBScript and WMI explains how Windows administrators can effectively use VBScript to automate common administrative tasks and simplify complex ones. Detailed coverage of security concerns provides admins with the means for safely using VBScript in Windows environments. The book is organized around the problems you face daily, with reusable examples and coverage of Windows NT, Windows 2000, Windows XP, and Windows 2003.
This user-friendly reference demystifies scripting and then shows you how to produce new scripts from scratch. You will be producing useful scripts right away as you study the VBScript language and learn how to control nearly every aspect of the Windows operating system with WMI and the Active Directory Services Interface (ASDI). You will be able to build your own administrative Web pages and use advanced scripting technologies such as script encryption, scripting components, and script security. The book closes with still more ready-made example scripts accompanied by complete line-by-line explanations. The CD includes all the code from the book and trial versions of PrimalScript 3.0 and VbsEdit. A companion Web site provides updates and errata.
Inside you will find answers to such questions as:
How do you write effective logon scripts? Chapter 11
How do you write scripts that query and modify user and group information? Chapter 16
How can you query the IP addresses from multiple network adapters in multiple remote computers? Chapter 19
How can you design, write, run, test, and debug your own administrative Web pages? Chapter 24
How can you reuse code between various scripts? Chapter 25
Programming Microsoft Visual C# 2008—The Language
Microsoft Visual C# 2008 is the latest product release in the evolution of C#. It is a worthy successor to earlier versions and includes new features such as Language Integrated Query (LINQ), multi-targeting of environments, and better integration of Windows Communication Foundation (WCF) and Windows Presentation Foundation (WPF). This is the short list of updated information. The complete list includes new features for everyone, regardless of their role in the software life cycle. If you want to learn Visual C# 2008, including its exciting new features, Programming Microsoft Visual C#2008: The Language provides a comprehensive exploration of the language.
LINQ is the most important addition to Visual C# 2008. Under the LINQ umbrella, you can find many enhancements. Lambda expressions, extension methods, expression trees, anonymous objects, and other features are introduced because of LINQ. These features are often applicable beyond LINQ. Two chapters are dedicated to LINQ (Chapter 6, "Introduction to LINQ," and Chapter 11, "LINQ Programming"), which underscores the importance of LINQ to Visual C# 2008.
This book encompasses the software life cycle: design, implementation, maintenance, and debugging. This book covers all these topics, which are of interest to every C# developer.