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

搜索资源列表

  1. DrawShapes

    0下载:
  2. Java简单画图实例_画一个诺基亚手机,基于APPLET的小程序,可嵌套在网页中运行。-Simple examples _ Java drawing painting a Nokia mobile phone, based on the APPLET a small program to run in Web pages can be nested.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:49373
    • 提供者:199
  1. filetree

    0下载:
  2. 用java写的一个小程序,可以列出当前目录下的所有文件的名字(包括子目录下的文件名)-Using java to write a small program that can list all the files under the current directory name (including the subdirectory under the file name)
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:535
    • 提供者:蒋文俊
  1. JavaStudentSystem

    0下载:
  2. 用Java开发的学生信息管理系统,含EXE执行文件+源码包,以及MSSQL2000数据库文件,运行或调试程序时需要先把数据库附加好。   这款基于Java的学生信息系统可以完成学籍管理、班级管理、课程管理、成绩管理、用户登录等,另外它还具有比较修改一点功能,就是它可以适时更换系统背景,打开/关闭音乐等功能。如果要学习的话,不失为一套综合实例的参考资料。 -Java Development with the student information management system,
  3. 所属分类:JSP源码/Java

    • 发布日期:2013-12-10
    • 文件大小:4679461
    • 提供者:李云峰
  1. Alerter

    0下载:
  2. 一个Java闹钟提醒小程序源代码,可以设置提醒周期、自定义提醒信息、在系统托盘显示图标,主要都是Java基础类的知识,用到了AWT类库。-An alarm clock to remind the Java applet source code, you can set to remind the cycle, custom reminder message displayed in the system tray icon, mainly Java-based classes of knowle
  3. 所属分类:JavaScript

    • 发布日期:2017-04-01
    • 文件大小:6186
    • 提供者:李云峰
  1. bob2

    0下载:
  2. 用java写的智能扫雷程序:在windows扫雷的基础上加入智能推断功能,可以通过菜单game->inference开启此功能。-A "smart Minesweeper" game written in java: on the basic of "windows-Minesweeper" I add the feature of "smart inference" which can be turn on by menu:game->inference.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:70376
    • 提供者:杨超
  1. SRS

    0下载:
  2. 自己编写的大三一门软件课程的毕业作品. 内容是模仿大学选课程序自行编汇的一个基本程序,可以查看/增加/删除/修改课程表.-I have written software, the big three a graduate course work. The content is an imitation of the University of elective procedures for their own compilation of a basic program, you can v
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:9642
    • 提供者:蒋庆松
  1. Graphjava

    0下载:
  2. java图像处理的代码,初学者可以看一看。 1.运行方法: 首先编译好类文件,使用下面的命令: javac *.java 编译好四个文件之后,由于程序中将所有的类声明在一个包(grapro)里面,所以需要建立一个目录,起名为grapro,然后 将所有的class文件都复制到里面。 做好上面的工作之后,用下面的命令来启动程序: javaw –classpath "新建的grapro目录的上级目录" grapro.GraphProg 假如class
  3. 所属分类:Applet

    • 发布日期:2017-03-26
    • 文件大小:5577
    • 提供者:seaharrier
  1. JavaCallintoCpp

    0下载:
  2. 实现Java和C++的交互,使用的技术是称为JNI( Java Native Interface ),C++编写的程序,只要实现JNI生成的接口,则可以让Java程序调用,而Java编写的程序,C++调用,则需要运行Java虚拟机,通过JNI查询调用Java实现的方法。-Java and C++ realization of the interaction, the use of technology is known as the JNI (Java Native Interface), C+
  3. 所属分类:Java Develop

    • 发布日期:2017-05-14
    • 文件大小:3376968
    • 提供者:tao
  1. stack

    0下载:
  2. 该程序实现了栈的建立和初始化。同时可以实现向栈中加入元素和删除元素。-The program enables the establishment and initialization stack. At the same time can be achieved by adding elements to the stack and delete elements.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-10
    • 文件大小:714
    • 提供者:jay
  1. JosephCircle

    0下载:
  2. 许多人围成一个圈报数,报到一个特定的数的人退出,一支循环下去。本程序一applet形式将这个过程展示。其中每个人都可以设定自己离开时的密码,这样更具有普片性。-Many people reported that the number of a circle, to report a specific number of people out, a cycle continues. This program will process the form of an applet display. E
  3. 所属分类:Applet

    • 发布日期:2017-04-09
    • 文件大小:71127
    • 提供者:lryzx
  1. EclipseKey

    0下载:
  2. MyEclipse企业级工作平台(MyEclipse Enterprise Workbench ,简称MyEclipse)是对Eclipse IDE的扩展,利用它我们可以在数据库和J2EE的开发、发布,以及应用程序服务器 -MyEclipse Enterprise Workbench (MyEclipse Enterprise Workbench, referred to as MyEclipse) is an extension of Eclipse IDE, we can use it in
  3. 所属分类:Java Develop

    • 发布日期:2017-03-21
    • 文件大小:98547
    • 提供者:chenggil102
  1. javatugl

    0下载:
  2. Java图书馆管理系统源程序,运行于eclipse工程,采用Oracle数据库,附有建库脚本和程序配置说明,本系统可以完成新书订购管理、借阅管理、基础数据维护、系统帮助等主要功能,可以为JAVA编程者提供参考。-Java library management system source code, running on the eclipse project, using Oracle database, with database setup scr ipts and configuratio
  3. 所属分类:Java Develop

    • 发布日期:2017-05-14
    • 文件大小:3536517
    • 提供者:197
  1. poker

    0下载:
  2. 类似于21点的扑克牌程序可以玩21点,带有花色和牌值-Similar to the 21-point program of poker can be played 21:00, with color and brand values
  3. 所属分类:Applet

    • 发布日期:2017-03-24
    • 文件大小:17732
    • 提供者:萧筱
  1. newChatRoom

    0下载:
  2. Version 1.0 1. 客户端通过下载的Java Applet 小程序和服务器建立套接字连接字后,用户输入聊天的昵称就可以和其他用户聊天; 2. 聊天室界面包括公共聊天信息和私人聊天信息,用户可以用鼠标双击聊天列表中某个聊天者的昵称,和该用户进行私人聊天 3. 当新用户进入聊天室时,所有的用户都可以在聊天列表中看到该用户的昵称;当某用户关闭浏览器或退出聊天室时,聊天列表将该用户的昵称删除,聊天室显示该用户离开的消息。 Version 2.0 1. 增
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:22428
    • 提供者:李杰
  1. datechooser

    0下载:
  2. Java中的一个日期选择程序,方便的在你的程序中加入日期选择的功能,含有一个示例程序,比较漂亮,你也可以自己修改颜色。使用方便,两三行代码就ok了,控制条里的按钮按住半秒后会快速翻动。 -Java in a date selection process to facilitate the program in your choice of features to add the date, contains a sample program, more beautiful, you can al
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:55526
    • 提供者:228
  1. othello

    0下载:
  2. 可以双人对战的Java版五子棋游戏,好像用JAVA写的还不多哦,JAR包可以直接运行,程序最好在Eclipse下打开,根据你的环境配置会有提示。-Double Battle of the Java version can be welcome to play, as if not written using JAVA multi-Oh, JAR packages can run the program in the Eclipse is best to open, depending on yo
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:18379
    • 提供者:228
  1. java_ttplayer_src

    1下载:
  2. Java模仿千千静听音乐播放器源代码,界面超漂亮,程序代码简洁,不过程序比较综合,估计没有基础的JAVA朋友不好看懂,想研究一下的可下载试试。编译时需要在Eclipse下打开,并导入源码包目录下的必要库文件才行。-Java imitate TTPlayer music player source code, interface, ultra-beautiful, concise code, but the program more comprehensive, it is estimated t
  3. 所属分类:Java Develop

    • 发布日期:2015-01-06
    • 文件大小:3447634
    • 提供者:218
  1. java_hyrz

    0下载:
  2. Java手机版的火影忍者游戏源代码,需要相应的手机程序库支持,源代码完整,可以参考一下。-Java mobile phone version of the Naruto game source code, requires a corresponding mobile library support, source code is complete, you can reference.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:260885
    • 提供者:219
  1. TankWar1.9.11

    0下载:
  2. java实现的坦克大战的程序,希望对大家能与帮助,有基本的功能。-java implementation procedures Battle City, in the hope that we can and help with basic functions.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-30
    • 文件大小:503015
    • 提供者:宋明
  1. xiangqi1.0

    0下载:
  2. 使用Javascr ipt实现的象棋程序,可以选择棋谱,残局-The use of Javascr ipt to achieve the chess program, you can choose chess, endgame
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:150141
    • 提供者:王福生
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com