Welcome![Sign In][Sign Up]
Location:
Search - java1.2

Search list

[Other resourcez_Hunter

Description: 手机3d游戏源码,是我自己亲自写的哦。绝对原创!请在java1.2以上环境,使用wtk2.5的模拟器运行.
Platform: | Size: 815665 | Author: shitao | Hits:

[JSP/Javajava1

Description: ### ### ### employee system #################################### 1.增加一个员工信息 2.查找一个员工信息 3.删除一个员工信息 4.统计已记录员工信息数 5.把员工信息全部输出到屏幕 6.关于作者 7.修改一个员工信息: 8.清除所有员工信息 9.退出程序 选择你要做的操作: ------------------------------------------ 如上所示,该程序可以实现如上十种操作。 进入界面后,先选择相应的操作,然后根据提示做进一步操作。 员工的信息储存在当前目录下的“imformation.txt”文档!
Platform: | Size: 3268 | Author: 葛广佐 | Hits:

[Windows Developjava1

Description: 循环程序设计 4.1 实验目的 (1) 掌握三种循环语句的使用,能分析循环的执行过程; (2) 掌握break和continue语句的使用; (3)了解如何利用求余和整除操作获取和删除一个整数的最低位 (4) 掌握累加、累乘的处理方法。 (5) 掌握计数问题的编写技巧,如何控制每行输出元素个数。 4.2 知识要点 循环就是反复执行一段代码,直到满足结束条件。循环语句一般包括初始化、循环体、迭代和判断4部分。 4.2.1 while循环与do while循环的使用差异 while语句的格式:   while (条件表达式) {     循环体 } 特点是“先判断、后执行”,循环体有可能执行0次。 do…while循环的格式:   do {     循环体     } while (条件表达式) 特点是“先执行,后判断”,循环体至少要执行1次。 建议: 在程序设计中尽量不用do while循环,而用while循环。 4.2.2 for循环与while循环的对应关系 for (控制变量赋初值;循环条件;增值) {
Platform: | Size: 61856 | Author: wangli | Hits:

[JSPspring-framework-1.2.7

Description: spring的源代码,没有什么上传,暂传这个,为了下载也没有办法啦,希望原谅。-spring's source code, nothing uploads-the suspense, in order to download not worry, forgive.
Platform: | Size: 18055168 | Author: hhr | Hits:

[Dialog_Windowstayontop

Description: 可以在java1.4和1.3运行的总是在所有程序前面的阳历程序-in Java1.4 and 1.3 is running in the front of all the procedures followed procedures
Platform: | Size: 15360 | Author: 李学兵 | Hits:

[JSP/Javawulines

Description: JAVA 反走样画直线 可在JAVA1.1下使用-JAVA anti-aliasing line drawing can be used in JAVA1.1
Platform: | Size: 15360 | Author: 胡进东 | Hits:

[Other Gamesz_Hunter

Description: 手机3d游戏源码,是我自己亲自写的哦。绝对原创!请在java1.2以上环境,使用wtk2.5的模拟器运行.-3d mobile game source code is written in my own personal Oh. Absolutely original! Please java1.2 over the environment, the use of the simulator is running wtk2.5.
Platform: | Size: 815104 | Author: shitao | Hits:

[JSP/Javajava1

Description: ### ### ### employee system #################################### 1.增加一个员工信息 2.查找一个员工信息 3.删除一个员工信息 4.统计已记录员工信息数 5.把员工信息全部输出到屏幕 6.关于作者 7.修改一个员工信息: 8.清除所有员工信息 9.退出程序 选择你要做的操作: ------------------------------------------ 如上所示,该程序可以实现如上十种操作。 进入界面后,先选择相应的操作,然后根据提示做进一步操作。 员工的信息储存在当前目录下的“imformation.txt”文档!-################## Employee system#################################### 1. 2 for an additional employee information. Look for a staff of information 3. delete a staff information 4. statistics have been recorded the number of employees 5. the employee information all output to the screen 6. 7 About the author . Modifying a staff of information: 8. 9 to remove all employee information. withdraw from the process to choose the operation you have to do :------------------------------------------ As indicated above, the program can be achieved above 10 kinds of operations. Enter the interface, first select the appropriate operation, and then prompted to do further operations. Employee information stored in the current directory under the imformation.txt document!
Platform: | Size: 3072 | Author: 葛广佐 | Hits:

[Windows Developjava1

Description: 循环程序设计 4.1 实验目的 (1) 掌握三种循环语句的使用,能分析循环的执行过程; (2) 掌握break和continue语句的使用; (3)了解如何利用求余和整除操作获取和删除一个整数的最低位 (4) 掌握累加、累乘的处理方法。 (5) 掌握计数问题的编写技巧,如何控制每行输出元素个数。 4.2 知识要点 循环就是反复执行一段代码,直到满足结束条件。循环语句一般包括初始化、循环体、迭代和判断4部分。 4.2.1 while循环与do while循环的使用差异 while语句的格式:   while (条件表达式) {     循环体 } 特点是“先判断、后执行”,循环体有可能执行0次。 do…while循环的格式:   do {     循环体     } while (条件表达式) 特点是“先执行,后判断”,循环体至少要执行1次。 建议: 在程序设计中尽量不用do while循环,而用while循环。 4.2.2 for循环与while循环的对应关系 for (控制变量赋初值;循环条件;增值) { -err
Platform: | Size: 61440 | Author: wangli | Hits:

[Game EngineGearSrc-1.2.0

Description: Gear UI Java Mobile framework -Gear from DigitalApes is a full blown open source framework aimed to provide a consistent infrastructure for Java Mobile developers. It provides a powerful set of tools to rapidly develop truly device independent Java ME applications. Key features: * Scalable and skinnable widget system * Multi-threading structure * Event based thread communication system * LocationAPI independent localization library * Network communication facilities * Powerful string and image handling utilities
Platform: | Size: 160768 | Author: Evan Lee | Hits:

[JSP/Javathinking_in_java

Description: 面向初学者和某种程度的专家; 教授Java语言,而不是与平台有关的理论; 覆盖Java1.2的大多数重要方面:Swing和新集合; 320个有用的Java程序,15000行以上代码; 中文版-For beginners and a certain degree of experts Professor Java language, rather than platform-related theory Java1.2 most important aspect of coverage: Swing and a new set 320 useful Java programs, 15000 line of code above. . .
Platform: | Size: 1826816 | Author: chen | Hits:

[JSP/JavaJava1

Description: Java的运行环境及配置 1.5.1 Java运行环境的安装及配置 1.5.2 JDK的开放环境工具 -Java runtime environment and configuration 1.5.1 Java Runtime Environment 1.5.2 JDK installation and configuration tool for the open environment
Platform: | Size: 537600 | Author: 梁耀戈 | Hits:

[JSP/Javajgraph-3.2-java1.4-src

Description: 提供了JBPM,UML等画图需要的接口。继承接口就可以直接用SWING画出图形。-A component to display and edit graphs (networks) with Java
Platform: | Size: 941056 | Author: ericl | Hits:

[JSP/JavaJAVA1-Java02

Description: java教学视频2 零基础教学 想要学习java的可以-java teaching video 2 zero-based instruction that can see you want to learn java
Platform: | Size: 7158784 | Author: 世纪送 | Hits:

[JSP/Javajava1

Description: 1、编写一个Java应用程序。用户从键盘输入一个1~99999之间的整数,程序将判断这个数是几位数,并判断这个数是否是回文数。回文数是指将该数含有的数字逆序排列后得到的数和原数相同,如12121和3223都是回文数。 2、编写一个Java应用程序,该程序中有一个Rational(有理数)类,具体要求如下: ?Rational类有两个int型的成员变量,名字分别为numerator(分子)和denominator(分母)。 ?提供Rational add(Rational r)方法,即有理数调用该方法与参数指定的有理数做加法运算,并返回一个Rational对象。 ?提供Rational sub(Rational r)方法,即有理数调用该方法与参数指定的有理数做减法运算,并返回一个Rational对象。 ?提供Rational muti(Rational r)方法,即有理数调用该方法与参数指定的有理数做乘法 -1, write a Java application. The user from the keyboard to enter a whole number between 1 ~ 99999, Cheng Order to determine this number is a few numbers, and determine whether this number is a palindrome. Palindrome refers to the Reverse order with the number of figures obtained by the same number and the original number, such as 12121 and 3223 are palindromic Number. 2, write a Java application program that has a Rational (rational) class, specific to Requirements are as follows: ? Rational class has two member variables of type int, the name was numerator (numerator) and denominator (denominator). ? Provides Rational add (Rational r) method, that is rational to call the specified method and parameters Rational to do addition operations, and returns a Rational object. ? Provides Rational sub (Rational r) method, that is rational to call the specified method and parameters Rational to do subtraction, and returns a Rational object. ? Provides Rational muti (Ratio
Platform: | Size: 1024 | Author: 00 | Hits:

[JSP/JavaJAVA1

Description: JAVA编程源代码 1 记忆测试软件 主类Memory 方块 Block 记忆测试板MemoryTestPane 显示成绩 ShowRecord 记录成绩 Record 随机排列图标 RandomSetIcon 测试者 People 2 计算器 主类 ComputerPad 数值按钮NumberButton 运算符号按钮OperationButton 3 HANNOI-塔 主类 Tower Hannoi-塔 HannoiTower 塔点 TowerPoint 盘子 Disk 4 JPEG图象生成器 主类 MakeJPEG.java 5 标准化考试系统 (单机版) 主类EnglishTest 考试区域TestArea 读取试题 ReadTestquestion-JAVA programming software source code, a memory test main class Block Memory box displays the memory test board MemoryTestPane record results Record Results ShowRecord randomly arranged icon RandomSetIcon testers People 2 main class ComputerPad value calculator button NumberButton operational symbol button OperationButton 3 HANNOI-tower main class Tower Hannoi-tower HannoiTower tower point TowerPoint plate Disk 4 JPEG image generator main class MakeJPEG.java 5 Standard Examination System (Single Version) Master Class EnglishTest read test questions ReadTestquestion regional TestArea
Platform: | Size: 27648 | Author: kuraxkillua | Hits:

[JSP/Javajava1

Description: 设计一个类,要求有一些基本属性及两个以上的方法。 (可从日常生活中抽取) 在类中加入2个不同参数的构造方法。 再设计一个类,包含main方法,对上面的类进行应用与 测试。-Design a class requires some basic properties and two or more methods. (Taken from daily life) in the class by adding two different parameters of the constructor. And then design a class that contains main method of application of the above classes and testing.
Platform: | Size: 2048 | Author: David | Hits:

[Documents阿里巴巴Java开发手册v1.2.0.pdf

Description: 阿里JAVA1.2中文开发手册,pdf文档,规范(Alibaba Java development manual)
Platform: | Size: 644096 | Author: coco111 | Hits:

[JSPJAVA_API_1.7中文

Description: java1.7中文api,方便查询,比较好用(Java1.7 API Chinese, convenient query, relatively easy to use)
Platform: | Size: 53809152 | Author: 微笑翻脸 | Hits:

[JSP/JavaSMTP客户机程序

Description: 简单的邮件客户端程序可以收发邮件,直接打开就可以应用(First you need to have a send mail, the general mailbox has SMTP, POP3 services, such as QQ mailbox, mailbox login QQ open SMTP service, open the server will prompt you to set up a separate password, this password is the password to log in with normal mail is different, this is the SMTP landing with the password, so here to write down SMTP independent program will use the password. (the preparations are so simple, just one mailbox that opens the SMTP service); also requires a JAR package (javax.mail.jar); already available in java1.6, if not added to the jar package.)
Platform: | Size: 158720 | Author: 三呜呜 | Hits:
« 12 »

CodeBus www.codebus.net