-
Amount in the amount converted to uppercase, lowercase yuan at its input the amo...
小写金额转换为大写金额,在其输入小写的人民币金额,在下面的文本框中就能转化为对应的大写金额。-Amount in the amount converted to uppercase, lowercase yuan at its input the amount, in the text box below can be converted into the corresponding amount of capital.
- 2022-12-16 20:00:03下载
- 积分:1
-
HLSL_shadow是一个HLSL的shadowmap源码
HLSL_shadow是一个HLSL的shadowmap源码-HLSL_shadow is a HLSL source of shadowmap
- 2023-06-28 18:35:04下载
- 积分:1
-
开源的压缩软件,效率高速度快,非常值得学习
开源的压缩软件,效率高速度快,非常值得学习-Open source compression software, the efficiency of high-speed fast, very worthy of study
- 2022-01-28 18:57:03下载
- 积分:1
-
E-UTRAN Architecture description-Architecture description
- 2022-03-21 06:03:32下载
- 积分:1
-
dicom3tools DICOM工具工具DICOM编程有趣
dicom3tools dicom tools great tools for dicom programing interesting one
- 2022-07-18 03:44:55下载
- 积分:1
-
it is design pattern sample for spring dotnet framework.
it is design pattern sample for spring dotnet framework.
- 2022-09-05 01:20:03下载
- 积分:1
-
use vb write, there are certain problems, it needs its own sound
使用vb写的,还有一定问题,需要自己完善-use vb write, there are certain problems, it needs its own sound
- 2022-01-26 01:45:14下载
- 积分:1
-
非递归创建二叉树.并且用非递归算法实现对二叉树的前序、中序、后序和广度遍历。
实现语言:C...
非递归创建二叉树.并且用非递归算法实现对二叉树的前序、中序、后序和广度遍历。
实现语言:C-Create a binary tree non-recursive. And the use of non-recursive algorithm for binary tree of the former order, in sequence, after the traversal sequence and breadth. Implementation language: C
- 2023-06-11 00:20:02下载
- 积分:1
-
三星S3C2443数据手册
与 BSP ,与 SCH, 构成了S3C2443的完整资料。...
三星S3C2443数据手册
与 BSP ,与 SCH, 构成了S3C2443的完整资料。-Samsung S3C2443 Data Sheet with the BSP, and SCH, constitute the complete information S3C2443.
- 2022-01-22 11:10:45下载
- 积分: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