Мир Java
Упорядочить: А → Я |
→
| 1→100 руб
Купить
8606 рубA Complete Java Training Course: Student Edition
Harvey Deitel, Paul Deitel
Постоянная ссылка → A Complete Java Training Course: Student EditionНаписать комментарий →←
Купить
6115 рубA First Course in Scientific Computing: Symbolic, Graphic, and Numeric Modeling Using Maple, Java, Mathematica, and Fortran90
Rubin Landau Book Description This book offers a new approach to introductory scientific computing. It aims to make students comfortable using computers to do science, to provide them with the computational tools and knowledge they need throughout their college careers and into their professional careers, and to show how all the pieces can work together. Rubin Landau introduces the requisite mathematics and computer science in the course of realistic problems, from energy use to the building of skyscrapers to projectile motion with drag. He is attentive to how each discipline uses its own language to describe the same concepts and how computations are concrete instances of the abstract. Landau covers the basics of computation, numerical analysis, and programming from a computational science perspective. The first part of the printed book uses the problem-solving environment Maple as its context, with the same material covered on the accompanying CD as both Maple and Mathematica programs;...
Постоянная ссылка → A First Course in Scientific Computing: Symbolic, Graphic, and Numeric Modeling Using Maple, Java, Mathematica, and Fortran90
Купить
6695 рубA Laboratory Course in Java
Nell B. Dale Spending time actively programming on a computer is the most important part of a programming class. Dale originally developed lab manuals as part of self-paced learning packages. This manual is an ideal companion to Dale/Weems/Headington, Introduction to Java and Software Design. It focuses on teaching syntax rules for Java functions and contains three types of activities: Prelab, Inlab, and Postlab, all designed within a closed laboratory setting. Java was not designed with the beginning student in mind, therefore closed laboratory activities are essential for students to understand the syntax and semantics of each construct as they progress. A diskette with programs, program shells, and data files accompanies the manual.
Постоянная ссылка → A Laboratory Course in Java
Купить
7418 рубA Practical Student's Guide: Programming in Java and MATLAB: This book is designed to be used in a programming course using the Java or MATLAB languages
Ka Lok Man, Kaiyu Wan, Tomas Krilaviius -
Постоянная ссылка → A Practical Student's Guide: Programming in Java and MATLAB: This book is designed to be used in a programming course using the Java or MATLAB languages
Купить
6618 рубA Programmer's Guide to Java Certification: A Comprehesive Primer
Khalid Azim Mughal, Rolf W. Rasmussen Within A Programmer's Guide to Java Certification: A Comprehensive Primer, relevant topics are covered, such as using threads, building GUI with AWT and Swing components, rendering graphics, implementing applets, handling I/O streams, generating documentation using Javadoc and much more. Written for anyone with previous programming experience (although not necessarily in Java), this books comprehensive coverage of the basic and the advanced features of the language make it as useful for experienced Java programmers aiming at certification, as for programmers learning Java for the first time.
Постоянная ссылка → A Programmer's Guide to Java Certification: A Comprehesive Primer
Купить
9550 рубAbsolute Java with Student Resource Disk (2nd Edition)
Walter Savitch Book Description With the second edition of Absolute Java, best-selling author Walt Savitch offers a comprehensive introduction of the java programming language. This book gives programmers the tools to master the Java language. He takes full advantage of the new Java 5.0 features and incorporates the new Scanner class. There is comprehensive coverage of generic types, including how to define classes with type parameters, collection classes done as generic classes, and linked lists done with type parameters.
Постоянная ссылка → Absolute Java with Student Resource Disk (2nd Edition)
Купить
4771 рубAddison-Wesley's Review for the Computer Science AP Exam in Java
Susan Horwitz
Постоянная ссылка → Addison-Wesley's Review for the Computer Science AP Exam in Java
Купить
1706 рубAdvanced JAVA Interview Questions You'll Most Likely Be Asked
Vibrant Publishers Advanced JAVA Interview Questions You'll Most Likely Be Asked is a perfect companion to stand ahead above the rest in todaya??s competitive job market. Rather than going through comprehensive, textbook-sized reference guides, this book includes only the information required immediately for job search to build an IT career. This book puts the interviewee in the driver's seat and helps them steer their way to impress the interviewer. Includes: a) 200 Advanced JAVA Interview Questions, Answers and Proven Strategies for getting hired as an IT professional b) Dozens of examples to respond to interview questions c) 51 HR Questions with Answers and Proven strategies to give specific, impressive, answers that help nail the interviews d) 2 Aptitude Tests download available on www.vibrantpublishers.com
Постоянная ссылка → Advanced JAVA Interview Questions You'll Most Likely Be Asked
Купить
3206 рубAdvanced Placement Study Guide to accompany Cay Horstmann's Java Concepts
Frances P. Trees
Постоянная ссылка → Advanced Placement Study Guide to accompany Cay Horstmann's Java Concepts
Купить
4580 рубAdvanced Systems Design with Java, UML and MDA, First Edition
Kevin Lano Book DescriptionThe Model Driven Architecture defines an approach where the specification of the functionality of a system can be separated from its implementation on a particular technology platform. The idea being that the architecture will be able to easily be adapted for different situations, whether they be legacy systems, different languages or yet to be invented platforms. MDA is therefore, a significant evolution of the object-oriented approach to system development. Advanced System Design with Java, UML and MDA describes the factors involved in designing and constructing large systems, illustrating the design process through a series of examples, including a Scrabble player, a jukebox using web streaming, a security system, and others.The book first considers the challenges of software design, before introducing the Unified Modelling Language and Object Constraint Language. The book then moves on to discuss systems design as a whole, covering internet systems...
Постоянная ссылка → Advanced Systems Design with Java, UML and MDA, First Edition
Купить
6821 рубAgile Software Construction
John Hunt Book DescriptionSo you think you want to be Agile. But what does it mean? How can you develop software in an agile manner? How can you reap the benefits of agile modelling or Extreme Programming (XP)? What tools might you use to help you become more agile? This book tells you!Agile software Construction reviews the leading agile development processes. It explains what each is and what they attempt to achieve. It also explains what they are not and dispels numerous myths surrounding agile development.Agile software construction itself is an attempt to put the software being developed first, and to acknowledge that user requirements change. It is agile because it can respond quickly to the users changing needs. In turn, agile software development puts the software first because almost any activity undertaken must be to the benefit of the software that will be delivered.This book will help you to determine if an agile approach is for you and which approach (or approaches) to adopt. It...
Постоянная ссылка → Agile Software Construction
Купить
3048 рубAjax in Action
Dave Crane, Eric Pascarello with Darren James Web users are getting tired of the traditional web experience. They get frustrated losing their scroll position; they get annoyed waiting for refresh; they struggle to reorient themselves on every new page. And the list goes on. With asynchronous JavaScript and XML, known as "Ajax", you can give them a better solution. Once users have experienced an Ajax interface, they hate to go back. Ajax is a new way of thinking that can result in a flowing and intuitive interaction for the user. Ajax in Action helps you implement that thinking - it explains how to distribute the application between the client and the server (HINT: use a "nested MVC" design) while retaining the integrity of the system. You will learn how to ensure your app is flexible and maintainable, and how good, structured design can help avoid problems like browser incompatibilities. Along the way it helps you unlearn many old coding habits. Above all, it opens your mind to the many advantages gained by placing much...
Постоянная ссылка → Ajax in Action
Купить
3988 рубAJAX: Creating Web Pages with Asynchronous JavaScript and XML: Creating Web Pages with Asynchronous JavaScript and XML
Edmond Woychowsky The Easy, Example-Based Guide to Ajax for Every Web Developer Using Ajax, you can build Web applications with the sophistication and usability of traditional desktop applications and you can do it using standards and open source software. Now, for the first time, there's an easy, example-driven guide to Ajax for every Web and open source developer, regardless of experience. Edmond Woychowsky begins with simple techniques involving only HTML and basic JavaScript. Then, one step at a time, he introduces techniques for building increasingly rich applications. Don't worry if you're not an expert on Ajax's underlying technologies; Woychowsky offers refreshers on them, from JavaScript to the XMLHttpRequest object. You'll also find multiple open source technologies and open standards throughout, ranging from Firefox to Ruby and MySQL. You'll not only learn how to write "functional" code, but also master design patterns for writing rocksolid, high-performance Ajax...
Постоянная ссылка → AJAX: Creating Web Pages with Asynchronous JavaScript and XML: Creating Web Pages with Asynchronous JavaScript and XML
Купить
4418 рубAmazon Cloud Computing With Java
Aditya Yadav Amazon Cloud Computing With Java provides A comprehensive look at the emerging Amazon Web Services Platform and a peep into the emerging paradigm of cloud computing from the perspective of the leading Cloud vendors offerings. It will enable you to plan migration efforts from enterprise softwares to ones operating from the cloud. The book is technical in nature and walks the reader through development of tools and programs which work with AWS. The book is accompanied by the complete source code to the excercises covered in the book, which can be downloaded from the authors website. 'A no fluff just stuff' approach to utilizing AWS. Amazon Cloud Computing With Java covers - EC2- CloudWatch- Elastic LoadBalancing- AutoScaling- S3- Virtual Private Cloud- SimpleDB- RDS- CloudFront- SQS- Elastic MapReduce- Agile Continous Integration with AWS- Using Eclipse For AWS Development
Постоянная ссылка → Amazon Cloud Computing With Java
Купить
4165 рубAn Introduction to Network Programming with Java
Jan Graba
Постоянная ссылка → An Introduction to Network Programming with Java
