Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - vc port
Search - vc port - List
一个聊天室服务端和客户端程序,可以设置服务器和端口-A chat room service client and the client program, you can set the server and port
Date : 2025-12-16 Size : 99kb User : 站长

使用IO完成端口异步通讯的VC源代码- Uses IO to complete the port asynchronous communication the VC source code
Date : 2025-12-16 Size : 38kb User : 胡骞

VC编写IP地址监测和端口扫描程序 能对计算机实行IP地址监测和端口扫描-prepared VC monitoring IP address and port scanning procedure can be implemented on the computer monitor IP address and port scanning
Date : 2025-12-16 Size : 60kb User : 洋军

WINSOCK程序设计共分为客户端和服务器端程序两部分,要求实现功能:服务器端要能监听客户端连接请求,为客户端的连接请求建立SOCKET队列,处理各个客户端发送的数据,并向响应客户端发送应答信息,更新服务器端的端口号。-Winsock program design consists of client and server-side procedures in two parts, requires the function : server can be monitored to client requests for the client to establish a link SOCKET queue handle all the client to send data to respond to a client sent response information update service Works on the port side.
Date : 2025-12-16 Size : 44kb User : 和平鸽

完整的端口方面的代码,在vc下可以编译运行-integrity of the port the code, the compiler can vc under Operation
Date : 2025-12-16 Size : 119kb User : hou

用vc编写的典型端口扫描程序,提供用户输入ip地址,端口号进行扫描-vc prepared with the typical port scanning procedures, and providing user input ip address, port scanning
Date : 2025-12-16 Size : 1.59mb User : 王华

非常简易的一个端口扫描程序 说明了一些端口扫描的基本思路 -a very simple description of the procedures for port scanning port scanning some basic ideas
Date : 2025-12-16 Size : 30kb User : ZR

基于VC实现的串口通信程序,可以用于测试串口的连接,也可供进行源码学习.-NOTE: serial port communication procedure based vc,It can be used to test serialport s connection,and also study source!
Date : 2025-12-16 Size : 46kb User : 刘德中

用vc6实现的端口扫描程序,利用多线程实现的,可以选择固定的端口范围是否可用!- Port scanning procedure realizes which with vc6, use multithreading realization, may choose the fixed port scope whether can use!
Date : 2025-12-16 Size : 30kb User : 刘通

这是一个用VC编写的网络通信程序,有两个服务器和端口,可以实现相互通信。使用时请注意修改IP地址-This is a VC prepared by the network communication procedures, and the two-port server can achieve mutual communication. When used to change IP addresses
Date : 2025-12-16 Size : 55kb User : 王正

VC建高性能服务器,用完成端口模型是最高效的,本源码针对初学者对完成端口模型原理不熟,多处都有注释,以便对完成端口模型有个彻底的理解,源码中还加入XML的读写,可谓完全,难得一见的活教程--本人发源码的原则是:不经典不发! -VC build high-performance servers, complete with port model is the most efficient, the source for complete beginners against port model principle unfamiliar, and many have notes, in order to complete the port model has a thorough understanding of FOSS also joined the read and write XML that is complete, a rare live Guide-- I-fat source of principle : No classic non-fat!
Date : 2025-12-16 Size : 6.54mb User : 小蔡

VC建高性能服务器,用完成端口模型是最高效的,而完成端口比较难理解,因此对它进行封装对初学者来说是个福音,本源码基于此背景,对IOCP进行封装,利于大家直接调用--本人发源码的原则是:不经典不发!-VC build high-performance servers, complete with port model is the most efficient, and more difficult to understand completed port, it is packaged for beginners is a blessing, the source based on this background, the IOCP for Packaging, which will help you direct call-- I-fat source of principle : not classic non-fat!
Date : 2025-12-16 Size : 79kb User : 小蔡

关键字: socket, 校验和算法, ICMP, connect, 端口,扫描, 这是我课程设计时,用VC.NET写的一个程序,功能是在利用socket提供的API函数, 填充并发送ICMP包,测试指定IP地址段中活动主机. 使用简单的connect方法来测试目的端口是否可通.并附带了校验和算法.希望更多的人与我交流, QQ:270596846 e_mail:chmuggmwtg@163.com-keyword : socket, the checksum algorithm, ICMP, connect, ports, scanning, This is my course design, with VC.NET write a procedure, function is the use of the socket API function, filling and send ICMP packets, test specify the IP address of the host activities. use a simple way to connect the purpose of testing whether the port- . fringe and the checksum algorithm. hope more people shared with me, QQ : 270596846 Lord : chmuggmwtg@163.com
Date : 2025-12-16 Size : 13kb User : 陈成

利用VC实现一个端口扫描程序,实现多线程多主机的扫描-VC achieve a port scan, multi-threaded multi-host scanning
Date : 2025-12-16 Size : 7kb User : 于旭

用vc6.0开发的,利用Winsock实现的HTTP代理。功能很简单,就只能实现HTPP会话的转发。目前只考虑了Get命令的转发和处理,默认端口5050。-vc6.0 development with the use of Winsock HTTP proxy. Very simple function, it can only achieve HTPP conversation transponders. Currently only considered Get transponders and orders, the default port 5050.
Date : 2025-12-16 Size : 204kb User : 周雪强

串口通信编程的一个高级实例,采用了多线程,涉及到串口以及输入/输出同步和I/O重叠方面的知识,主要实现数据收发,请在VC++6.0及以上环境下编译 这个我搜了一下本站,好像连重名的都没有,-serial communication programming as a senior example of the use of multithreading, Serial involved and input/output synchronization and I/O overlap of knowledge, data transceiver, Please VC 6.0 and above compiler environment I found this site for a moment, it seems even Repetitions were not, Oh
Date : 2025-12-16 Size : 56kb User : 如歌

VC++控件实现的串口通信,发送ASC2码,最基本最简单的串口通信程序,菜鸟请看-VC++ implementation of serial communication control, sending ASC2 yards, the most basic simple serial communication program, rookie see
Date : 2025-12-16 Size : 4.8mb User : pastry

vc端口扫描的程序源码,希望对大家有所帮助-vc port scan of the program source code, we want to help
Date : 2025-12-16 Size : 37kb User : 金霞

vc端口扫描源代码实现,适合学习vc网络编程的朋友-vc port scan source code for network programming friends to learn vc
Date : 2025-12-16 Size : 40kb User : 李思

vc端口扫描小程序源码。希望对学习vc网络编程的朋友有用-vc port scan program source code. Learning vc network programming friends
Date : 2025-12-16 Size : 35kb User : sun huang
« 12 3 4 5 6 7 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.