-
新编win32API大全,只有1M多,用起来方便
新编win32API大全,只有1M多,用起来方便-New Win32API Guinness, only 1M and more convenient to use
- 2022-01-26 07:40:26下载
- 积分:1
-
windows mobile(包括smartphone和pocket pc)上实现打电话、发短信、上网功能。...
windows mobile(包括smartphone和pocket pc)上实现打电话、发短信、上网功能。-windows mobile (including smartphone and pocket pc) realizing make phone calls and send text messages and Internet functions.
- 2023-09-05 06:10:03下载
- 积分:1
-
This is the management system of natural gas source to achieve an on
这是天然气管理系统的源程序,实现对现场温度、压强、流量的监控。-This is the management system of natural gas source to achieve an on-site temperature, pressure, flow control.
- 2022-03-05 10:52:30下载
- 积分:1
-
程序功能是完成Windows Media Services集成开发技术。运行环境为Windows 2000,Windows Media组件,Visual Stu...
程序功能是完成Windows Media Services集成开发技术。运行环境为Windows 2000,Windows Media组件,Visual Studio .Net(C++)-Program features is the completion of Windows Media Services Integrated Development technology. Runtime environment for Windows 2000, Windows Media components, Visual Studio. Net (C++)
- 2023-04-29 18:00:03下载
- 积分: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
-
由键盘输入一个最大值,求2到这个最大值中的所有质数(素数)。...
由键盘输入一个最大值,求2到这个最大值中的所有质数(素数)。-Keyboard input from a maximum, for 2 to the maximum value of all prime number (prime numbers).
- 2022-06-18 05:39:22下载
- 积分:1
-
文件读写程序,很不错的!
文件读写程序,很不错的!-document literacy procedures, very good!
- 2022-02-05 22:32:59下载
- 积分:1
-
打开对话框中选多文件
打开对话框中选多文件-more open dialog selected documents
- 2022-03-02 06:18:20下载
- 积分:1
-
侯俊杰深入浅出MFC配套光盘.rar
侯俊杰深入浅出MFC配套光盘.rar-cd of Dissecting MFC by Hou Jie
- 2023-06-18 17:40:06下载
- 积分:1
-
This project demonstate how to make plugin system.
This project demonstate how to make plugin system.
- 2022-03-17 23:36:28下载
- 积分:1