-
一个简单的网上书店系统,运行环境是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
-
作业练习题 你们
作业练习题 你们-workbooks that you s
- 2022-08-11 13:02:55下载
- 积分:1
-
一个实现基因表达式编程来解决函数发现问题的小程序
一个实现基因表达式编程来解决函数发现问题的小程序-a realization of gene expression programming to solve the problems identified in the function of small procedures
- 2022-03-29 23:33:05下载
- 积分:1
-
网上自动答疑系统(C#)
网上自动答疑系统(C#) -automatic online Advanced Systems (C#)
- 2023-02-07 14:45:04下载
- 积分:1
-
堆栈程序!关于数据结构
堆栈程序!关于数据结构-stack procedures! On the data structure
- 2022-06-19 06:20:22下载
- 积分:1
-
西电的VC++课上的几个通用模板,完全是可用的
西电的VC++课上的几个通用模板,完全是可用的-West electricity VC++ Class several generic template is completely available
- 2022-12-23 23:15:03下载
- 积分:1
-
一个用自适应维纳FIR滤波器消除脑电波中的干扰(转)
一个用自适应维纳FIR滤波器消除脑电波中的干扰(转)-an adaptive Wiener FIR filter brain waves to eliminate the interference (switch)
- 2022-06-13 00:12:35下载
- 积分:1
-
哈夫曼树
在 C + + 包括节点和整个数据结构和 haffcode 执行完整的哈夫曼树
- 2022-02-28 09:21:02下载
- 积分:1
-
1,图的建立与遍历操作
建立图的邻接矩阵
输出图从顶点V0出发按深度优先遍历的顶点序列
输出图从顶点V0出发按广度优先遍历的顶点序列
2,图的建...
1,图的建立与遍历操作
建立图的邻接矩阵
输出图从顶点V0出发按深度优先遍历的顶点序列
输出图从顶点V0出发按广度优先遍历的顶点序列
2,图的建立与拓扑排序-1, Graph traversal operation with the establishment of the establishment of the adjacency matrix output plans starting from the vertex V0 by depth-first traversal sequence of vertices losers Figure out from the starting point V0 according to the breadth- first traversal sequence vertex 2, and plans to establish the topological sorting
- 2022-11-18 00:10:04下载
- 积分: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