-
" Database system implementation," the first four chapters, the databas...
《数据库系统实现》前四章,数据库实现的经典书,介绍了很多原理性的东西。-" Database system implementation," the first four chapters, the database to achieve a classic book describes the principles of a lot of things.
- 2022-01-21 06:16:59下载
- 积分:1
-
蒙古文输入法源码,难得啊!望少数民族同学注意
蒙古文输入法源码,难得啊!望少数民族同学注意-Mongolian input source, a rare ah! Looking to minority students
- 2022-03-14 13:05:53下载
- 积分:1
-
delphi中使用ADO的源代码
delphi中使用ADO的源代码-use of the source code for ADO
- 2022-06-27 13:44:22下载
- 积分:1
-
对绘图工作者,绘图工作可能有一定的帮助。
对绘图工作者,绘图工作可能有一定的帮助。-right Mapping workers, drawings may be of some help.
- 2023-01-25 18:10:04下载
- 积分:1
-
请假管理系统
这个
- 2022-04-19 04:27:17下载
- 积分:1
-
统计计数
1、显示(总浏览、总IP、今日浏览、今日IP、昨日浏览、昨日IP、最高浏览、最高IP、平均日浏览、平均日IP、共统计天数、访问IP)
2、整个程序共三个文件(数据库、数据页面、调用页面) 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-29 06:19:51下载
- 积分:1
-
The realization of the source of the most basic database operations, insert, mod...
本源码实现了对数据库的最基本的操作,插入,修改,添加删除等基本操作,旨在对读者掌握最基本的数据库操作-The realization of the source of the most basic database operations, insert, modify, add, delete and other basic operations, aimed at the readers grasp the most basic database operations
- 2022-02-06 09:19:15下载
- 积分:1
-
Matlab 的 WinPR 的执行情况
Matlab 实现的 "WinPR" 文件的基础:获取更多地从图像分割评价。页 362-366 D.NAACL 打 2012 年 Scaiano M.,Inkpen原始脚本 http://scaiano.com/martin/SegEval.htmlMatlab 的适应: Juan G.法国
- 2022-02-01 08:00:19下载
- 积分:1
-
数据结构
数据结构--图的常见算法实现-data structure-- a common map algorithm
- 2022-05-27 03:25:34下载
- 积分: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