-
c语言编挂的范例,一定要看啊
c语言编挂的范例,一定要看啊-c language example of linked allocation depends on the ah
- 2022-09-18 13:20:03下载
- 积分:1
-
VC 6.0编写(SDK程序) 可以让桌面下雪的小程序 自己写的 希望大家喜欢...
VC 6.0编写(SDK程序) 可以让桌面下雪的小程序 自己写的 希望大家喜欢-VC 6.0 preparation (SDK program) allows desktop snow applet wrote it myself hope you like
- 2023-03-30 22:20:04下载
- 积分:1
-
Read text from word file by c#
这是我用C桌面应用程序从word文件中读取文本的代码,对于许多应用程序或许多web应用程序的学生和开发人员来说非常简单和重要;
- 2022-02-21 01:01:48下载
- 积分:1
-
IP地址查找主机名
IP地址查找主机名-IP address lookup hostname
- 2022-10-20 21:20:03下载
- 积分:1
-
学习如何将程序托盘的小程序,很实用,简单。
学习如何将程序托盘的小程序,很实用,简单。-Learn how to program a small procedure trays, it is practical, simple.
- 2022-12-06 03:30:03下载
- 积分:1
-
安装程序源代码。实现了由资源文件分离出待安装的文件,复制到目标机上。参考它,可以作出非常专业的安装程序。
安装程序源代码。实现了由资源文件分离出待安装的文件,复制到目标机上。参考它,可以作出非常专业的安装程序。-installation program source code. Achieved the resource documents to be isolated from the installation documents, copied to the target machine. Refer to it, can make a very professional setup program.
- 2022-05-05 23:34:37下载
- 积分:1
-
Plane on a given n points, find one of a pair of points, making the composition...
给定平面上的n个点,找其中的一对点,使得在n个点组成的所有点对中,该点对间的距离最小。-Plane on a given n points, find one of a pair of points, making the composition of the n points of all points, the distance between points on the smallest.
- 2022-05-08 20:36:35下载
- 积分:1
-
算法实现题2
算法实现题2-3 邮局选址问题
« 问题描述:
在一个按照东西和南北方向划分成规整街区的城市里,n个居民点散乱地分布在不同的
街区中。用x 坐标表示东西向,用y坐标表示南北向。各居民点的位置可以由坐标(x,y)表示。
街区中任意2 点(x1,y1)和(x2,y2)之间的距离可以用数值|x1-x2|+|y1-y2|度量。
居民们希望在城市中选择建立邮局的最佳位置,使n个居民点到邮局的距离总和最小。
« 编程任务:
给定n 个居民点的位置,编程计算n 个居民点到邮局的距离总和的最小值。
« 数据输入:
由文件input.txt 提供输入数据。文件的第1 行是居民点数n,1£ n£ 10000。接下来n 行
是居民点的位置,每行2 个整数x 和y,-10000£ x,y£ 10000。
« 结果输出:
程序运行结束时,将计算结果输出到文件output.txt 中。文件的第1 行中的数是n 个居
民点到邮局的距离总和的最小值。
输入文件示例 输出文件示例
input.txt output.txt
5
1 2
2 2
1 3
3 -2
3 3
10
- 2022-08-26 13:24:17下载
- 积分:1
-
Visual C++ 6.0 example, to read the registry information of the file extension a...
Visual C++ 6.0 例子,读取注册表中文件扩展名的信息并用默认打开方式打开它。-Visual C++ 6.0 example, to read the registry information of the file extension and open it by default.
- 2022-02-21 09:41:24下载
- 积分:1
-
棋牌游戏代码
百人押宝+机器人+控制 前台c++启动顺序一定要安装 先启动协调服务器,再启动游戏服务(也就是房间),一个运行的游戏服务只能表示一个房间,最后启动登陆服务器1. 房间名字:该房间在游戏客户端显示的名字。2. 游戏类型:一般使用默认类型即可。代表改房间的游戏性质。建议:使用默认设置
- 2022-09-16 23:35:04下载
- 积分:1