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

搜索资源列表

  1. stemmer

    0下载:
  2. stemming algorithm for getting the root word of each words. by this can easily compare the different text documents.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-07
    • 文件大小:4148
    • 提供者:nanda kumar
  1. Eigenvalue

    0下载:
  2. 本压缩文件包括:求矩阵特征根、求奇异值、QR分解矩阵转置-Seeking the root of the matrix eigenvalue problem
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:9541
    • 提供者:彭成松
  1. flower_market_sys

    0下载:
  2. 数据库在根文件夹下(是oracle的) 刚学web还没用框架-Not frame just learning web database in the root folder (the oracle)
  3. 所属分类:JavaScript

    • 发布日期:2017-11-28
    • 文件大小:16370537
    • 提供者:Ryan
  1. JavaScript-Calculator

    0下载:
  2. 用 Javascr ipt 编写一个简单的计算器。实现一个标准型计算器的基本功能;实现加,减,乘,除,取余,开平方,求倒数等基本运算; 支持正负号,小数点输入;实现Backspace, CE, C键的功能;-A simple calculator written in Javascr ipt. Achieve the basic functions of a standard calculator addition, subtraction, multiplication, divisio
  3. 所属分类:JavaScript

    • 发布日期:2017-11-07
    • 文件大小:1721
    • 提供者:snow
  1. Triangle-and-cylinder-class-package

    0下载:
  2. (1)创建一个三角形类Triangle,包含的属性有三条边的长sideA,sideB,sideC,包含的方法有构造方法(两个,一个没有参数,一个给定三条边的长度),求面积方法area(),求周长方法getLength(); 提示:设三角形的三边长为a,b,c,则它的面积为 ,其中S=(a+b+c)/2,开平方的方法为Math.sqrt()。 (2)创建一个圆柱体类YZT,包含的属性有底面半径radius和圆柱体的高heigth,包含的方法有构造方法(两个,一个没有参数,一个给定半径rad
  3. 所属分类:JavaScript

    • 发布日期:2017-11-06
    • 文件大小:676
    • 提供者:李泽华
  1. ROOT

    0下载:
  2. 关于仓库查询管理系统的一套系统代码。希望能帮到学习这方面知识的人-About the the alumni set of system code. Learn this knowledge I hope to help people
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-12-01
    • 文件大小:470300
    • 提供者:洪磊
  1. dcx

    0下载:
  2. 最优化运算,此代码可以进行优化计算,找出最优化根-Optimization computing, this code can be optimized calculation to identify optimal root
  3. 所属分类:JavaScript

    • 发布日期:2017-11-13
    • 文件大小:1213
    • 提供者:小冷
  1. weixiuCha_v2.2

    0下载:
  2. 电脑维修客户查询系统 v2.2 安装:运行根目录下面的intall.php,安装完成后建议删除intall.php 后台登陆地址:http://你的域名/gl/login.php-Proposed delete intall.php background in computer repair customer inquiry system v2.2 installed: the running root directory intall.php, the installation is
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-10-31
    • 文件大小:6160780
    • 提供者:chaos
  1. netshop

    0下载:
  2. 1、直接将netshop目录添加到与ROOT并列的目录 如果修改netshop目录名,要相应修改目录对应引用到目录名的页面 2、建议mysql使用前台界面工具Navicat Lite for MySQL,可以直接将netshop\data\test.sql添加到数据库 或者直接按照数据库设计直接建立表格。 3、如果用Jcreator代码编辑器,注意添加bean 由于本系统代码在JDK1.6环境下编译,如果用其他版本JDK,重新编译 .jar文件下载对应版本文件 -Di
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-30
    • 文件大小:1173986
    • 提供者:李常会
  1. ROOT

    0下载:
  2. 初学者的WEB开发代码,很有用啊,从入门到高手,JSP开发源代码。-Beginners WEB development code
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-23
    • 文件大小:5990788
    • 提供者:王栩浩
  1. JpcapTest

    0下载:
  2. 利用jpcap来抓取数据,运行项目后,会在项目的根目录下面产生一个txt的文档,里面记录着抓取到的数据的IP。-Data capture jpcap to run the project, will be in the root directory of the project to produce a txt document, which records data IP crawl to.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-04
    • 文件大小:37545
    • 提供者:snail
  1. Calculator

    0下载:
  2. 一个简单计算器程序,仅有单次运算功能和开根号功能,适合新手学习,和Java编程作业的参考。-A simple calculator program, only a single arithmetic functions and square root functions, suitable for novice learning Java programming job reference.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-02
    • 文件大小:2324
    • 提供者:errorone
  1. 8.10

    0下载:
  2. 为二次方程式ax2+bx+c=0设计一个名为QuadraticEquation的类。这个类包括: 代表三个系数的私有数据域a、b、c。 一个参数为a、b、c的构造方法。 a、b、c的三个get方法。 一个名为getDiscriminant()的方法返回判别式,b2-4ac。 一个名为getRoot1()和getRoot2()的方法返回等式的两个根。 这些方法只有在判别式为非负数时才有用。如果判别式为负,方法返回0。 画出该类的UML图。实现这个类。编写
  3. 所属分类:Java Develop

    • 发布日期:2017-11-06
    • 文件大小:1658
    • 提供者:丁子雄
  1. alarm_clock

    0下载:
  2. 闹钟,能够获取当前电脑上的时间,并且动态显示当前时间,设置闹钟,然后到点会播放选择的音乐。(注意music 这个文件夹应该放在项目目录下,根src同一个目录级别)-Alarm clock, to get the current time on the computer, and dynamically displays the current time, set the alarm, and then point to play the selected music. (Pay attentio
  3. 所属分类:Applet

    • 发布日期:2017-11-21
    • 文件大小:44743
    • 提供者:梅舒
  1. CalculatorDemo

    0下载:
  2. 用JAVA语言实现一个计算机器,里面根号,加减乘除等运算,里面有注释对java编程的理解更清楚-JAVA language a computer inside the square root, addition, subtraction, multiplication and division operations, there is a clearer understanding of Note java programming
  3. 所属分类:Java Develop

    • 发布日期:2017-12-09
    • 文件大小:4054
    • 提供者:bird
  1. BBS-JSP-MySQL

    0下载:
  2. 在此目录下还有一个目录是[source],里面装有整个教学项目的源代码,建议大家在动手操作的过程中参考 我们是直接在d:\JavaProject目录下将所有项目copy到source目录中的,如果您希望在eclipse中直接将这些项目引入,请按以下步骤进行: 1:把这些项目文件copy到你得workspace下面 如:d:\JavaProject 2:在lomboz-eclipse的package explorer中点击右键,选择import 3:选择General
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-09
    • 文件大小:2699933
    • 提供者:renwei
  1. ROOT

    0下载:
  2. jsp+javabean+sql实现的名片管理系统-jsp+javabean+sql clientInformation system
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-12-02
    • 文件大小:1322031
    • 提供者:刘鑫
  1. IO---java

    0下载:
  2. 使用GUI实现根据指定的文件名以指定的目录名为根目录,并搜索该文件。-According to the file name specified in the root directory of the specified directory name, search for the file. And to implement this feature using the GUI
  3. 所属分类:Java Develop

    • 发布日期:2017-11-07
    • 文件大小:3360944
    • 提供者:孙艳
  1. JSP-NETSHOP

    0下载:
  2. (1) src用于存储系统管理员的后台操作脚本,包括图书类别管理、图书管理、订单管理、系统用户管理等功能; (2) image 用来存储商品的图片资料,网页上的图片文件 (3) sql用来存储系统的数据库结构源文件 (4) admin 用于存储后台管理的jsp页面 (5) style 用于存储页面修饰的CSS文件 (6) 根目录下存放的是前台页面的jsp文件-(1) src is used to store system administrator backstage
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-13
    • 文件大小:16173493
    • 提供者:宋超光
  1. jmfvideoPlay

    0下载:
  2. 基于JMF的小的视频播放,适合新手,首先将压缩包内的JMF安装到JDK运行环境的根目录下,配置好环境变量(百度或谷歌),再将JDK下的lib中的jar包导入,运行试一下吧。仅支持视频mpeg,音频MP3。-JMF-based small video player, suitable for novice, first compressed within the JMF JDK runtime environment installed into the root directory, confi
  3. 所属分类:Java Develop

    • 发布日期:2017-11-21
    • 文件大小:5157710
    • 提供者:李潇伟
« 1 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com