-
本文章首先简要介绍了一维与二维情况下的最接近点对问题与所涉及到的解决算法.然后,把最接近点对问题延伸至三维,提出了自己的解决思想,并提供了相关伪代码,以供参考....
本文章首先简要介绍了一维与二维情况下的最接近点对问题与所涉及到的解决算法.然后,把最接近点对问题延伸至三维,提出了自己的解决思想,并提供了相关伪代码,以供参考.请各位朋友多提建议!-err
- 2023-06-26 16:35:04下载
- 积分:1
-
订单管理系统数据库的源代码,循序渐进,方便易学。
订单管理系统数据库的源代码,循序渐进,方便易学。-Order Management System database, source code, step by step, easy to learn.
- 2022-05-07 01:06:57下载
- 积分:1
-
ACCESS的源程序
ACCESS的源程序-code of access
- 2022-01-23 10:10:37下载
- 积分:1
-
这个程序是我花了好长时间才做出来的。希望能给大家帮助!!...
这个程序是我花了好长时间才做出来的。希望能给大家帮助!!
-This process is I spent a good long time to make out. I hope everyone can help! !
- 2022-03-26 08:29:37下载
- 积分:1
-
Recent study of the procurement management system ado sql
近期学习中的采购管理系统,数据库操作
-Recent study of the procurement management system ado sql
- 2022-01-31 22:55:51下载
- 积分:1
-
将图片数据全部放在了数据库中,利用OLE对象的存储方式
将图片数据全部放在了数据库中,利用OLE对象的存储方式-All the picture data on the database, the use of OLE object storage
- 2022-01-26 07:55:43下载
- 积分:1
-
队列相关的所有基本算法,西电的老师写的,与吴伟民数据结构课本完全一致,用C实现...
队列相关的所有基本算法,西电的老师写的,与吴伟民数据结构课本完全一致,用C实现-cohort of all the basic algorithm, the West-- written by the teachers, and textbooks Xiulan WU Weimin data structure is fully consistent with achieving C
- 2022-03-07 14:35: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
-
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
-
教堂管理系统
使用窗体开发了这个教堂管理系统 (兼容性-视觉工作室 2010 年或以上和水晶报表必须安装在您的系统,这个项目成功运行) 和在后端使用 MS Access 2010 数据库。
- 2023-05-05 15:40:04下载
- 积分:1