-
经典报表工具,报表控件SMExport v4.
经典报表工具,报表控件SMExport v4.-classic tools statements, statements SMExport Control v4.
- 2023-01-19 18:15:04下载
- 积分: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
-
利用纯vc完成com的编程
利用纯vc完成com的编程-pure com vc complete programming
- 2022-03-14 07:16:53下载
- 积分:1
-
串口收发程序 串行口通信的例子
串口收发程序 串行口通信的例子-Tt s a program of serie port sending and receiving.And it s a sample program of serie port communication.
- 2023-08-11 08:40:05下载
- 积分:1
-
presentation of development skill
presentation of development ski-presentation of development skill
- 2022-01-26 07:01:21下载
- 积分:1
-
Delphi版本的State模式范例
Delphi版本的State模式范例-Delphi version of the model example of State
- 2022-04-07 21:12:22下载
- 积分:1
-
网络编程,进行端口监听
网络编程,进行端口监听-network programming, monitoring ports
- 2022-05-09 11:09:23下载
- 积分:1
-
VC6多线程调试容易假死,用这个程序能强行KILL掉。它通过替换windows login的gina。用ctrl+alt+del呼出...
VC6多线程调试容易假死,用这个程序能强行KILL掉。它通过替换windows login的gina。用ctrl+alt+del呼出-VC6 debug multi-threaded easily suspended animation, using this procedure can be forced out KILL. Through the windows login replacement gina. Use ctrl+ alt+ del exhaled
- 2022-03-15 02:00:56下载
- 积分:1
-
这是《Windows核心编程》所对应的程序源码,希望对有需要的朋友有所帮助...
这是《Windows核心编程》所对应的程序源码,希望对有需要的朋友有所帮助-This is the "core Windows programming" by the corresponding procedures source, and I hope to have a friend in need of some help
- 2022-12-25 11:30:03下载
- 积分:1
-
more and more plug
多风格多插件美化版本同学录-more and more plug-style landscaping version website
- 2022-12-23 13:05:03下载
- 积分:1