| 查看: 470 | 回复: 1 | |||
| 当前主题已经存档。 | |||
[交流]
最新发现值得珍藏的好书[转帖]
|
|||
|
[watermark] 1、Webmaster in a Nutshell, 3rd Edition Webmaster in a Nutshell is a concise and portable quick reference guide that distills an immense amount of information on several languages and technologies into one compact book. It puts a fast-paced introduction, detailed reference section, and quick reference guide to each technology all within easy reach and is packed full of the genuinely useful information a webmaster needs daily, whatever the technology. This one-stop resource for HTML, CSS, XML, CGI, JavaScript, HTTP, PHP, and Apache, is the book youll turn to again http://www.itebook.net/opensoft.asp?soft_id=1&url=1 2、Oracle Security This book covers the field of Oracle security from simple to complex. It describes basic RDBMS security features (e.g., passwords, profiles, roles, privileges, synonyms) and includes many practical strategies for securing an Oracle system, developing auditing and backup plans, and using the Oracle Enterprise Manager and Oracle Security Server. Also touches on advanced security features, such as encryption, Trusted Oracle, and Internet and Web protection. http://www.itebook.net/opensoft.asp?soft_id=2&url=1 3、PL/SQL Developers Introduction This book is an easy-to-understand guide to building Oracle8i (Oracles "Internet database" Web applications using a variety of tools -- PL/SQL, HTML, XML, WebDB, and Oracle Application Server (OAS). It also covers the packages in the PL/SQL toolkit and demonstrates several fully realized Web applications. This book provides the jump-start you need to extend relational concepts to Web content and to make the transition from traditional programming to the development of useful Web applications for Oracle8i. Also covers Web development for Oracle8 and Oracle7. http://www.itebook.net/opensoft.asp?soft_id=3&url=1 4、High Performance Data Mining Contains four refereed papers covering important classes of data mining algorithms: classification, clustering, association rule discovery, and learning Bayesian networks. Srivastava et al present a detailed analysis of the parallelization strategy of tree induction algorithms. Xu et al present a parallel clustering algorithm for distributed memory machines. A new scalable algorithm for association rule discovery and a survey of other strategies is covered by Cheung et al. The final paper, written by Xiang et al, describes an algorithm for parallel learning of Bayesian networks. The papers aim to take a practical approach to large scale mining applications and increase useable knowledge concerning high performance computing technology. Lacks a subject index.Book News, Inc.(R), Portland, OR http://www.itebook.net/opensoft.asp?soft_id=4&url=1 5、Easy Microsoft Office 2003 Easy Microsoft Office 2003 takes the work out of learning this new software application by using short, easy-to-follow lessons that show you how to accomplish basic tasks quickly and efficiently! It is the perfect book for beginners who want to learn the Office 2003 applications through a visual, full-color approach. More than 100 hands-on lessons are designed to teach the easiest, fastest, or most direct way to accomplish common Office tasks. The book is suited for new Office users, as well as those upgrading from an earlier version. http://www.itebook.net/opensoft.asp?soft_id=5&url=1 6、C++ Plus Data Structures .pdf Written as a second-semester text which focuses on abstract data types from three perspectives: specification, application, and implementation. Within this focus, the author stresses computer science theory and software engineering principles using chapter exercises, case studies, and programming assignments. Book News, Inc.(R), Portland, OR http://www.itebook.net/opensoft.asp?soft_id=6&url=1 7、Java 2: The Complete Reference, Fifth Edition This fifth edition of a guide to the Java language covers the latest features of Java 2, v1.4, including the new I/O API, regular expression, chained exceptions, the assert keyword, and upgrades to Javas networking classes and the Collections Framework. The book starts with an in-depth tutorial of... Read more http://www.itebook.net/opensoft.asp?soft_id=7&url=1 8、Advanced Java 2 Platform: How to Program In this resource, members of the Deitel & Associates, Inc. corporate training and content-creation organization discuss topics needed to build Java-based enterprise systems. They present clear examples of advanced and often overlooked topics, and adhere to Java idiom, following sophisticated coding styles and practices. Chapters begin with objectives and are followed by quotations that offer either philosophy, humor or interesting insights; an outline; the program material; summaries to reinforce key concepts; and tips, recommended practices and cautions. Features are presented in the context of complete, working Java programs. The accompanying CD-ROM contains program code.Book News, Inc.(R), Portland, OR http://www.itebook.net/opensoft.asp?soft_id=8&url=1 9、The ANSI C Programming Language http://www.itebook.net/opensoft.asp?soft_id=9&url=1 10、Implementation with IPv6 and IP Security The ever-improving tools available to network engineers have helped hide the details of the TCP/IP protocol suite to some degree, but real gurus know that you have to understand the protocols at a low level to really see whats going on. TCP/IP: Architecture, Protocols, and Implementation with IPv6 and IP Security shows how, under the TCP/IP protocols, digital signals are assembled into packets and routed among network nodes. To communicate this information, the author uses lots of block diagrams and bit listings. He also patiently walks through transactions, explaining how nodes communicate back and forth to establish connections. The miscellaneous elements of the TCP/IP stack--including Bootstrap Protocol (BOOTP), Dynamic Host Configuration Protocol (DHCP), the Domain Name System (DNS), the mail protocols, and various others--get plenty of attention too (something thats welcome, as theyre not well covered in most TCP/IP books). http://www.itebook.net/opensoft.asp?soft_id=13&url=1 11、DirectX 3D Graphics Programming Bible Complete coverage of DirectX 3D graphics programming. Topics include understanding how DirectX interfaces with PC graphics devices and Windows, mastering 2D and 3D animation basics, harnessing Direct3D retained mode programming to create true 3D animations, manipulating frames, meshes, textures,... http://www.itebook.net/opensoft.asp?soft_id=14&url=1 12、Applied Microsoft .NET Framework Programming Applied Microsoft .NET Framework Programming is a tutorial. Its meant for programmers who already know an object-oriented language and want to apply their knowledge in the standardized environment provided by the Microsoft .NET Framework. The book, written by Jeffrey Richter, a programmer and the .NET columnist at Microsofts magazine for its developer community, takes a more or less language-agnostic approach to the run-time environment (though many illustrative examples are in C#). It aims to untangle the Common Language Runtime (CLR) and some of the Framework Class Library (FCL), and generally succeeds, particularly at the former. Richter shares his knowledge of the key classes you can instantiate in the CLR, and the kinds of operations you can perform on and with them. You can read this book, or individual chapters, from beginning to end. Youll probably find it more helpful, though, if you read individual sections as you encounter problems or develop an interest in specific aspects of the CLR (ideal for those middle-of-the-night "I wonder how it does..." questions). Richter typically lets his code do most of the talking, and hell often introduce a section with a prose summary of the CLR way of doing something (sometimes with a supplementary diagram) before unleashing a string of quick examples that illustrate variations on the theme. In an unusual and helpful tutorial move, he makes heavy use of the ILDASM utility to show what goes on at compile time. --David Wall Topics covered: How the Microsoft .NET Framework--in other words, the Common Language Runtime (CLR) and parts of the Framework Class Library (FCL)--runs Microsoft .NET applications, and how to write software for the framework. Shared assemblies, characteristics of CLR types (including their properties, methods, fields, and events), and object orientation all get ample coverage. Theres particularly detailed information on text manipulation (including internationalization and localization), arrays, custom interfaces, and the managed environment (garbage collection) in the CLR environment. http://www.itebook.net/opensoft.asp?soft_id=15&url=1 12、Black Art of Java Game Programming A book/CD-ROM package on the mysteries of sound, animation, color, networking, advanced graphics, and multiplayer gaming. Provides techniques for maximizing Javas networking and GUI facilities, and building a high score server for games. Includes a game gallery section in which creators describe... http://www.itebook.net/opensoft.asp?soft_id=16&url=1 13、Teach Yourself TCP-IP in 24 Hours, Third Edition As the Internet continues to expand its reach, more and more users, administrators, and programmers need to learn about TCP/IP the core standard behind the Internet, and the dominant protocol for networks throughout the world. Sams Teach Yourself TCP/IP in 24 Hours provides a clear and concise... http://www.itebook.net/opensoft.asp?soft_id=17&url=1 14、Windows Graphics Programming This guide for experienced Windows programmers describes what is going on beneath the API layer. Coverage includes: uncovering the Windows system architecture and graphics system internal data structure, detecting GDI resource leaks and other troubleshooting techniques, device context, coordinate... http://www.itebook.net/opensoft.asp?soft_id=21&url=1 15、The Microsoft DirectX 9 Programmable... The Microsoft DirectX 9 Programmable Graphics Pipeline 出版社:Microsoft Press 作者:Kris Gray 发布日期:30 July, 2003 http://www.itebook.net/opensoft.asp?soft_id=24&url=1 16、Operating System Concepts 5th ReleaseData:March, 2002 Operating systems are large and complex, and yet must function with near-absolute reliability--thats why theyre a class unto themselves in the field of software development. Since its first release 20 years ago, "the dinosaur book"--Operating System Concepts by Abraham Silberschatz, Peter Baer Galvin, and Greg Gagne--has been a valuable reference for designers and implementers of operating systems. The newly released sixth edition of this book maintains the volumes authority with new sections on thread management, distributed processes, and the Java Virtual Machine (JVM). Theres also information on the workings of the latest crop of operating systems, including Microsoft Windows 2000, Linux, FreeBSD, and compact operating systems for handheld devices. This book is concerned with the design of operating systems, which is to say it enumerates the problems that pop up in the creation of efficient systems and explores alternative ways of dealing with them, detailing the advantages and shortcomings of each. For example, in their chapter on scheduling CPU activity, the authors explain several algorithms (first-come, first-served, and round-robin scheduling, among others) for allocating the capacity of single and multiple processors among jobs. They highlight the relative advantages of each, and explain how several real-life operating systems solve the problem. They then present the reader with exercises (this book is essentially a university textbook) that inspire thought and discussion. --David Wall Topics covered: The problems faced by designers of system software for electronic computers, and strategies that have been developed over the past 20 years to address (and, in some cases, solve) them. Problems of CPU scheduling, memory allocation, paging, processes and threads, storage management, distributed processes and storage mechanisms, and security are all discussed thoroughly and with many authoritative references. |
» 猜你喜欢
导师想让我从独立一作变成了共一第一
已经有8人回复
博士读完未来一定会好吗
已经有23人回复
到新单位后,换了新的研究方向,没有团队,持续积累2区以上论文,能申请到面上吗
已经有11人回复
读博
已经有4人回复
JMPT 期刊投稿流程
已经有4人回复
心脉受损
已经有5人回复
Springer期刊投稿求助
已经有4人回复
小论文投稿
已经有3人回复
申请2026年博士
已经有6人回复














回复此楼