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

搜索资源列表

  1. BinRoot

    0下载:
  2. 利用二分法求一个方程的实数近似根。-use dichotomy for a few equations approximate the real root.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:827
    • 提供者:温耀彬
  1. 代理

    1下载:
  2. 这是一个代理服务器实例,它支持二级代理,其中还有一个虚拟的Web服务器,其根目录是“ProxyServer”, 在运行该程序前首先需要把该目录拷贝到C盘的根目录下,当然你也可以在源代码中改变指定的位置。-This an example of a proxy server, which supports two agents, which have a virtual Web server, the root directory is "ProxyServer" run the
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:221511
    • 提供者:张洪川
  1. jswdk1_0_1-win

    0下载:
  2. JSWDK服务器-root servers
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:763727
    • 提供者:林月奎
  1. Email_Addr1762956282004

    0下载:
  2. This program Recursively Searches the C: drive for files with certain extensions, like .txt and .html and it opens each file and searches for the @ sign. If it finds an @ sign, it will extract it and write the address to a file in the root directory
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:5254
    • 提供者:许忠良
  1. jswls

    0下载:
  2. 用VFP计算平方根(例如sqtr(2))到6万5千位小数的程序.-calculated using VFP square root (eg sqtr (2)) to 60,005 decimal 1000 procedures.
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:2975
    • 提供者:张三妹
  1. jswls-masm

    0下载:
  2. 用Masm计算平方根(例如sqtr(2))到6万5千位小数的程序.-with Masm calculating square root (eg sqtr (2)) to 60,005 decimal 1000 procedures.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:3478
    • 提供者:张三妹
  1. jsp-chapter5

    0下载:
  2. 本实例是一个由JSP实现的网上购物系统。本实例实现了基本的登录验证、查询商品、分页处理、购物车处理以及订单处理功能。程序安装方法是: 第一步:将cart.jsp复制到C:\\Apache Tomcat 4.0\\webapps\\ROOT下。 第二步:将cart目录(包含*.class文件及*.java文件)复制到C:\\Apache Tomcat 4.0\\common\\classes目录中。 第三步:将cart.mdb复制到C:\\下。 第四步:配制ODBC数据源,在
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:5917
    • 提供者:浦嘉琪
  1. Webtest(jsp)

    0下载:
  2. 用jsp编写的网上测试系统。 (1)以“Windows身份验证模式”连接SQL Server数据库。 (2)需要安装SQL Server 的补丁SP3。 (3)运行的时候可以参照书上的说明进行,如出试卷的时候,若试卷标题重复,可以从数据库中删除,然后添加试卷。 (4)出试卷路径为 http://localhost:8080/chap22/chujuan.jsp 如果放在根目录,则路径和书上的界面一样。 (5)选择题路径为 http://local
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:11861
    • 提供者:fly
  1. SimpleBBS

    0下载:
  2. 包含有以下基本功能的BBS系统: 发表文章、回复文章、搜索文章、查看文章、文章排序 运行的时候,需要把database目录下的Forum_MSAccess.mdb文件拷贝到D盘根目录,因为在common.jsp中设置的数据库路径为根目录,读者也可以自行设置程其他路径。 访问路径为 http://localhost:8080/chap23/index.jsp。-contain the following basic features of BBS systems : an
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:61361
    • 提供者:fly
  1. WebBookstore

    0下载:
  2. 用jsp编写的网上书店管理系统。可实现浏览图书、搜索、购书、投票、统计金额、会员管理、订单管理、图书管理、信息编辑。。。等功能。 运行的时候,需要把database目录下的BookStore_MSAccess.mdb文件拷贝到D盘根目录,因为在common.jsp中设置的数据库路径为根目录,读者也可以自行设置程其他路径。 将该目录拷贝到Tomcat的ROOT目录下,首页链接URL为 http://localhost:8080/chap24/Default.jsp。 注意
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:382428
    • 提供者:fly
  1. UpDownload

    0下载:
  2. 用jsp编写的文件上传与下载系统。(1)先将com目录拷贝到webapps\\ROOT\\WEB-INF\\classes下,然后重新启动Tomcat (2)输入http://localhost:8080/chap21/upload.html进行上传。-used to prepare the file upload and download system. (1) The first copy of the directory com webapps \\ ROOT \\ WEB-IN
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:16671
    • 提供者:fly
  1. TelephoneIndex

    0下载:
  2. 用SQL Server+jsp实现的电话黄页查询系统。 运行的时候,需要把database目录下的YellowPages_MSAccess.mdb文件拷贝到D盘根目录,因为在common.jsp中设置的数据库路径为根目录,读者也可以设置程其他路径。 将该目录拷贝到Tomcat的ROOT目录下,首页链接URL为http://localhost:8080/appendix2/Default.jsp。 注意:文件名是区分大小写的。-with SQL Server jsp ac
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:59736
    • 提供者:fly
  1. CheatMaster_src

    0下载:
  2. Cheat Master 0.1 For DevHook with src, Real In-Game Search/Modify! -------------------------------------------------------------------------------- Intro ===== This is a prx mod written for DevHook 0.4+, which is used to search and m
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:10060
    • 提供者:zb
  1. rootfind

    0下载:
  2. 计算方法 大学 求根 牛顿求根公式D:\\matlab\\nmm\\rootfind.rar-calculation Newton University Root Root Formula D : \\ Matlab \\ nmm \\ rootfind.rar
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:9436
    • 提供者:刘利
  1. WebSever

    0下载:
  2. web 服务器 界面友好 运行良好 可以设置根目录以及其他一些设置 可以传送图片灯-web server running good friendly interface can set the root directory and some other setting can be transmitted Photo lights
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:36501
    • 提供者:Liaozhen
  1. myeditdel

    0下载:
  2. 该文件是教你如何从根目录中找到你要删除的文件夹.-the document is to teach you how to find the root directory you want to delete the folder.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:74512
    • 提供者:elleyh
  1. cholesky323232

    0下载:
  2. 平均因子分解法,适用于正定矩阵First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X=U U, where U is the square root matrix of X, and satisfies:
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2711
    • 提供者:self
  1. arith_lib_cadence

    0下载:
  2. Cadence的VHDL运算库包,实现求方根,平方你是不是以前不知道怎么弄.哈哈.-Cadence VHDL Operational the package, seeking to achieve root, You are not square did not know how get. Ha ha.
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:82707
    • 提供者:喻袁洲
  1. stem

    0下载:
  2. 英文提取词根的程序,使用c编写,适合做英文信息处理使用。-English root extraction procedures, the use of c preparation, suitable for the use of information processing in English.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:4134
    • 提供者:麦浪
  1. stem_java

    0下载:
  2. 这是英文提取词根的原程序,该程序使用java编写写。-This is the root of the English original extraction process, which was prepared using java.
  3. 所属分类:中文信息处理

    • 发布日期:2008-10-13
    • 文件大小:4179
    • 提供者:麦浪
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com