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

搜索资源列表

  1. java mail源码

    1下载:
  2. 用java实现发送邮件,压缩文件中有个j2ee.jar:已经包含了javamail,JAF包,只是Java mail需要的 1)直接拷贝j2ee.jar,将其添加到jbuilder的library中,或系统ClassPath中。 2)压缩文件中还包含一个配置文件MailServer.properties,需要放到工程文件的class目录 3)这个源代码也是在网友的基础上修改的。如有问题,欢迎交流讨论。 -mail, compressed files are 000 j2e
  3. 所属分类:Email客户端

    • 发布日期:2008-10-13
    • 文件大小:5.86mb
    • 提供者:炸鱼
  1. 164个完整Java代码

    0下载:
  2. 里面有164个java语言开发的程序,且都含有完整的原代码,覆盖面广,希望能对大家有用-There are 164 java language development process, which contain the complete source code, extensive coverage, we hope that the useful
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:415.8kb
    • 提供者:魏立
  1. 使用lex分析java源程序

    0下载:
  2. Lex是美国Bell实验室用C语言研制的一个词法分析程序自生成工具。它的基本原理就是使用正则表达式扫描匹配文本,并为每一个匹配模式定义一些操作,当用C语言作宿主语言时,这些操作都由C语言实现。一种匹配的正则表达式可能会包含相关的动作。这一动作可能还包括返回一个标记。当 Lex 接收到文件或文本形式的输入时,它试图将文本与正则表达式进行匹配。它一次读入一个输入字符,直到找到一个匹配的模式。如果能够找到一个匹配的模式,Lex 就执行相关的动作(可能包括返回一个标记)。-Lex Bell Labora
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2.92kb
    • 提供者:万宏兴
  1. adjacencyListGragh

    0下载:
  2. Specification File adjacencyListGragh class GeneralGraph: use adjacency list to implement the graph which data structure is vector Construct methods: * public GeneralGraph(): contain an empty vector store the vertex and a boolean det
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:9.02kb
    • 提供者:荆江
  1. ajax

    0下载:
  2. ajax的一些功能,包含访问第三方服务,动态加载数据,改善用户体验,电子商务应用,网页应用等-some functions of ajax contain "visit the third serve","load the data dynamicly ","improve the user experience","the application of E-commerce","the application of web page", and so on.
  3. 所属分类:Ajax

    • 发布日期:2017-05-20
    • 文件大小:5.41mb
    • 提供者:黄俊杰
  1. nio

    0下载:
  2. Java NIO 源码适合初学者,里面包括通道和Buffer的基本适用,以及文件锁,和内存文件映射-The package contain source code concerned with Java NIO,
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-03
    • 文件大小:6.41kb
    • 提供者:JF
  1. RecordMIDlet

    0下载:
  2. With more than 300 audio recitations of the Holy Quran available free on the internet, there is an increasing need to synchronize textual information with the audio recitation. The synchronized text can contain simply the textual representation o
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:989byte
    • 提供者:ahmed
  1. chat

    0下载:
  2. 实现了局域网的群聊以及点对点的聊天功能,是一个eclipse工程,里面已经包含了.exe文件-Achieved a LAN, as well as point to point chat group chat feature is a eclipse project, which already contain. Exe files
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-05
    • 文件大小:572.54kb
    • 提供者:
  1. messanger

    0下载:
  2. Messenger which contain multicast operation
  3. 所属分类:Document

    • 发布日期:2017-04-02
    • 文件大小:127.73kb
    • 提供者:Mostafa
  1. trietreeJava

    0下载:
  2. trie的原理是利用字符串集合中字符串的公共前缀来降低时间开销以达到提高效率的目的。 它具有以下性质:1,根结点不包含任何字符信息 2,如果字符的种数为n,则每个结点的出度为n(这样必然会导致浪费很多空间,这也是trie的缺点,我还没有想到好点的办法避免) 3,查找,插入复杂度为O(n),n为字符串长度。-The principle is the use of a string trie collection of string prefix to reduce the time overh
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2.47kb
    • 提供者:李庆文
  1. GeneralHough

    0下载:
  2. this java file contain a transformation of hough
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:30.59kb
    • 提供者:sabfan
  1. ATM

    0下载:
  2. ATM自动取款机java程序,包含查询,取款,存款,修改密码等-ATM Java procedures, contain inquires, modify, deposit money, passwords, etc
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:7.08kb
    • 提供者:wumengfeng
  1. Contain

    0下载:
  2. 判断相应的字符串是否包含在另一个用","或指定的分隔符隔开的字符串中-Determine the appropriate string is included in the other use " ," or specify the delimiter separated string
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:779byte
    • 提供者:xcg
  1. JavaDatum500Piece

    0下载:
  2. java/WebSphere 技术资料笔记 包含java最全技术和使用说明-Java/WebSphere technology material notes contain Java times.not technology and instructions for use
  3. 所属分类:Java Develop

    • 发布日期:2017-05-03
    • 文件大小:1.26mb
    • 提供者:李龙
  1. PDFTextStream.Java-2.3.2

    0下载:
  2. contain the source code to extract text from pdf using java
  3. 所属分类:Education soft system

    • 发布日期:2017-05-20
    • 文件大小:5.53mb
    • 提供者:crys
  1. SPX2011

    0下载:
  2. SPX2011 DEMO,可运行不包含编辑器-SPX2011 DEMO, you can run the editor does not contain
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:169.04kb
    • 提供者:Daixiwei
  1. food-menu

    0下载:
  2. this code is using array function. The arrays contain the foods menu and if we input the number it will appear the food which located in that array.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:9.17kb
    • 提供者:irna
  1. Maze(2)

    0下载:
  2. this maze game by netbeans IDE that worked by java language by this game you can drow your maze that contain more obstacles and object move between these obstcles-this maze game by netbeans IDE that worked by java language by this game you can drow y
  3. 所属分类:Games

    • 发布日期:2017-04-02
    • 文件大小:132.53kb
    • 提供者:hafez
  1. spatialindex.java.044b

    0下载:
  2. 主要用于支持spatial indexing technology, 使用spatial index包括R-tree以及R-tree的扩展,可以进行包含坐标数据的index以及search-Used to support spatial indexing technology, including the use of spatial index R-tree and R-tree extension can contain coordinate data of the index and se
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:725.75kb
    • 提供者:fuyanjie
  1. java d bc

    0下载:
  2. this file contain java database
  3. 所属分类:Java编程

    • 发布日期:2018-05-01
    • 文件大小:26kb
    • 提供者:pinal
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com