搜索资源列表
用UPD协议实现广播通信
- VC编程用UPD协议实现广播通信 UPD 是USER DATAGRAM PROTOCAL 的简称,是一种在网络上提供的无连接的传输协议。用UDP通信有以下特点: 1、 数据传输不用建立连接,所以不可靠; 2、 数据的发送是面向整个网络的,任何一台在局域网内的计算机都可以接收到相同的数据;
获得子网淹码
- 获取计算机子网掩码的计算机网络编程采用VC++,与大家共享-access to the computer network subnet mask of computer programming using VC, and share
获取IP地址
- 获取计算机的IP地址的网络编程,采用VC++与大家共享-access to the IP address of the computer network programming, use and share VC
VC开发获得本机ip地址的MFC程序
- 每天上网的计算机都有自己独一无二的ip地址,本程序是一用于获得本机ip地址的MFC程序。-daily online computer has its own unique ip address, this is a procedure used to obtain the machine ip address MFC procedures.
用vc实现的选择计算机所属的域
- 用vc实现的域选择程序!可以随时更改选择计算机所属的域!-vc used to achieve the domain selection process! Choices can be changed at any time under the domain of computer!
简单的个人网络嗅探器
- 简单的个人网络嗅探器.用于计算机网络。是VC编的。在本机上就可以实验。很好用。-simple personal network sniffer. For the computer network. Part of the VC. The plane can experiment. Very good use.
ChangeIPAddr
- 用vc实现的不重新启动计算机更改计算机ip及掩码,网关等-vc used to achieve the change to restart the computer and computer ip mask, gateway, etc.
NetMessenger
- 我用VC++写的一个用于局域网发送消息的工具.能够将局域网内所有的计算机列出来,选择一个计算机名,就能够向其发送消息,注意:本机和对方机器的Messenger服务必须启动(系统默认是自动启动的)-I used to write to the VC for a LAN messaging tool. LAN can be all the computer list to choose a computer, and it can send messages to : the other side
VC...................................
- UPD 是USER DATAGRAM PROTOCAL 的简称,是一种在网络上提供的无连接的传输协议。用UDP通信有以下特点: 1、 数据传输不用建立连接,所以不可靠; 2、 数据的发送是面向整个网络的,任何一台在局域网内的计算机都可以接收到相同的数据; 具体实现很简单,但是现在在网络上很少看到这方面的代码;我也参考了VCKBASE上的关于UDP通信的原代码和一些书籍,写了这个简单的客户端,接收端程序,起到抛砖引玉的作用,希望能给初次接触UDP之BROADCA
qddown_vc10834534636735
- 这是一个远程控制的源程序,VC++编程,可以控制局域网内的计算机自动重新启动。-This is a remote control of the source, VC program will be able to control the computer LAN automatically restart.
SuperSend
- 超级消息发送机,VC++开发,利用Windows信使服务向指定计算机、指定工作组或域或当前工作组的所有计算机发送消息,可指定发送次数-super news transmitter, VC development, the use of Windows Messenger service to the designated computer, assigned to the Working Group or the domain or the current working group of al
networksetting
- 获取计算机基本网络设置,用vc编写,可以查看主机名,ip,网关,网络设备物理地址-access to basic computer network configuration using vc prepared, you can view the host name, ip, Gateway, network equipment, physical address, etc.
cntrl
- 一个用VC++开发的计算机远程控制的程序 -a VC development of the remote computer control procedures
VC++netxiutan
- visual c++实现的网络嗅探器,可以探测本地计算机的网络状态
ipFind
- vc++采用list方式,实现获取本地计算机的ip地址
禁止网络上其他计算机的鼠标和键盘操作
- 利用vc++6.0禁止网络上其他计算机的鼠标和键盘操作-vc 6.0 prohibit the use of other network computer mouse and keyboard operation
文件传输的例子
- 这是我在计算机网络课程设计中的程序,用vc开发用于文件传输-This is my courses in computer network design process, vc used for the development of file transfer
UDP_数据报
- 主要是关于计算机网络通讯的源代码,开发工具为VC++ -mainly on computer network communications source code, development tools for VC
HoleFinder_src
- VC编写IP地址监测和端口扫描程序 能对计算机实行IP地址监测和端口扫描-prepared VC monitoring IP address and port scanning procedure can be implemented on the computer monitor IP address and port scanning
TCP实现客户服务器聊天程序
- 操作系统课程设计任务书 一、设计题目:多机进程通信 应用Socket进程通信技术编写聊天室程序,实现基于服务器的并发多机信息转发。如果各客户端在线则可以实时聊天、发送接收文件,如果某客户端离线,则发送给他的消息可由服务器端进行内容缓存,待重新连线后可以自动接收通过服务器转发的信息或文件。缓存与转发的控制算法可参考操作系统课程中生产者消费者进程同步方法、缓冲池技术等相关理论。 二、设计思路和功能的详细描述 采用TCP协议,所以属于客户机/服务器模式,因此需要聊天服务