=== === === === === === === === === 项目:图书管理系统V2.0 作者:覃武权 主页:http://cpucool.512j.com 邮箱:cooltoend@126.com 最后更新:2004-12-09 =================================================== */ [功能简介] 一、用户功能 1、查看个人基本资料 2、查看借书状况 3、修改密码 4、查看馆藏图书 5、图书查询 6、收发短消息 二、管理员功能 1、新书入库 2、修改图书 3、删除图书 4、用户还书 5、图书分类管理 6、添加会员 7、删除会员 8、锁定会员 9、系统配置 10、查看系统事情 三、系统功能 1、用户验证 2、权限分离 3、事件记录 [说明] 这个系统技术含量不是很高,只是涉及到Access的基本操作:seleCt、Insert、Update、Delete 系统可以免费传播、拷贝、使用。在使用的过程中遇到任何问题,请与作者联系 登陆系统可以用测试帐号: 卡号:8 密码:qq 类型:普通用户 以普通用户的身份登陆系统,或以管理员身份登陆 用户:admin 密码:admin 类型:管理员
标签: cooltoend cpucool http 2.0
上传时间: 2014-01-22
上传用户:Altman
SQL数据库工具就是一种即可以进行数据浏览、添加、删除和修改等数据库管理操作,又可以数据库的备份和还原操作,还可以自动地根据需要产生各种SQL语句(包括了seleCt、UPDATE、DELETE、INSERT等SQL语句)的数据库工具,将为数据库管理员和数据库软件开发人员提供极大的方便。
上传时间: 2014-01-17
上传用户:zxc23456789
3、使用如下命令更改密码: shell> mysqladmin -u root -p password ‘newpass’ Enter Password:******* 出现Enter Password的提示后输入原来的密码oldpass即可。 读者可以尝试其它所有本章介绍的方法。 4、首先以root用户的身份连接到服务器: shell> mysql -u root -p Enter password:******* 出现Enter password提后输入root用户的密码,然后即进入mysql客户机的交互模式,可以看到下面的提示: Welcome to the MySQL monitor. Commands end with or \g. Your MySQL connection id is 4 to server version: 3.23.25-beta-log Type help or \h for help. Type \c to clear the buffer mysql> 然后发布查询,直接键入题目中的语句: mysql> seleCt User,Host FROM mysql.user
标签: Enter mysqladmin Password password
上传时间: 2016-03-17
上传用户:talenthn
On-Line MCMC Bayesian Model seleCtion This demo demonstrates how to use the sequential Monte Carlo algorithm with reversible jump MCMC steps to perform model seleCtion in neural networks. We treat both the model dimension (number of neurons) and model parameters as unknowns. The derivation and details are presented in: Christophe Andrieu, Nando de Freitas and Arnaud Doucet. Sequential Bayesian Estimation and Model seleCtion Applied to Neural Networks . Technical report CUED/F-INFENG/TR 341, Cambridge University Department of Engineering, June 1999. After downloading the file, type "tar -xf version2.tar" to uncompress it. This creates the directory version2 containing the required m files. Go to this directory, load matlab5 and type "smcdemo1". In the header of the demo file, one can seleCt to monitor the simulation progress (with par.doPlot=1) and modify the simulation parameters.
标签: demonstrates sequential seleCtion Bayesian
上传时间: 2016-04-07
上传用户:lindor
Atheros无线芯片AR-6000系列wince 6驱动源代码(这东西我也没用过别问我,我是搜别的wince资源搜到的) AR6K SDIO support. Requires firmware 1.1 on SD13 cards. readme: Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a. From the Project menu seleCt Add Existing Subproject... b. seleCt AR6K_DRV.pbxml c. seleCt open This should create a subproject within your OS Design project for the AR6K_DRV driver. 4. Build the solution. 转自Tony嵌入式,原文地址:http://www.cevx.com/bbs/dispbbs.asp?boardID=4&ID=11762&page=1
标签: wince Requires firmware Atheros
上传时间: 2014-11-11
上传用户:bibirnovis
Without this, the debugger spontaneously fails! 1 - Install mdk315b 2 - Replace the files: \Keil\ARM\BIN\ARM.DLL with one from mdk305a\Keil\ARM\BIN\ARM.DLL \Keil\ARM\BIN31\ARM.DLL with one from mdk305a\Keil\ARM\BIN30\ARM.DLL \Keil\UV3\UV3.DLL with one from mdk305a\Keil\UV3\UV3.DLL (*) 3 - Use KeyGen (Ver3p4 works) seleCt ARM, With computer ID code , External CID code and RealView MDK (or RealView RL) Note: Must replace DLLs before entry of serial (*) - May not be necessary (???)
标签: spontaneously the debugger Without
上传时间: 2016-04-13
上传用户:小宝爱考拉
This demo nstrates how to use the sequential Monte Carlo algorithm with reversible jump MCMC steps to perform model seleCtion in neural networks. We treat both the model dimension (number of neurons) and model parameters as unknowns. The derivation and details are presented in: Christophe Andrieu, Nando de Freitas and Arnaud Doucet. Sequential Bayesian Estimation and Model seleCtion Applied to Neural Networks . Technical report CUED/F-INFENG/TR 341, Cambridge University Department of Engineering, June 1999. After downloading the file, type "tar -xf version2.tar" to uncompress it. This creates the directory version2 containing the required m files. Go to this directory, load matlab5 and type "smcdemo1". In the header of the demo file, one can seleCt to monitor the simulation progress (with par.doPlot=1) and modify the simulation parameters.
标签: sequential reversible algorithm nstrates
上传时间: 2014-01-18
上传用户:康郎
This demo nstrates the use of the reversible jump MCMC algorithm for neural networks. It uses a hierarchical full Bayesian model for neural networks. This model treats the model dimension (number of neurons), model parameters, regularisation parameters and noise parameters as random variables that need to be estimated. The derivations and proof of geometric convergence are presented, in detail, in: Christophe Andrieu, Nando de Freitas and Arnaud Doucet. Robust Full Bayesian Learning for Neural Networks. Technical report CUED/F-INFENG/TR 343, Cambridge University Department of Engineering, May 1999. After downloading the file, type "tar -xf rjMCMC.tar" to uncompress it. This creates the directory rjMCMC containing the required m files. Go to this directory, load matlab5 and type "rjdemo1". In the header of the demo file, one can seleCt to monitor the simulation progress (with par.doPlot=1) and modify the simulation parameters.
标签: reversible algorithm the nstrates
上传时间: 2014-01-08
上传用户:cuibaigao
用c语言编写的matlab遗传算法程序,包含:seleCt,crossover,mutator等。非常适合初学者学习,程序比较清晰,而且不是很复杂。
上传时间: 2016-04-23
上传用户:qlpqlq
Sqlserver2000压力测试 数据库请自己建,附脚本。不懂的可以发邮件问我:killwolf@163.com 10万 109640ms 插入 23078ms 清空 20万 216281ms 8391马上 40万: 416781 9381 if exists (seleCt * from dbo.sysobjects where id = object_id(N [dbo].[StuInfo] ) and OBJECTPROPERTY(id, N IsUserTable ) = 1) drop table [dbo].[StuInfo] GO CREATE TABLE [dbo].[StuInfo] ( [StuID] [float] NULL ) ON [PRIMARY] GO
上传时间: 2016-05-08
上传用户:lht618