CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 网络编程 搜索资源 - socket port

搜索资源列表

  1. 原始套接字_广播

    0下载:
  2. 利用原始套接字进行广播,可以修改原IP地址和目的IP地址,原端口和目的端口,运行环境,win2-use of the original broadcast socket, can amend the original IP address and destination address, the original purpose of ports and port, the environment, WIN2
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:31.91kb
    • 提供者:程拨
  1. udp通信

    0下载:
  2. 这是一个利用UDP进行通信的小程序,用的是异步套接字模式,可以灵活的改变原IP和目的IP以及原端口和 目的端口 -This is a use of UDP communications for the small program using the asynchronous socket model, the flexibility to change the original purpose of IP and IP, and the original purpose of ports and
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:27.24kb
    • 提供者:程拨
  1. asynsocketscanner

    0下载:
  2. 网络端口扫描器,用socket异步通讯模式-network port scanners, using asynchronous communication patterns socket
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:93.24kb
    • 提供者:zq
  1. linux_socket

    1下载:
  2. 是关于linux下socket通信的源代码,只要定义好服务器端、客户端的IP和端口号,就可以进行网络通信-under socket communications source code, as long as the definition of a good server. Client IP and port number, it can implement network communications
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:60.55kb
    • 提供者:袁旗平
  1. CodeNet

    0下载:
  2. 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:25.07kb
    • 提供者:李君懿
  1. fengccpp

    0下载:
  2. RS-232-C端口实时监控软件的设计实现、Socket接口实现网络异步通信、用C语言实现Ping程序功能-RS-232-C port real-time monitoring software designed to achieve, Socket Interface network asynchronous communication using C language function Ping procedures
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:47.05kb
    • 提供者:fengsl
  1. tcpudpserver

    0下载:
  2. 首先Server程序创建两个socket,分别为 TCP socket(使用命令行参数指定的端口号)和UDP socket(UDP端口号自定义,使用宏定义写在程序里,必须大于1024)。server端在这两个端口上侦听连接,接受来自客户端的服务请求。客户端根据提示进行操作。-procedures created two socket, for TCP socket (using the command line parameters designated ports), and UDP sock
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:152.55kb
    • 提供者:李皓雯
  1. PortBind_20061120

    0下载:
  2. 网络端口的动态绑定和探测方法,VC6.0和Socket开发。-port Dynamic binding and detection methods, and Socket VC6.0 development.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:20.29kb
    • 提供者:dujing
  1. Code

    0下载:
  2. 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:11.57kb
    • 提供者:中国
  1. Lesson14

    0下载:
  2. 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:25.97kb
    • 提供者:张建顺
  1. JAVAsocketServer

    0下载:
  2. 这个socket服务器代码可以为你建立指定的监听端口、客户端请求响应机制等一些服务器所具备的基本框架-the socket server code can you establish designated monitor port, the client request response mechanism and some other servers with a basic framework
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:7.61kb
    • 提供者:陈鹏
  1. netjet

    0下载:
  2. 这是一个Tcp协议的网络引擎,包括两个部分: a、服务器采用完成端口模型,提供了丰富的接口函数 b、客户端采用三线程加重叠Io模型,速度快,稳定 都采用回调函数接收数据,是对网络Tcp模型Socket的完整封装,所有代码在Windows2000下测试通过,并已应用到很多现有的中型网络系统中。-This a remarkably agreement Network engines, including two parts : a server used to complete port model
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:13.54kb
    • 提供者:lzy
  1. RawSocketScan(new)

    0下载:
  2. 声明一个原始套接字,设置套接字选项,将本地IP和端口绑定到该套接字,使用WSAIoctl设置SIO_RCVALL 接收所有的数据包,启动一个死循环来不断分析接收到的数据包-a statement original socket, set socket options to the local IP and port binding to the socket, use WSAIoctl SIO_RCVALL set up to receive all the data packets, star
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:2.47kb
    • 提供者:夏静
  1. TestSocketServer

    0下载:
  2. socket事例程序,该事例程序,通过端口覆盖技术实现不同功能的传送数据-socket examples of procedures, the procedures for example, through the port covers different technology to achieve data transmission functions
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:22.3kb
    • 提供者:陈平
  1. 端口扫描检测程序

    0下载:
  2. * 本程序是一个简单的端口扫描程序,使用TCP SOCKET * 依次试连接目标主机的端口,以此判断端口开放与否。 * 程序设计上使用了线程池,共100个线程。-* The procedure is a simple port scanning procedures, the use of TCP socket * followed test objectives mainframe connectivity ports in order to judge whether to open po
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1.34kb
    • 提供者:吕杰
  1. 实例70

    0下载:
  2. WINSOCK程序设计共分为客户端和服务器端程序两部分,要求实现功能:服务器端要能监听客户端连接请求,为客户端的连接请求建立SOCKET队列,处理各个客户端发送的数据,并向响应客户端发送应答信息,更新服务器端的端口号。-Winsock program design consists of client and server-side procedures in two parts, requires the function : server can be monitored to client
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:44.1kb
    • 提供者:和平鸽
  1. java 网络传输大文件

    0下载:
  2. 网络传输大文件,于是对基于socket的文件传输采用了缓冲输入/输出流来包装输出流,再采用数据输入/输出输出流进行包装,加快传输的速度。基本传输需要大家一般都知道,建立socket链接设置端口,监听端口-Network to transfer large files, so socket-based file transfer using buffered input/output stream to wrap the output stream, then use the data input
  3. 所属分类:网络编程

    • 发布日期:2016-01-25
    • 文件大小:2.84kb
    • 提供者:王好
搜珍网 www.dssz.com