-
红楼梦人员关系查询工具
红楼梦人员关系查询工具-Dream of the Red Chamber staff relations Query Tool
- 2022-07-27 16:21:18下载
- 积分:1
-
通过对象的集合可以动态的进行vb控件的设置.
通过对象的集合可以动态的进行vb控件的设置.-Through a collection of objects can dynamically control the conduct of vb settings.
- 2022-02-09 20:46:25下载
- 积分:1
-
VC源码完全模仿OICQ的界面的程序,做界面的可以下载看下。
VC源码完全模仿OICQ的界面的程序,做界面的可以下载看下。 -VC-source interface OICQ fully mimic the procedure, and can be downloaded facie interface.
- 2023-04-10 20:55:24下载
- 积分: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
-
Labview打开PDF文件
首先需要安装PDF阅读器,通过Labview调用PDF的控件实现对PDF文件的阅读。
- 2022-02-01 19:47:25下载
- 积分:1
-
C++ And Threads
If you ve ever done multithreaded programming then most likely...
C++ And Threads
If you ve ever done multithreaded programming then most likely it was in C++. I haven’t
heard of many developers using the CreateThread Win32 API function from Visual Basic
or even Delphi. The reason is that the advantages of C++ and multiple threads are usually
the same.
- 2023-08-17 11:20:03下载
- 积分:1
-
Wince下的WIFI连接程序。提供连接,断开,查旬连接数量的功能。...
Wince下的WIFI连接程序。提供连接,断开,查旬连接数量的功能。-Wince under the WIFI connection program. Provides connectivity, disconnect, check ten days the number of connections function.
- 2022-04-08 13:58:29下载
- 积分:1
-
source VC
屏幕打印源程序VC编程-source VC
- 2022-07-08 17:25:26下载
- 积分:1
-
在c++基础上用A*算法解决15数码问题
在c++基础上用A*算法解决15数码问题-15 with the A* algorithm to solve the problem of digital
- 2022-11-22 09:25:03下载
- 积分:1
-
VC++数字、英文字符、汉字及手写识别实例
VC++数字、英文字符、汉字及手写识别实例-VC++ Figures, English characters, Chinese characters and examples of handwriting recognition
- 2022-03-16 22:36:28下载
- 积分:1