-
数据结构实验之一,对顺序表进行的增删查改,交过的
数据结构实验之一,对顺序表进行的增删查改,交过的-Experimental data structure one of the chronological table of the additions and deletions to search, pay-off
- 2023-01-19 23:50:03下载
- 积分:1
-
严蔚敏编写的《数据结构》第2章的答案,全部为源码
严蔚敏编写的《数据结构》第2章的答案,全部为源码-the answers of chapter two of a book called ‘Data Structures’ writen by Yan Wei Min
- 2022-11-03 03:35:03下载
- 积分:1
-
development with the household registration management system
用delphi开发的户籍管理系统-development with the household registration management system
- 2023-02-22 01:05: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
-
一个简单的用ASP打造图书管理系统(access版)图文教程
一个简单的用ASP打造图书管理系统(access版)图文教程
-A simple to use ASP to build library management system (access version) Graphic Tutorial
- 2022-02-20 07:42:24下载
- 积分:1
-
学生成绩管理系统(无文件版)
利用c语言实现学生成绩的管理,主要功能有新生的登记注册、学生信息的修改、学生成绩的登记、学生成绩的修改、学生成绩单的格式打印等功能;本程序富含有背景操作等相关内容!
- 2022-01-22 13:03:32下载
- 积分:1
-
万年历的算法 c语言
万年历的算法 c语言-hefty almanac algorithm c language.
- 2022-03-12 08:47:26下载
- 积分:1
-
动态加载odbc数据源及其内部表单的小程序
动态加载odbc数据源及其内部表单的小程序-Dynamic loading odbc data source and its internal form of small programs
- 2022-09-04 08:50:02下载
- 积分:1
-
计算机销售系统 一个不错的程序
计算机销售系统 一个不错的程序-computer sales system a good procedure
- 2023-01-31 00:40:04下载
- 积分:1
-
最长公共子串问题
最长公共子串问题-longest public substrings problems
- 2022-04-07 07:03:02下载
- 积分:1