• 大小: 2.1MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-10
  • 语言: 其他
  • 标签: C语言  Ethernet帧  

资源简介

计算机网络 模拟Ethernet帧的发送过程

资源截图

代码片段和文件信息

/*
// Sendframe.cpp : Defines the entry point for the console application.
//

#include “stdafx.h“
#include “Sendframe.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// The one and only application object
IEEE802.3 CSMA/CD 
总线型传输控制协议
模拟Ethernet发送过程
创建:2016.09.30
最后一次修改:2016.10.13
*/
#include “stdafx.h“
#include “Sendframe.h“
#include 


#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE

static char THIS_FILE[] = __FILE__;
#endif


//定义线程与共享内存
CWinThread *thread1 *thread2;
DWORD ID1 ID2 Bus = 0; //初始化共享内存
UINT aThread(LPVOID pParam); //线程a\b代表主机a\b
UINT bThread(LPVOID pParam);

using namespace std;

//#pra

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      98363  2016-10-16 23:00  Sendframe\Debug\Sendframe.exe

     文件      75248  2016-10-16 23:00  Sendframe\Debug\Sendframe.ilk

     文件      10253  2016-10-16 23:00  Sendframe\Debug\Sendframe.obj

     文件    7749828  2016-10-16 00:18  Sendframe\Debug\Sendframe.pch

     文件     287744  2016-10-16 23:00  Sendframe\Debug\Sendframe.pdb

     文件        128  2016-10-16 00:18  Sendframe\Debug\Sendframe.res

     文件     115105  2016-10-16 00:18  Sendframe\Debug\StdAfx.obj

     文件     254976  2016-10-16 23:00  Sendframe\Debug\vc60.idb

     文件     438272  2016-10-16 23:00  Sendframe\Debug\vc60.pdb

     文件       1626  2016-10-16 00:17  Sendframe\ReadMe.txt

     文件        450  2016-10-16 00:17  Sendframe\Resource.h

     文件      16972  2016-10-16 00:18  Sendframe\Sendframe.aps

     文件        246  2016-10-16 00:17  Sendframe\Sendframe.clw

     文件       3694  2016-10-16 00:21  Sendframe\Sendframe.cpp

     文件       4322  2016-10-16 00:17  Sendframe\Sendframe.dsp

     文件        524  2016-10-16 00:17  Sendframe\Sendframe.dsw

     文件        335  2016-10-16 00:17  Sendframe\Sendframe.h

     文件      50176  2016-11-17 21:09  Sendframe\Sendframe.ncb

     文件      48640  2016-11-17 21:09  Sendframe\Sendframe.opt

     文件       1271  2016-10-16 23:00  Sendframe\Sendframe.plg

     文件       1457  2016-10-16 00:17  Sendframe\Sendframe.rc

     文件        296  2016-10-16 00:17  Sendframe\StdAfx.cpp

     文件       1106  2016-10-16 00:17  Sendframe\StdAfx.h

     目录          0  2016-10-16 23:00  Sendframe\Debug

     目录          0  2016-11-17 21:09  Sendframe

----------- ---------  ---------- -----  ----

              9161032                    25


评论

共有 条评论