-
这是一个 模拟的代码编辑器,对所有的vc 的 关键字 都有 着色功能...
这是一个 模拟的代码编辑器,对所有的vc 的 关键字 都有 着色功能-This is a simulation of the code editor for all of the vc keywords are coloring function
- 2022-03-05 00:08:04下载
- 积分:1
-
using_flash_glut.zip
using_flash_glut.zip
- 2023-04-23 04:10:03下载
- 积分:1
-
钱能C++程序设计教程第二版 十分牛叉的一本书 推荐想学好C++的朋友一定不要错过...
钱能C++程序设计教程第二版 十分牛叉的一本书 推荐想学好C++的朋友一定不要错过-Money can C++ Programming Tutorial second edition of the great cattle fork recommend a book you want to learn C++, a friend must not miss the
- 2022-05-07 00:41:18下载
- 积分: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
-
C#发送邮件
利用C#MAil库发送邮件信息,发送邮件时需开启邮箱的SMTP服务,才能成功发送,具体代码看下就知道了。
- 2023-07-19 13:50:02下载
- 积分:1
-
软件自动升级
软件自动升级程序-automatic software upgrade
- 2022-02-16 08:58:50下载
- 积分:1
-
演示3D魔方的运行机制,
演示3D魔方的运行机制,-3D Rubik" s cube demo operation mechanism. . . . . . . . . . .
- 2022-03-15 19:25:12下载
- 积分:1
-
Lines.NET
Pocket PC上的一款逻辑游戏源代码
Lines.NET
Pocket PC上的一款逻辑游戏源代码-Lines.NET
Pocket PC on a logic game source code
- 2022-08-02 21:41:22下载
- 积分:1
-
cop2000上实现的乘法系统,很有用的东西。
cop2000上实现的乘法系统,很有用的东西。-cop2000 achieve the multiplication system, useful things.
- 2022-01-20 22:51:21下载
- 积分:1
-
这是一个automation server 和 client 的演示程序
多个client 可以共享 server 进程
首先用ms vc++ ....
这是一个automation server 和 client 的演示程序
多个client 可以共享 server 进程
首先用ms vc++ .net 编译代码, 再运行 TestAutomation3.exe (server)
然后可以运行多个 TestAutomation2.exe (client)
单击 TestAutomation2 可以调用 TestAutomation3 中的方法和参数
-This is an automation server and client demonstration program over cl ient can share server process first used ms vc. net compiled code, re-running TestAutomation3.exe (server) can then be run multiple Te stAutomation2.exe (client) Click TestAutomatio n2 TestAutomation3 can call the method and parameters
- 2022-02-20 22:07:03下载
- 积分:1