代码搜索:CreateDatabase
找到约 223 项符合「CreateDatabase」的源代码
代码结果 223
www.eeworm.com/read/414953/11089913
txt readme.txt
1)Load the files listed below in the matlab workspace
i)olppl.m
ii)OLGEEE.m
iii)CreateDatabase.m
iv)Recognitionolpp.m
v)constructWnew.m
vi)EigenfaceCore.m
vii)OLPPface.m
2)Load the imag
www.eeworm.com/read/113498/15454778
txt radme.txt
《数据库课程设计》:网上人才中心系统
一、创建SQL SERVER 数据库说明
1、本程序所有数据库文件都以.sql文件保存在Database文件夹里;
2、首先在SQL查询分析器中运行<mark>CreateDatabase</mark>.sql文件创建数据库;
3、运行其他所有的.sql文件即可创建好了本程序的数据库;
二、连接数据库
1、Conndb.asp的功能是实现到数据库的连接,代码如下:
...