搜索资源列表
SimuTcpClient
- 模拟tcp协议的三次握手 mfc 使用winpcap开发; 在多线程同步方面有些小问题; windows xp sp2以上的系统不能发送原始的tcp数据包,并且在收到tcp的syn包后,会自动回复一个rst包,故不能建立连接,所以使用winpcap开发,并且还写了个简易的防火墙,过滤掉了系统自己发出的rst包。-Simulated three-way handshake protocol tcp mfc using winpcap development in a multi-t
ChatAsynchronous
- 一个多线程的,线程互斥的的,使用MFC框架的聊天室-A multi-threaded, the thread mutually exclusive, using MFC framework of the chat rooms
clientAndServer
- MFC实现的客户端服务器,vc6.0开发,使用多线程实现.是初学者可以使用的良好代码-MFC to achieve client-server, vc6.0 development, using multi-thread implementation. Yes you can use a good code for beginners
Scan
- 自己学习编写的主机扫描程序。MFC下,利用ICMP协议实现,代码简单。采用多线程编程,执行速度较快。-The preparation of their own to learn the host scanner. MFC, using ICMP protocol implementation, the code simple. Multi-thread programming, implementation faster.
ScanPort
- MFC实现多线程 简单端口扫描程序 能自定义线程数量及扫描端口范围-MFC simple multi threaded port scanner can scan a custom port number and scope of the thread
3
- 网络编程实用教程-电子教案: 第1章 网络编程基础 第2章 UNIX中的套接字网络编程接口 第3章 Windows环境的网络编程 第4章 MFC编程 第5章 MFC WinSock类的编程 第6章 WinInet编程 第7章 WinSock的多线程编程 第8章 Winsock的输入/输出模型 第9章 HTTP协议及高级编程 第10章 电子邮件协议与编程 -Chapter 1 Chapter 2 based on network programming
mfc
- 线程函数要声明为static类型,或是全局的.如果在线程函数中要访问类中的成员,就将this指针传给pParam.-Thread function to be declared as static type, or the overall situation. If the thread function to access the class members, this pointer will be passed to pParam.
filesendserver
- 传文件使用消息头方式3k每秒一客户一线程,并行传输,select i/o socket模型,测试无错.无丢包粘包.除非网络断开或掉网. 配套2个客户端接收,一个控制台.一个mfc-Way of transfer files using the header of a client of a thread-3k per second, parallel transmission, select i/o socket model, testing error-free. No packet lo
create-thread
- 用MFC实现进程的创建,这个是学习简单的线程创建的不可多得的好例子-Created with the MFC implementation process, this is the thread that created a simple to learn a good example of rare
LANScanner
- 实质是arping的MFC版本,功能与ARPing相同,但是增加了界面。-Functions and features of the LANScanner program are as follows: 1. It can scan and show the active hosts on the LAN within a very short time (~1-2 seconds) 2. Although one or more network interface cards are
Jason-ChattingRoom
- 基于 TCP 协议的 MFC 聊天程序。利用多线程,实现有好的界面。-Based on TCP, the MFC AP is a small chatting program. The multi thread technique makes it a good interface for the user.
Test
- 基于MFC的一个网络通信的例程,多线程实现UDP的通信,接收和发送分别在不同线程中实现。-MFC-based network communication routines, multithreaded UDP communication, receive and send different thread.
testMultiThread_OK.rar
- MFC多线程,包括线程同步机制,不下载你会后悔的哦,MFC multithreading, including thread synchronization mechanism, do not download you will regret it, oh
ThreadSrvChatUDP
- MFC在一个工程中,利用线程启动服务端。使用MFC类CSocket创建UDP。简单易懂-MFC in a project, use the thread to start the service side. Use MFC class CSocket create UDP. Straightforward
Transfer352
- 基于TCP/ip 协议的文件传输。用MFC编写,实现线程中文件传输-Based on TCP/ip protocol file transfer. With MFC, file transfer thread
socket--multhread--udp
- 多线程实现基于UDP协议的网络收发编程,基于mfc框架,-multi thread socket udp
MY-SOCKET
- MFC中各个Dialog之间的传值、添加会话框以及Listcontrl的使用。 并从父窗体弹出的子窗体回弹到原来的父窗体,只需要使用CDialog::onOK() 方法即可,因为模态弹出的对话框具有阻塞性,若是使用新定义的对象再进行DoModal() 方法,反而会出错,即会又重新出现了新的窗体,虽然是一样的窗体,但是内容和值都不再存在。 Updatedata()方法可以实现窗体和函数内参数值的传递。 进行CStr
Ftp单线程客户端
- 一个简单的ftp单线程客户端,通过mfc wininet类实现的ftp客户端,支持上传和下载(A simple FTP single thread client, FTP client realized by MFC WinInet class, supports upload and download)