CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 通信网络

搜索资源列表

  1. linux-QQ(udp)

    0下载:
  2. 本实验是一个Linux下的网络即时通信工具,模仿QQ而来…-This experiment is a real-time communication network under Linux tools, imitation QQ from ...
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-26
    • 文件大小:21774
    • 提供者:欧阳
  1. epoll.c

    0下载:
  2. epoll网络通信实现代码,适合初学者使用非常不错的学习资料。-Network Communication epoll code to use is very good for beginners to learn the information.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:2148
    • 提供者:zhangzhiyi_923
  1. znsoft_TDIClient

    1下载:
  2. 驱动内核实现网络通信,实现VND网盘,内部自带测试程序-TDI filedisk
  3. 所属分类:Driver Develop

    • 发布日期:2017-05-13
    • 文件大小:3211371
    • 提供者:廖崴
  1. 61850_report

    1下载:
  2. 变电站通信网络和系统讲座文档,清晰解释了61850协议与原有协议的不同。-Substation communication networks and systems document lectures, clear explanation of the 61850 protocol agreement with the original difference.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:167268
    • 提供者:丁丁
  1. 02_DM642NetDemo

    0下载:
  2. DM642的网络通信例程,编译通过,NDK为2.0版本,长时间应用,性能稳定-DM642 network communication routines, compile, NDK 2.0 version, for a long time applications, performance and stability
  3. 所属分类:DSP program

    • 发布日期:2017-05-04
    • 文件大小:1111916
    • 提供者:代富贵
  1. 网络通信

    0下载:
  2. 关于DSP与pc机之间通过TCP/IP协议进行通信,并对其中程序进行了详细解释。
  3. 所属分类:文档资料

  1. 网络通信程序

    0下载:
  2. DSP28335与PC机基于TCP/IP协议之间的通信程序,调试通过。
  3. 所属分类:网络编程

  1. jiaohuanji

    0下载:
  2. 现代交换原理讲义CH1_交换概论ch2 通信信源模型-new070327_new-2CH2_交换网络ch3_Erlang拒绝和等待系统CH3_数字程控电话交换与电话通信网ch4_通信网络性能分析CH4_信令系统CH5_分组交换与分组交换网ch5_网络拓扑结构分析CH6_ISDN交换与综合业务数字网ch7_网络可靠性分析-Principles of modern exchange notes Introduction CH1_ exchange communication channel ch2
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-05-20
    • 文件大小:5761016
    • 提供者:张建
  1. smalltree

    1下载:
  2. 图的最小生成树 【需求分析】 若要在n个城市之间建设通信网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题。 (1)建立一个图,其存储方式可以采用邻接矩阵形式,需要定义两个数组,一个存储顶点,一个存储边,存储边的数组表明节点间的连通关系和边的权值; (2)利用普里姆算法和克鲁斯卡尔算法求网的最小生成树; (3)按顺序输出生成树中各条边以及它们的权值。 【算法描述】: 1 普里姆算法:
  3. 所属分类:Document

    • 发布日期:2016-06-13
    • 文件大小:1976
    • 提供者:冯伟
  1. iec61850-6

    0下载:
  2. 变电站通信网络和系统 第六部分:与变电站相关的IED的通信配置描述语言 (iec 61850-6) -Substation communication networks and systems Part VI: associated with the substation IED configuration descr iption language of communication (iec 61850-6)
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:290606
    • 提供者:xyza888
  1. Visual C++网络通信代码

    1下载:
  2. Visual C++网络通信代码 包括FTP文件上传下载,支持断点续传,是Visual C++网络通信书籍配套光盘源码-Visual C++ code for network communications, including FTP uploading and downloading files, support for HTTP is a Visual C++ books on network communications package CD-ROM Source
  3. 所属分类:Internet/网络编程

    • 发布日期:2012-11-06
    • 文件大小:8700782
    • 提供者:hulifan
  1. socket

    0下载:
  2. socket编程。winsock编程实现网络通信。 非阻塞模式实现面向连接一个服务器和多个客户端的收发数据(select模型) 阻塞模式实现面向无连接的一对一的通信 1.学习通过winsock编程实现网络通信。 2.学习面向连接和面向无连接的网络通讯方式的编程。 3.学习阻塞和非阻塞模式的网络通讯的编程。 4.熟悉与winsock有关的API函数的用法。 -socket programming. winsock network communications progr
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-23
    • 文件大小:7334877
    • 提供者:qingangjun
  1. MFCliaotianshi

    1下载:
  2. 基于TCP/IP的通信基本上都是利用SOCKET套接字进行数据通讯,程序分为服务器端和用户端两部分 本实验是本人做的计算机网络课程设计,有mfc的CSocket编的..给大家分享下 支持多人聊天,可以用,先运行服务器端,点击监听,然后运行客户端点击连接服务器即可-Based on TCP/IP communications are basically used for data communications SOCKET socket, the program is divided in
  3. 所属分类:software engineering

    • 发布日期:2017-05-21
    • 文件大小:6198816
    • 提供者:一天
  1. TCPIPDemoApp

    1下载:
  2. 基于pic单片机的嵌入式系统的以太网通信的软件程序,可以实现pic单片机以太网开发板的网络功能,以及学习TCP/IP协议栈的使用方法-Pic based on the Embedded System Single Chip Ethernet communications software program, can achieve single-chip Ethernet development board pic of network functions, as well as learning
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:958740
    • 提供者:刘宁宁
  1. QT.tar

    1下载:
  2. Qt窗口源码 窗口时钟,温度显示,网络通信,实时报警.-Qt source code window, the window the clock, temperature display, network communications, real-time alarm.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-11-01
    • 文件大小:53823
    • 提供者:qianxufeng
  1. socket

    1下载:
  2. 一个winsock网络通信程序,实现单向的身份认证,还不构完善--A Winsock communication program. It implements one-way identity verification. But it is not complete yet.
  3. 所属分类:CA认证

    • 发布日期:2012-11-01
    • 文件大小:65744
    • 提供者:李杰
  1. source_IP

    1下载:
  2. 基于Delphi的IP电话开发的源代码,实现了网络语音通信的功能-Delphi based on the IP phone developed source code, implementation of network voice communication functionality
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:278630
    • 提供者:吕主月
  1. ARQ

    0下载:
  2. 模拟了网络通信协议中的ARQ协议的执行过程.使用的是Mac平台实现,但是协议部分是与平台无关的.-Simulation of the Network Communication Protocol ARQ protocol in the implementation process. Using a Mac platform, but the protocol is platform-independent.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-23
    • 文件大小:200519
    • 提供者:jorneyr
  1. E03-AsyncChat

    0下载:
  2. TCP/IP网络异步通信,类QQ网络即时聊天工具,服务器端和客户端界面和程序编写。-TCP/IP network asynchronous communication, like instant messaging tool QQ network, server and client interface and programming.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:111674
    • 提供者:陈宝生
  1. Dm642_MAC

    0下载:
  2. DM642中关于EMAC和MDIO以太网通信的例程,未用DSP/BOIS实现网络通信的例程-DM642 EMAC and MDIO on Ethernet communication routines, not using DSP/BOIS routine network communication
  3. 所属分类:DSP program

    • 发布日期:2017-03-31
    • 文件大小:599329
    • 提供者:蔡琳
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com