"Java 1.4 game programming"

xiaoxiao2021-03-06  46

This article is only introduced first, and the plan will be developed to determine the scope and learning topology that will be involved! First come a few sites introduced in the book, some often go, there is a history that hasn't been there yet! http://java.sun.com http://www.javagaming.org http://www.javaworld.com http://www.mysql.com

The first is the basic part of Java, and people who have seen have not had to watch, but this is what I will use in general applications, so listed it, prompt yourself: The folowing Table Shows The Standard Bitwise Operators in Java and A Description of Them.operator Description & Bit Bit and | Byte Bit or ^ Bysection or ~ Byte Bit

Bit Shifting Allows You to Shift The Bits of An Integer Value To The Left Or Right. The Following IS A Table of Bit Shifting Operators and a Table of What THEY DO. This is the shift operation in this and our previous computer infrastructure Is a truth, Operator Description << Top left shift, right, 0 >> to right, put the leftmost bit is the one-to-left bit to the leftmost bit >>> to right, the left side is 0 : Byte number = 2; // binary 00000010 So Number = Number << 3; then 00010000 So the basic part, still check the missing, no basic suggestions or first optimistic better. Subject from Chapter 3 to Chapter VII is foundation, such as arrays, and strings, classes, packages, packages, needing jars, error handling, stream I / O, Threads. Chapter VIII is now talking about Application and Applets, it is also a foundation. The ninth chapter of the lecture is a graphics, which is AWT / swing, but here only talks about AWT, and then tell Swing. Introduction to operation, sound and music, game programming technology, GUI introduction, introduction of the database, using mysql with SQL, using JDBC, network introduction, NIO network introduction is the general structure of the entire book, the last appendix is ​​about swing The basic part of the practice of the practice is not seen, but some of the events of AWT and Swing have been used very little, then it is mainly to learn these aspects! Hey, everyone is cheering.

转载请注明原文地址:https://www.9cbs.com/read-63948.html

New Post(0)