登录
首页 » C# » AIS-Simulator

AIS-Simulator

于 2021-03-15 发布 文件大小:121KB
0 211
下载积分: 1 下载次数: 16

代码说明:

  this is test version for ais simulator.

文件列表:

AIS Simulator
.............\AIS Simulator.csproj,3896,2012-09-27
.............\bin
.............\...\Debug
.............\...\.....\AIS Simulator.exe,18432,2012-09-27
.............\...\.....\AIS Simulator.pdb,40448,2012-09-27
.............\...\.....\AIS Simulator.vshost.exe,11600,2012-09-27
.............\...\.....\AsyncSocket.dll,19968,2012-08-06
.............\...\.....\ERR
.............\...\.....\...\20120927.log,28993,2012-09-27
.............\...\.....\LOG
.............\...\.....\...\20120927.log,10860,2012-09-27
.............\...\Release
.............\...\.......\AIS Simulator.exe,17920,2012-09-27
.............\...\.......\AIS Simulator.pdb,38400,2012-09-27
.............\...\.......\AIS Simulator.vshost.exe,11600,2012-09-27
.............\...\.......\AIS Simulator.vshost.exe.manifest,490,2010-03-17
.............\...\.......\AsyncSocket.dll,19968,2012-08-06
.............\...\.......\ERR
.............\...\.......\...\20120927.log,9273,2012-09-27
.............\...\.......\LOG
.............\...\.......\...\20120927.log,3990,2012-09-27
.............\MainForm.cs,8621,2012-09-27
.............\MainForm.Designer.cs,12221,2012-09-27
.............\MainForm.resx,5817,2012-09-27
.............\myAISData.cs,788,2012-09-27
.............\myLogManager.cs,2420,2012-09-27
.............\obj
.............\...\x86
.............\...\...\Debug
.............\...\...\.....\AIS Simulator.csproj.FileListAbsolute.txt,870,2012-09-27
.............\...\...\.....\AIS Simulator.csproj.GenerateResource.Cache,1036,2012-09-27
.............\...\...\.....\AIS Simulator.csprojResolveAssemblyReference.cache,12177,2012-09-27
.............\...\...\.....\AIS Simulator.exe,18432,2012-09-27
.............\...\...\.....\AIS Simulator.pdb,40448,2012-09-27
.............\...\...\.....\AIS_Simulator.MainForm.resources,180,2012-09-27
.............\...\...\.....\AIS_Simulator.Properties.Resources.resources,180,2012-09-27
.............\...\...\.....\DesignTimeResolveAssemblyReferences.cache,2867,2012-09-27
.............\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,6403,2012-09-27
.............\...\...\.....\TempPE
.............\...\...\Release
.............\...\...\.......\AIS Simulator.csproj.FileListAbsolute.txt,766,2012-09-27
.............\...\...\.......\AIS Simulator.csproj.GenerateResource.Cache,978,2012-09-27
.............\...\...\.......\AIS Simulator.exe,17920,2012-09-27
.............\...\...\.......\AIS Simulator.pdb,38400,2012-09-27
.............\...\...\.......\AIS_Simulator.MainForm.resources,180,2012-09-27
.............\...\...\.......\AIS_Simulator.Properties.Resources.resources,180,2012-09-27
.............\...\...\.......\DesignTimeResolveAssemblyReferencesInput.cache,6407,2012-09-27
.............\...\...\.......\TempPE
.............\Program.cs,520,2012-09-27
.............\Properties
.............\..........\AssemblyInfo.cs,1549,2012-09-27
.............\..........\Resources.Designer.cs,3129,2012-09-27
.............\..........\Resources.resx,5612,2012-09-27
.............\..........\Settings.Designer.cs,1100,2012-09-27
.............\..........\Settings.settings,249,2012-09-27
AIS Simulator.sln,881,2012-09-27

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

发表评论

