软件与程序设计
-
Java傻瓜书Barry Burd 著Start building powerful programs with Java 6—fast! Get an overview of Java 6 and begin building your own programs Even if you're new to Java programming—or to programming in general—you can get up and running on this wildly popular language in a hurry. This book makes it easy! From how to install and run Java to understanding classes and objects and juggling values with arrays and collections, you will get up to speed on the new features of Java 6 in no time. Discover how to Use object-oriented programming Work with the changes in Java 6 and JDK 6 Save time by reusing code Mix Java and Java* with the new *ing tools Troubleshoot code problems and fix bugs All on the bonus CD-ROM Custom build of JCreator and all the code files used in the book Bonus chapters not included in the book Trial version of Jindent, WinOne, and NetCaptor freeware System Requirements: For details and complete system requirements, see the CD-ROM appendix. Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.
-
Java编程案例教程向传杰 主编本书将Java的主要知识点压缩到很短的章节中,用通俗易懂的文字讲解Java的编程思路和基本语法。本书的基本内容涉及Java语言的基本语法、Jbuilder 9的开发环境、Java图形用户界面编程、Java多线程编程、Java小程序编程、数组流和文件编程、Java图形开发实例和Java数据库编程。本书浅显易懂,实例生动丰富,实战性强,贴近真实的项目开发,可作为中等职业学校和高等职业学校计算机技术专业的教材,也可作为Java软件项目开发人员的参考书。
-
专业 Java 用户界面Mauro Marinilli 著This book covers the full development life cycle for professional GUI design in Java, from cost estimation and design to coding and testing. ·Focuses on building high quality industrial strength software in Java ·Ready-to-use source code is given throughout the text based on industrial-strength projects undertaken by the author.
-
Java程序员用计算机图形暂缺作者暂缺简介...
-
Java软件开发Russel Winder 著This significantly updated new edition of Developing Java Software is a thorough presentation of object-oriented design and programming concepts using the Java 5 programming language. The book takes the reader from the basics of using Java 5 to the creation of complete, object-oriented programs. Following an ‘objects early’ approach, the core elements of the Java language are covered, including the use of recently added features such as generics. The encouragement of the proper creation and use of classes, and the demonstration of the strategies used to create good quality code are at the core of this book. You will learn how Java programs work and how they can be designed and implemented in an organized and systematic way. In addition, the book addresses how a Java programming project should be managed and introduces the Ant build tool and the Subversion version control system. Testing has always been an important part of Developing Java Software. This edition provides new chapters which give a detailed introduction to Test-driven Development (TDD). This approach to programming introduces more rigor to writing programs by placing emphasis on writing high quality testable and tested code from the outset. A series of examples and case studies shows how TDD works and highlights the strategies for testing code. Reflecting recent changes to the Java programming language and newly focused on first courses in programming, this excellent primer is ideal for classroom use or self-study. The many motivating examples and larger case studies show how core ideas can be applied when creating real applications, and show how to use object-oriented methods effectively to create robust, reliable, and fully-tested Java applications.
-
玩转Java李永华、陈宏铭本书提供了300个完整的Java案例,从算法上分为数学、搜索、回溯、递归、排序、迭代、贪心和动态规划等; 从数据结构上分为字符串、数组、指针、区间、队列、矩阵、堆栈、链表、哈希表、线段树、二叉树、二叉搜索树和图结构等。本书针对经典算法,基于相关的数据结构,将问题描述、问题示例、代码实现及运行结果相结合进行讲解,逻辑清晰,内容丰富,可作为程序开发人员及其他IT从业者学习和提升算法能力的参考书,也可作为高校计算机相关专业的教材。
-
Professional Rich 因特网的应用Dana Moore,Raymond Budd,Edward Benson 著Now you can provide users with the same rich experience and functionality on the web that they've become accustomed to on the desktop computer. This book will show you how to take AJAX and Ruby on Rails to the next level by combining numerous cutting-edge technologies in order to develop full-fledged web applications. It explores a number of frameworks and in-browser APIs while providing code for your own implementations. You'll gain a thorough understanding of the underlying design principles behind professional Rich Internet Application (RIA) development and the various tools that are available to accomplish your design goals. You'll break down an application into client-side and server-side technologies, and you'll take advantage of key concepts such as mashups, auto-completion, and tagging for social sites. 作者简介:Dana Moore is a division scientist with BBN Technologies and is an acknowledged expert in the fields of peer-to-peer and collaborative computing, software agent frameworks, and assistive environments. Prior to joining BBN, Dana was chief scientist for Roku Technologies, and a Distinguished Member of Technical Staff at Bell Laboratories. Dana is a popular conference speaker, a university lecturer, and has published both articles for numerous computing publications, and books, including Peer-to-Peer: Building Secure, Scalable, and Manageable Networks and Jabber Developer Handbook. Dana holds a master of science degree in technology management from the University of Maryland, and a bachelor of science in industrial design, also from the University of Maryland.
-
Java 语言案例教程杨培添 主编本书采用项目式教学法的编写思路,全面讲解了Java编程语言的操作与使用。全书共13章,分别为Java语言的概述,Java程序设计基础,Java对象、类、包和接口,异常处理,线程,输入/输出流,Applet入门,Java的多媒体技术,网络编程基础,在Java程序中实现URL等。本书注重学生实际操作的训练,章后配有习题和实验指导。
-
Java EE主流开源框架刘颖本书主要介绍Java EE主流开源框架,内容包括Spring、Spring MVC、MyBatis三大开源框架的架构原理、典型应用场景实现、案例代码解析等,后通过一个综合案例应用这三个框架。本书通过无框架和使用框架的对比实现及详细的代码展示,帮助读者深入理解框架的优势和各框架间的联系。本书适合作为职业院校计算机类专业的教材,也可供具备Java开发基础及Java Web项目开发经验的读者阅读,还可供对框架有基本了解并希望继续深入学习的编程爱好者参考。
-
并行性Jeff Magee 著Concurrency provides a thoroughly updated approach to the basic concepts and techniques behind concurrent programming. Concurrent programming is complex and demands a much more formal approach than sequential programming. In order to develop a thorough understanding of the topic Magee and Kramer present concepts, techniques and problems through a variety of forms: informal de*ions, illustrative examples, abstract models and concrete Java examples. These combine to provide problem patterns and associated solution techniques which enable students to recognise problems and arrive at solutions. New features include: New chapters covering program verification and logical properties. More student exercises. Supporting website contains an updated version of the LTSA tool for modellingconcurrency, model animation, and model checking. Website also includes the full set of state models, java examples, and demonstration programs and a comprehensive set of overhead slides for course presentation.