登录
首页 » Visual C++ » Ais

Ais

于 2021-01-04 发布 文件大小:3929KB
0 99
下载积分: 1 下载次数: 401

代码说明:

  AIS数据解析程序,可以接收和发送AIS的信息。(AIS message program)

文件列表:

GNUAis
......\aclocal.m4,39763,2009-03-24
......\AUTHORS,171,2008-10-30
......\htm" target=_blank>ChangeLog,2335,2009-03-24
......\htm" target=_blank>compile,3707,2008-10-20
......\config.h.in,1664,2009-03-24
......\configure,201287,2009-03-24
......\configure.in,1692,2009-03-24
......\htm" target=_blank>COPYING,18002,2008-10-20
......\create_table.sql,759,2008-10-28
......\create_table.txt,374,2008-10-20
......\htm" target=_blank>depcomp,15936,2008-10-20
......\gnuais.conf-example,2133,2008-12-19
......\htm" target=_blank>INSTALL,9498,2008-10-20
......\htm" target=_blank>install-sh,9233,2008-10-20
......\Makefile.am,85,2008-12-19
......\Makefile.in,19117,2009-03-24
......\htm" target=_blank>missing,11014,2008-10-20
......\htm" target=_blank>NEWS,263,2008-12-21
......\htm" target=_blank>README,600,2008-10-20
......\src
......\...\ais.c,5662,2008-12-19
......\...\ais.h,88,2008-12-19
......\...\cache.c,5472,2008-12-19
......\...\cache.h,1885,2008-12-19
......\...\cfg.c,9485,2008-12-19
......\...\cfg.h,2414,2008-12-19
......\...\cfgfile.c,5307,2009-03-24
......\...\cfgfile.h,1369,2008-12-19
......\...\crc32.c,2470,2008-12-19
......\...\crc32.h,184,2008-12-19
......\...\filter-i386.h,7641,2008-12-19
......\...\filter.c,2343,2008-12-19
......\...\filter.h,1807,2008-12-19
......\...\gui
......\...\...\gui.c,18787,2008-10-28
......\...\...\Makefile.am,309,2008-10-20
......\...\...\Makefile.in,14699,2009-03-24
......\...\...\map.cbr,37,2008-10-20

......\...\...\htm" target=_blank>README,431,2008-10-20
......\...\...\waterford.cbr,40,2008-10-20
......\...\...\waterford.png
......\...\...\waterford2.cbr,39,2008-10-20

......\...\hlog.c,8488,2008-12-19
......\...\hlog.h,1776,2008-12-19
......\...\hmalloc.c,1884,2008-12-19
......\...\hmalloc.h,1175,2008-12-19
......\...\input.c,2986,2009-01-28
......\...\input.h,279,2008-12-19
......\...\Makefile.am,566,2009-03-24
......\...\Makefile.in,18653,2009-03-24
......\...\out_json.c,8849,2008-12-19
......\...\out_json.h,964,2008-12-19
......\...\out_mysql.c,6339,2009-03-24
......\...\out_mysql.h,1518,2008-12-19
......\...\protodec.c,15487,2009-03-24
......\...\protodec.h,1176,2009-03-24
......\...\receiver.c,3006,2008-12-19
......\...\receiver.h,509,2008-12-19
......\...\rwlock.c,7284,2008-12-19
......\...\rwlock.h,2499,2008-12-19
......\...\serial.c,2631,2008-12-19
......\...\serial.h,213,2008-12-19
......\...\splay.c,18928,2008-12-19
......\...\splay.h,3008,2008-12-19
......\...\spsymbol.c,4467,2008-12-19

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

发表评论

