-
vc.net write the dynamic process of small mouse, the mouse showed that you no lo...
vc.net写的动态鼠标的小程序,使你的鼠标显示不再枯燥-vc.net write the dynamic process of small mouse, the mouse showed that you no longer boring
- 2022-03-11 08:48:43下载
- 积分:1
-
网络协议规范大全
在网络的各层中存在着许多协议,它是定义通过网络进行通信的规则,接收方的发送方同层的协议必须一致,否则一方将无法识别另一方发出的信息,以这种...
网络协议规范大全
在网络的各层中存在着许多协议,它是定义通过网络进行通信的规则,接收方的发送方同层的协议必须一致,否则一方将无法识别另一方发出的信息,以这种规则规定双方完成信息在计算机之间的传送过程。下面就对网络协议规范作个概述。
-Network protocol specification Daquan, the network, there are many layers in the protocol, which is to define the rules of communication through the network, the receiver of the sender on the same floor of the agreement must be consistent, otherwise the party will not recognize the other party" s message based on this two kinds of rules to complete information in the process of transmission between computers. Here" s right to give an overview of the network protocol specification.
- 2022-02-14 18:05:44下载
- 积分:1
-
计算器 类似于windows自带 mfc编写
计算器 类似于windows自带 mfc编写-Preparation is similar to windows own calculator mfc
- 2022-08-17 08:26:34下载
- 积分:1
-
类似msn的弹出窗口
类似msn的弹出窗口-msn similar to the pop-up window
- 2023-09-06 11:50:04下载
- 积分:1
-
to two
将2维数组映射成一维数组处理,能够动态开辟二维数组空间,运算符重载过-to two-dimensional arrays into one-dimensional mapping array processing, dynamic open to two-dimensional arrays of space, too Operator
- 2022-03-10 20:50:51下载
- 积分:1
-
6b33a0 init
6B33A0 INIT
- 2022-02-12 05:06:33下载
- 积分:1
-
Darwin Streaming Server
对于并发量并不大而且对性能要求不是很高的流媒体传输模块,live555还是很好的选择,下面说一下我所实现的流媒体代理服务器(目前只能实现对H264单视频的转发)
代理转发主要分为对RTSP的转发与对RTP的转发(没有实现对rtcp的转发),尽量做到不破坏原有程序框架,所以还是要将整个代理过程融合于ServerMediaSubsession、Source、Sink的循环中,按照流程,RTSP OPTIONS不是必需进行转发,直接转到DESCRIBE的转发过程。
- 2023-05-05 17:00:07下载
- 积分:1
-
SSL协议的C语言实现
SSL协议的C语言实现-SSL protocol C Language
- 2022-03-20 10:26:34下载
- 积分: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语言开发小型系统
C源代码 帮助新手熟悉用C语言开发小型系统-C source code to help newcomers familiar with the C language development of small systems
- 2023-08-20 04:55:02下载
- 积分:1