虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

root-finding

  • uc/os-ii for 8051 This package provides the sources required to use the uC/OS-II v2.00 real time k

    uc/os-ii for 8051 This package provides the sources required to use the uC/OS-II v2.00 real time kernel on the 8051 processor. To use this package you will need the TASKING C Compiler toolset v6.0r1 or higher. For info on TASKING products you can contact our Web-site at: http://www.tasking.com Unzip the zipfile in the root of the drive where you also installed the uC/OS-II general sources. The following directories will be added: \SOFTWARE\UCOS-II\8051 This directory contains the microprocessor specific source code \SOFTWARE\UCOS-II\ex1_8051r This directory contains the project files for the first example \SOFTWARE\UCOS-II\ex2_8051r This directory contains the project files for the second example

    标签: the provides required package

    上传时间: 2015-05-21

    上传用户:ainimao

  • jsp的在线书店

    jsp的在线书店,比较完整,装了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运行测试即可

    标签: jsp

    上传时间: 2014-01-16

    上传用户:cmc_68289287

  • Simple SunPlus SP54 codec converter and a more playable mode MJPG. untar the archive go to the r

    Simple SunPlus SP54 codec converter and a more playable mode MJPG. untar the archive go to the relevant directory to compile: just do make to install: with root account cp sp54convert /usr/local/bin to use: sp54convert infile outfile Enjoy !! Michel Xhaard <mxhaard@users.sourceforge.net> Till Adam <till@hubbahubba.de> Windows port: Piotr Pawlow <pp@siedziba.pl>

    标签: converter the playable SunPlus

    上传时间: 2013-12-30

    上传用户:1079836864

  • 个人论坛的一个java程序

    个人论坛的一个java程序,jsp + javabean 运行环境 操作系统: windows 2000\xp 服务器: tomcat 5.018(jdk 1.42) 数据库: mysql ,sqlserver 均可使用. mysql 默认 用户名为root,密码为空. sqlserver 默认 用户名位sa,密码位sa. 可在\web-inf\src\MyDataSource.java 中进行修改.

    标签: java 论坛 程序

    上传时间: 2015-06-16

    上传用户:refent

  • Jollen-Kit! 2006 是非常積極進行中的專案

    Jollen-Kit! 2006 是非常積極進行中的專案,所有紀錄與更新將同步揭示於本網頁。 快速下載 U-Boot 的 binary code:U-Boot binary - 2006/01/03 Linux kernel 2.4.18 for jk2410:uimage.img - 2006/01/06 可開機的 Base root filesystem: urootfs.img -2006/01/07 (without tftp) 可開機的 Base root filesystem: urootfs2.img -2006/03/10 (Busybox 1.10 with tftp) GNU cross toolchain:arm-9tdmi-linux-gnu.tar.gz (armpath by Joe) 安裝方法: # cd / (切換到 / 根目錄) # tar jxf <路徑>/arm-9tdmi-linux-gnu.tar.gz (將檔案解開)   "Hello, World!" 在 ARM9 的範例:hello_arm.tar.gz (使用Makefile) 其它工具與原始碼下載 驅動程式模組

    标签: Jollen-Kit 2006

    上传时间: 2015-06-16

    上传用户:xz85592677

  • 用jsp编写的网上书店管理系统。可实现浏览图书、搜索、购书、投票、统计金额、会员管理、订单管理、图书管理、信息编辑。。。等功能。 运行的时候

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

    标签: jsp 编写 管理系统 图书

    上传时间: 2015-06-27

    上传用户:chenbhdt

  • 用jsp编写的文件上传与下载系统。(1)先将com目录拷贝到webappsROOTWEB-INFclasses下

    用jsp编写的文件上传与下载系统。(1)先将com目录拷贝到webapps\ROOT\WEB-INF\classes下,然后重新启动Tomcat (2)输入http://localhost:8080/chap21/upload.html进行上传。

    标签: webappsROOTWEB-INFclasses jsp com 编写

    上传时间: 2015-06-27

    上传用户:qq1604324866

  • 用SQL Server+jsp实现的电话黄页查询系统。 运行的时候

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

    标签: Server SQL jsp 电话

    上传时间: 2015-06-27

    上传用户:zhyiroy

  • 平均因子分解法

    平均因子分解法,适用于正定矩阵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: (1) U U = X (2) U is upper triangular (that is, it has all zeros below the diagonal). It seems that the assumption of positive definiteness is necessary. Actually, it is "positive definite" which guarantees the existence of such kind of decomposition.

    标签: 分解

    上传时间: 2013-12-24

    上传用户:啊飒飒大师的

  • RedHat9下apache1.3.28+php4.3.3+mysql4.0.15安装过程操作系统: RedHat 9 软件版本: apache_1.3.28.tar.gz, php-4.3.3.t

    RedHat9下apache1.3.28+php4.3.3+mysql4.0.15安装过程操作系统: RedHat 9 软件版本: apache_1.3.28.tar.gz, php-4.3.3.tar.gz, mysql-4.0.15.tar.gz 所有操作都假定在root下执行.

    标签: apache php RedHat9 RedHat

    上传时间: 2015-07-24

    上传用户:ynzfm