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

Web-application-source-code

于 2020-07-04 发布 文件大小:1476KB
0 421
下载积分: 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 个回复

  • 2009shiyan1
    2、Socket编程 凡是基于网络应用的程序都离不开Socket。 与网络有关的简单VC编程 Socket的意思是套接字,是计算机与计算机之间通信的接口。使用Winsock提供的API函数是最基本的网络编程技术。 (2 Socket programming any web-based application programs can not be separated Socket. Simple VC network-related programming meant Socket socket, is communication between the computer and computer interface. Use Winsock provides API functions is the most basic network programming.)
    2009-11-12 15:06:31下载
    积分:1
  • HLDS
    著名游戏CS(反恐精英)中,建立服务器的工具HLDS的源码. 可用VC++6.0编译!(Famous game CS (Counter Strike), create the tools HLDS server source code. Available VC++ 6.0 compiler!)
    2011-10-29 17:34:48下载
    积分:1
  • 4
    说明:  理解局域网的定义、特点 了解局域网的介质访问控制方法 了解以太网技术 了解局域网组网类型(Understand the definition of LAN and characteristics about LAN Ethernet media access control approach to understanding the technical understanding of LAN networking types)
    2010-05-26 10:09:58下载
    积分:1
  • FreeFileSync_v4.2_source
     FreeFileSync是一个易于使用的开放源码文件夹同步和比较软件,简单易用。 FreeFileSync[1] 首先是文件同步功能,可以在指定的两个文件夹之间进行单向或双向的同步,点击程序窗口右上方的绿色齿轮图标可以设置相关参数;期间也可以自定义需要筛选的文件,有“包括”和“例外”两种过滤方式,定义需要过滤的文件类型,这就看个人需要了。(FreeFileSync is an easy to use open source software folder synchronization and comparison, easy to use. FreeFileSync [1] The first is file synchronization, you can specify the folder between the two one-way or two-way synchronization, click the program icon in the window at the top right of the green gear can set parameters period can also be customized to sift through the file, the " include" and " exceptional" two filtering methods, definitions need to filter the file types, which depends on personal needs.)
    2020-09-09 10:58:02下载
    积分:1
  • hacker
    黑客攻防入门书籍 很好很强大 讲了各种攻击方法(Getting Started with a very good offensive and defensive hacking books, talk about a variety of very strong attack methods)
    2009-11-25 10:49:52下载
    积分:1
  • netstatp
    类似Windows的netstat程序的程序 (An app which is like to windowss netstat)
    2021-04-03 22:29:04下载
    积分:1
  • Winsock_jiankong
    说明:  vb做的局域网监控系统,同学的毕业设计,研究winsock很有用(vb to do the LAN monitoring system, students graduating from design, research useful winsock)
    2008-09-08 21:59:55下载
    积分:1
  • ScanPort
    说明:  MFC实现多线程 简单端口扫描程序 能自定义线程数量及扫描端口范围(MFC simple multi threaded port scanner can scan a custom port number and scope of the thread)
    2020-11-25 00:49:38下载
    积分:1
  • D-Link
    通用的设置路由器局域网端口映射类源码,仅供参考(Set up the router LAN port mapping class source code, for reference only)
    2012-02-13 20:03:50下载
    积分:1
  • filetransserver
    务器端基于select I/O模型。为防止程序界面阻塞,有一个子线程用于不断接收socket并select其中的处理。客户端只有一个线程函数,不过其利用率很高,可用于远程目录交换,请求文件大小,创建若干线程来下载文件。文件传输有上传和下载,还有对等传输,这个项目中,传输文件具体指下载。 (side is based on the Treasury select I/O model. To prevent the program interface obstruction, a son threaded socket for receiving continuous and select which of treatment. Only one client thread function, but its high efficiency, long-distance directory can be used to exchange documents requested size, creating a number of threads to download files. Upload a file transfer and downloading, and the transmission of the project, specifically referring to transfer files downloaded.)
    2007-04-19 10:07:59下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载