-
C# code in the database links, including links to a variety of commonly used cod...
C#中数据库的链接代码,包含各种常用的链接代码-C# code in the database links, including links to a variety of commonly used code for
- 2022-10-24 07:20:03下载
- 积分:1
-
进销存管理系统
用sql sever 编制了一个数据库,delphi编制了操作界面,比较简单,可以通过这很好的学习delphi和数据库这块的内容,如sql 查询语言。
- 2022-01-25 19:24:51下载
- 积分:1
-
数据库程序,可实现数据的查询与修改,希望喜欢
数据库程序,可实现数据的查询与修改,希望喜欢-database, which enables the data query and amended in the hope that like
- 2023-07-29 09:45:03下载
- 积分:1
-
1.定义哈希表数据结构。
2.除留余数法做为哈希函数、
H(key) = key P
用线性探测再散列解决冲突方法,编写函数,实现哈希造表的过程,并...
1.定义哈希表数据结构。
2.除留余数法做为哈希函数、
H(key) = key P
用线性探测再散列解决冲突方法,编写函数,实现哈希造表的过程,并输出哈希表。
3.编写函数,求查找成功时的平均查找长度(ASL)。-1. Define hash table data structure. 2. In addition to leaving the remainder as the hash function method, H (key) = key P re-hashing with linear probing methods of conflict resolution, write a function to achieve the hash table making process and output of the hash table. 3. Write function, seeking to find success, the average search length (ASL).
- 2022-12-16 12:40:03下载
- 积分:1
-
学生公寓管理系统使用说明:
1.服务器运行环境
SQL 2000
.NET FRAMEWORK 1.1
.NET FRA...
学生公寓管理系统使用说明:
1.服务器运行环境
SQL 2000
.NET FRAMEWORK 1.1
.NET FRAMEWORK 1.1 CHINESE (SIMPLIFIED) LANGUAGE
WINDOWS信使 IIS
开发环境:Windows XP
Microsoft Visual Studio .NET 2003
SQL Server 2000
2.使用方法
附数据库Manage,文件夹为DB,用户名为sa,密码为空。
3.通过信使将Manage文件夹添加为虚拟目录。
起始页是Login.aspx
网站的系统管理员帐号和密码分别是: admin admin
网站的管理员帐号和密码有很多,其中一个是:1 1
网站的学生帐号和密码有很多,其中一个是: 3 12345678
制作说明:
1.由于时间仓促,为了做一个完整的系统,做的这个系统没有用基本的三层架构或基本的MVC架构,而是用的一层
2.本系统参考了自己曾经做过网站,系统的代码,并不是从无到有的做出来的
3.为了在短时间实现了最为基本的功能,本网站做的比较粗糙,里面有隐患的bug,我没有用
try{}
catch{}
finally{}
捕捉,所以在调试的时候,难免会报错
4.还是由于时间的仓促,网站的所有网页,出了图片之外,都在根目录下,见笑了
-err
- 2022-05-27 00:00:33下载
- 积分:1
-
做的非常好的论坛,数据库采用access。数据库在db文件夹下,在odbc注册db2000为系统DSN,就可以使用了...
做的非常好的论坛,数据库采用access。数据库在db文件夹下,在odbc注册db2000为系统DSN,就可以使用了-To do a very good forum, the database used access. Database in the db folder, db2000 for registration in the odbc system DSN, you can use the
- 2023-03-10 10:35:06下载
- 积分:1
-
数据库系统:访问数据库。访问数据库并能对出错进行捕捉
数据库系统:访问数据库。访问数据库并能对出错进行捕捉-database system : access to the database. Access to the database and is able to capture for mistakes
- 2022-07-05 08:42:30下载
- 积分:1
-
own definition of an array overpack, which is a "user
一个自己定义的数组外包装,这是“使用者自定义stl容器“的一个好例子,在数组之外包装了一层常用的容器界面。-own definition of an array overpack, which is a "user-defined stl containers" of a good example In addition to the array of packaging containers used layer interface.
- 2022-04-18 12:19:28下载
- 积分:1
-
DataSet导Excel表
Delphi 写的 DataSet 导出为Excel 类,不用第三方控件,从CReoprt中切出来,又加工的。
- 2023-01-18 20:30:04下载
- 积分:1
-
c++链表模板类,实现所有链表的功能!
c++链表模板类,实现所有链表的功能!包括增删改查,反转、递归反转等功能。对数据结构初学者有极高的参考价值。且代码规范,命名规范,有很多注释帮助理解。
- 2022-08-16 10:11:43下载
- 积分:1