搜索资源列表

  1. io

    0下载:
  2. io 组件,用vhdl实现io端口的控制,包括输入输出,握手信号,-io port VHDL code
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:henin
  1. c

    0下载:
  2. 利用51单片机控制PTR6000无线传输模块实现远程控制,包括发送和接收部分的握手协议等完全版资料,适当改动即可应用-51 SCM control PTR6000 using wireless transmission module for remote control, handshake agreements, including the full version information, appropriate changes t
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:bense
  1. tcp_server

    0下载:
  2. linux网络socket,tcp三路握手:accept,lisent-linux network socket, three-way handshake: accept, lisent .....
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:ly
  1. socket

    0下载:
  2. 用VC编写的socket小程序,有客户端和服务端,两者3次握手建立连接,用到了最基本的socket,bind,listen,send,receive,函数,非常适合初学者,我就是用这个例子学习的socket编程,很经典的例子有,还有小界面-Socket using a small program written in VC, there are client and server, the two three-way handshake
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:78848
    • 提供者:vivianjia
  1. USB

    0下载:
  2. USB驱动传输数据握手的例程。还有类似的很多程序,需要的话请留言免费赠送。-USB drive to transfer data handshake routines.
  3. 所属分类:USB编程

    • 发布日期:2024-05-17
    • 文件大小:19456
    • 提供者:wuxiarock
  1. net2ftpbeta

    0下载:
  2. FTP协议是一种基于TCP/IP的文件传输协议,用来在网络中进行文件传输。FTP是TCP/IP的一种具体应用,它工作在OSI模型的第七层,TCP模型的第四层上,即应用层,使用TCP传输而不是UDP,FTP客户在和服务器建立连接前就要经过一个“三次握手”的过程,它带来的意义在于客户与服务器之间的连接是可靠的,而且是面向连接,为数据的传输提供了可靠的保证-FTP protocol is based on TCP/IP file transf
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:4480000
    • 提供者:冰冰
  1. ScannerDemo

    0下载:
  2. 实现半连接的TCP端口扫描程序,通过三次握手原理,实现隐秘的端口扫描。-TCP Scanner Demo with standard analysis.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:2469888
    • 提供者:Xia
  1. synflood

    0下载:
  2. 有名的握手协议洪水攻击的源代码,有待改进-The famous handshake protocol Flood attack the source code, room for improvement in
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:luming
  1. PPP_VC

    0下载:
  2. PPP协议栈的VC实现,包含LCP、PAP、IPCP三次握手过程。-PPP protocol stack of the VC to achieve, including LCP, PAP, IPCP three-way handshake process.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:105472
    • 提供者:袁亮
  1. POC

    0下载:
  2. CUP 与打印机的接口POC,主要实现了握手信号的交流和数据的传输。程序运用了语言VHDL-CUP and the printer interface POC, mainly realized exchange handshake signals and data transmission. Program used the VHDL language
  3. 所属分类:汇编语言

    • 发布日期:2024-05-17
    • 文件大小:118784
    • 提供者:TY
  1. SimuTcpClient

    0下载:
  2. 模拟tcp协议的三次握手 mfc 使用winpcap开发; 在多线程同步方面有些小问题; windows xp sp2以上的系统不能发送原始的tcp数据包,并且在收到tcp的syn包后,会自动回复一个rst包,故不能建立连接,所以使用winpcap开发,并且还写了个简易的防火墙,过滤掉了系统自己发出的rst包。-Simulated three-way handshake protocol tcp mfc using win
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:82944
    • 提供者:wellphone
  1. chatserver

    0下载:
  2. 聊天程序 有服务器端和客户机端,使用TCP IP协议 ,三次握手 , 可以支持多台客户机互相聊天, 服务器端添加群体发送公告功能-Chat program with server-side and client side, using the TCP IP protocol, three-way handshake, the client can support multiple chat with each other, server
  3. 所属分类:C#编程

    • 发布日期:2024-05-17
    • 文件大小:82944
    • 提供者:caj
  1. sendpack

    0下载:
  2. 不断发送SYN握手请求数据包,攻击139端口最有效 DOS攻击-Continue to send SYN handshake request packet, an attacker the most effective DOS attack port 139
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:1446912
    • 提供者:陆琨
  1. leo

    0下载:
  2. 基于UDP的分组传输;应用全局变量的交互握手,对视频数据RTP打包,客户端接受RTP包并写入磁盘文件.-UDP-based packet transmission application global variable interaction shook hands on the video RTP package, the client received RTP packet and written to disk file.
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-17
    • 文件大小:25585664
    • 提供者:李凡
  1. linux-chat-tcp

    0下载:
  2. linux下的聊天程序,使用TCP三次握手-chat program under linux, using the TCP three-way handshake
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:梁涛
  1. UDPcommunication

    1下载:
  2. 综合考虑到数据信息量,以及数据传输可靠性,采用在应用层封装可靠性的自定义协议,底层使用适合大数据量传输UDP协议,实现通讯传输效率和可靠性的平衡。实现上使用socket编程,协议设计上采用对数据报文的分帧,传输控制(报文的顺序等),校验,数据的转义,以及服务器/客户端的通讯握手来实现,在协议设计中充分考虑到继承性和扩展性.-Considering the amount of information to the data, and da
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-17
    • 文件大小:52224
    • 提供者:suihansong
  1. SSL

    0下载:
  2. 含有SSL握手的服务器和客户端,绝对超值-SSL handshake with the server and the client,the absolute value
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:41984
    • 提供者:d
  1. Gpib

    0下载:
  2. GPIB通信控制模块,用VB编写的,包括与GPIB握手,与设备通信-GPIB communication control module, written with VB, including GPIB handshake communication with the device
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:吴恬
  1. update

    0下载:
  2. 这是ARM对AVR/C51升级的源程序xmodem,先通过TFTP将升级文件从PC下载到ARM,然后按照自己的握手方式,通过xmodem升级到AVR,已在产品中使用。-This is the source ARM upgrade of AVR/C51 xmodem, the first upgrade by TFTP to download files from PC to ARM, and then shook hands with
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:ladeng
  1. Serial_port_communication_routines

    0下载:
  2. 本文将介绍如何在.NET平台下使用C#创建串口通信程序,.NET 2.0提供了串口通信的功能,其命名空间是System.IO.Ports。这个新的框架不但可以访问计算机上的串口,还可以和串口设备进行通信。我们将使用标准的RS 232 C 在PC间通信。它工作在全双工模式下,而且我们不打算使用任何的握手或流控制器,而是使用无modem连接。-Serial_port_communication_routines
  3. 所属分类:串口编程

    • 发布日期:2024-05-17
    • 文件大小:29696
    • 提供者:Evan Zhang
« 1 2 3 4 5 6 78 9 10 11 12 »

源码中国 www.ymcn.org