搜索资源列表
PngViewer
- This example is written for version 1.0.3 of MIDP and CLDC The PngViewer program completes download and view a png file from the internet using an http connection.-This example is written for version 1.0.3 o f MIDP and CLDC The program comp
genrsar.tar
- Reducer: Given a dataset and a file containing a reduct, this program outputs a new dataset containing only the attributes appearing in the reduct file. -Reducer : Given a dataset and a file containing a reduct. this program outputs a new dataset
E-mailSystem
- 一个完整的email客户端代码 Example program from Chapter 1 Programming Spiders, Bots and Aggregators in Java Copyright 2001 by Jeff Heaton SendMail is an example of client sockets. This program presents a simple dialog box that prompts the user for information
java_spliter
- java写的一个分割文件的小程序,对于学习java的I/O有帮助。-write a separate document small program for learning Java I / O help.
Thinking_in_Java_3rd_edition
- Thinking in Java, 3rd ed. Revision 4.0 Preface Introduction 1: Introduction to Objects 2: Everything is an Object 3: Controlling Program Flow 4: Initialization & Cleanup 5: Hiding the Implementation 6: Reusing
Codejia.com_661c22bcd8a66c20f06f9faaddb10144
- Struts新闻管理系统学习版: 8 L* ]2 ]& B0 Q- t5 a2 jStruts新闻管理系统学习版说明 " z o r. n7 g1 u9 {. [5 i& x & f k! F y/ ]+ T1.本程序为学习struts的朋友提供一个例子。" I) w8 R9 z w( c3 ? : ?7 y1 K) J& R! {3 a( T8 c1 a2.本程序部分实现AJAX功能,采用DWR框架。( h X+ M l, C7 X k( ]: z( f2 v
caro
- This program implement minimax algorithm for caro game for two players, O and X, who take turns marking the spaces in a n*n grid, assuming that O goes first. The player who succeeds in placing five respective marks in a consecutive horizontal,
Sanziqi
- (3) 三子棋。编写程序,实现简单的三子棋游戏。在三子棋中,双方在3*3的棋盘中轮流下棋,一方用*表示,另一方用O表示。如果一方的3个棋子占据了同一行,同一列或者对角线,则该方获胜。如果棋盘已被棋子占满,但没有一方获胜则出现平局。在程序中,一方为用户,用户在界面上输入每次下棋的位置;另一方下棋的位置为随机自动生成。-(3) The third son of chess. Programming, the third son of simple chess game. In three sub-c
sanziqi
- 编写程序,实现简单的三子棋游戏。在三子棋中,双方在3*3的棋盘中轮流下棋,一方用*表示,另一方用O表示。如果一方的3个棋子占据了同一行,同一列或者对角线,则该方获胜。如果棋盘已被棋子占满,但没有一方获胜则出现平局。在程序中,一方为用户,用户在界面上输入每次下棋的位置;另一方下棋的位置为随机自动生成。-Programming, the third son of simple chess game. In three sub-chess, the two sides in the 3* 3 ches
Thinking-in-Java-4th
- 本书赢得了全球程序员的广泛赞誉,即使是最晦涩的概念,在Bruce Eckel的文字亲和力和小而直接的编程示例面前也会化解于无形。从Java的基础语法到最高级特性(深入的面向对象概念、多线程、自动项目构建、单元测试和调试等),本书都能逐步指导你轻松掌握。 从本书获得的各项大奖以及来自世界各地的读者评论中,不难看出这是一本经典之作。本书的作者拥有多年教学经验,对C、C++以及Java语言都有独到、深入的见解,以通俗易懂及小而直接的示例解释了一个个晦涩抽象的概念-The legendary aut
Java-programming-art-
- Java编程艺术共分5个部分。第1部分为新手上路篇,介绍Java编程基础和环境。第2部分为深入篇,将带领你走进Java面向对象编程大门。第4部分为GUI和多媒体,按钮、菜单、文本选项等20多种GUI组件,以及颜色、字体、图像和声音编程,使你进入一个五彩缤纷、绘声绘色的Java编程艺术世界。第5部分为数据流和处理,指导你掌握Java文件I/O、数据库编程以及网络编程。从教学和自学两方面的需求出发,利用近500个完整的程序例子,从实用角度由浅入深,循序渐进地讨论和介绍了Java面向对象编程语言中的概
thinking-in-java
- 本书赢得了全球程序员的广泛赞誉,即使是最晦涩的概念,在Bruce Eckel的文字亲和力和小而直接的编程示例面前也会化解于无形。从Java的基础语法到最高级特性(深入的面向对象概念、多线程、自动项目构建、单元测试和调试等),本书都能逐步指导你轻松掌握。 从本书获得的各项大奖以及来自世界各地的读者评论中,不难看出这是一本经典之作。本书的作者拥有多年教学经验,对C、C++以及Java语言都有独到、深入的见解,以通俗易懂及小而直接的示例解释了一个个晦涩抽象的概念-The legendary aut
exam
- java综合性实验,学生分析系统,实现的功能: (1)基本数据输入:程序提供界面能够见谅并输入班级,学生和课程的信息。 (2) 考试成绩输入:程序提供界面,指定班级,课程后,输入该班级所有学生的该课程的考试成绩。 (3) 成绩查询:输入学号和课程后,能够显示该学生的考试成绩。 (4) 成绩分析:指定班级和课程后,对该班的该课程进行以下3个方面的分析: O 分数分析:最高分,最低分,平均分 O 分数段分析:分别统计0—59,60—69,70—79,80—89,90—10
454545656
- 操作系统课程设计带界面的用java编写的程序也带有操作系统的实验报告的内容-he scheduling simulator illustrates the behavior of scheduling algorithms against a simulated mix of process loads. The user can specify the number of processes, the mean and standard deviation for compute time a
Count
- 编写一个程序,分别统计并输出文本文件中元音字母a、e、i、o、u的个数。-Write a program, respectively, statistics and the number of vowels a, e, i, o, u in the output text file.
Code33
- 本程序关于Java I/O操作,字节流InputStream和OutputStream,字符流Reader和Writer,Java I/O库的设计原则,字符集的编码,RandomAccessFile类,管道流,对象的序列化。-This program on the Java graphical interface programming, AWT, layout managers, event model, JFC, Swing Programming
readWav
- The program shows how to read in a wav file. In this case, the programme is expecting a single channel (mono), 16bit PCM encoded file. The complete source file can be downloaded using the link below. It is compiled and executed as follows:
FileUpload
- 在web网站编辑中,往往要用到网站文件的上传与下载功能,这时可以用Java提供的I/O流的类实现,也可以使用JSP的组件jspSmartUpload(本程序)来实现-I/class web site editor, often use the site to upload and download files, then you can use Java implementations provide O stream, you can use JSP components jspSmartUp