-
classshapemain.zip// : c03 : AutoInc.java// Demonstrates the and
classshapemain.zip
//: c03:AutoInc.java
// Demonstrates the ++ and -- operators.
// From Thinking in Java, 3rd ed. (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
public class AutoInc {
public static void main(String[] args) {
int i = 1
System.out.println("i : " + i)
System.out.println("++i : " + ++i) // Pre-increment
System.out.println("i++ : " + i++) // Post-increment-classshapemain.zip// : c03 : AutoInc.java// Demonstrates the and-- operat ors.// From Thinking in Java, 3rd ed. (c) Bruce Eckel 2002// www.BruceEckel. com. See copyright notice in CopyRight.txt. pu blic class AutoInc (public static void main (St. ring args []) (int i = 1 System.out.println ( "i : "i) System.out.println (" i : "i)// Pre-increment System.out.println (" i : "i)// Post-increment
- 2022-06-15 15:44:31下载
- 积分:1
-
java学习笔记JDK6课件(PPT)和教科书上的例子代码
java学习笔记JDK6课件(PPT)和课本example代码-java study notes JDK6 Courseware (PPT) and the textbook example code
- 2022-05-17 16:58:45下载
- 积分:1
-
JAVA程序设计的一些素材,提供给那些需要帮助的同志,欢迎转载...
JAVA程序设计的一些素材,提供给那些需要帮助的同志,欢迎转载-JAVA programming some material, provided to those who need help comrades, welcome to reprint
- 2023-02-08 09:40:04下载
- 积分:1
-
简单的实现复数的运算
简单的实现复数的运算-simple realization of complex arithmetic
- 2023-08-12 20:40:04下载
- 积分:1
-
深入java虚拟机(第二版)光盘所有源码,书非常经典,Bill Vennere著...
深入java虚拟机(第二版)光盘所有源码,书非常经典,Bill Vennere著-Java virtual machine-depth (second edition) CD-ROM of all source code, is a classic book, Bill Vennere the
- 2023-03-15 12:05:04下载
- 积分:1
-
基于JAVA开发的遗传算法程序。功能很强大,
基于JAVA开发的遗传算法程序。功能很强大,-JAVA-based program developed by genetic algorithm. Function is very powerful,
- 2022-09-04 02:05:03下载
- 积分:1
-
一个简单的java程序,它可用来查找出你出生日期所在的周数.
一个简单的java程序,它可用来查找出你出生日期所在的周数.-A program that finds the day of the week you were born on. Once again, this was adapted from a homework assignment, but I rewrote the entire thing from scratch >.< but it was a lot of fun.
- 2023-06-26 04:15:03下载
- 积分:1
-
用编写的一个时钟程序
用编写的一个时钟程序-prepared by using a clock procedures
- 2022-06-22 00:31:59下载
- 积分:1
-
这是一个模仿小蜜蜂游戏的J2ME手机版源代码,内含的导出包可以直接导入手机运行。可以研究一下哦!...
这是一个模仿小蜜蜂游戏的J2ME手机版源代码,内含的导出包可以直接导入手机运行。可以研究一下哦!-This is an imitation of a small bee J2ME mobile phone game version of the source code that contains the exported packages can be run directly into the phone. You can look oh!
- 2022-07-17 11:01:21下载
- 积分:1
-
shejimoshi是各种java书籍简介,对于程序员来说是一个严重的问题。
shejimoshi是一本简单介绍各种java书籍,对于编程人员来说是一本非常不错的书籍。-shejimoshi is a brief introduction of various java books, For programmers is a very good book.
- 2022-01-26 02:57:18下载
- 积分:1