搜索资源列表

  1. Linux套接字中的I_O测试程序

    1下载:
  2. Linux套接字中的I_O测试程序,我自己写的测试程序,有详细注释-Linux in the sleeve joint character I_O test order, I write the test order, has the detailed annotation
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:23746
    • 提供者:刘超
  1. listen

    0下载:
  2. 以原始套接字的方式 截获流经本机网卡的IP数据包 测试可以正常运行.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:97833
    • 提供者:wuhongbing
  1. UDP

    0下载:
  2. udp客户端和服务器端测试程序,客户端将命令行传进来的字符串通过UDP套接字依次传送给服务器。
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2922
    • 提供者:guoguo
  1. UDPSocket

    0下载:
  2. UDP套接字编程的例子,自己写的。 //说明:可以使用默认设置,也可以运行两个实例A和B,A的发送端口是B的侦听端口, //A的侦听端口是B的发送端口,两个互相发送消息。 //本程序经过测试,供学习使用
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:108322
    • 提供者:章永辉
  1. MTK异步socket页面访问实例

    0下载:
  2. MTK异步socket页面访问实例,已经测试编译,运行可用
  3. 所属分类:通讯/手机编程

  1. 中文版SQL Server2000开发与管理应用实例

    0下载:
  2. 第 1 章 安装和配置SQL Server 1 1.1 SQL Server的版本和版本选择 1 1.2 安装SQL Server的常见问题 3 1.3 如何理解实例 5 1.4 如何实现无值守安装 5 1.5 Desktop Engine 9 1.5.1 MSDE 2000概述 9 1.5.2 获取MSDE 2000 9 1.5.3 安装MSDE 2000 10 1.5.4 管理MSDE 2000 11 1.5.5
  3. 所属分类:SQL Server数据库

  1. Linux套接字中的I_O测试程序

    0下载:
  2. Linux套接字中的I_O测试程序,我自己写的测试程序,有详细注释-Linux in the sleeve joint character I_O test order, I write the test order, has the detailed annotation
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-10-04
    • 文件大小:23552
    • 提供者:刘超
  1. listen

    0下载:
  2. 以原始套接字的方式 截获流经本机网卡的IP数据包 测试可以正常运行.-Sockets original way to intercept flowing through the local network card IP test packets can be normal operation.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-10-04
    • 文件大小:97280
    • 提供者:wuhongbing
  1. UDP

    0下载:
  2. udp客户端和服务器端测试程序,客户端将命令行传进来的字符串通过UDP套接字依次传送给服务器。-udp client and server-side test procedure, the client will be the command line string passed in. Chuan UDP socket in order to send to the server.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-10-04
    • 文件大小:3072
    • 提供者:guoguo
  1. UDPSocket

    0下载:
  2. UDP套接字编程的例子,自己写的。 //说明:可以使用默认设置,也可以运行两个实例A和B,A的发送端口是B的侦听端口, //A的侦听端口是B的发送端口,两个互相发送消息。 //本程序经过测试,供学习使用-UDP socket programming examples, wrote it myself.// Note: You can use the default settings, you can run two i
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-10-04
    • 文件大小:108544
    • 提供者:章永辉
  1. com_test

    0下载:
  2. linux/unix下使用unix域套接字通信与使用共享内存+信号量通信方式的用时测试比较代码。-linux/unix use unix domain socket communication and the use of shared memory+ semaphore method of communication when the test code.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-10-04
    • 文件大小:2048
    • 提供者:
  1. Dd136

    0下载:
  2. WinPing_src构建对话框程序,创建协议类型为IPPROTO_ICMP的原始套接字,设置 其属性,创建并初始化ICMP包,向远程主机发送ICMP请求,并接受ICMP响应。 RemoteAdmin_demo远程进程和机器控制程序能够触发、监视、终止远程计算机上的 进程,还能够远程关闭或重启机器。 PowerOn获取要唤醒机器的MAC地址,然后唤醒电脑。 rawudp原始UDP封包发送程序,发送原
  3. 所属分类:远程控制编程

    • 发布日期:2024-10-04
    • 文件大小:521216
    • 提供者:洛亚
  1. UDP_protocol_implementation

    0下载:
  2. 利用套接字实现用TCP协议的数据通信并进行了测试通过-The use of sockets to achieve data communication with the TCP protocol and tested through
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-10-04
    • 文件大小:2877440
    • 提供者:david
  1. control1e

    0下载:
  2. 一个套接字通信程序 包含一个测试的状态机-A socket communication program includes a test state machine
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-10-04
    • 文件大小:11374592
    • 提供者:zhoujian
  1. socketsms

    0下载:
  2. 基于C#同步套接字的发消息实例.程序分为服务端和客户端,在VS2005下编译通过,运行测试时要先启动服务端,输入相关信息,然后启动客户端请求连接,这样就可以在指定的IP两台电脑间互相发送消息。-Based on the C# examples of synchronous socket send an announcement. Program is divided into server and client, in the VS20
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-10-04
    • 文件大小:19456
    • 提供者:272
  1. myPingV2

    0下载:
  2. 精度测试时延,基于原始套接字,高精度的测量,大学实验用很好-Socket
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-10-04
    • 文件大小:547840
    • 提供者:Winters
  1. SocketTest3

    0下载:
  2. SocketTest3是一个java工具套接字测试。它可以创建两个TCP和UDP客户端或服务器。它可以测试任何服务器或客户机使用TCP或UDP协议来沟通。-A java tool for socket testing. It can create both TCP and UDP client or server. It can be used to test any server or client that uses TCP
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-10-04
    • 文件大小:101376
    • 提供者:liujiaxuan
  1. socket

    0下载:
  2. qt开发界面中使用套接字,并加上自己的理解,经测试,可用。(Qt development interface using sockets, coupled with their own understanding, tested, available.)
  3. 所属分类:TCP/IP协议栈

  1. test02_Socket

    0下载:
  2. 此文件是C#语言编写的socket测试程序(this is a socket test program)
  3. 所属分类:C#编程

    • 发布日期:2024-10-04
    • 文件大小:1886208
    • 提供者:三爻
  1. socket通讯测试

    1下载:
  2. 三菱plc fx_5u tcp套接字Active编程(MITSUBISHI PLC socket Active programming)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-10-04
    • 文件大小:293888
    • 提供者:chenyuan4474
« 12 3 »

源码中国 www.ymcn.org