发新话题
打印

【电子图书下载 ※※ 开发篇】

Game Programming with Python, Lua, and Ruby




-------------------------------------------------------------------------------------------------------------
类别:Python游戏编程
文件格式:PDF
语言:英文
详细信息:http://www.amazon.com/gp/product ... 283155&v=glance


又一部经典的游戏编程教程。
Get ready to dive headfirst into the world of programming! "Game Programming with Python, Lua, and Ruby" offers an in-depth look at these three flexible languages as they relate to creating games. No matter what your skill level as a programmer, this book provides the guidance you need. Each language is covered in its own sectionyou'll begin with the basics of syntax and style and then move on to more advanced topics. Follow along with each language or jump right to a specific section! Similar features in Python, Lua, and Rubyincluding functions, string handling, data types, commenting, and arrays and stringsare examined. Learn how each language is used in popular game engines and projects, and jumpstart your programming expertise as you develop skills you'll use again and again!

Features

The three scripting languages are all discussed separately, each with their own section.
A great tool for learning high-level languages
Suitable for beginners, game developers, or programmers
Comes with finished and tested open source game code and scripts
-------------------------------------------------------------------------------------------------------------
附件: 您所在的用户组无法下载或查看附件

TOP

FLash RIA编程宝典---Flash Remoting: The Definitive Guide

Flash Remoting: The Definitive Guide



-------------------------------------------------------------------------------------------------------------
类别:Flash网络编程
文件格式:CHM
语言:英文
详细信息:http://www.amazon.com/gp/product ... 283155&v=glance


Oreilly出版的《Flash Remoting MX权威指南》

Flash Remoting MX lets developers easily integrate rich Macromedia Flash content with applications that are built using ColdFusion, ASP.NET, Java, PHP, or SOAP-based web services. The result is complex client/server applications that more closely resemble desktop applications than traditional web pages. Build applications that connect to a database, file system, or other server-side technologies. Developers who are looking to create Rich Internet Applications with the Flash will find Flash Remoting: The Definitive Guide indispensable.
-------------------------------------------------------------------------------------------------------------

〖下载〗
 →下载地址1

TOP

Parallel and Distributed Programming Using C++



-------------------------------------------------------------------------------------------------------------
类别:C++编程
文件格式:CHM
语言:英文
详细信息:http://www.amazon.com/gp/product ... 283155&v=glance


Parallel and Distributed Programming Using C++ provides an up-close look at how to build software that can take advantage of multiprocessor computers. Simple approaches for programming parallel virtual machines are presented, and the basics of cluster application development are explained. Through an easy-to-understand overview of multithreaded programming, this book also shows you how to write software components that work together over a network to solve problems and do work.

Parallel and Distributed Programming Using C++ provides an architectural approach to parallel programming for computer programmers, software developers, designers, researchers, and software architects. It will also be useful for computer science students.

    * Demonstrates how agents and blackboards can be used to make parallel programming easier
    * Shows object-oriented approaches to multitasking and multithreading
    * Demonstrates how the UML is used to document designs that require parallel or distributed programming
    * Contains the new POSIX/UNIX IEEE Standard for the Pthreads library
-------------------------------------------------------------------------------------------------------------
附件: 您所在的用户组无法下载或查看附件

TOP

C++ Primer, Fourth Edition

C++ Primer, Fourth Edition




-------------------------------------------------------------------------------------------------------------
类别:C++编程
文件格式:CHM
语言:英文
详细信息:http://www.amazon.com/gp/product ... 283155&v=glance


  此书第4版和第3版差异非常大,比较之下,全书中连相同的句子都不多见。不同的读者完全可以根据自己的需要,有不同的选择。

总体而言,第4版强调C++的现代风格,标准库的使用贯穿全书,其实这一点正是C++先驱们对以往C++=C+something的教学思路进行的深刻反思,从BS的大书和Andrew Koenig & Barbara Moo的Accelerated C++就开始了。更重要的是,第4版更加符合primer的书名,对初学者更加友好,非常易读和上手,定义清晰,层次井然,有练习,有提示,有警告,有总结,作为课堂教材极为合适(不知道国内的教授们有无这样的卓见?)。这大概是第三作者Moo加入的结果(她和Koenig在斯坦福教书,积累了不少经验)。

相比而言,第3版篇幅更大(1300+ vs. 900-),强调的是多范型(multi-paradigm),所以所有素材都分到语言基础、基于过程编程、基于对象和面向对象几篇中讨论。平心而论,这种思路并不适合初学者,特别是没有编程经验的初学者,很容易被迎面而来的C++巨峰吓倒。但是,第3版中对各种技术细节的全面探讨却是极为独特的,这种特点相信读过Lippman另一本C++对象模型的读者会有更深体会,像附录中泛型算法的介绍,也是极为全面。在我看来,如果选择参考书,第3版仍然有着它不可替代的地位。
-------------------------------------------------------------------------------------------------------------


