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

搜索资源列表

  1. P2Ptransform

    0下载:
  2. 本工程为网络计算机之间的消息传输和发送,基于P2P实现网络文件传输。-works for the computer network between the transmission and delivery of information, based on peer-to-peer network file transfer.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:275371
    • 提供者:文视频
  1. VOIP_server_client

    0下载:
  2. VOIP, 实现网络语音传输. server和client程序一样, 使用前先更改IP-VOIP, voice transmission network. Server and client procedures, before changes in the use of IP
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:450942
    • 提供者:李杰
  1. 9758

    0下载:
  2. VC++网络编程,图形编程实例,初学者可借鉴!-VC network programming, graphical programming examples, beginners can learn!
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:350865
    • 提供者:刘力
  1. jce-1_2_2

    0下载:
  2. 介绍加密解密的书籍,对网络中的加密解密算法进行了详细的介绍-on encryption and decryption of books on the network encryption and decryption algorithms for a detailed account of
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:471815
    • 提供者:郑述庆
  1. 060527132024

    0下载:
  2. 这代码是实现windows下的socket网络编程。-This code is under the windows socket network programming.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:26148
    • 提供者:邹学海
  1. net2

    0下载:
  2. 扫描网段,包括ip、MAC地址、机器名,是我的课程设计作品,只上载主程序-scanning of the network, including ip, MAC address, machine name, my course design work, only on the main program
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:4591
    • 提供者:qiaozq
  1. httpftpcsharp

    0下载:
  2. 很多人都有过使用网络蚂蚁或网络快车软件下载互联网文件的经历,这些软件的使用可以大大加速互联网上文件的传输速度,减少文件传输的时间。这些软件为什么有如此大的魔力呢?其主要原因是这些软件都采用了多线程下载和断点续传技术。如果我们自己来编写一个类似这样的程序,也能够快速的在互联网上下载文件,那一定是非常愉快的事情。下面我就讲一讲如何利用C#语言编写一个支持多线程下载文件的程序,你会看到利用C#语言编写网络应程序是多么的容易,从中也能体会到C#语言中强大的网络功能。 -many people use
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:8351
    • 提供者:杨飞
  1. check_sum

    0下载:
  2. 计算校验和 校验和算法描述:为保证网络上传输的数据的可靠性,在许多协议中都设置了校验和项,例如:IPv4、ICMPv4、IGMPV4、ICMPv6、UDP和TCP 等等。计算这些校验和的算法称为网际校验和算法,简单来说就是:把被校验的数据16位进行累加,然后取反码,若数据字节长度为奇数,则数据尾部补一个字节的0以凑成偶数。 由于从输入文件读入的数据不能直接满足计算校验和的条件,所以首先对从文件读入缓冲区的数据进行预处理,即读入缓冲区时忽略空格。由于累加是按16位进行的,所以每次从缓冲
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:88943
    • 提供者:阿蒙
  1. framer1

    0下载:
  2. 目的: 构造帧对于理解网络协议的概念、协议执行过程,以及网络问题处理的一般方法具有重要的意义。本次练习的目的是通过数据链路层与介质访问控制层的学习,根据数据链路层的基本原理,针对普遍应用的Ethernet帧,通过构造一个具体的帧,引导同学深入理解网络协议的基本概念与网络问题处理的一般方法。 要求: 1、编写程序,根据给出的原始数据,组装一个IEEE802.3格式的帧。题目附带的文件为二进制原始数据(文件名分别为input1和input2),要求程序为命令行程序,比如可执行文件名为fr
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:20244
    • 提供者:阿蒙
  1. LogonNP

    0下载:
  2. This Windows NT Sample Network provider implements a small subsection of the NP interface. What it shows is how you can sample logon information when a logon is performed. This \"credential sampling\" is often useful for implementing uni
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:5417
    • 提供者:址不真
  1. linux_socket

    1下载:
  2. 是关于linux下socket通信的源代码,只要定义好服务器端、客户端的IP和端口号,就可以进行网络通信-under socket communications source code, as long as the definition of a good server. Client IP and port number, it can implement network communications
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:62003
    • 提供者:袁旗平
  1. RemoteControl_Vc

    0下载:
  2. 一个VC++写的远程控制例子《VC++网络通信编程实例案例精选》源代码-write a VC Remote Control example "VC network communications programming examples selected cases" source code
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:150223
    • 提供者:wen
  1. dvr_mpeg_player

    0下载:
  2. 数字硬盘录像机的网络客户端程序,用来播放dvr数据和控制服务端设置的代码.商业软件,请不要使用再企业中.-digital disk recorder network client, Top players used to control data and services Set-up code. commercial software, then please do not use the enterprise.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:118078
    • 提供者:coolhome
  1. netboost

    0下载:
  2. 基于Visual C++.NET的映射网络驱动器-Visual C.NET mapping network drives
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:45995
    • 提供者:余晓明
  1. jc_edu

    0下载:
  2. 一个校园网的东西 一个校园网的东西-something of a campus network things
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1841996
    • 提供者:吴名
  1. deviceList

    0下载:
  2. 使用winpcap罗列本机所有的网络接口信息-winpcap use of the machines listed all the information network interface
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:23704
    • 提供者:积聚
  1. VB-zhuabap

    0下载:
  2. 用VB编写的网络抓包控件源代码,有兴趣的朋友可以研究一下,可用来用作编写外挂。-VB prepared by the network capturing Packet Control source code, interested friends can look at it. can be used to prepare for the pylon.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:47514
    • 提供者:雁翔
  1. socketonlinux

    0下载:
  2. socket 网络编程的具体实现方法,其中源码有注释,不要错过啊-socket network programming to the specific method, a source notes, not to miss ah
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:2868
    • 提供者:李洪臣
  1. Sfile

    0下载:
  2. 简单的局域网传送文件示例可用于网络编程入门学习离实用还有些距离-simple example LAN transmission of documents to be used in network programming from the practical learning portal also some distance
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:364357
    • 提供者:6492499
  1. udhcp-0.9.8

    0下载:
  2. dhcp的源代码,好东西,对网络编程有帮助-dhcp the source code, something good, to help network programming
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:138625
    • 提供者:胡三喜
« 1 2 ... 24 25 26 27 28 2930 31 32 33 34 ... 50 »
搜珍网 www.dssz.com