-
我编的学分管理程序,应用程序 原代码都有!VB入门的好东西
我编的学分管理程序,应用程序 原代码都有!VB入门的好东西
- 2022-03-03 13:05:05下载
- 积分:1
-
connection/object pool. A program may require a IMAP connection po ol and LDAP c...
Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grows, and now there is a need for a pool of threads. So just take the IMAP connection pool and convert that to a pool of threads (Copy, paste, find, replace????). Need to make some changes to the pool implementation? Not a very easy task, since the code has been duplicated in many places. Re-inventing source code is not an intelligent approach in an object oriented environment which encourages re-usability. It seems to make more sense to implement a pool that can contain any arbitrary type rather than duplicating code. How does one do that? The answer is to use type parameterization, more commonly referred to as templates.-connection/object pool. A program may require a IMAP connection po ol and LDAP connection pool. One could easily im plemen
- 2023-05-15 08:25:03下载
- 积分:1
-
VC做的社区住房管理系统!
VC做的社区住房管理系统!-VC community housing management system.
- 2023-06-16 23:35:03下载
- 积分:1
-
模拟银行家算法,有效避免死锁.附带详细的实验报告!
模拟银行家算法,有效避免死锁.附带详细的实验报告!-Simulation bankers algorithm avoid deadlock. The report detailed experimental fringe!
- 2022-02-28 14:45:21下载
- 积分:1
-
次代码是实现平衡二叉树的数据结构算法。参考的是严蔚敏c和c++数据结构书上的思想。经过调试可以连续实现删除、插入、查找算法...
次代码是实现平衡二叉树的数据结构算法。参考的是严蔚敏c和c++数据结构书上的思想。经过调试可以连续实现删除、插入、查找算法-Sub-code is to achieve a balanced binary tree data structure algorithms. Reference is Yan Wei-Min c and c++ data structure book ideas. Debugging can be achieved through a continuous delete, insert, search algorithm
- 2022-05-28 23:52:08下载
- 积分: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
-
expulsion source management system
学籍管理系统源码-expulsion source management system
- 2022-08-11 03:59:41下载
- 积分:1
-
数据结构的演示,其中包括了大多数常用数据结构的算法图示和程序...
数据结构的演示,其中包括了大多数常用数据结构的算法图示和程序
- 2022-03-23 12:53:30下载
- 积分:1
-
数据结构的课程设计
数据结构的课程设计---稀疏矩阵运算器 希望可以给大家参考-data structure design of the curriculum-- for sparse matrix operations can hope for your reference
- 2022-04-23 06:01:57下载
- 积分:1
-
矩阵连乘算法,实现几个矩阵相乘的最优顺序,并计算出复杂度...
矩阵连乘算法,实现几个矩阵相乘的最优顺序,并计算出复杂度-matrix continually multiply algorithm, achieving several matrix multiplication, the optimal sequence and calculated complexity
- 2022-01-25 18:04:43下载
- 积分:1