登录
首页 » Visual C++ » goose

goose

于 2020-12-25 发布 文件大小:89KB
0 383
下载积分: 1 下载次数: 174

代码说明:

  利用vc编写的基于Goose报文的通信程序,在此程序中可对所发送的报文进行设定。(Goose vc prepared based on the use of packet communication program, in this procedure can send packets to the set.)

文件列表:

Include
.......\bittypes.h,3928,2007-09-27
.......\ip6_misc.h,5615,2006-01-22
.......\Packet32.h,16965,2010-07-02
.......\pcap
.......\....\bluetooth.h,2016,2007-09-21
.......\....\bpf.h,29111,2008-10-10
.......\....\namedb.h,3421,2006-10-04
.......\....\pcap.h,14058,2008-12-23
.......\....\sll.h,5567,2008-08-31
.......\....\usb.h,2925,2007-09-21
.......\....\vlan.h,2155,2008-08-05
.......\pcap-bpf.h,2393,2007-04-01
.......\pcap-namedb.h,2125,2006-10-04
.......\pcap-stdinc.h,2803,2010-07-01
.......\pcap.h,2320,2006-10-04
.......\remote-ext.h,14945,2008-12-23
.......\Win32-Extensions.h,4033,2006-08-09
Lib
...\libpacket.a,20822,2008-12-23
...\libwpcap.a,53028,2008-12-23
...\Packet.lib,8450,2008-12-23
...\wpcap.lib,18882,2008-12-23
...\x64
...\...\Packet.lib,8290,2008-12-23
...\...\wpcap.lib,18466,2008-12-23
SendGoose
.........\ReadMe.txt,1195,2010-07-22
.........\sendgoose.c,3672,2010-07-22
.........\SendGoose.cpp,138,2010-07-22
.........\SendGoose.vcproj,3946,2010-07-22
.........\SendGoose.vcproj.JIANGGS.Administrator.user,1411,2010-07-23
.........\SendGoose.vcproj.WEBSTAR.wangwang.user,1411,2010-07-23
.........\stdafx.cpp,214,2010-07-22
.........\targetver.h,498,2010-07-22
SendSmv92
.........\ReadMe.txt,1195,2010-07-22
.........\sendsmv92.c,3682,2010-07-22
.........\SendSmv92.vcproj,3806,2010-07-22
.........\SendSmv92.vcproj.JIANGGS.Administrator.user,1411,2010-07-23
.........\SendSmv92.vcproj.WEBSTAR.wangwang.user,1411,2010-07-23
.........\stdafx.cpp,214,2010-07-22
.........\stdafx.h,233,2010-07-22
.........\targetver.h,498,2010-07-22
TestGoose
.........\ReadMe.txt,1195,2010-07-07
.........\stdafx.cpp,214,2010-07-07
.........\stdafx.h,233,2010-07-07
.........\targetver.h,498,2010-07-07
.........\TestGoose.c,15974,2010-07-16
.........\TestGoose.vcproj,3865,2010-07-22
.........\TestGoose.vcproj.JIANGGS.Administrator.user,1411,2010-07-23
.........\TestGoose.vcproj.WEBSTAR.wangwang.user,1411,2010-07-23
TestSmv92
.........\ReadMe.txt,1195,2010-07-21
.........\stdafx.cpp,214,2010-07-21
.........\stdafx.h,233,2010-07-21
.........\targetver.h,498,2010-07-21
.........\TestSmv92.c,17702,2010-07-22
.........\TestSmv92.cpp,17393,2010-07-21
.........\TestSmv92.vcproj,3865,2010-07-22
.........\TestSmv92.vcproj.JIANGGS.Administrator.user,1411,2010-07-23
.........\TestSmv92.vcproj.WEBSTAR.wangwang.user,1411,2010-07-23

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

发表评论

0 个回复

  • IEC103
    关好电力规约IEC103的编程流程图.()
    2007-09-19 17:34:02下载
    积分:1
  • AD1
    利用数据板卡进行数据采集,利用半满的方式将模拟量转换成数字量(Data card for data acquisition, the use of half-full way to convert analog into digital)
    2012-06-19 12:52:38下载
    积分:1
  • Test_Parl
    使用VC对并口进行访问和控制的VC程序示例,该程序完全用API完成(parallel to the use of VC visit and control procedures VC example, the procedure is totally complete with API)
    2005-06-01 20:55:03下载
    积分:1
  • PbxDemo
    东进多媒体交换机实用程序可实现呼叫中心功能(交换机实用程序可实现呼叫中心功能)
    2010-03-02 15:28:22下载
    积分:1
  • VCPP
    实验了界面组态和串口通信,完成了界面显示,通过串口变化功能(Experimental interface configuration and serial communication, completed through the serial interface display change function)
    2013-03-15 22:46:42下载
    积分:1
  • FOCS
    《光通信系统》的电子文档,对于学习光纤通信的人有很大的帮助。(The optical communication system, "the electronic document, for learning optical fiber has a lot of help.)
    2011-09-20 16:41:51下载
    积分:1
  • Blind
    volterra 系统的盲辨识,高阶统计随机输入(Blind Identification of Second Order Volterra SystemsWith Complex Random Inputs Using Higher Order Cumulants)
    2016-08-01 09:21:30下载
    积分:1
  • opnet
    OPNET上实现的原码,与卫星通信有关,有兴趣的可以下载(OPNET to achieve the original code, relating to satellite communications, are interested in can be downloaded)
    2021-03-09 16:09:27下载
    积分:1
  • gest
    void swap1(int x, int y) //值传递 void swap2(int *px, int *py) //指针传递 void swap3(int &x, int &y) //引用传递 的使用(void swap1(int x, int y) //值传递 void swap2(int*px, int*py) //指针传递 void swap3(int &x, int &y) //引用传递 的使用)
    2012-04-30 16:41:44下载
    积分:1
  • BPSK
    BER for BPSK in ISI channel with Zero Forcing equalization
    2009-12-12 17:23:58下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载