-
用VB6.0和ADO开发的一个专家信息查询管理系统,包括文本和图象管理,可以方便的改写为其他专家管理系统。...
用VB6.0和ADO开发的一个专家信息查询管理系统,包括文本和图象管理,可以方便的改写为其他专家管理系统。-ADO with VB 6.0 and the development of an expert Information Management System including text and image management, to facilitate the adaptation of other experts management system.
- 2023-06-05 07:10:04下载
- 积分:1
-
KCI接口访问Kingbase
利用人大金仓提供的kci接口实现对数据库的访问,主要提供了数据库的连接、断开连接、执行增删改查和事务开启、事务回滚、事务提交等操作。此外还提供了数据库连接池和监控线程、维护线程从而提供数据库的访问效率,是一个不可多得的Kci封装接口。
- 2022-03-13 10:34:12下载
- 积分:1
-
数据库开发的 C 语言源代码,对于刚学习c语言的朋友来说有一定的帮助...
数据库开发的 C 语言源代码,对于刚学习c语言的朋友来说有一定的帮助-Database development of C language source code, for just learning c language friends will certainly help
- 2023-01-17 19:50:02下载
- 积分:1
-
计算机编程艺术第二卷,学习数据结构与算法的好书,喜欢的朋友可以...
计算机编程艺术第二卷,学习数据结构与算法的好书,喜欢的朋友可以-Art of Computer Programming Volume II, learning data structures and algorithms books, like friends can
- 2022-09-10 01:55:11下载
- 积分:1
-
Useful visual c++ Library Management System
好用的visual c++图书馆管理系统-Useful visual c++ Library Management System
- 2022-03-22 01:44:37下载
- 积分:1
-
Zhejiang University Online Judge 第2277题至第2283题的代码和解题报告
Zhejiang University Online Judge 第2277题至第2283题的代码和解题报告-Zhejiang University Online Judge Questions section 2277 to title code 2283 and problem-solving report
- 2023-07-04 22:25:03下载
- 积分:1
-
大数据的乘法
应用背景应用数组 可以实现的算法和解决的问题非常多,这里举 一个非常典型的例子一一大整数 乘怯 。这个例子所采用的方法和思想都非常巧妙 。由于计算机的精度是有限的,因此单纯使 用程序设计语言提供的原子数据类型来完成两个大整数的乘法显然是不切实际的。
关键技术可以考虑 用两个数组来分别存储 一些小于 10 的整数 ,这些数字按顺序排列在一起,分别表 示一个大整数的每一位上的数字,于是大整数的储存问题就解决了。然后按照基本乘法规则对这两个 大整数进行运算即可。下面给出了程序的代码。
- 2022-02-07 02:59:09下载
- 积分:1
-
数据结构,c源代码。
数据结构,c源代码。 -Data structures, c source code.
- 2022-12-31 13:30:15下载
- 积分:1
-
Examples of learning: students elective courses and performance management syste...
初学实例:学生选修课及成绩管理系统,部分功能有待改善,菜单部分未完成-Examples of learning: students elective courses and performance management systems, some functions need to be improved, the menu part of the unfinished
- 2022-01-24 15:46:48下载
- 积分:1
-
basic data structure class definition and realization : MyStack, MyPoint, MyArc,...
基本数据结构类的定义和实现: MyStack ,MyPoint,MyArc,Graph,MyQueuesMyStack为构造的一个通用的C++模版堆栈类 MyPoint为一个坐标结构MyArc为带权的边类Graph为临街矩阵表示的图MyQueues为按权值顺序存储的边的队列-basic data structure class definition and realization : MyStack, MyPoint, MyArc, Graph, MyQueuesMyStack for a generic structure of the C category MyPoint stack template for a structure MyArc to coordinate with the right side of the street like Graph Matrix plans MyQueues value of the order by the right side of the storage Queue
- 2023-08-10 15:55:02下载
- 积分:1