CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - java f

搜索资源列表

  1. Multiplayer

    0下载:
  2. 一个坦克大战游戏的JAVA编程,实现了坦克大战的游戏过程。1P: o, p键转动炮塔, k,l键调节炮弹发射角度(以此来控制射程), j键开火, 键盘上下左右键控制方向。 2P: e, r键转动炮塔, f,g键调节炮弹发射角度, c键开火, w,s,a,d键控制方向-an impressive game JAVA programming, sees the realization of the game. 1P : o, p rotating turret keys, k, l keys
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:20637
    • 提供者:dgsag
  1. lemonsms-src-win-beta-1-0-0

    0下载:
  2. LemonSMS is a component developed in Java that provides a turnkey solution for application developers to incorporate into their Java applications the functionality of sending and processing of incoming SMS messages. LemonSMS acts as a middleware
  3. 所属分类:手机短信编程

    • 发布日期:2008-10-13
    • 文件大小:137465
    • 提供者:戴奕
  1. article-regex-primer

    0下载:
  2. Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. Java Regex follows the same basic principles used in other languages, just withdi erent access methods, and some subtledi erences with the patterns.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:47514
    • 提供者:qlw
  1. jfreech

    0下载:
  2. JFreeChart is a free (LGPL) chart library for the Java(tm) platform. It s-JfreeChart is a free (LGPL) chart library f or the Java (tm) platform. It's
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:6853904
    • 提供者:Justin Wu
  1. Swedit102

    0下载:
  2. Text editor implemented in Java using SWT for UI. It is intended to be a minimalist programmer s editor. It requires a Java Runtime and SWT, but should be OS independent. -Text editor implemented in Java using SWT f or UI. It is intended to be a m
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:33657
    • 提供者:孙诚
  1. ui2swt-src-1.0.1

    0下载:
  2. A translator that converts Qt Designer UI files into SWT java classes. Use the power of Qt Designer to generate your user interface and then automatically generate SWT java source code. -A translator that converts Qt Designer UI f Iles into SWT java
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:230361
    • 提供者:孙诚
  1. funcPlotter-2_0-src

    0下载:
  2. FuncPlotter is a combined Java application and applet for displaying two-dimensional plots of explicit functions in one variable (ie, FuncPlotter plots functions of the form y = f(x), where f(x) is composed from common mathematical operators).
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:234109
    • 提供者:陈东
  1. 21

    1下载:
  2. 1、在Eclipse中导入工程,可以通过Eclipse中的菜单File→Import→Existing Projects intoWorkspace中选择Project; 2、在MySQL中创建数据库,使用MySQL Control Center执行database目录下的dbscr ipt.sql数据库脚本文件创建数据库SQL语句创建数据库和表及数据; 3、设置数据库连接配置,修改doc目录下的exam.xml文件,将其中的数据库用户名和密码设置为实际的用户名和密码; 4、将doc
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2761278
    • 提供者:张磊
  1. 图书管理系统

    0下载:
  2. import java.awt.*; import javax.swing.*; import java.awt.event.*; public class BookManageMain{ public void main(String[] args){ Frame f = new Frame("图书管理系统");//super("图书管理系统"); MenuBar Menub = new MenuBar(
  3. 所属分类:程序开发库

    • 发布日期:2009-11-19
    • 文件大小:560040
    • 提供者:pangshu1221
  1. JavaPXML-RSS

    0下载:
  2. 一、使用说明 程序入口命令 cd F:\java\2003012142 set classpath=classes javac -d classes src/RssParser.java java RssParser 操作 互动部分在左侧的树 左键选择---状态栏显示RSS的URL 右键弹出---该对象的方法 二、功能 简单快速查看网上的RSS资源,支持RSS2.0版本。 可以添加、删除RSS,可
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:198180
    • 提供者:jeffreylzq
  1. FP-growth-algorithm-implementation

    1下载:
  2. FP增长算法的实现与测试(Java实现) 1、程序编译运行环境Eclipse3.20+JDK1.60 2、程序参数说明 -F=filename -S=support -C=confidence filename:数据集文件名,必须位于工程根目录下 support:支持度,位于0-100.0之间的任意数 confidence:置信度,位于0-100.0之间的任意数 例如:-F=anonymous-msweb.data -S=10.0 -C
  3. 所属分类:Java Develop

    • 发布日期:2017-03-21
    • 文件大小:540367
    • 提供者:frank
  1. chushengren

    0下载:
  2. java中大部分对图形、文本、图像的操作方法都定义在Graphics类中,所以此次实验使用的方法如Color(int r, int g,int b), setColor(Color c),drawline(int x1,int y1,int x2,int y2)等都来自Graphics类中,此外对文本和字体的处理还用到了Font类中的 new Font(“字体名”,字体风格,字体大小),setFont(Font f)等方法;-Most of java on the graphics, text,
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:31988
    • 提供者:若儿
  1. genetic_algorithm

    0下载:
  2. 基于求函数f(x,y,z)=xyz*sin(xyz)最大值问题的演示程序 解压后在命令行输入:java -jar genetic_algorithm.jar-Based on the demand function f (x, y, z) = xyz* sin (xyz) Maximum problem after decompression of the demo program at the command line, type: java-jar genetic_algorithm.j
  3. 所属分类:Java Develop

    • 发布日期:2017-05-23
    • 文件大小:7461343
    • 提供者:wrgdggfgfg
  1. GeneratePossionDistribution_codes

    0下载:
  2. Generate Possion Dis. step1:Generate a random number between [0,1] step2:Let u=F(x)=1-[(1/e)x] step3:Slove x=1/F(u) step4:Repeat Step1~Step3 by using different u,you can get x1,x2,x3,...,xn step5:If the first packet was generated at time [
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:156151
    • 提供者:黃文岩
  1. phalanx

    0下载:
  2. 编写一个矩阵的写法 很好的 一个程序设计 是我刚开始学习Java时写的第一个程序-it is a good haha haha I am a student ggg ggg f fg is is is is is isi is iboy
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:628
    • 提供者:hah
  1. Lucene.Net.Analysis.Cn

    0下载:
  2. Lucene是什么? Lucene是Apache组织的一个用JAVA实现全文搜索引擎的开源项目。后来有人将Lucene移植到。Net语言。 Lucene是一个信息检索的函数库(Library),利用它你可以为你的应用加上索引和搜索的功能。 Lucene的使用者不需要深入了解有关全文检索的知识,仅仅学会使用库中的一个类,你就为你的应用实现全文检索的功能。 不过千万别以为Lucene是一个象google那样的搜索引擎,Lucene甚至不是一个应用程序,它仅仅
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-23
    • 文件大小:94895
    • 提供者:liutonglai
  1. text_editor

    0下载:
  2. F:\text_editor.java,简单的editor-text_editor.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:8445
    • 提供者:zhangjian
  1. substance-all

    0下载:
  2. 很不错的java L&F,学习学习很有帮助-Very good java L & F, learn helpful
  3. 所属分类:Java Develop

    • 发布日期:2017-05-30
    • 文件大小:12785580
    • 提供者:同天
  1. code

    0下载:
  2. OGI样例文件,讲述如何实现OGI方式.这种方式是eclipse的核心功能之一-OGI sample code,descr ipt OGI model in JAVA,afss afsd f affds dsaf fas affdsa afa afds assd fsa saf fsaaf afs fa fdsa aff fs fs fsa saf saf saf
  3. 所属分类:Ajax

    • 发布日期:2017-03-27
    • 文件大小:986690
    • 提供者:破风客
  1. flickrapi-1.2

    0下载:
  2. java的flickr API的实现,可以自动的根据标签或者关键字进行图片下载-This is a Java API which wraps the REST-based Flickr API (information available at http://www.flickr.com/services/api/). This API has been tested with JDK 1.4 and JDK 1.5. The default distribution is b
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:759702
    • 提供者:lipiji
« 1 2 34 5 »
搜珍网 www.dssz.com