登录
首页 » Visual C++ » Web-application-source-code

Web-application-source-code

于 2020-07-04 发布 文件大小:1476KB
0 165
下载积分: 1 下载次数: 3

代码说明:

  使用Visual C++ 或Visual Studio集成开发环境与Socket API,使用C++编程语言,设计并实现了一个简单的点对点的多线程网络聊天软件,使用多线程实现数据的收发(Using Visual c++ or Visual Studio integrated development environment and the Socket API, using c++ programming language, designed and implemented a simple point-to-point multi-threaded network chat software, using multi-threaded send and receive data )

文件列表:

Web application source code
...........................\MyChatClient
...........................\............\MyChatClient.cpp,2241,2009-11-21
...........................\............\MyChatClient.h,1390,2009-11-21
...........................\............\MyChatClientDlg.cpp,6408,2010-11-16
...........................\............\MyChatClientDlg.h,1609,2009-11-23
...........................\............\res


...........................\............\...\MyChatClient.rc2,404,2009-11-21
...........................\............\resource.h,1057,2009-11-23
...........................\............\StdAfx.cpp,214,2009-11-21
...........................\............\StdAfx.h,1102,2009-11-21
...........................\MyChatSer
...........................\.........\Debug
...........................\.........\.....\MyChatDlg.obj,42022,2013-05-14
...........................\.........\.....\MyChatDlg.pch,5141372,2013-05-14
...........................\.........\.....\MyChatDlg.pdb,25600,2013-05-14
...........................\.........\.....\vc60.idb,189440,2013-05-14
...........................\.........\.....\vc60.pdb,77824,2013-05-14
...........................\.........\MyChat.cpp,2157,2009-11-21
...........................\.........\MyChat.h,1324,2009-11-21
...........................\.........\MyChatDlg.cpp,6247,2010-11-16
...........................\.........\MyChatDlg.dsp,3437,2013-05-14
...........................\.........\MyChatDlg.dsw,526,2013-05-14
...........................\.........\MyChatDlg.h,1569,2010-11-16
...........................\.........\MyChatDlg.ncb,33792,2013-05-14
...........................\.........\MyChatDlg.opt,48640,2013-05-14
...........................\.........\MyChatDlg.plg,1591,2013-05-14
...........................\.........\res


...........................\.........\...\MyChatClient.rc2,404,2009-11-21
...........................\.........\resource.h,867,2009-11-23
...........................\.........\StdAfx.cpp,208,2009-11-21
...........................\.........\StdAfx.h,1127,2009-11-21

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

发表评论

0 个回复

  • Catch
    屏幕广播,在局域网内同段IP内进行屏幕广播和监控(Catch Computer desk)
    2013-11-08 09:23:45下载
    积分:1
  • huoqu
    说明:  获取本地计算机信息的小代码,比较简单,适合初学网络编程(a simple program of geting information from computer)
    2013-11-28 23:56:56下载
    积分:1
  • lyzz23
    本程序以动态的方式给对话框加载背景图,给人耳目一新的感觉()
    2018-04-28 12:12:12下载
    积分:1
  • DevSearch
    1.局域网内设备IP搜索 2.发送广播包出去,同时启动侦听接收 3.支持局域网内跨网断搜索(1.IP search in local network 2.send broadcast packet, and receive request 3.support different gateway.)
    2015-08-19 11:58:11下载
    积分:1
  • udprecvandsend
    UDP通讯的极品例程 包括服务器端和客户端(Need for UDP communication routines, including server-side and client)
    2008-05-09 11:43:30下载
    积分:1
  • winsocket
    用Winsocket实现网络中聊天和文件传输, VC++编写(you can use it to communicate with other or transfer some files.)
    2009-06-16 23:13:16下载
    积分:1
  • UDPSERAPP
    基于UDP协议通信 实现电脑之间的字符通信 简单的聊天功能(character communication based on UDP )
    2014-09-19 11:46:58下载
    积分:1
  • SSgameRun
    :本系统属于小型的局域网监控系统,可以对某一台计算机进行屏幕监控,本系统主要实现以下功能:  系统采用人机交互的方式,界面美观友好。  屏幕信息需要时时显示,网络延时不能大于1秒。  服务器端可以随时运行,只要客户端运行,就能够显示屏幕信息。  系统运行时占用内存不能大于10MB,以免影响系统性能。  客户端运行时需要隐藏显示窗口,起其感觉不到在运行(network monitoring system that can carry out the screen of a computer monitor, the system achieve the following features:  system is the way human-computer interaction, interface, beautiful and friendly.  need to constantly display screen information, the network delay is not greater than 1 second.  server can be run at any time as long as the client runs, will be able to display information.  run-time memory for the system can not be larger than 10MB, so as not to affect system performance.  need to hide the client run-time display window, from its feel in the run.)
    2010-10-13 16:58:55下载
    积分:1
  • ns2-analysis-code
    ns2网络仿真的实例以及对应测试分析代码,含有时延,抖动,丢包率等(ns2 network simulation examples and counterparts test analysis code, containing latency, jitter, packet loss rate etc.)
    2009-02-27 21:08:56下载
    积分:1
  • SendFileClient
    VC++实现类似于QQ文件传输功能的文件发送与接收程序示例,分为服务端和客户端,客户端首次接收数据,将判断文件包大小,数据包中一定包含完整的数据包结构信息,数据不一定完整;读取数据包的大小,包含数据包结构大小和数据大小,之前接收的数据与现在接收的数据能够构成至少一个完整的数据包,文件接收完毕则设置结束标记,若终止的连接,则弹出窗口告诉用户,对方终止了文件传送。   服务端程序是比较简单的,基本是复制文件数据、判断文件是否传递成功、等待对方收受发送任务或取消发送任务,分包继续发送文件等功能(VC++ implementation is similar to QQ file transfer capabilities to send and receive files program examples, divided into server and client, the client receives the first data packet to determine the file size, the packet must contain the complete information packet structure, the data is not must complete reading packet size, including the size and structure of the data packet size, and previously received data received data can now constitute at least one complete packet, the file has been received then set the mark, if the connection is terminated, the pop-up window telling the user, the other party to terminate the file transfer. Server program is relatively simple, basically copying the file data, to determine whether the file transfer is successful, waiting for the other to accept or cancel the sending task sends tasks, subcontractors continue to send files and other functions )
    2014-06-03 13:50:03下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载