-
这是一个关于Access文件的读取和写入操作,采用VC编写,可以将基金Access数据读出,并在控件中显示,是一个实用性很强的综合例子...
这是一个关于Access文件的读取和写入操作,采用VC编写,可以将基金Access数据读出,并在控件中显示,是一个实用性很强的综合例子
-This is a file on the Access to read and write operations, using VC prepared Fund Access data can be read out, and in the control show that it is a very practical example of a comprehensive
- 2022-09-10 23:35:03下载
- 积分:1
-
_CPU_ based on the precision timer, the clock frequency is higher
基于_CPU_的精确计时器,时钟频率越高-_CPU_ based on the precision timer, the clock frequency is higher
- 2022-04-18 19:48:21下载
- 积分:1
-
数据库操作和数据库操作
xml和数据库操作
xml和数据库操作-xml and xml database operations and database operations
- 2023-03-14 22:35:03下载
- 积分:1
-
这是 图的表现
这是 图的表现-This the performance of the plan
- 2022-02-05 19:28:37下载
- 积分:1
-
PocketMVP V0.8082503 source for Pocket 的程序源代码,也许对你的开发有帮助...
PocketMVP V0.8082503 source for Pocket 的程序源代码,也许对你的开发有帮助-PocketMVP V0.8082503 source for the Pocket- Sequence source code, you may have to help the development of
- 2022-01-22 14:15:15下载
- 积分:1
-
蚁群算法用c++语言实现的,可以用于求旅行商问题的解
蚁群算法用c++语言实现的,可以用于求旅行商问题的解-Ant colony algorithm using c++ language and can be used to seek the solution of traveling salesman problem
- 2023-05-05 15:50:02下载
- 积分:1
-
0-1背包问题
给定N中物品和一个背包。物品i的重量是Wi,其价值位Vi ,背包的容量为C。问应该如何选择装入背包的物品,使得转入背包的物品的总价值为最大。
在选择物品的时候,对每种物品i只有两种选择,即装入背包或不装入背包。不能讲物品i装入多次,也不能只装入物品的一部分。因此,该问题被称为0-1背包问题。该算法中,矩阵c的大小为(m+1)×(n+1),物体的重量、价值和解向量大小都等于物体个数n,故该算法的空间复杂度为O(nm)。对物体重量、价值的初始化(算法实现略)所需时间都为n,解向量和矩阵第0行初始化时间为n,矩阵第0列初始化时间为m,对矩阵c的计算所需时间为n×m,解向量X的确定时间为n,故整个算法的时间复杂度为O(nm)。
- 2022-01-25 23:07:45下载
- 积分:1
-
thi is a train management system
thi is a train management system
- 2023-07-05 10:30:03下载
- 积分:1
-
Phone book management system, the computer version. . . . . . . . . . . . . . ....
电话簿管理系统,电脑版-Phone book management system, the computer version. . . . . . . . . . . . . . . . . .
- 2022-01-22 01:05:09下载
- 积分:1
-
本程序用于处理两个进程之间的数据共享问题。通过使用内存映像文件实现进程间的数据共享。...
本程序用于处理两个进程之间的数据共享问题。通过使用内存映像文件实现进程间的数据共享。-This procedure for the treatment of data between two processes sharing. Through the use of the memory image file to achieve the process of data sharing.
- 2022-03-13 19:28:57下载
- 积分:1