-
Windows 程序设计的源码,比较全哦!大家可以下载来看看哦
Windows 程序设计的源码,比较全哦!大家可以下载来看看哦-Windows programming source code, more full-Oh! You can download view
- 2022-02-05 16:13:59下载
- 积分:1
-
windows mobile上与http服务器通信,可下载网页、文件
windows mobile上与http服务器通信,可下载网页、文件-windows mobile with http server communications, download website, documents
- 2023-09-05 02:30:03下载
- 积分:1
-
mfc的简单制作流程
mfc的简单制作流程-mfc a simple production process
- 2022-02-02 22:30:24下载
- 积分:1
-
图像淡入淡出看多了,这是个实现文本淡入淡出的好东西
图像淡入淡出看多了,这是个实现文本淡入淡出的好东西-image fades out of view of many, this is the realization of the text fades out of the good stuff
- 2023-06-19 23:40:04下载
- 积分:1
-
how to Process
how to Process-Thread command-line
- 2022-11-11 17:05:04下载
- 积分:1
-
DURBIN算法的C语言实现
DURBIN算法的C语言实现-WRITER algorithm C Language
- 2022-03-19 06:48:26下载
- 积分:1
-
此程序主要实现网络,打飞机,聊天,两种功能。
先运行服务器程序,然后运行两个客户端程序,请求,连接,输入ip地址,就可实现此功能。...
此程序主要实现网络,打飞机,聊天,两种功能。
先运行服务器程序,然后运行两个客户端程序,请求,连接,输入ip地址,就可实现此功能。
-This procedure the main network, aircraft, chat, two functions. Server program is running first, and then running the two client programs, the request to connect, enter the ip address, can achieve this functionality.
- 2023-04-18 05:15:04下载
- 积分:1
-
这是成都的一个简单的公交查询系统
这是成都的一个简单的公交查询系统-This is a simple query system bus
- 2022-01-23 10:14:11下载
- 积分:1
-
The Stern
The Stern-Brocot Number System
The Stern-Brocot tree is a beautiful way for constructing the set of all nonnegative fractions m / n where
m and n are relatively prime.-The Stern-Brocot tree is a beautiful way for constructing the set of all nonnegative fractions m/n where
m and n are relatively prime.
- 2023-06-15 20:30: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