-
I do junior undergraduate data structures course design. Entitled to student per...
我大三本科做的数据结构课程设计。题目为学生成绩管理系统,有详细的文字说明和源代码。-I do junior undergraduate data structures course design. Entitled to student performance management system, a detailed written instructions and source code.source code.
- 2022-03-29 19:15:59下载
- 积分:1
-
C++编程设计 关于数据结构 本书是一本无需任何程序设计基础累的书籍...
C++编程设计 关于数据结构 本书是一本无需任何程序设计基础累的书籍-C++ Programming on the data structure of this book is a foundation without any programming tired of books
- 2023-04-13 07:05:08下载
- 积分:1
-
使用ADO的数据复制原型
Data Replication Prototype Using ADO
- 2022-07-22 16:45:33下载
- 积分: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
-
一个简单的网上书店系统,运行环境是ASP+ACCESS.具体功能为添加书籍,点击浏览,购买等等。...
一个简单的网上书店系统,运行环境是ASP+ACCESS.具体功能为添加书籍,点击浏览,购买等等。-A simple online bookstore system, runtime environment is ASP+ ACCESS. Add specific functionality for the books, click on browse, purchase and so on.
- 2023-04-22 03:10:04下载
- 积分:1
-
马的遍历问题。在中国象棋棋盘上,对任一位置上放置的一个马,均能选择合适的路线,使得该棋子能够按象棋的规则不重复的走过棋盘上的每一个位置。...
马的遍历问题。在中国象棋棋盘上,对任一位置上放置的一个马,均能选择合适的路线,使得该棋子能够按象棋的规则不重复的走过棋盘上的每一个位置。-Traversal problem horses. In Chinese chess chessboard, for any one location to place a horse, able to choose the right line, making the chess pieces according to chess rules can not repeat the past chessboard for each location.
- 2022-02-27 04:21:33下载
- 积分:1
-
一个生成树的源码,不是很复杂,但是用什么来支付的…
一个生成树的源码,不是很复杂,但是用什么来支付数据结构的操作也可以
- 2022-11-14 17:50:03下载
- 积分:1
-
用VFP编写的报亭管理系统
用VFP编写的报亭管理系统-VFP prepared by the newsstand Management System
- 2022-05-09 12:11:01下载
- 积分:1
-
ZJU 1092, 主要采用了一个vector来实现,速率比较高
ZJU 1092, 主要采用了一个vector来实现,速率比较高-ZJU 1092, primarily using a vector achieved a relatively high rate of
- 2023-06-13 21:45:03下载
- 积分:1
-
一本描述C++数据结构描述的书籍
一本描述C++数据结构描述的书籍-a description of C data structures described in the books
- 2022-02-09 15:44:13下载
- 积分:1