搜索资源列表

  1. 一个简单的端口扫描程序

    1下载:
  2. TCP connect() 扫描 、TCP SYN 扫描、TCP FIN 扫描-TCP connect () scan, TCP SYN scanning TCP FIN scan
  3. 所属分类:扫描程序

    • 发布日期:2024-05-16
    • 文件大小:29696
    • 提供者:往常
  1. TCP自环程序

    0下载:
  2. 这是一个简单的socket编程的例子,它是基于TCP协议的,从中可以看出用TCP建立连接时客户端和服务器端的程序流程,可以用来测试本地环路。-This is a simple example of the programming socket, which is based on TCP, can be seen with the establishment of TCP connections client and server-si
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-16
    • 文件大小:1235968
    • 提供者:李京津
  1. lt

    1下载:
  2. 类似于QQ的局域网聊天软件,包括服务器端和客户端程序,采用tcp/ip socket多线程编程,服务器端主要负责客户端用户的注册登陆,用户资料的获取.客户端负责与其他客户端进行信息控制与传递(包括聊天和传送文件). -similar to the LAN QQ chat software, including server and client, using tcp/ip socket multithreaded programming
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2024-05-16
    • 文件大小:248832
    • 提供者:耿丹飞
  1. 基于JAVA的ICQ系统的设计于实现

    0下载:
  2. 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080。-server and client presentation by Socket Inte
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2024-05-16
    • 文件大小:1710080
    • 提供者:陈玉平
  1. Example ModbusTCP server - source and WIN32 execut

    1下载:
  2. MODBUS TCP(C++)Example ModbusTCP server - source and WIN32 executable有可执行文件-MODBUS TCP (C) Example ModbusTCP server-Win32 source and executable file is executable
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-16
    • 文件大小:29696
    • 提供者:李瑶
  1. 网络聊天:VC winsock-tcp

    0下载:
  2. 一个经典的socket套接字的程序!分为server和client两个部分! 利用CSocket发送消息!!值得新手学习socket的使用!-a classic socket socket procedures! Server and client divided into two parts! Use CSocket messaging! ! Newcomers should learn to use the socket!
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-16
    • 文件大小:67584
    • 提供者:teky
  1. lwip_BF533

    0下载:
  2. lwip tcp/ip 协议栈 adsp BF533 DSP 移植 用 visual dsp++ 编译-lwip tcp/ip protocol stack adsp BF533 DSP transplant visual dsp compiler
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-16
    • 文件大小:2525184
    • 提供者:吴世仁
  1. ether

    0下载:
  2. 基于pic的tcp/ip的程序,ne2000兼容的网卡控制芯片 驱动程序-pic based on the tcp/ip procedures ne2000 compatible Ethernet controller chip Driver
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:大兄
  1. net11

    0下载:
  2. tcp/ip的嵌入式开发 基于pic微控制器,原自tcp/ip lean-tcp/ip-based embedded microcontroller pic, since the original tcp/ip lean
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:大兄
  1. dsock-h

    0下载:
  2. DSock 是一个基于DOS 实模式的TCP/IP 库,对于计划在DOS 系统下编写Internet 程序的DM&P 产品用户,该产品是非常适合的。DSock 提供简单的C 语言函数,利用这些函数,程序员可以编写Internet程序。-DSock is a real mode DOS-based TCP/IP library, and plan for the DOS system to prepare procedures for t
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-16
    • 文件大小:26624
    • 提供者:林辰
  1. dsock-lib

    0下载:
  2. DSock 是一个基于DOS 实模式的TCP/IP 库,对于计划在DOS 系统下编写Internet 程序的DM&P 产品用户,该产品是非常适合的。DSock 提供简单的C 语言函数,利用这些函数,程序员可以编写Internet程序。-DSock is a real mode DOS-based TCP/IP library, and plan for the DOS system to prepare procedures for t
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-16
    • 文件大小:25600
    • 提供者:林辰
  1. CatchData

    0下载:
  2. 网络抓包分析程序,仅仅分析了ipv4的tcp连接,对udp和icmp空缺了分析部分-capturing Packet network analysis program, the only analysis of the ipv4 tcp connections, and icmp right udp vacancies in the analytical part of
  3. 所属分类:网络截获/分析

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:段炼
  1. 网络编程

    1下载:
  2. 网络编程已经成为一种时髦,以TCP/IP协议的网络更为流行.自己编一个服务器与客户机互相传送消息的程序,以便增加自己网络编程的经验.下面我就介绍一下我编的程序.-network programming has become a fashionable in the TCP/IP protocol networks become more prevalent. Their series with a client-server messa
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:3072
    • 提供者:余兴
  1. tcplean

    0下载:
  2. 著名的《tcplean》的配套光盘,有完整的嵌入式tcp/ip源代码,非常便于学习,也可直接用于嵌入式应用中-famous "tcplean" matching discs, a complete embedded tcp/ip source code, very easy to learn and can be used directly embedded applications
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-16
    • 文件大小:3308544
    • 提供者:wjh
  1. tcp_demo

    0下载:
  2. vxworks的tcp server的实例程序-VxWorks the tcp server examples of procedures
  3. 所属分类:VxWorks

    • 发布日期:2024-05-16
    • 文件大小:6144
    • 提供者:徐克勇
  1. lwip-1.1.0

    0下载:
  2. lwIP是瑞士计算机科学院(Swedish Institute of Computer Science)的Adam Dunkels等开发的一套用于嵌入式系统的开放源代码TCP/IP协议栈。Lwip既可以移植到操作系统上,又可以 在无操作系统的情况下独立运行.-lwIP Switzerland Computer Sciences (Swedish Institute of Computer Science), Adam Dunkels s
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-16
    • 文件大小:319488
    • 提供者:
  1. TCP_IP_source

    0下载:
  2. 关于89c51驱动tcp/ip的驱动程序。包括了对tcp/ip转换为rs232协议输出-on 89c51 drive tcp/ip drivers. Including a pair of tcp/ip converted to RS232 output agreement
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-16
    • 文件大小:39936
    • 提供者:哈哈哈
  1. Modbus协议规范修改稿

    2下载:
  2. 非常详细的modbus规范介绍,有串口的也有基于tcp的。。。。一书在手,modebus不用愁。。。。MODBUS标准分为三部分。第一部分(“Modbus协议规范”)描述了MODBUS事物处理。第二部分(“MODBUS报文传输在TCP/IP上的实现指南”)提供了一个有助于开发者实现TCP/IP上的MODBUS应用层的参考信息。第三部分(“MODBUS报文传输在串行链路上的实现指南”)提供了一个有助于开发者实现串行链路上的MODBUS应用
  3. 所属分类:编程文档

    • 发布日期:2024-05-16
    • 文件大小:1291264
    • 提供者:王继东
  1. xk

    0下载:
  2. Microsoft TCP/IP Sockets Development Kit 1.0 for dos & windows 开发包-Microsoft TCP/IP Sockets Development Kit 1.0 for dos windows Development Kit
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:5120
    • 提供者:
  1. TCPIPPPP stack for uCOS

    0下载:
  2. 一个简单的TCP IP协议栈程序,可以移植到大家的硬件上面--A simple TCP/IP protocol stack. It could be migrated to your hardware.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-16
    • 文件大小:386048
    • 提供者:谢先博
« 1 2 ... 42 43 44 45 46 4748 49 50 »

源码中国 www.ymcn.org