〖下载〗
 →下载地址

TOP

上传中文书就好了,看E文费劲啊!偶flash也还可以,但现在主做asp的东东了!

TOP

呵呵,不好意思,因为偶手头上的中文资料比较少;

偶也非常想上传一些中文资料,主要还是由于国内图书与国外发行图书有个时间差,所以。。。。。

TOP

Flash编程--使用组件

Core Web Application Development with PHP and MySQL



-------------------------------------------------------------------------------------------------------------
类别:B/S编程
文件格式:CHM
语言:英文
详细信息:http://www.amazon.com/gp/product ... 283155&v=glance


使用PHP和MySQL的核心网络应用程序的开发
he programmer™s guide to building robust web applications with PHP and MySQL

This is a comprehensive, practical guide for programmers who want to develop production-quality, database-enabled web applications with PHP and MySQL. Long-time developer Marc Wandschneider systematically addresses the entire process: not only coding, but also upfront application, user interface and database design, PLUS security, testing, and more.

You™ll walk through building three applications from start to finish: a calendaring system, a weblog engine, and an e-commerce store. Along the way, you™ll master essential strategies for creating robust web database applications and learn how to avoid the common pitfalls that trip up many developers moving to PHP and MySQL.

    * Starts with a complete primer on PHP for developers"including coverage of code organization, reuse, and object-oriented PHP
    * Contains detailed treatments of data access, including transactions, foreign keys, and indexes
    * Presents powerful data validation techniques utilizing PHP regular expressions
    * Walks through planning web applications, including user interfaces and user management
    * Offers systematic guidance on securing web applications from end to end
    * Covers a wide range of implementation issues"including internationalization, error handling, data validation, debugging, session management, and deployment
    * Includes detailed chapters on XML, XML-based web services, and the PEAR framework for reusable PHP components
    * Shows how to work with the Oracle and PostgreSQL databases
-------------------------------------------------------------------------------------------------------------


〖下载〗
 →下载地址

TOP

Secure Programming Cookbook for C and C++



-------------------------------------------------------------------------------------------------------------
类别:C++编程
文件格式:CHM
语言:英文
详细信息:http://www.amazon.com/gp/product ... 283155&v=glance


Secure Programming Cookbook for C and C++ is an important new resource for developers serious about writing secure code for Unix® (including Linux® and Windows® environments. This essential code companion covers a wide range of topics, including safe initialization, access control, input validation, symmetric and public key cryptography, cryptographic hashes and MACs, authentication and key exchange, PKI, random numbers, and anti-tampering.
-------------------------------------------------------------------------------------------------------------


〖下载〗
 →下载地址

TOP

Flash Communication Server



-------------------------------------------------------------------------------------------------------------
类别:Flash网络编程
文件格式:CHM
语言:英文
详细信息:http://www.amazon.com/gp/product ... 283155&v=glance


FLash通讯服务器编程第一版。
Flash Communication Server MX (FCS) provides web developers with the means to add rich, interactive audio and video features to their sites. Programming Flash Communication Server gives developers a leg up on this potentially intimidating technology. It explains how FCS can facilitate video on demand, live webcasts, video chat and messaging, real-time collaboration, and much more.
-------------------------------------------------------------------------------------------------------------


〖下载〗
 →下载地址

TOP

Macromedia® Flash™ MX 2004 for Rich Inter

Macromedia  Flash™ MX 2004 for Rich Internet Applications



-------------------------------------------------------------------------------------------------------------
类别:Flash编程
文件格式:CHM
语言:英文
详细信息:http://www.amazon.com/gp/product ... 283155&v=glance


FLASH RIA(富客户端应用程序)编程图书
The long-stale page metaphor for Web sites is finally dying out, replaced by the single-screen rich-Internet apps that Flash MX 2004 is at last bringing to the mainstream. To stay ahead of the curve--and to start creating the kind of Web sites you used to only dream of--you need this guide. In these pages you'll learn how to create the sites that more and more companies are demanding--the kind that pull complex data from multiple sources for delivery via a single Web interface, so that users can perform multiple functions from a single screen. The focus here is on building the Flash MX 2004 front end to work with that complex data. You'll learn how to structure applications to eliminate page refreshes while reducing download time, build real-time and time-delayed applications with Flash Communication Server, integrate technologies like Flash Remoting and Macromedia Central, and more. You can even download all of the source files form the book's companion Web site.
-------------------------------------------------------------------------------------------------------------


〖下载〗
 →下载地址

TOP

发新话题