登录
首页 » Java Develop » Search Engine Research and Implementation

Search Engine Research and Implementation

于 2022-03-09 发布 文件大小:827.77 kB
0 49
下载积分: 2 下载次数: 1

代码说明:

搜索引擎的研究与实现-Search Engine Research and Implementation

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 1.一个彩色菜单小程序,具有鼠标移动效果, 可以配置参数,是学习Java的好素材. 2...
    1.一个彩色菜单小程序,具有鼠标移动效果, 可以配置参数,是学习Java的好素材. 2-4.插入,堆和Shell排序,起泡排序,双向起泡和快速排序,经典的Hanoi塔问题的Java语言版 5.SoftwareLIVE是一个Java开发工具,包涵了各大知名厂商RAD系统的GUI开发环境,并透过完全视觉化的操作介面,让每个人都能轻易的设计应用程序,而且所有的应用程序,皆可由使用者按需求自行修改、新增及重建。-1. A color menu applet with a mouse effect, can be configured parameters, learning Java is a good material .2-4. Insertion, Shell sort and stack, sort of sparkling, foaming and rapid bi-directional sequencing, the classic Hanoi Tower Java language version of the problem 5.SoftwareLIVE is a Java development tool, includes the major well-known manufacturers RAD System GUI development environment, and through the complete visualization of the user interface, so that everyone can easily design applications, and all applications, according to demand by the user can modify, add and redevelopment.
    2023-02-02 19:00:05下载
    积分:1
  • 简介 JavaEE在开发的时候,如果是系统内部常量,一般提倡用枚举常量类,写在单独的类中,但是经常要修改的变量,比如数据源配置,如果存在数据库中,有种浪费。...
    简介 JavaEE在开发的时候,如果是系统内部常量,一般提倡用枚举常量类,写在单独的类中,但是经常要修改的变量,比如数据源配置,如果存在数据库中,有种浪费。但是存在TXT中扩展性不好,就笔者观察,一般的程序员都喜欢把经常修改的常量存在xml文件或者properties文件。 存在xml文件最大的好处是扩展性很好,一般用sax或者dom这两个方向的框架,比如DOM4J,JDOM等。Sun推出的JAXM(Java API for XML Messaging)也是用的DOM4J。由于SAX的处理方式类似流媒体,是逐行的,不需要全部加载。而DOM是全部加载在内存,生成树。因而SAX的读取比DOM性能好,但是修改的话DOM略胜一筹。properties文件的扩展性不如xml,但是有很多xml没法实现的优势,比如加密之类的~ Helloworld 笔者根据自己开发中感受,写了一个工具包,用来体现读取xml或者properties的流程,大家在使用的时候记得修改文件路径。一共包含五个文件.本demo主要是用来模拟读取数据库的账户和密码的,读者可以在此基础上扩展。-Brief introduction JavaEE development at the time, if the system constants are generally used to promote constant enumeration type, write in a separate category, but often want to modify the variables, such as the data source configuration, if the database exist, in one waste. But the existence of bad TXT extension on my observation, the programmers in general are often modified to enjoy the constant existence xml documents or document properties. Xml files exist to expand the biggest benef
    2022-06-01 17:25:12下载
    积分:1
  • this a Python Addison Wesley Programmin g with the Java ClassLibraries.
    this a Addison Wesley Python Programming with the Java ClassLibraries.-this a Python Addison Wesley Programmin g with the Java ClassLibraries.
    2022-10-06 20:35:03下载
    积分:1
  • 是我编写的一个网络购物系统。适合初学者拿去分析
    是我编写的一个网络购物系统。适合初学者拿去分析-is prepared by the network to a system. For beginners spend analysis
    2022-08-17 23:14:56下载
    积分:1
  • 运用三层结构开发的小型管理系统,对于初学者学习java有很好的借鉴作用...
    运用三层结构开发的小型管理系统,对于初学者学习java有很好的借鉴作用-The use of three-tier structure of the development of small-scale management systems, for beginners to learn java has a very good reference
    2022-01-26 06:00:27下载
    积分:1
  • 有点热爱JAVA的我看上了这个网可进不去如何是好,望老师批准。...
    有点热爱JAVA的我看上了这个网可进不去如何是好,望老师批准。-somewhat JAVA I love to watch this network will be able to get into what to do, and hope the teacher approval.
    2022-03-20 08:43:56下载
    积分:1
  • 用JAVA所写的用于矩阵运算的类,包括矩阵加、减、乘法、矩阵求逆,转置等...
    用JAVA所写的用于矩阵运算的类,包括矩阵加、减、乘法、矩阵求逆,转置等-written with Java for matrix calculation of categories, including matrix, plus or minus, multiplication, matrix inversion, and so on to home
    2022-07-27 19:41:28下载
    积分:1
  • 多线程日志记录插件
    多线程的日志纪录插件程序-multithreaded log records plug-ins
    2023-06-16 01:20:04下载
    积分:1
  • 非常适合初学者的一个用Java编写的多线程程序,是一个简单的模拟售票系统的程序。...
    非常适合初学者的一个用Java编写的多线程程序,是一个简单的模拟售票系统的程序。-Very suitable for beginners to use a multi-threaded programs written in Java, is a simple ticketing system simulation program.
    2022-01-23 10:27:52下载
    积分:1
  • 这个可以算是我第一个用Java写的应用程序,界面使用了AWT。功能非常简单,但通过它使我“懂”得了Java。 它的功能是颜色的十进制与十六进制间的转换。...
    这个可以算是我第一个用Java写的应用程序,界面使用了AWT。功能非常简单,但通过它使我“懂”得了Java。 它的功能是颜色的十进制与十六进制间的转换。-this can be considered as the first one I used to write Java applications, the use of AWT interface. Functional very simple, but I passed it "understood" gaining Java. It is the function of the color of hexadecimal and decimal the conversion.
    2022-03-21 21:42:58下载
    积分:1
  • 696522资源总数
  • 104027会员总数
  • 45今日下载