-
关于支撑向量机的代码实现方式
关于支撑向量机的代码实现方式-on Support Vector Machine code Realization
- 2022-05-07 07:12:27下载
- 积分:1
-
inventory system for all stores in vb
inventory system for all stores in vb
- 2022-02-09 18:59:10下载
- 积分:1
-
孙鑫老师的VC++教程的光盘源代码,数写的很好,代码也很好,值得研究!第19章源程序!...
孙鑫老师的VC++教程的光盘源代码,数写的很好,代码也很好,值得研究!第19章源程序!-SUN Xin teachers VC++ Tutorial CD-ROM source code, written in a few very good, code is also good, worthy of study! Chapter 19 source code!
- 2022-03-06 13:43:14下载
- 积分:1
-
infix notation to postfix notation converter
- 2022-05-07 01:53:23下载
- 积分:1
-
用VB实现的internet连接向导
用VB实现的internet连接向导-VB internet Connection Wizard
- 2023-02-16 19:00:04下载
- 积分:1
-
实现录音过程microsoft.directsound使用例子
采用Microsoft.DirectSound实现的录音程序例-Realize the use of the recording process Microsoft.DirectSound Example
- 2023-06-12 19:30:04下载
- 积分: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
-
电脑快捷键大全,具体介绍了xp系统下的快捷应用.
电脑快捷键大全,具体介绍了xp系统下的快捷应用.-Computer shortcut keys Guinness, the specific system introduced xp shortcut application.
- 2022-12-05 16:30:03下载
- 积分:1
-
c++计算器头文件Windows中老的版本没有这个头文件
c++计算器头文件Windows中老的版本没有这个头文件-c++ calculator header files in older versions of Windows do not have this header file
- 2022-03-18 03:51:49下载
- 积分:1
-
简单贪吃蛇java程序
简单的java JFrame 贪吃蛇程序,
- 2022-04-12 09:57:06下载
- 积分:1