登录
首页 » Visual C++ » Multicast

Multicast

于 2021-01-28 发布 文件大小:25059KB
0 245
下载积分: 1 下载次数: 68

代码说明:

  使用vs2010工具,利用MFC,实现组播通信,只要加入了组,就可以实现通信,该软件还能显示组内成员用户名,IP。(Using vs2010 tools, the use of MFC, multicast communication, joined the group as long as you can communicate, the software can display the group members user name, IP.)

文件列表:

Multicast
.........\Debug
.........\.....\Multicast.exe,161792,2014-04-02
.........\.....\Multicast.ilk,1169992,2014-04-02
.........\.....\Multicast.pdb,5073920,2014-04-02
.........\ipch
.........\....\multicast-152fd2cc
.........\Multicast
.........\.........\Debug
.........\.........\.....\CL.read.1.tlog,200238,2014-04-02
.........\.........\.....\CL.write.1.tlog,4484,2014-04-02
.........\.........\.....\link-cvtres.read.1.tlog,2,2014-04-02
.........\.........\.....\link-cvtres.write.1.tlog,2,2014-04-02
.........\.........\.....\link.1312-cvtres.read.1.tlog,2,2014-04-02
.........\.........\.....\link.1312-cvtres.write.1.tlog,2,2014-04-02
.........\.........\.....\link.1312.read.1.tlog,2,2014-04-02
.........\.........\.....\link.1312.write.1.tlog,2,2014-04-02
.........\.........\.....\link.1696-cvtres.read.1.tlog,2,2014-04-02
.........\.........\.....\link.1696-cvtres.write.1.tlog,2,2014-04-02
.........\.........\.....\link.1696.read.1.tlog,2,2014-04-02
.........\.........\.....\link.1696.write.1.tlog,2,2014-04-02
.........\.........\.....\link.3996-cvtres.read.1.tlog,2,2014-04-02
.........\.........\.....\link.3996-cvtres.write.1.tlog,2,2014-04-02
.........\.........\.....\link.3996.read.1.tlog,2,2014-04-02
.........\.........\.....\link.3996.write.1.tlog,2,2014-04-02
.........\.........\.....\link.read.1.tlog,14886,2014-04-02
.........\.........\.....\link.write.1.tlog,3218,2014-04-02
.........\.........\.....\mt.read.1.tlog,2052,2014-04-10
.........\.........\.....\mt.write.1.tlog,486,2014-04-10
.........\.........\.....\Multicast.exe.embed.manifest,667,2014-03-22
.........\.........\.....\Multicast.exe.embed.manifest.res,732,2014-03-27
.........\.........\.....\Multicast.exe.intermediate.manifest,381,2014-04-02
.........\.........\.....\Multicast.lastbuildstate,56,2014-04-10
.........\.........\.....\Multicast.log,1165,2014-04-10
.........\.........\.....\Multicast.obj,30587,2014-04-02
.........\.........\.....\Multicast.pch,33816576,2014-03-27
.........\.........\.....\Multicast.res,70080,2014-04-02
.........\.........\.....\MulticastDlg.obj,66752,2014-04-02
.........\.........\.....\Multicast_manifest.rc,208,2014-03-22
.........\.........\.....\rc.read.1.tlog,10186,2014-04-02
.........\.........\.....\rc.write.1.tlog,1542,2014-04-02
.........\.........\.....\stdafx.obj,639089,2014-03-27
.........\.........\.....\vc100.idb,4516864,2014-04-02
.........\.........\.....\vc100.pdb,3469312,2014-04-02
.........\.........\Multicast.aps,106644,2014-04-02
.........\.........\Multicast.cpp,2032,2014-03-22
.........\.........\Multicast.h,460,2014-03-22
.........\.........\Multicast.rc,11710,2014-04-02
.........\.........\Multicast.vcxproj,5939,2014-03-22
.........\.........\Multicast.vcxproj.filters,2002,2014-03-22
.........\.........\Multicast.vcxproj.user,143,2014-03-22
.........\.........\MulticastDlg.cpp,9782,2014-04-02
.........\.........\MulticastDlg.h,1293,2014-03-31
.........\.........\ReadMe.txt,3179,2014-03-22
.........\.........\res

.........\.........\...\Multicast.rc2,674,2014-03-22
.........\.........\resource.h,2376,2014-04-02
.........\.........\stdafx.cpp,142,2014-03-22
.........\.........\stdafx.h,1632,2014-03-22
.........\.........\targetver.h,234,2014-03-22
.........\Multicast.sdf,66080768,2014-04-10
.........\Multicast.sln,894,2014-03-22

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

发表评论

0 个回复

  • messge_face
    vc 制作 MSN、QQ 的消息提示窗口 - 源代码(vc making MSN, QQ messages sent to the window- source code)
    2011-07-03 08:50:27下载
    积分:1
  • main
    double linked list.vcproj
    2009-12-17 06:45:43下载
    积分:1
  • Interpolation-Technique-for-WZVC
    The manuscript describes performance comparison of nearest-neighbor interpolation and bilinear to reduce the complexity of decoder WZVC.
    2013-10-03 21:35:41下载
    积分:1
  • CopyQQ2
    仿造QQ写的一个聊天程序,用于学习网络编程, 熟悉网络编程的知识(Fake QQ write a chat program for learning network programming)
    2012-05-15 14:55:14下载
    积分:1
  • winiosendkey
    使用winio文件全局发送键值,可在程序中模拟键盘输入。(Use the WINIO file global send keys, can simulate keyboard input in the program.)
    2014-11-10 14:58:34下载
    积分:1
  • Effective-CPP
    Effective C++ 非常经典的C++书籍,基本上学C++的人没有不知道这本书的。书中介绍了55个准则,每一条准则描述一个编写出更好的C++的方式。(Effective C++ is the classic C++ books, basically learning C++, people do not know this book. The book describes 55 guidelines, each guideline describes a write better C++ way.)
    2011-05-16 23:56:33下载
    积分:1
  • disable_alt_tab
    Disable alt-tab组合键(Disalbe alt-tab combined key)
    2020-07-01 00:40:02下载
    积分:1
  • SSD5Ex2
    ssd5 exercise 2 answer.
    2013-09-19 15:57:14下载
    积分:1
  • FilterBank
    this is the file to develop for
    2013-01-31 20:25:35下载
    积分:1
  • GasStation
    说明:  VC++ 写的中小型加油站管理系统,MSSQL2000+触发器,含创库脚本和数据库文件。   系统完成八大功能:工作人员管理、油库信息管理、油品类型管理、会员管理、添加进货记录、添加销售记录、库存查询、帐目管理。   附加数据库后在运行弹出的对话框中输入SQL连接信息,然后登录系统:登录编号2,密码000。 (VC++ to write the small and medium-sized gas station management system, MSSQL2000+ flip-flop, with a script library and database files. Eight functional systems: the work of personnel management, information management depots, oil type of management, membership management, add the stock records, add the sales records, inventory information, account management. Additional database after running the pop-up dialog box, type the SQL connection information, and then log on to the system: log number 2, the password 000.)
    2009-08-08 17:45:57下载
    积分:1
  • 696516资源总数
  • 106923会员总数
  • 0今日下载