0 个回复

  • pingban
    平板层流问题计算以及同位网格上的SIMPLE算法(Tablet computing and laminar flow problems with the grid on the SIMPLE algorithm)
    2013-07-02 21:30:49下载
    积分:1
  • r3network
    在ring3下能开启、禁用网卡的示例程序。很好很强大。。。-_-#(Ring3 under the open, disable the network card of the sample programs. Very good very strong. . .-_-#)
    2008-05-19 18:08:32下载
    积分:1
  • BP_Algorithm
    说明:  BP神经网络算法 BP神经网络算法 BP神经网络算法(BP neural network algorithm BP neural network algorithm BP neural network algorithm)
    2021-02-16 12:59:47下载
    积分:1
  • client-server
    多协议文件传输c/s网络应用设计与实现,程序用 TCP/UDP 两个协议模拟多协议服务器。首先服务器端要将两种协议的套接字创建好,并且监听 TCP 端口的连接。必要时使用select函数来进行多连接处理和非阻塞处理。而客户端直接可以按照发送的地址和端口号来进行通讯。 首先要运行服务器端,服务器会监听 TCP 端口。然后运行客户端,根据事先设定好的 IP和端口,就可以进行连接传输数据了。 程序实现的关键步骤: 以TCP协议为例 服务器端: 1.创建套接字;2.绑定端口;3.进入无穷的循环;4.接收请求;5.处理请求;6.应答。 客户端: 1.找到服务器的IP地址和协议的端口号;2.创建套接字;3.确定连接需要任意的,没有使用的端口号允许TCP去选择一个;4.将套接字和服务器连接;5.使用应用层协议和服务器交互;6.关闭连接。 (Multi-protocol file transfer c/s network application design and implementation of programs simulate multi-protocol server with TCP/UDP both protocols. First socket server to create a good two protocols, TCP port and listens for connections. If necessary, use the function to handle multiple connections and non-blocking treatment. And the client can follow directly address and port number to communicate. First run on the server side, the server listens on TCP port. Then run the client, according to pre-configured IP and port, you can connect the data transmission. The key step program implementation: In TCP protocol as an example Service-Terminal: 1. Create a socket 2 bound port 3 enter an infinite loop 4. receiving a request 5. processing requests 6 response. Clients: 1. Locate the server s IP address and protocol port number 2 creates a socket 3 connections need to determine arbitrary, unused port allows TCP to choose a 4 and the socket server connections 5 using appli)
    2016-07-11 10:19:07下载
    积分:1
  • sjx
    一般地,把三角形的三个角A,B,C和它们的对边a,b,c叫做三角形的元素。已知三角形的几个元素求其他元素的过程叫做解三角形。解三角形,常用到正弦定理和余弦定理和面积公式等。正弦定理a/sinA=b/sinB=c/sinC=2R(2R在同一个三角形中是恒(The Triangle software, wrote)
    2015-05-09 18:15:28下载
    积分:1
  • PowerfulMailSystem
    强大的C++邮件服务器系统...不可多得.(Strong C++ mail server system ... rare.)
    2010-05-12 15:19:48下载
    积分:1
  • memcached-1.4.10-for-Window
    memcached-1.4.10 for Window
    2012-09-13 14:59:17下载
    积分:1
  • BFS-v1.1
    这是我写的人工智能的九宫问题,用广度优先搜索实现,效率不高。(This is my problem writing artificial intelligence Nine-palace, with breadth-first search to achieve efficiency is not high.)
    2011-05-27 13:20:23下载
    积分:1
  • wlcg
    基于蚁群算法的配电网重构程序,花了我好长时间编的(Ant colony algorithm based distribution network reconfiguration process, it took me a long time series of the)
    2011-05-27 11:06:42下载
    积分:1
  • jdj
    佳点集算法测试一标准函数,理解普通的遗传算法和佳点集遗传算法的基本思想和不同点(Good Point Set Algorithm for testing a standard function, the general understanding of the genetic algorithm and good point set genetic algorithm s basic ideas and different points)
    2008-04-23 22:16:11下载
    积分:1
  • 696516资源总数
  • 106442会员总数
  • 11今日下载