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

搜索资源列表

  1. yuyinshiyan

    0下载:
  2. 线性方程组求根实验,分别用平方根法,Jacobi迭代法(不收敛),SOR三种方法,包含实验报告-Root experimental system of linear equations, respectively, with the square root method, Jacobi iterative method (not convergence), SOR three methods, including test reports
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1564289
    • 提供者:左小龙
  1. makefile_for_start

    0下载:
  2. 使用通配符编写的makefile,将源码放在根目录下,使用此makefile可自动生成与目录名相同的可执行文件。同时附多级目录的makefile的demo,可将不同模块放到不同目录中,便于管理。附多个文档,为本人搜集编译后,供初学者使用入门。-Prepared by the use of wildcard makefile, the source code on the root directory, use this makefile to automatically generate a d
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:102002
    • 提供者:quent
  1. ch9

    0下载:
  2. 2.打开“命令行提示符”; 3.输入mysql –u root - p命令,然后输入密码进入MySQL控制台; 4.输入create database ch9命令,建立名为ch9的数据库; 5.输入use ch9命令,对ch9数据库进行操作; 6.输入source c:\ch9.sql命令,导入BBS论坛数据库的建表代码。 -aa
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:214573
    • 提供者:zhaotao
  1. erchashu

    0下载:
  2. 对于二叉树的基本的运算,查找孩子结点,查看叶子节点到根节点的路径~ 二叉树的宽度。-For computing the basic binary tree to find the child node to view the leaf node to the root of the width of the path-tree.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1462
    • 提供者:隋辩
  1. jsp2Bmysqlbookstore

    1下载:
  2. 在线书店,比较完整,装了Mysql和Tomcat后就可。步骤如下: (1)复制源代码bookshop文件夹到Tomcat的webapps\ROOT文件夹下 (2)复制源文件夹下的WEB-INF中的全部内容到Tomcat的webapps\ROOT\WEB-INF\classes下,有同名文件覆盖 (3)将数据库文件夹下的bookstore文件复制到Mysql的data文件夹下 (4)在地址栏中输入http://localhost:8080/bookshop运行测试即可-Online booksto
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:1332891
    • 提供者:shaopeng
  1. Step02

    1下载:
  2. jsp+javabean+servlet实现的在线书店,很不错的源码,只需在Tomcat下做配置就可运行,客户端含有注册登录,注册信息修改,购物车,商品分类,商品查询,最新和特价商品查看,订单状态,留言板和论坛等模块,服务端含有用户管理,商品管理,订单处理等模块 -online bookstore, complete, installed after Mysql and Tomcat can. The following steps : (1) copy the source code book
  3. 所属分类:Jsp/Servlet

    • 发布日期:2015-05-11
    • 文件大小:2443
    • 提供者:baoyu
  1. cc

    0下载:
  2. 分析的是实例 #include<stdio.h> #include<stdlib.h> typedef struct BST* tree_pointer //定义数据类型 typedef struct BST{ int key tree_pointer left tree_pointer right }BST tree_pointer CreateBST(tree_pointer root, int data)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:73043
    • 提供者:林明
  1. pos_of_fals

    0下载:
  2. finding a root by position of falses
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:719
    • 提供者:chinaco
  1. C

    0下载:
  2. ADI中平方根升余弦滤波器的DSP实现 2中方法-ADI in the square root raised cosine filter of the DSP method to achieve 2
  3. 所属分类:DSP program

    • 发布日期:2017-04-01
    • 文件大小:2971
    • 提供者:ming
  1. 8478

    0下载:
  2. linux2.4内核udev漏洞 任何人可得root权限代码-udev kernel vulnerability linux2.4 any person may have root permissions code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:1464
    • 提供者:又撒
  1. FLDbasedFaceRecognitionSystem_v2

    0下载:
  2. 基于fisherface的人脸图像识别,采用lda降维的方法来识别人脸图像-This package implements a well-known FLD-based face recognition method, which is called Fisherface [1]. All functions are easy to use, as they are heavy commented. Furtheremore, a sample scr ipt is incl
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:261703
    • 提供者:paul
  1. hanoi

    0下载:
  2. 汉诺塔(又称河内塔)问题是印度的一个古老的传说。开天辟地的神勃拉玛在一个庙里留下了三根金刚石的棒,第一根上面套着64个圆的金片,最大的一个在底下,其余一个比一个小,依次叠上去,庙里的众僧不倦地把它们一个个地从这根棒搬到另一根棒上,规定可利用中间的一根棒作为帮助,但每次只能搬一个,而且大的不能放在小的上面。-Tower of Hanoi (also known as the Hanoi tower) problem is an ancient Indian legend. Epoch-making
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:880106
    • 提供者:浩浩
  1. 1228657096217

    0下载:
  2. 安装目录只能是访问根目录下 你要知道这是myeclipse+mysql写的-Installation directory can only be visited under the root directory you want to know that it is written in myeclipse+ mysql
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-16
    • 文件大小:405295
    • 提供者:狼王
  1. mathFunction

    0下载:
  2. 使用整數型計算平方根,sine及cosine,適合速度高但不要求太精準的軟件,特別適合篏入系統-Calculated using the square root of an integer type, sine and cosine, suitable for high speed but does not require software too precise, and are particularly suited to the embedded system
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:2871
    • 提供者:Jackie
  1. BTree

    1下载:
  2. 数据结构BTree.h头文件,包含Visit,IsEmpty,Root,PreOrder,InOrder,PostOrder,BTree.h data structure header files, including Visit, IsEmpty, Root, PreOrder, InOrder, PostOrder-BTree.h data structure header files, including Visit, IsEmpty, Root, PreOrder, InOrder, P
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:1869
    • 提供者:杨穆智
  1. Multi_user_multi_level_directory_of_the_file_syste

    0下载:
  2. 多用户多级目录文件系统 功能:模拟Dos文件系统实现文件目录管理 进入控制台之后,可用命令有: "create"(创建文件或目录), "open"(打开文件或目录), "read"(读取文件内容,必须先打开文件), "write"(写入内容到文件,必须先打开文件), "close"(关闭文件或目录), "delete"(删除文件或目录), "mkdir", "cd"(进入目录), "dir"(查看目录结构), "logout"(退出登陆) 登陆用户名:root 密码:root-M
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:251772
    • 提供者:hengdd
  1. calc1.3

    0下载:
  2. single app that implements a calculator that evaluates an expression written in natural way. For example 3+5*(sqrt(9)) where sqrt y square root. any question? write me at croccifixio29@hotmail.com-single app that implements a calculator that evaluat
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-30
    • 文件大小:60137
    • 提供者:CROCCIFIXIO
  1. XML2Excel2.0_51aspx

    0下载:
  2. VS2005开发环境,XML文件导出Excel(xmlToExcel)示例源码 根目录下51aspx.xml为原始数据XML文件,点击生成后会在同级目录下生成51aspx.xls文件-VS2005 development environment, XML file Excel (xmlToExcel) under the root directory of source code examples 51aspx.xml raw data for the XML file, click
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-02
    • 文件大小:22682
    • 提供者:liuxuying
  1. viruscode

    0下载:
  2. windows下病毒原理演示代码,无攻击性。(如:在c根目录下生成一个空文件夹)为防备杀毒软件查杀,内容已加密,解密密码zrb 内部exe文件已改为txt格式 可直接txt打开阅读代码也可改为exe运行尝试-principle demonstration of the virus under the windows code, non-offensive. (Eg: in c root to generate an empty folder) to prepare for killing ant
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:34654
    • 提供者:hwl
  1. phpcms_video_gbk

    0下载:
  2. 已经安装的请覆盖。请对比模板修改自己的模板,不要上传install_video.php。 安装方法:将压缩包下载到本地,解压。传到服务器根目录。执行安装文件install_video.php。 -Has been installed, please cover. Please modify their own comparative template template, do not upload install_video.php. Installation Method: Downl
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:187971
    • 提供者:power
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com