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

ROOT

ROOT,也称为根用户,是Unix(如Solaris、AIX、BSD)和类UNIX系统(如Linux、QNX等),及Android和iOS移动设备系统中的唯一的超级用户,因其可对根目录执行读写和执行操作而得名。其相当于Windows系统中的SYSTEM(XP及以下)/TrustedInstaller(Vista及以上)用户。其具有系统中的最高权限,如启动或停止一个进程,删除或增加用户,增加或者禁用硬件,新建文件、修改文件或删除所有文件等等。
  • Italk吧简易论坛 基于struts+extjs+hibernate+spring+mysql开发。 /catch目录为系统截图 安装步骤: 1:安装MYSQL

    Italk吧简易论坛 基于struts+extjs+hibernate+spring+mysql开发。 /catch目录为系统截图 安装步骤: 1:安装MYSQL,在ROOT/web-inf/classes/applicationContext.xml中增加或修改用户名和密码, 你也可以直接执行grant.sql来创建系统默认使用的用户名和密码。 2:创建数据库,italk_src.sql是没有任何数据的数据库脚本, italk_desc.sql是已经包含初始化数据的数据库脚本。执行italk_desc.sql来创建数据库

    标签: hibernate struts spring Italk

    上传时间: 2014-01-01

    上传用户:xiaodu1124

  • 高级C语言源程序范例 Source Code from Que publications "Advanced C" Techniques and Aplications ISBN 0

    高级C语言源程序范例 Source Code from Que publications "Advanced C" Techniques and Aplications ISBN 0-88022-162-3 Advanced C Techniques and Applications QUE Unpack into a directory with the following structure ROOT - Contents of this arc. ROOT/bgs Contents of BGS.arc ROOT/uis Contents of UIS.arc ROOT/grfuser Contents og grfuser.arc

    标签: publications Aplications Techniques Advanced

    上传时间: 2017-02-21

    上传用户:c12228

  • cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used

    cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos, sinh, cosh, tanh, arctanh, log, exp, square ROOT and even multiply and divide. the method dates back to volder [1959], and due to its versatility and compactness, it made possible the microcoding of the hp35 pocket scientific calculator in 1972. here is some code to illustrate the techniques. ive split the methods into three parts linear, circular and hyperbolic. in the hp35 microcode these would be unified into one function (for space reasons). because the linear mode can perform multiply and divide, you only need add/subtract and shift to complete the implementation. you can select in the code whether to do the multiples and divides also by cordic means. other multiplies and divides are all powers of 2 (these dont count). to eliminate these too, would involve ieee hackery.

    标签: essentially algorithm describe suitably

    上传时间: 2017-03-02

    上传用户:litianchu

  • LBreakout a breakout-style arcade game for Linux Requirements: X11, SDL[1.0 or better] Inst

    LBreakout a breakout-style arcade game for Linux Requirements: X11, SDL[1.0 or better] Installation: 1. type ./configure options: --disable-sound [no sound] --disable-install [no installation play from source directory] [e.g. ./configure --disable-sound --disable-install ] 2. type make 3. become ROOT 4. type make install [only if install is not disabled] 5. type lbreakout to play

    标签: breakout-style Requirements LBreakout arcade

    上传时间: 2017-03-13

    上传用户:xz85592677

  • Qt/Embedded的安装(本人亲自安装步骤) 准备源码包 ◆ tmake 1.11 或更高版本;(生成Qt/Embedded应用工程的Makefile文件) ◆ Qt/Embedded 2.

    Qt/Embedded的安装(本人亲自安装步骤) 准备源码包 ◆ tmake 1.11 或更高版本;(生成Qt/Embedded应用工程的Makefile文件) ◆ Qt/Embedded 2.3.7 (Qt/Embedded 安装包) ◆ Qt 2.3.2 for X11; (Qt的X11版的安装包, 它将产生x11开发环境所需要的两个工 具) 假设把源码包解压所在/ROOT/build-arm下 1安装tmake 进入tmake-1.11目录 cd /ROOT/build-arm/tmake-1.11 export TMAKEDIR=$PWD/tmake-1.11 export TMAKEPATH=$TMAKEDIR/lib/qws/linux-arm-g++ export PATH=$TMAKEDIR/bin:$PATH 2.安装Qt/X11 2.3.2 cd qt-2.3.2 export QTDIR=$PWD export PATH=$QTDIR/bin:$PATH export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH ./configure -no-xft -thread -gif -system-jpeg -sm -shared [make] make -C tools/qvfb make -C tools/qembed

    标签: Embedded Qt Makefile tmake

    上传时间: 2013-12-22

    上传用户:sk5201314

  • 煤矿安全实时监控系统(简单新闻发布系统) 主页上的登陆是ajax的

    煤矿安全实时监控系统(简单新闻发布系统) 主页上的登陆是ajax的,下面那个年份查询是自动生成图片,大家可以研究一下。 整个程序是struts1.2的版本构架,数据库是mysql,用户名ROOT,密码1234,希望这个程序可以为初学者提供帮助! 数据库文件就是那个sql文件,启动mysql后,导入这个sql文件就可以了。

    标签: ajax 煤矿安全 实时监控 新闻发布系统

    上传时间: 2014-01-20

    上传用户:WMC_geophy

  • 用CUDA实现BFS算法源码。CUDA是NV公司基于GPU的统一计算架构

    用CUDA实现BFS算法源码。CUDA是NV公司基于GPU的统一计算架构,BFS复杂度由CPU上的O(V+E)降为O(diameter),直径diameter即图中ROOT到leaf的最长距离。

    标签: CUDA BFS GPU 算法

    上传时间: 2013-11-29

    上传用户:363186

  • 整个程序是struts1.2的版本构架

    整个程序是struts1.2的版本构架,数据库是mysql,用户名ROOT,密码1234 数据库文件就是那个sql文件,启动mysql后,导入这个sql文件就可以了。 程序后台管理入口是admin_login.jsp 用户名密码都是admin

    标签: struts 1.2 程序 版本

    上传时间: 2017-04-29

    上传用户:aysyzxzm

  • he basic idea of the method of bisection is to start with an initial interval, [a0,b0], that is chos

    he basic idea of the method of bisection is to start with an initial interval, [a0,b0], that is chosen so that f(a0)f(b0) < 0. (This guarantees that there is at least one ROOT of the function f(x) within the initial interval.) We then iteratively bisect the interval, generating a sequence of intervals [ak,bk] that is guaranteed to converge to a solution to f(x) = 0.

    标签: bisection interval initial method

    上传时间: 2017-04-29

    上传用户:zsjinju

  • 煤矿安全实时监控系统 主要功能是信息发布

    煤矿安全实时监控系统 主要功能是信息发布,留言本,信息分类。 主页上的登陆是ajax的,下面那个年份查询是自动生成图片,大家可以研究一下。 整个程序是struts1.2的版本构架,数据库是mysql,用户名ROOT,密码1234,希望这个程序可以为初学者提供帮助! 数据库文件就是那个sql文件,启动mysql后,导入这个sql文件就可以了。 程序后台管理入口是admin_login.jsp 用户名密码都是admin

    标签: 煤矿安全 实时监控 信息发布

    上传时间: 2013-12-19

    上传用户:aig85