CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - CAN通信协议

搜索资源列表

  1. 会话通信程序1

    0下载:
  2. 该实例完成一个服务器端和客户端简单的会话通信过程.要求主机上安装TCP/IP协议,并设定IP.服务器端和客户端使用同一台主机的不同端口号,服务器端使用的端口号为2000,客户端使用的端口号为3000. 服务器端程序先运行,首先初始化Winsock,然后创建套接字,在2000端口上进行绑定,接着在2000端口进行侦听,并进入等待状态.客户端后运行,同样首先初始化winsock,然后创建套接字,接着尝试和服务器端的连接.连接一旦建立,就可以在服务器端和客户端之间进行通信.客户端提示输入一个数字,比如
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:16921
    • 提供者:小亮
  1. 基于TCPIP的局域网多用户通信系统

    1下载:
  2. 基于TCP/IP协议的网络多用户通信系统,可实现聊天、文件传送等应用,C++写的。-based on the TCP / IP protocol network multi-user communication system can achieve chatting, file transfer and other applications written in C.
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:789475
    • 提供者:孙卫平
  1. RemoteMaintenance1.42

    0下载:
  2. 这是公司要求做的远程控制程序,可以进行网络和modem拨号进行控制, 通信协议使用XML方式,基本的控制都有,有详细相关设计文档.和通信协议文档 网络部分采用独立dll方式,方式动态更新功能,客户端使用BCB开发,网络模块使用VC开发-This is the company that demanded the remote control program that can be dial-up network and modem control, communications proto
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:10894960
    • 提供者:ly
  1. can-tcp

    2下载:
  2. 基于三星公司2410的can与以太网的通信协议转换,已经调试通过
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:28594
    • 提供者:谢文光
  1. tcp/ip协议简单通话程序

    1下载:
  2. tcp/ip协议简单通话程序,可以放假初学者研究VC,同时可以实现局域网语音通信。,tcp/ip protocol simple procedure call, you can leave beginners Research VC, at the same time local area network voice communications can be achieved.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2013-11-29
    • 文件大小:777381
    • 提供者:lishiwei
  1. ARQ.rar

    0下载:
  2. 无线网络通信实验 实现ARQ协议的仿真,有仿真图和代码。调试通过可运行。,Experimental realization of a wireless network communication ARQ protocol simulation, there are simulation plans and code. Debugger can be run through.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1442523
    • 提供者:武昊
  1. Communicationprotocolconversion

    1下载:
  2. 通信协议转换,可以作为研究通信相关领域的人作为参考-Communication protocol conversion, can serve as a communications-related field of study as a reference
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:195589
    • 提供者:david
  1. UdpChat

    0下载:
  2. 一个简单的UDP网络聊天程序,程序使用UDP通信协议处理信息,可实现多人聊天功能-A simple UDP network chat program, the program uses UDP communication protocol processing information, can achieve more than chat feature
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-04
    • 文件大小:41936
    • 提供者:冒佳明
  1. TCPIP

    0下载:
  2. 针对ISO的七层协议,分别实现了代码编程,可以更加深入的理解网络通信协议。-ISO protocol for the seven, respectively, the code implementation programming, can be more in-depth understanding of network communications protocol.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-21
    • 文件大小:6047561
    • 提供者:songsb
  1. udpApplication

    0下载:
  2. 本例是Csharp编的一个UDP通信程序,通过本例,可以掌握通过UDP协议来接收发送消息,以及数据包的计算-Csharp for this example is a UDP communication program, through this case, we can get through the UDP protocol to receive send messages, as well as the calculation of packet
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:719107
    • 提供者:张洪铭
  1. TCPIP

    0下载:
  2. T C P / I P (通常它是指传输控制协议/网际协议, Transmission Control Protocol/Internet Protocol)是发展至今最成功的通信协议,它被用于当今所构筑的最大的开放式网络系统I n t e r n e t之上就是其成功的明证。I n t e r n e t最初的设计是为了满足美国国防的需要,具体来讲就是使美国政府即使在遭受核打击时也能保证通信不间断, T C P / I P就是用于这个目的的。今天,I n t e r n e t已经发展得更加商
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-30
    • 文件大小:12632321
    • 提供者:李晓
  1. flymsg

    0下载:
  2. C#实现的一款即时通信小程序,利用socket封装的udp协议实现,是初学者学习socket编程的很好的源代码。功能比较简单,还有许多可以完善的地方 -C# to achieve a little instant messaging program, use socket package udp protocol implementation is very good for beginners to learn socket programming source code. Function
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-02
    • 文件大小:34351
    • 提供者:417
  1. TCP_IP

    0下载:
  2. TCP/IP通信协议的程序实例,直接拿过来用就可以了-TCP/IP communication protocol process instance can be used directly to take over the
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:4553
    • 提供者:赵学寒
  1. server

    0下载:
  2. 局域网下 使用IP通信协议 可以聊天 的工具-LAN can use IP communication protocol chat tool
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-11
    • 文件大小:1357
    • 提供者:杜丰
  1. wangluobiancheng

    0下载:
  2. 实用VC++实现的网络通信中的滑动窗口协议算法,发送方和接收方之间能够很好的进行通信。界面直观,代码可读性好。-VC++ Implementation of practical network traffic in the sliding window protocol algorithm, between sender and receiver can communicate well. Intuitive interface, the code readable.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-10
    • 文件大小:1169594
    • 提供者:孟萌
  1. FTP_Client

    0下载:
  2. 简单的FTP客户端,可以学习FTP的工作原理,设计自己的通信协议。-Simple FTP client, FTP works can learn to design their own communication protocol.
  3. 所属分类:Ftp Client

    • 发布日期:2017-04-01
    • 文件大小:35816
    • 提供者:李向
  1. LC_CHAT

    0下载:
  2. 采用C/S架构,使用了TCP通信协议,实现了注册,登陆,群聊,私聊,用户管理的功能。-the chatroom is structured by c/s mode,which is supported by tcp protocal.You can chat in private or public ways with the chatroom,and the server has the privilege to manage users logged in.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:55874
    • 提供者:爱迪生
  1. cancx

    0下载:
  2. can总线通信协议 用于sja1000 程序-Communication sja1000 regulate the procedure can
  3. 所属分类:Linux Network

    • 发布日期:2017-04-09
    • 文件大小:7003
    • 提供者:熊松林
  1. 201151021395131

    0下载:
  2. 该源码使用异步Socket方式实现TCP网络通讯,可以通过自己增加相应通信协议类来适应不同通信需求下的数据传输。 1、TcpCSFramework 为异步Socket通信框架 2、TcpClient 为TCP客户端 3、TCPServer 为TCP服务器端 -The source code uses the asynchronous Socket methods to achieve TCP network communication can be increased by thei
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:130607
    • 提供者:wzlion221
  1. faely_fedundency_Content

    0下载:
  2. can总线通信VB6源程序,用于编写can通信协议,以及测试can总线,()
  3. 所属分类:网络编程

    • 发布日期:2018-04-19
    • 文件大小:659456
    • 提供者:runvp&70250
« 12 3 4 5 6 »
搜珍网 www.dssz.com