-
Paper bag test drive contains all the cases, divided into Vs2005 version and ver...
文件包里包含测试驱动的全部案例,分为Vs2005版和Vs2008版,主要是说明测试驱动的开发方法-Paper bag test drive contains all the cases, divided into Vs2005 version and version Vs2008, mainly that the test-driven development approach
- 2022-03-11 09:02:55下载
- 积分:1
-
介绍有限自动机原理的PPT,制作精良,推荐阅读
介绍有限自动机原理的PPT,制作精良,推荐阅读-a PPT about Finite Automata
- 2022-02-04 02:13:13下载
- 积分:1
-
Jilin University Experimental procedures Computer Graphics bezier curve drawing...
吉林大学计算机图形学的试验程序 bezier曲线的绘制方法-Jilin University Experimental procedures Computer Graphics bezier curve drawing method
- 2022-03-03 17:51:23下载
- 积分:1
-
网上当的程序,看后觉的还可以,可以使用
网上当的程序,看后觉的还可以,可以使用
-When the procedure online, look after, they can still sleep, you can use
- 2023-04-09 13:45:03下载
- 积分:1
-
简单的程序代码,将中缀表达式到后缀表达式
首先,您可以输入中缀符号(使用韩语消息)
- 2023-07-14 01:05:04下载
- 积分:1
-
wince下文件对话框的使用 用evc 不要用vc
wince下文件对话框的使用 用evc 不要用vc-Nicholson File dialog with the use of AES will not use vc
- 2022-02-13 04:29:21下载
- 积分:1
-
Ajax+ASP.NET小巧高效的无刷新聊天室程序,没有使用数据库,而是使用新概念的Dictionary、LinkedList集合实现数据临时存储,运行后先随便...
Ajax+ASP.NET小巧高效的无刷新聊天室程序,没有使用数据库,而是使用新概念的Dictionary、LinkedList集合实现数据临时存储,运行后先随便输入一个昵称登陆,然后就进入了聊天室,请注意,发送消息时候没有提交按钮,直接按键盘回车键就可实现消息发送,测试时候打开两个浏览器,使用不同的昵称进入聊天室,效果更好。
-Ajax+ ASP.NET compact and efficient non-refresh chat room program, do not use databases, but the use of new concepts Dictionary, LinkedList collection of data temporary storage, run casually enter a nickname, after the first landing, and then entered the chat room, please Note that when there is no submit button to send the message, directly from the keyboard enter key to send the message can be achieved, the test time to open two browser, using a different nickname to enter chat rooms, better.
- 2023-03-31 16:55:03下载
- 积分: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
-
表达式计算器
能过分析表达式,然后计算结果
表达式计算器
能过分析表达式,然后计算结果-Expression can be analyzed expression calculator, and then calculated results
- 2022-03-07 16:02:06下载
- 积分:1
-
vc commonly used data format conversion, such as wchar_t, char*, CString, int, e...
vc中常用数据格式转换,如wchar_t,char*,CString,int等。-vc commonly used data format conversion, such as wchar_t, char*, CString, int, etc..
- 2023-01-12 13:25:03下载
- 积分:1