您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 中文分词开源项目 JAVA中文分词

  2. import WordSegment.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.*; import java.io.File; import java.util.Vector; import javax.swing.*; /** * */ /** * @author Truman * */ public class WordSegDemoFrame ex
  3. 所属分类:Java

    • 发布日期:2009-08-15
    • 文件大小:391168
    • 提供者:caolijunmingyan
  1. 蚂蚁算法在车辆路径问题中的应用研究

  2. This paper further extends the idea of ant algorithm to Vehicle Routing Problem in logistic manage2 ment . The ability of optimization for the algorithm is tested through numerical computation which gives encouraging results.
  3. 所属分类:其它

    • 发布日期:2009-08-19
    • 文件大小:1048576
    • 提供者:liyueguang1973
  1. Java学习笔记---15.面向对象编程10-Java中final关键字,抽象类与接口

  2. 好啊好啊 抽象类与接口是Java中最重要部分之一,这里用较大的篇幅来做下这部分的笔记. 1. final关键字 在Java中, 可以使用final关键字修饰类、方法以及成员变量。 (1).final标记的类不能被继承; (2).final标记的方法不能被子类复写; (3).final标记的变量即成为常量,只能被赋值一次. 注意: 如果使用final来声明常量,请遵守以下常规: final标记的变量名,所有单词字母都需大写. --------- -------------------------
  3. 所属分类:C

    • 发布日期:2009-08-20
    • 文件大小:41984
    • 提供者:dzg775889956
  1. java编写的浏览器小程序

  2. 实现了浏览器的几个基本功能 public class WebBrower extends JFrame implements HyperlinkListener,ActionListener{}
  3. 所属分类:Web开发

    • 发布日期:2009-08-21
    • 文件大小:9216
    • 提供者:hxianli
  1. SimpleMapServer releaserelease 0.713

  2. 1) On which OS does this map server run? - The map server is java based. It should run on any platform supporting java 1.4.x or 1.5.x, It was tested on SunOs/Linux/Windows XP. 2) How to use the map server? - They are two ways of using it: a) the mos
  3. 所属分类:Java

    • 发布日期:2009-08-21
    • 文件大小:1048576
    • 提供者:sam2010
  1. Struts2入门.pdf

  2. Struts2 一、Struts2配置文件 Struts2相关的配置文件有web.xml,struts.xml,struts.properties, struts-default.xml,velocity.properties,struts-default.vm。其中web.xml,struts.xml是必须的,其它的配置文件可选择。它们在web应用中的功能如下: web.xml:包含所有必须的框架组件的web部署描述符。 Struts.xml:配置包含result/view类型、action
  3. 所属分类:Java

    • 发布日期:2009-08-21
    • 文件大小:2097152
    • 提供者:wqq_lw
  1. Java语言编写的汉诺塔程序,形象直观

  2. Java语言编写的汉诺塔程序,形象直观; import javax.swing.*; import java.awt.*; import java.awt.event.*; public class Tower extends Frame implements ActionListener,Runnable { HannoiTower tower=null; Button renew,auto=null; char towerName[]={'A','B','C'}; int 盘子数目,盘宽,
  3. 所属分类:Java

    • 发布日期:2009-08-23
    • 文件大小:10240
    • 提供者:sergeleng
  1. polyline Drawing

  2. poly line Drawing /** * This is based on page 66 of Hill 2nd edition. It shows how we can get mouse and * keyboard input. */ import java.awt.*; import java.util.*; import java.awt.event.*; import javax.media.opengl.*; import javax.media.opengl.glu.*
  3. 所属分类:Java

    • 发布日期:2009-08-25
    • 文件大小:4096
    • 提供者:lincolnls
  1. SWING高级设计,RCP技术讲解,SWT/JFACE RCP入门资料

  2. Swing组件简介 1. 模型-视图-控制器设计模式 Swing组件都有三个要素:  内容,例如,按钮的状态(是否按下)或者文本框中的文本。  外观显示(颜色,尺寸)。  行为(对事件的反应)。 也就是MVC模式:实现此模式的三个独立的类:  模型-------存储内容  视图-------显示内容  控制器----处理用户输入 这个模式明确规定了三个对象如何进行交互。模型存储内容,它没有任何用户界面。对于一个按钮来说,内容非常简单—它只是一组标志,用来说明按钮是否按下,是否启用等
  3. 所属分类:Java

    • 发布日期:2009-08-26
    • 文件大小:4194304
    • 提供者:tbslj
  1. JAVA计算器简单易懂版

  2. JSQ extends JFrame implements ActionListener可以进行简单的算法!!!!! 容易理解
  3. 所属分类:其它

    • 发布日期:2009-09-02
    • 文件大小:11264
    • 提供者:liu236573358
  1. Flex htmlComponent组件

  2. 一个在Flex中显示HTML网页的控件,当然不仅仅只这个,官方网站: http://drumbeatinsight.com/htmlcomponent  控件供述: - Extends the Adobe’s™ UIComponent class (no need to relearn a new system) - Display and embed URLs in your application* - Display HTML pages in your application* - D
  3. 所属分类:Web开发

    • 发布日期:2009-09-05
    • 文件大小:984064
    • 提供者:iloveytu
  1. 简单易用的自定义标签分页显示

  2. 简单,简易使用 package auvtech; import java.io.IOException; import javax.servlet.jsp.JspException; import javax.servlet.jsp.JspWriter; import javax.servlet.jsp.tagext.TagSupport; public class PageTag extends TagSupport { private String name="page" ; privat
  3. 所属分类:Java

    • 发布日期:2009-09-10
    • 文件大小:3145728
    • 提供者:lostlong
  1. 传智播客--网上支付源码

  2. 用于类似于网络银行的支付的源代码 public class PaymentRequest extends HttpServlet { public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { this.doPost(request, response); } public void doPost(HttpServletReq
  3. 所属分类:Java

    • 发布日期:2009-09-15
    • 文件大小:382976
    • 提供者:jgwzx
  1. 比较简单的添加购物车,不过只有一个小程序

  2. package com.liunuy.action; import java.io.IOException; import java.util.List; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse;
  3. 所属分类:Java

    • 发布日期:2009-09-17
    • 文件大小:1024
    • 提供者:xyw212000
  1. java面试题及答案.doc

  2. 1. 用代码示例一个多态的例子 2. java的基本数据类型包括哪些,String是基本的数据类型吗 ? 3. int 和 Integer 有什么区别 4. String 和StringBuffer的区别 5. Collection 和 Collections的区别。 6. &和&&的区别。 7. Overload和Override的区别,试用java代码举例。 8. error和exception有什么区别? 9. abstract class和interface有什么区别? 10. fin
  3. 所属分类:Java

    • 发布日期:2009-09-17
    • 文件大小:79872
    • 提供者:bygonelover
  1. Android 上应用Googlemap

  2. package com.MangoMap; //import android.app.Activity; import com.google.android.maps.MapActivity; import android.content.Intent; import android.content.pm.PackageManager; import android.content.pm.ResolveInfo; import android.os.Bundle; import android
  3. 所属分类:Android

    • 发布日期:2009-09-28
    • 文件大小:8192
    • 提供者:bigbenly
  1. MAX4080.PDF

  2. The MAX4080/MAX4081 are high-side, current-sense amplifiers with an input voltage range that extends from 4.5V to 76V making them ideal for telecom, automotive, backplane, and other systems where high-voltage current monitoring is critical. The MAX4
  3. 所属分类:C++

    • 发布日期:2009-09-29
    • 文件大小:419840
    • 提供者:s46410864
  1. Visual C++ 编程资源大全(英文源码 其它)

  2. 1,01.zipOutput显示所有的调试信息(5KB)2,02.zipSome general debugging tips一般的调试技巧(11KB)3,03.zipDebugging ISAPI extension调试ISAPI扩展(4KB)4,04.zip<br&g t;LibDump类似DumpBin的工具(10KB)5,05.zipFinding memory leaks发现内存的泄漏(6KB)6,06.zipConvert message ID to a string将消息标
  3. 所属分类:C++

    • 发布日期:2007-10-24
    • 文件大小:10485760
    • 提供者:zhangxucool
  1. The Scientist and Engineer Guide to Digital Signal Processing

  2. The Scientist and Engineer Guide to Digital Signal Processing——Second Edition by Steven W. Smith This book was written for scientists and engineers in a wide variety of fields: physics, bioengineering, geology, oceanography, mechanical and electrica
  3. 所属分类:硬件开发

    • 发布日期:2009-10-01
    • 文件大小:12582912
    • 提供者:thcx
  1. Supervisory Control of Concurrent Systems-A Petri Net Structural Approach

  2. 并发系统的监督控制-Petri网方法 Chapter 1:Introduction Chapter 2: This chapter introduces the Petri nets Chapter 3: This chapter introduces the supervision of Petri nets. Chapter 4: This chapter extends the SBPI to more general specifications and supervision set
  3. 所属分类:其它

    • 发布日期:2009-10-06
    • 文件大小:5242880
    • 提供者:ononpn
« 1 2 3 4 5 67 8 9 10 11 ... 50 »