Matrix TCL Lite 1.12 This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this header file in your program source file.
标签: matrix performing template library
上传时间: 2016-01-05
上传用户:h886166
openfans 0.1 using: eclipse, maven, spring, hibernate, mysql,common-validator,sitemesh..... Introduction ============ 提供web2.0应用的基本模型,能够方便的在各个领域使用 Getting Started =============== 需要下载maven,http://maven.apache.org/download.html,如果初次使用maven,配置好后,运行mvn install 如果使用eclipse,在项目根目录,运行mvn eclipse:eclipse(如初次使用,会花较长时间到网上下载plugin和jar,建议去喝杯咖啡) 使用mvn test运行所有测试,mvn package打包 有任何问题请到http://groups.google.com/group/openfans
标签: common-validator hibernate openfans sitemesh
上传时间: 2013-12-19
上传用户:wuyuying
This program compress and recostruct using wavelets. We can select level of decomposition(here maximum 4 levels are given) of images using selected wavelet. For eg:-wavelets can be haar, db1, db2,dmey............... Decomposition can be viewed in figure. (Please note that select 256X256 image for better result.) Then compression can performed, PERFL2 give compression score. Then reconstruction can be performed. Each decompsition we can choose different threshold values. For each threshold value we can calculate mse,psnr,pq(picture quality), bit ratio etc. To get pq install pqs function .
标签: decomposition recostruct compress wavelets
上传时间: 2016-01-22
上传用户:liuchee
AES for BCB5/6 控件 安装: 1)展开XAES.ZIP 2)启动C++ Builder,菜单: File --> Open Project -->(定位到你展开的目录)--> 根据你的编译器版本,找到Release下对应的XAes_CB5.bpk或者XAes_CB6.bpk,打开! 3)选择Compile,编译完成后点击“Install”,Aes控件将安装到控件板的Netsys页上。
上传时间: 2014-01-15
上传用户:hxy200501
The Linux Enterprise Cluster explains how to take a number of inexpensive computers with limited resources, place them on a normal computer network, and install free software so that the computers act together like one powerful server. This makes it possible to build a very inexpensive and reliable business system for a small business or a large corporation. The book includes information on how to build a high-availability server pair using the Heartbeat package, how to use the Linux Virtual Server load balancing software, how to configure a reliable printing system in a Linux cluster environment, and how to build a job scheduling system in Linux with no single point of failure. The book also includes information on high availability techniques that can be used with or without a cluster, making it helpful for System Administrators even if they are not building a cluster. Anyone interested in deploying Linux in an environment where low cost computer reliability is important will find this book useful.
标签: inexpensive Enterprise computers explains
上传时间: 2014-11-29
上传用户:zhangliming420
CrE-ME410_X86_CE40_HPC The .exe file that you will receive upon download is an installer to be executed on a Desktop PC to which your Windows CE device is attached through ActiveSync. Should this fail (and also if it succeeds) you can find a CrE-ME CAB file in the ActiveSync folder on the PC ("\Program Files\Microsoft ActiveSync\NSIcom") which you put on the device to install CrE-ME (by clicking on it as it appears on the device s file explorer).
标签: installer download receive CrE-ME
上传时间: 2016-02-11
上传用户:linlin
This document contains a worksheet for entering the installation information required by AquaLogic Interaction 6.1, running on Windows. Print this document and use it to gather the host computer, portal, database, and additional information that you need to install and configure all of the various AquaLogic Interaction components.
标签: installation information AquaLogic worksheet
上传时间: 2013-12-10
上传用户:宋桃子
天空音乐程序 V5.0 商业版程序安装说明: (申明:请尊重天空音乐程序作者的劳动成果,不要随意销售或送程序,需要购买正版程序请咨询QQ:497533769) 首先说明下caiji里面有个文件function.asp不是病毒,是采集程序必须的一个文件,但是卡巴等杀毒软件会报,请不要杀掉 如果在服务器上面建立站点请设置服务器杀毒软件排除function.asp文件,具体办法是卡巴图标点右键,设置->保护->信任区域->填加->指定(并选中包括子文件夹),如果是用的其他杀毒软件类似 一. 自动安装方法: 1.下载并安装mssql2000,http://www.greendown.cn/soft/1954.html,http://www.jz123.cn/soft/7/106/2005/200509132570.html 安装MSSQL软件时候注意选择本地用户,登陆选择windows系统登陆和sql用户登陆。 2.确认机器上硬盘有D盘,把程序放到网站根目录 (注意如果,你要把数据库文件,存放在其它位置请编辑(install.bat文件第4行)和(music.sql文件第2行),请将d:\sql改为,你所需要的路径! ) 3.运行install.bat 4.手动建立站点,注意站点权限设置需要写入权限 5.进入后台/admin/index.asp,帐号密码都为admin 如果需要清空数据库并且自己采集数据的话请按照手动安装方法的5步到9步做
上传时间: 2016-03-01
上传用户:Miyuki
shc是一个加密shell脚本的工具.它的作用是把shell脚本转换为一个可执行的二进制文件. 用shell脚本对系统进行自动化维护,简单,便捷而且可移植性好. 但shell脚本是可读写的,很有可能会泄露敏感信息,如用户名,密码,路径,IP等. 同样,在shell脚本运行时会也泄露敏感信息. shc是一个加密shell脚本的工具.它的作用是把shell脚本转换为一个可执行的二进制文件. 这就很好的解决了上述问题. tar zxvf shc-3.8.tgz cd shc-3.8 make test make make test make strings make install 这一步需要root权限 使用方法: shc -r -f script-name 注意:要有-r选项, -f 后跟要加密的脚本名. 运行后会生成两个文件,script-name.x 和 script-name.x.c script-name.x是加密后的可执行的二进制文件. ./script-name 即可运行. script-name.x.c是生成script-name.x的原文件(c语言)
上传时间: 2013-12-21
上传用户:wfeel
Contents at a Glance Introduction 1 PART I INSTALLATION AND CONFIGURATION 5 Hour 1 Preparing to Install Linux 7 2 Installing Linux 23 3 Post-Installation Issues 41 PART II LEARNING LINUX BASICS 67 Hour 4 Reading and Navigation Commands 69 5 Manipulation and Searching Commands 93 6 Using the Shell 117 7 Using the X Window System 143 8 Exploring the K Desktop Environment 177 PART III CONNECTING TO THE OUTSIDE WORLD 197 Hour 9 Using Communications Programs 199 10 Connecting to the Internet 223 11 Configuring Internet Email 249 12 Configuring Internet News 269 13 Internet Downloading and Browsing 289
标签: CONFIGURATION Introduction INSTALLATION Preparing
上传时间: 2013-12-27
上传用户:qiao8960