登录
首页 » PPT » Coordinate-Conversion

Coordinate-Conversion

于 2015-03-31 发布 文件大小:942KB
0 290
下载积分: 1 下载次数: 10

代码说明:

  航迹关联之前必须对局部航迹数据进行坐标转换,此为坐标转换的详细介绍。(Must coordinate conversion before the data on the local track track association, this is a detailed description of coordinate transformation.)

文件列表:

Current User,71,2016-05-13
Pictures,559128,2016-05-13
PowerPoint Document,393438,2016-05-13
[5]DocumentSummaryInformation,556,2016-05-13
[5]SummaryInformation,512,2016-05-13

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 网络通讯中的加密技术SSL,本文档可以做初学教
    网络通讯中的加密技术SSL,本文档可以做初学教程-SSL from network data transfor ,this document for net program
    2022-08-31 12:40:03下载
    积分:1
  • you want simple access to their machines? Tcpip, then under the bar, guaranteed...
    你想简单的获得自己机器的tcpip吗,那就下这个吧,保证有好处,-you want simple access to their machines? Tcpip, then under the bar, guaranteed benefit,
    2022-08-03 17:59:30下载
    积分:1
  • Converts_url 到真实 ip 的主机名。
    曾经需要将主机名转换为 IP 号码吗?没有直接的例程中有可用德尔福为此但我们总是可以代码我们通过的方式 给你!anice 小程序对主机名转换为 url 到真正 ip.it 使用使用 TCP 套接字
    2022-08-05 12:10:15下载
    积分:1
  • 信使小精灵,是一个简易的聊天工具。主要是演示了网络的主要步骤。本序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘...
    信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。-messenger elf is a simple chat tools. A major demonstration is the main network programming steps. The programs use Packaging good libraries, makes application layer need not consider the network news is how it has been accepted and sent, and do not need sticky packets of data and packet loss of a thorn in hand, as long as you call the corresponding function on it. Functions well as your work. You only need to define its own agreement head and the structure of news, the definition of a good network news callback function on it.
    2022-01-26 00:49:46下载
    积分:1
  • YYSⅡ(媒体播放序) v1.0 YYSⅡ(媒体播放序) v1.0
    YYSⅡ(媒体播放程序) v1.0 YYSⅡ(媒体播放程序) v1.0-YYS II (media player) v1.0 YYS II (media player) v1.0
    2022-03-13 04:11:27下载
    积分:1
  • elsfk
    说明:  简单的VB小游戏,一个合集,包含了5个游戏的代码,大家可以下下来(Simple VB game, a collection contains five games of the code, you can down under)
    2008-11-10 20:21:25下载
    积分:1
  • Hit Testing Lines and Curves
    说明:  msdn 中关于利用鼠标点击直线进行选择的向量算法(Vector Algorithms for Selecting Straight Lines with Mouse Click in MSdn)
    2020-06-23 18:20:02下载
    积分:1
  • TDLee-Fieldtheory
    李政道先生写的场论书籍,很难找到的好书,值得一读(Books written by Mr. Li Zhengdao field theory, is difficult to find a good book worth reading)
    2013-03-16 11:31:37下载
    积分:1
  • 1 jq 2.5 version of wordpress theme
    wordpress 一个主题 jq 2.5版-1 jq 2.5 version of wordpress theme
    2022-03-21 19:42:17下载
    积分:1
  • 纯ALOHA协议 在该协议下,用户只要有帧产生,就会传送出去,发生冲突时,就等待一个随机时间后再重发。 所以对当前帧时,只有两种情况下可以发送成功:...
    纯ALOHA协议 在该协议下,用户只要有帧产生,就会传送出去,发生冲突时,就等待一个随机时间后再重发。 所以对当前帧时,只有两种情况下可以发送成功: 1)当前帧时只有一帧要发送,且当前帧时的前一帧时无帧发送; 2)当前帧时只有一帧要发送(发送时刻为t),且前一帧时的最后一帧的发送时间不在(t- FRAMETIME)~ t这段时间内。 其他情况下都会产生冲突。 发生冲突时,错误帧继续传送,用户重新发送帧,设定一个随机数Rt,将该帧添加到第Rt/ FRAMETIME帧时上去,并设该帧的相对时间为Rt% FRAMETIME。这样即相当于用户等待一随机时间后重发。 对每一帧时进行上述控制,最终可得到成功发送的次数Suc,将其除以Suc = Suc /ARRAYLENGTH即得平均每帧时发送成功的帧数。 对于不同G,得到不同FrameArray,所得的Suc也不同,用一个数组来保存G与Suc的对应关系,再将其画出来。 -pure ALOHA agreement under the agreement, as long as users have a frame, it will transmit out, conflict, will wait for a random period of time before re-issued. Therefore, the current frame, there are only two circumstances can this success : 1) the current frame only one to send, and the current frame before one-time frame sent; 2) the current frame only to send a (t this moment), but before a final of a transmission time not (t-FRAMETIME) ~ t this time. Other cases will have conflict. Conflict, to continue to disseminate the wrong frame, users re-sending fram
    2022-01-21 18:08:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载