CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - socket udp basic

搜索资源列表

  1. PRG5_2

    0下载:
  2. prg5_2.c : UDP客户。该程序通过命令行参数输入服务器IP地址和发给服务器的信息,然后执行UDP套接字客户端的基本过程。-prg5_2.c : UDP customers. The program command line parameter input server IP addresses and the information sent to the server, then the implementation of UDP socket client the basic pr
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1263
    • 提供者:bby
  1. vc 6.0 的最简单基本的socket通信例子

    0下载:
  2. vc 6.0 的最简单基本的socket通信例子(含有tcp和udp),可以用vc6.0或者更高版本打开:-),vc 6.0 The simplest example of the basic socket communication (with tcp and udp), can be used to open vc6.0 or later :-)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-05-23
    • 文件大小:29146
    • 提供者:何俊斌
  1. demobase

    0下载:
  2. 采用了socket 通信机制,利用UDP协议客户/服务器模型来实现软件的模拟,完成了基站和终端之间信令通信模拟的基本功能.包括了基站,终端,跟踪三方。-Using socket communication mechanism, using UDP protocol client/server model to implement the software simulation, the completion of the signaling traffic between base statio
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-05-08
    • 文件大小:1960263
    • 提供者:shenchen
  1. GoBackN

    0下载:
  2. 教学实验源代码:实验对滑动窗口控制协议(GO-BACK-N)的工作原理有进一步的了解 SOCKET(UDP) 通信平台实现点对点数据链路控制规程,基本要求: ※ 建立数据链路 ※ 断开数据链路 ※ 收发数据 ※ 差错控制 ※ 与其他人的程序通信 ※ 键盘会话 -Teaching Experiment source code: The experiment of sliding window control protocol (GO-BACK-N) of the w
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:2409636
    • 提供者:Tony Yau
  1. chartRoom

    0下载:
  2. 使用delphi自带的控件,实现基于UDP的聊天工具通信,包括对SOCKET通信编程、基本控件使用、SQL数据库与delphi联合操作数据等-Use delphi s own control, UDP-based chat tool for communication, including SOCKET communications programming, use the basic controls, SQL database and delphi joint operation data,
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:1247387
    • 提供者:zhoujuan
  1. win_send

    0下载:
  2. 一个很简单的UDP收发包程序,也是初学SOCKET编程和认识SOCKET基本函数的好例子,我就是从中了解了UDP发包的全过程-A very simple UDP send and receive packets procedures are beginners SOCKET programming and knowledge of basic functions SOCKET a good example, I was to learn about the whole process of co
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-06
    • 文件大小:1192408
    • 提供者:guan
  1. bgnet_A4

    0下载:
  2. Network Programming 介紹了基礎socket,有TCP/UDP,server端和client端的源碼,是英文版的-Network Programming describes the basic socket, a TCP/UDP, server-side and client-side source code, is the English version of
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:274725
    • 提供者:vm3gjp4
  1. UDP

    0下载:
  2. Inside the file is a series of classes for VB. Net to implement a UDP socket using the VB libraries. Net
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-29
    • 文件大小:1244
    • 提供者:Ndv
  1. shiyan2

    0下载:
  2. (1)设计UDP服务器程序和客户机程序,利用一般UDP套接字实现基本的UDP通信功能。 (2)根据并发服务器模型原理设计UDP并发服务器程序。-(1) design UDP client server program and program, use commonly UDP socket communication function realization of basic UDP). (2) according to the principle of concurrent serve
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:9491
    • 提供者:李洪旭
  1. Lam_qt

    0下载:
  2. 本软件采用Linux系统,以QT为开发语言,在实现了基本通信功能的基础之上,继续将软件进行交叉编译,并将其成功移植到ARM9开发板上。本软件没有服务器,只有单一的客户端,软件启动时通过使用UDP协议向255.255.255.255这个广播地址发送一个经过编码的广播包建立在线用户列表;本软件可以在XP系统、Ubuntu系统和ARM9开发板运行,使用了Tcp/Udp、Socket等技术;软件实现了基本的修改用户名、一对一聊天和文件的传输功能。 -The software deliberately
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:139911
    • 提供者:stone
  1. net

    0下载:
  2. 一个很好的关于网络技术与编程的PPT,是初学者很好的选择 1 简介 2 传输层 TCP 和UDP 3 套接口编程基础 4 基本TCP套接口编程 5 TCP 客户-服务器例子 6 I/O复用:select和poll函数-A good programming on network technology and PPT, are a good choice for beginners 1 Introduction 2 transport layer TCP and UDP 3
  3. 所属分类:WinSock-NDIS

    • 发布日期:2015-09-17
    • 文件大小:600064
    • 提供者:lyy
  1. IP_network_packet

    0下载:
  2. 在一个局域网环境中,用C 语言实现下面的基本功能: (1)确定截包的方法:包括RAW 模式SOCKET、packet32以及直接作为驱动程序挂在NDIS上 (2)要求截获以下包的类型并分析:以太网帧格式、IP包、ICMP包、TCP报文段、UDP报文等相关字段进行描述。 -In a LAN environment, using C language the following basic functions: (1) determine the method of cut-off packa
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-10
    • 文件大小:1877662
    • 提供者:yang peng
  1. Linux-Network-Programming

    0下载:
  2. 《Linux网络编程》内容简介:Linux是目前最流行的开源操作系统,网络功能在Linux下占有核心的地位。《Linux网络编程》循序渐进地从应用层到Linux内核、从基本知识点到综合案例,向读者介绍如何在Linux下进行网络程序设计。《Linux网络编程》内容分为4个部分:Linux程序设计基础部分、Linux用户空间网络编程部分、Linux内核网络编程部分以及综合案例部分。内容包含Linux系统概述、Linux编程环境、Linux文件系统简介、Linux下的进程和线程、TCP/IP协议族、应
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-09-20
    • 文件大小:1734656
    • 提供者:chinq
  1. udpcs

    0下载:
  2. 一个基本的基于UDP协议的VC++服务端,客户端程序,你从中能学到设置WSADATA变量、套接字定义、接收数据缓冲区的创建、初始化套结字动态库、获取接收数据缓冲区大孝检查设置系统接收数据缓冲区是否成功、服务器地址绑定、设置系统接收数据为默认的BUF_TIMES倍等。 -A basic UDP protocol based on VC++ server, the client program, you can learn a set WSADATA variable, socket defin
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:11749
    • 提供者:是否
  1. NetSnoop

    0下载:
  2. APIHooking Network snoop introduces the basics of building a network sniffer to pick up all information being sent using TCP socket via send and recv API, obviously, these will be the two APIs to hook to get information about data being sent/receiv
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:26587
    • 提供者:rabert
  1. SendData

    0下载:
  2. UDP实例,本实例为udp开发初学者的指南,简单易于接收,通过查看即可大体掌握udp的通讯传输机理,比如如何创建套接字,如何创建连接,以及收发数据等基本操作-UDP example, beginners in this instance the development of guidelines for the udp, simple and easy to receive, you can generally see through the master udp communication t
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:35093
    • 提供者:wang dong
  1. socket

    0下载:
  2. 1.套接字编程原理 1.1 Client/server通信模型 1.2 Windows Sockets规范 1.3 套接字 1.3.1 套接字定义 1.3.2分类 1.3.3 套接字的作用 1.3.4端口与地址 1.3.5 套接口属性 2.基本的Windows Sockets API编程 2.1常用函数 2.2 TCP实例 2.3 UDP实例 2.4 Socket 通信阻塞的解决方法 3.MFC下的Socket编程的类 3.1 CAsyncSocket类 3.2 CSocket类 3.3 Win
  3. 所属分类:P2P

    • 发布日期:2017-11-08
    • 文件大小:42308
    • 提供者:chenrui
  1. non_blocking

    3下载:
  2. TCP、UDP 通信程序设计实验 Socket 编程基本原理参见参考文档 UDP 通信程序设计 选择一个操作系统环境(Linux 或者Windows)建议linux,编制UDP/IP 通 信程序,完成一定的通信功能。在发送UDP 数据包时做一个循环,连续发送 100 个数据包;在接收端统计丢失的数据包。-TCP, UDP communication program design experiments Socket programming basic principles
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:2883
    • 提供者:y
  1. socket

    0下载:
  2. 实现基本的socket通信功能,分为服务器和客户端两部分,客户端启动时可以在系统参数处指定要连接的服务器地址。模拟UDP协议,完成最简单的数据包传递与回送。-Achieve basic socket communication functions, is divided into two parts, the server and client, you can specify the server address to connect to the system parameters at t
  3. 所属分类:Web Server

    • 发布日期:2017-04-30
    • 文件大小:10614
    • 提供者:刘昊岩
  1. socket_src

    0下载:
  2. 用C++ 语言实现的SOCKET网络编程的UDP协议,实现基本通信(SOCKET network programming UDP protocol implemented in C++ language to realize basic communication)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-04-22
    • 文件大小:1028096
    • 提供者:蝶儿轻点
« 12 »
搜珍网 www.dssz.com