资源简介

我写的一个UDP类,封装成DLL 或者作为一个类使用都可以,有两个(客服端 服务器端)测试程序。 收到数据启用回调函数作相应处理

资源截图

代码片段和文件信息

// stdafx.cpp : source file that includes just the standard includes
// udpClient.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information

#include “stdafx.h“

// TODO: reference any additional headers you need in STDAFX.H
// and not in this file

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

     文件     225332  2013-03-15 16:52  UDP 类\UDP 类\DLL2\Debug\DLL2.dll

     文件       3943  2013-03-15 16:46  UDP 类\UDP 类\DLL2\Debug\DLL2.exp

     文件     293728  2013-03-15 16:52  UDP 类\UDP 类\DLL2\Debug\DLL2.ilk

     文件       7500  2013-03-15 16:46  UDP 类\UDP 类\DLL2\Debug\DLL2.lib

     文件      29274  2013-03-15 16:52  UDP 类\UDP 类\DLL2\Debug\DLL2.obj

     文件    3745696  2013-03-15 16:52  UDP 类\UDP 类\DLL2\Debug\DLL2.pch

     文件     672768  2013-03-15 16:52  UDP 类\UDP 类\DLL2\Debug\DLL2.pdb

     文件     156672  2013-03-15 16:55  UDP 类\UDP 类\DLL2\Debug\vc60.idb

     文件      86016  2013-03-15 16:52  UDP 类\UDP 类\DLL2\Debug\vc60.pdb

     文件       6247  2013-03-17 14:08  UDP 类\UDP 类\DLL2\DLL2.CPP

     文件       4107  2013-03-15 16:41  UDP 类\UDP 类\DLL2\DLL2.dsp

     文件        533  2013-03-15 11:02  UDP 类\UDP 类\DLL2\DLL2.dsw

     文件       1363  2013-03-15 16:50  UDP 类\UDP 类\DLL2\DLL2.H

     文件      58368  2013-03-17 14:13  UDP 类\UDP 类\DLL2\DLL2.ncb

     文件      48640  2013-03-17 14:13  UDP 类\UDP 类\DLL2\DLL2.opt

     文件        242  2013-03-15 16:55  UDP 类\UDP 类\DLL2\DLL2.plg

     文件      27957  2013-03-17 15:13  UDP 类\测试程序\客户端\Debug\DLL2.obj

     文件       1896  2013-03-17 14:00  UDP 类\测试程序\客户端\Debug\StdAfx.obj

     文件     540726  2013-03-17 15:34  UDP 类\测试程序\客户端\Debug\udpClient.exe

     文件     799944  2013-03-17 15:34  UDP 类\测试程序\客户端\Debug\udpClient.ilk

     文件     186139  2013-03-17 15:34  UDP 类\测试程序\客户端\Debug\udpClient.obj

     文件     213872  2013-03-17 14:00  UDP 类\测试程序\客户端\Debug\udpClient.pch

     文件    1115136  2013-03-17 15:34  UDP 类\测试程序\客户端\Debug\udpClient.pdb

     文件     205824  2013-03-17 15:34  UDP 类\测试程序\客户端\Debug\vc60.idb

     文件     208896  2013-03-17 15:34  UDP 类\测试程序\客户端\Debug\vc60.pdb

     文件       6247  2013-03-17 15:13  UDP 类\测试程序\客户端\DLL2.CPP

     文件       1367  2013-03-17 15:13  UDP 类\测试程序\客户端\DLL2.H

     文件       1226  2013-03-17 13:59  UDP 类\测试程序\客户端\ReadMe.txt

     文件        296  2013-03-17 13:59  UDP 类\测试程序\客户端\StdAfx.cpp

     文件        769  2013-03-17 13:59  UDP 类\测试程序\客户端\StdAfx.h

............此处省略34个文件信息

评论

共有 条评论