-
显示软件的阿什维尼雷达
typedef 结构 _Timestamp
{
无符号短时间 ;
无符号短分钟 ;
无符号短秒 ;
无符号的短毫秒为单位) ;
} S_Timestamp ;
typedef 结构 _PrimaryReports
{
无符号短 messageHeader ;//33031
无符号短 rangeSpread ;
无符号短 azimuthSpread ;
无符号短 filterNumber ;
浮动范围 ;
浮法方位 ;
浮法高程 ;
浮法 multipleElevation [3] ;
浮法强度 ;
} S_PrimaryReport ;
typedef 结构 _PrimaryReportsPerCpi
{
无符号短 messageHeader ;/ / 34952
无符号短 numberOfReports ;
无符号短 cpiNumber ;
无符号的短保留 ;
//float 纬度 ;
//float 经度 ;
S_Timestamp 时间戳 ;
S_PrimaryReport primaryReports [MAX_PRIMARY_REPORTS_PER_CPI] ;
} S_PrimaryReportsPerCpi ;
DetectionDataInterface.MultiCastInit("225.0.0.1",44902) ;
- 2023-05-06 06:10:02下载
- 积分:1
-
石器时代的代码
Stoneage code
C++ code
china code
- 2022-01-26 02:02:33下载
- 积分:1
-
Socket通信示例
一次.net Socket UDP编程
最近想写一个网络服务器端的程序,想看看在大量客户端数下程序的运行情况。于是对.net 的Socket编程进行了一些研究,发现.net 3.5 里SocketAsyncEventArgs 是基于IOCP实现。MSDN上有相关的示例,但它是基于TCP协议的,而我想要的是基于UDP协议的。网上很难找到基于UDP协议的SocketAsyncEventArgs示例(UDP需要用IOCP吗?),于是决定自己写一个基于UDP协议的示例,看看它在和大量客户端通讯时的运行情况。
程序分为服务器端和客户端,它们使用UDP协议进行通讯。众所周知UDP是无连接的,可我又想计算出有多少客户端和服务器通信,其中又有多少是新的客户端。所以设计让服务器端程序绑定两个端口。一个端口专门用于接收客户端第一次发送过来的数据包;另一个端口负责和已经接入的客户端进行通讯(是不是有点像TCP的接入,例子本身也在模仿Tcp编程)。客户端比较简单让它生成足够多的Socket,然后不断的向服务器端发送数据包即可。
- 2022-08-17 12:38:18下载
- 积分:1
-
国外网站下载的,自制用LCD可以显示电脑信息,如CPU使用情况,内存,支持Wamap,Mp3播放信息显示,自己可以加载插件,编程等...
国外网站下载的,自制用LCD可以显示电脑信息,如CPU使用情况,内存,支持Wamap,Mp3播放信息显示,自己可以加载插件,编程等-Downloaded from the web sites of foreign-made computer with LCD can display information such as CPU usage, memory, support Wamap, Mp3 player information indicating that they are able to load plug-ins, programming, etc.
- 2022-06-16 20:34:12下载
- 积分:1
-
demo the xg1cc graphics , which is based on VC++ programming
用VC++编写的用以显示xg1cc分形图的小程序-demo the xg1cc graphics , which is based on VC++ programming
- 2023-03-19 12:15:03下载
- 积分:1
-
生成沃尔什
Generates the Walsh-Hadamard codes and checks orthogonality
- 2022-01-26 03:46:48下载
- 积分:1
-
C++写的hilbert变换类
支持2^N的正方形图像
C++写的hilbert变换类
支持2^N的正方形图像-C++ to write the type of support the hilbert transform of 2 ^ N square image
- 2022-03-06 15:18:18下载
- 积分:1
-
探索构造法
探索构造法-Explore the construction method
- 2022-07-12 10:59:53下载
- 积分:1
-
黑白道小游戏,源代码,大家互相学习一下。
黑白道小游戏,源代码,大家互相学习一下。-Black and White Road, a small game, source code, we learn from each other about.
- 2022-02-28 09:55:25下载
- 积分:1
-
这是罗斌编写的VC2005编程技巧大全的源代码(1)。
这是罗斌编写的VC2005编程技巧大全的源代码(1)。-This is a Luo VC2005 prepared programming skills Guinness source code (1).
- 2022-08-21 07:01:54下载
- 积分:1