CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - program-o

搜索资源列表

  1. PngViewer

    0下载:
  2. 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
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4612
    • 提供者:
  1. genrsar.tar

    0下载:
  2. 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
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:10786
    • 提供者:Zhang
  1. E-mailSystem

    0下载:
  2. 一个完整的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
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:5568
    • 提供者:
  1. java_spliter

    0下载:
  2. java写的一个分割文件的小程序,对于学习java的I/O有帮助。-write a separate document small program for learning Java I / O help.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1753
    • 提供者:凌广杰
  1. Thinking_in_Java_3rd_edition

    0下载:
  2. 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
  3. 所属分类:Java Develop

    • 发布日期:2017-05-06
    • 文件大小:1249167
    • 提供者:weat
  1. Codejia.com_661c22bcd8a66c20f06f9faaddb10144

    0下载:
  2. 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
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-09
    • 文件大小:4976192
    • 提供者:对心锁爱
  1. caro

    0下载:
  2. 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,
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:1591
    • 提供者:long
  1. Sanziqi

    0下载:
  2. (3) 三子棋。编写程序,实现简单的三子棋游戏。在三子棋中,双方在3*3的棋盘中轮流下棋,一方用*表示,另一方用O表示。如果一方的3个棋子占据了同一行,同一列或者对角线,则该方获胜。如果棋盘已被棋子占满,但没有一方获胜则出现平局。在程序中,一方为用户,用户在界面上输入每次下棋的位置;另一方下棋的位置为随机自动生成。-(3) The third son of chess. Programming, the third son of simple chess game. In three sub-c
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:5202
    • 提供者:bujingyun
  1. sanziqi

    0下载:
  2. 编写程序,实现简单的三子棋游戏。在三子棋中,双方在3*3的棋盘中轮流下棋,一方用*表示,另一方用O表示。如果一方的3个棋子占据了同一行,同一列或者对角线,则该方获胜。如果棋盘已被棋子占满,但没有一方获胜则出现平局。在程序中,一方为用户,用户在界面上输入每次下棋的位置;另一方下棋的位置为随机自动生成。-Programming, the third son of simple chess game. In three sub-chess, the two sides in the 3* 3 ches
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:1170
    • 提供者:kkun
  1. Thinking-in-Java-4th

    0下载:
  2. 本书赢得了全球程序员的广泛赞誉,即使是最晦涩的概念,在Bruce Eckel的文字亲和力和小而直接的编程示例面前也会化解于无形。从Java的基础语法到最高级特性(深入的面向对象概念、多线程、自动项目构建、单元测试和调试等),本书都能逐步指导你轻松掌握。 从本书获得的各项大奖以及来自世界各地的读者评论中,不难看出这是一本经典之作。本书的作者拥有多年教学经验,对C、C++以及Java语言都有独到、深入的见解,以通俗易懂及小而直接的示例解释了一个个晦涩抽象的概念-The legendary aut
  3. 所属分类:Applet

    • 发布日期:2017-05-17
    • 文件大小:5095016
    • 提供者:白璐
  1. Java-programming-art-

    0下载:
  2. Java编程艺术共分5个部分。第1部分为新手上路篇,介绍Java编程基础和环境。第2部分为深入篇,将带领你走进Java面向对象编程大门。第4部分为GUI和多媒体,按钮、菜单、文本选项等20多种GUI组件,以及颜色、字体、图像和声音编程,使你进入一个五彩缤纷、绘声绘色的Java编程艺术世界。第5部分为数据流和处理,指导你掌握Java文件I/O、数据库编程以及网络编程。从教学和自学两方面的需求出发,利用近500个完整的程序例子,从实用角度由浅入深,循序渐进地讨论和介绍了Java面向对象编程语言中的概
  3. 所属分类:Java Develop

    • 发布日期:2017-06-10
    • 文件大小:18204050
    • 提供者:
  1. thinking-in-java

    0下载:
  2. 本书赢得了全球程序员的广泛赞誉,即使是最晦涩的概念,在Bruce Eckel的文字亲和力和小而直接的编程示例面前也会化解于无形。从Java的基础语法到最高级特性(深入的面向对象概念、多线程、自动项目构建、单元测试和调试等),本书都能逐步指导你轻松掌握。 从本书获得的各项大奖以及来自世界各地的读者评论中,不难看出这是一本经典之作。本书的作者拥有多年教学经验,对C、C++以及Java语言都有独到、深入的见解,以通俗易懂及小而直接的示例解释了一个个晦涩抽象的概念-The legendary aut
  3. 所属分类:Java Develop

    • 发布日期:2017-05-25
    • 文件大小:8738572
    • 提供者:张琦
  1. exam

    0下载:
  2. java综合性实验,学生分析系统,实现的功能: (1)基本数据输入:程序提供界面能够见谅并输入班级,学生和课程的信息。 (2) 考试成绩输入:程序提供界面,指定班级,课程后,输入该班级所有学生的该课程的考试成绩。 (3) 成绩查询:输入学号和课程后,能够显示该学生的考试成绩。 (4) 成绩分析:指定班级和课程后,对该班的该课程进行以下3个方面的分析: O 分数分析:最高分,最低分,平均分 O 分数段分析:分别统计0—59,60—69,70—79,80—89,90—10
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:73707
    • 提供者:何锦成
  1. 454545656

    0下载:
  2. 操作系统课程设计带界面的用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
  3. 所属分类:Java Develop

    • 发布日期:
    • 文件大小:30147
    • 提供者:代天泽
  1. Count

    0下载:
  2. 编写一个程序,分别统计并输出文本文件中元音字母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.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-08
    • 文件大小:3175
    • 提供者:陈雨婷
  1. Code33

    0下载:
  2. 本程序关于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
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:4096
    • 提供者:吴文章
  1. readWav

    0下载:
  2. 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:
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:784
    • 提供者:solo
  1. FileUpload

    0下载:
  2. 在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
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-06
    • 文件大小:1062257
    • 提供者:丽丽
搜珍网 www.dssz.com