intTypePromotion=1
zunia.vn Tuyển sinh 2024 dành cho Gen-Z zunia.vn zunia.vn
ADSENSE

Java programming

Xem 1-20 trên 1641 kết quả Java programming
  • Ebook Programming languages and techniques: Part 2 includes contents: Transition to Java, overriding and equality, generics, collections, and iteration, encapsulation and queues, swing - interaction and paint demo, exceptions,...and other contents.

    pdf203p longtimenosee03 30-01-2024 4 3   Download

  • Part 1 book "Computer graphics programming in OpenGL with Java" includes content: Getting started, the OpenGL graphics pipeline, mathematical foundations, managing 3D graphics data, texture mapping, 3D models, lighting, shadows, sky and backgrounds.

    pdf263p muasambanhan05 16-01-2024 4 4   Download

  • Part 2 book "Computer graphics programming in OpenGL with Java" includes content: Parametric surfaces, tessellation, geometry shaders, other techniques, simulating water, ray tracing and compute shaders, stereoscopy for 3D glasses and VR headsets.

    pdf274p muasambanhan05 16-01-2024 5 3   Download

  • Ebook WAP, Bluetooth, and 3G programming: Cracking the code – Part 1 includes contents: Chapter 1 WAP, Bluetooth, and 3G: A brief introduction; chapter 2 WML and WML script programming: a case study; chapter 3 WAP using cold fusion: a project; chapter 4 WTA: an advanced interaction technique for mobile phones; chapter 5 integrating java with WAP; chapter 6 push technology in WAP; chapter 7 bluetooth: a basic introduction; chapter 8 using WAP with bluetooth; chapter 9 bluetooth programming.

    pdf341p haojiubujain010 14-12-2023 5 2   Download

  • "Beginning android application development" is targeted for the beginning Android developer who wants to start developing applications using Google’s Android SDK. To truly benefit from this book, you should have some background in programming and at least be familiar with object-oriented programming concepts. If you are totally new to Java — the language used for Android development — you might want to take a programming course in Java programming first, or grab one of many good books on Java programming.

    pdf450p haojiubujain08 01-11-2023 6 4   Download

  • Part 1 of ebook "Pro JavaFX 9: A definitive guide to building desktop, mobile, and embedded Java clients" provides readers with contents including: Chapter 1 - Getting a jump-start in JavaFX; Chapter 2 - Creating a user interface in JavaFX; Chapter 3 - Properties and bindings;...

    pdf138p dangsovu 20-10-2023 7 5   Download

  • Ebook "Java programming for kids, parents and grandparents" will be useful for the following groups of people: kids from 11 to 18 years old; school computer teachers; parents who want to teach their kids programming; complete beginners in programming (your age does not matter);...

    pdf211p dangsovu 20-10-2023 8 6   Download

  • Part 1 of ebook "Think Java: How to think like a computer scientist" provides readers with contents including: computer programming; variables and operators; input and output; methods and testing; conditionals and logic; loops and strings; arrays and references; recursive methods; immutable objects;...

    pdf188p tieulangtran 28-09-2023 8 3   Download

  • Part 1 of ebook "Neural network programming with Java: Unleash the power of neural networks by implementing professional Java code" provides readers with contents including: getting started with neural networks; how neural networks learn; handling perceptrons; self-organizing maps;...

    pdf119p tieulangtran 28-09-2023 7 4   Download

  • Continued part 1, part 2 of ebook "Neural network programming with Java: Unleash the power of neural networks by implementing professional Java code" provides readers with contents including: forecasting weather; classifying disease diagnosis; clustering customer profiles; pattern recognition (OCR Case); neural network optimization and adaptation; setting up the netbeans environment; setting up the eclipse environment;...

    pdf125p tieulangtran 28-09-2023 5 4   Download

  • This book "Beginning Java 8 APIs, extensions and libraries: Swing, JavaFX, JavaScript, JDBC and Network Programming APIs" covers the key extensions of the Java programming language such as Swing, JavaFX, network programming, and JDBC. Each topic starts with a discussion of the topic's background. A step-by-step process, with small snippets of Java code, provides easy-to-follow instructions. At the end of a topic, a complete and ready-to-run Java program is provided.

    pdf796p tichhythan 17-08-2023 11 9   Download

  • Ebook "Core Java: Volume II – Advanced features (9th edition)" fully updated for Java SE 7. The first volume covers the essential features of the language; this volume deals with the advanced topics that a programmer needs to know for professional software development. Thus, as with the first volume and the previous editions of this book, we are still targeting programmers who want to put Java technology to work on real projects.

    pdf1401p tichhythan 17-08-2023 11 7   Download

  • Ebook "Digital design and computer architecture" is suitable for a rapid-paced, single-semester introduction to digital design and computer architecture or for a two-quarter or two-semester sequence giving more time to digest the material and experiment in the lab. The only prerequisite is basic familiarity with a high-level programming language such as C, C++, or Java.

    pdf561p tichhythan 17-08-2023 6 4   Download

  • Ebook "Introduction to Java programming: Comprehensive vesion (Tenth edition)" to provide a better teaching and learning experience, for both instructors and students, this program offers fundamentals-first approach, problem-driven motivation, a superior pedagogical design that fosters student interest, the most extensive instructor and student support package available.

    pdf1345p tichhythan 17-08-2023 9 7   Download

  • Ebook "Murach's beginning java with eclipse" is to ease the steep learning curve and it uses the Eclipse IDE to make you productive as quickly as possible. In fact, you'll grow from beginner to entry-level professional!

    pdf667p tichhythan 17-08-2023 9 7   Download

  • Ebook Teach yourself java in 21 days: Part 1 includes contents: Lesson 1: An introduction to java programming; Lesson 2: Object-oriented programming and java; Lesson 3: Java basics; Lesson 4: Working with objects; Lesson 5: Arrays, conditionals, and loops; Lesson 6: Creating classes and applications in java; Lesson 7: More about methods; Lesson 8: Java applet basics; Lesson 9: Graphics, fonts, and color; Lesson 10: Simple animation and threads; Lesson 11: More animation, images, and sound; Lesson 12: Managing simple events and interactivity; Lesson 13: The java abstract windowing toolkit; L...

    pdf316p haojiubujain03 04-08-2023 7 6   Download

  • Ebook Teach yourself jbuilder 2 in 21 days: Part 2 includes contents: Day 15 building database applications; day 16 multithreading; day 17 persistence; day 18 building javabeans; day 19 deploying java programs; day 20 java network communications; day 21 inside java.

    pdf256p haojiubujain03 04-08-2023 4 4   Download

  • Lecture An introduction to computer science using java - Chapter 9: Chapter 9 - Nested loops and two-dimensional arrays. In this chapter we will: show how nested loops are useful, introduce two-dimensional arrays, describe the use of two-dimensional arrays to represent grids of information, show how computer graphics are generated using pixels.

    ppt17p haojiubujain04 27-07-2023 5 4   Download

  • Lecture An introduction to computer science using java - Chapter 2: Classes and methods I. In this chapter we will: describe structure of Java programs, present techniques for creating and using class instances, introduce two classes for doing output: OutputBox for text output, DrawingBox for graphical output.

    ppt22p haojiubujain04 27-07-2023 7 4   Download

  • Chapter 3 - Fundamental data types of Java. In this chapter we will: Discuss four important data types: integers, real numbers, strings, characters; describe the process of developing and debugging a Java program.

    ppt25p haojiubujain04 27-07-2023 4 4   Download

CHỦ ĐỀ BẠN MUỐN TÌM

ADSENSE

nocache searchPhinxDoc

 

Đồng bộ tài khoản
2=>2