0 个回复

  • FFT
    说明:  傅里叶变换在信息处理应用中具有很实用的价值,而快速傅里叶变换,即FFT,是实用的计算算法。(Fourier transform has a very practical value in the application of information processing, and fast Fourier transform (FFT) is a practical calculation algorithm.)
    2020-09-26 08:44:19下载
    积分:1
  • CS_BarcodeSample1
    wince摩托罗拉PDA扫描程序源码,可以扫描一维和二维(Motorola PDA scan device code (can scan one and two dimensions))
    2017-05-26 12:11:16下载
    积分:1
  • 随笔画
    一个使用c语言编写的随笔画工具,使用graphics.h(A Sketch Tool Written in C Language)
    2020-06-17 18:20:02下载
    积分:1
  • SQL_ODBC
    利用vc++连接到ODBC数据库,进行信息的录入等等(Use vc++ to connect to an ODBC database, the information input, etc. )
    2011-12-12 09:58:42下载
    积分:1
  • 1stsrc
    说明:  闻亭 DSP 培训 第一天 作业 【源码】。(Wintech DSP training the first day of operation 【Source】.)
    2010-05-03 20:04:32下载
    积分:1
  • 基于VC++的包过滤防火墙
    说明:  本文先介绍了个人防火墙开发的研究现状、VC++6.0和MFC程序的一些技术特点,然后对基于包过滤个人防火墙的开发进行了详细的介绍和描述。通过本文可以清楚地看到一个普通个人防火墙的开发过程。本防火墙中,用户可以自行设定过滤规则,以达到对不同源和不同目标的IP地址、端口和协议的过滤。允许用户将当前规则保存为*.rul的文件格式,供下次使用时直接导入。 本防火墙由以下几个模块组成:过滤规则添加模块,过滤规则显示模块,过滤规则存储模块,文件储存模块,安装卸载规则模块,IP封包过滤驱动功能模块。用户只需要通过主界面菜单和按钮就可以灵活地操作防火墙,有效地保护Windows系统的安全。(This article first introduced the personal firewall development research present situation, VC++6.0 and MFC procedure some technical characteristics, then based on the packet filter personal firewall development carried on the detailed introduction and description.Through this article you can clearly see a common personal firewall development process.In this firewall, users can set their own filtering rules to achieve the filtering of IP addresses, ports and protocols for different sources and different targets.Allows the user to save the current rule as a *.rul file format for import next time. This firewall consists of the following modules: filter rules add module, filter rules display module, filter rules storage module, file storage module, installation and unloading rules module, IP packet filter driver function module.Users only need to through the main interface menu and buttons can be flexible operation of the firewall, effectively protect the security of the Windows system.)
    2020-07-08 14:28:57下载
    积分:1
  • BLDC-sensorless
    F28335型号 无刷直流电机无位置传感器控制程序,并使用速度闭环控制,效果还不错(F28335 Model brushless DC motor position sensor control procedures, and use closed loop speed control, the results were pretty good)
    2020-11-23 13:59:34下载
    积分:1
  • 31701012836
    C++编写的简单分数类(包含复制,约分,四则运算等)(Simple fraction classes written in C++ (including duplication, reduction, four operations, etc.))
    2019-06-11 12:01:16下载
    积分:1
  • 3D_TerrainV2.0
    3d与 vc opengl 的结合 ,对初学者的帮助应该很大(Vc opengl and 3d combination of help for beginners should be great)
    2008-07-30 21:45:14下载
    积分:1
  • Microsoft.Press.Code.Complete.Second.Edition
    这是一本百科全书式的软件构建手册,强调提高软件质量的种种实践方法,不过这个是英文版的,中文版太大了,上传不了,有需要的请联系我(This is an encyclopedic handbook of software construction, with emphasis on increasing the variety of software quality practices. But this is the English version, the Chinese version too, can upload, it is necessary to please Contact)
    2007-05-08 09:42:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载