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

搜索资源列表

  1. RawUDPSample

    0下载:
  2. In this code, I will present a C++ class used to easily create and manipulate UDP packets from scratch. This can be useful for Windows users who can t send custom UDP packets using Winsock. (XP SP2 and later). In the sample application, WinPCap is us
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-27
    • 文件大小:27669
    • 提供者:黄海栋
  1. CPP_Network_Programming_Vol_I

    0下载:
  2. C++网络编程[ACE] 卷一 英文原版-C++ Network Programming Vol I
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-11
    • 文件大小:2401815
    • 提供者:zy
  1. Web-BasedNetworkManagementSystem

    0下载:
  2. SN M P 在基于 TCP/ I P 的网络中具有重要的管理地位,然而传统的 SN M P 管理软件大多是基于 C / S 结构的,这必然为网络管理带来了不便。首先讨论了传统的 SN M P 网络管理模型的工作方式,然后通过将 W eb 技术与 SN M P 网络管理技术结合在一起,提出了一种新的网络管理体系结构,并对该模型的一些实现时的一些具体问题进行了探讨。-SN MP at based on TCP/IP network is an important management positi
  3. 所属分类:SNMP

    • 发布日期:2017-04-27
    • 文件大小:180040
    • 提供者:hialex
  1. example_scanport

    0下载:
  2. 我自己手动完全用C++编写的小型的一个端口扫描联系程序-I have to manually complete with C++ to prepare a small contact port scanning procedures
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-13
    • 文件大小:2264
    • 提供者:乔志伟
  1. ip_tcp_udpbcast

    0下载:
  2. 用c++实现的IP TCP UDP广播协议,相信对于理解TCP IP 协议有很大的帮助作用-Using c++ implementation of the IP TCP UDP broadcast protocol, I believe that for understanding the TCP IP protocol has a lot of help
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-15
    • 文件大小:8396
    • 提供者:gezhenjiang
  1. Picture.Translate.Of.Remote.Desktop.Control

    0下载:
  2. 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:54307
    • 提供者:whoamixp
  1. IMailPlus

    0下载:
  2. 本文呢帮助你一步一步实现邮件客户端。你需要起码了解相关协议如pop3协议。让我们演示此通信实例来了解协议如何工作-This post will go with you step by step towards building your own Mail Client using C#, First to start I’ll start you need to first know the protocol you will be retrieving emails with I will d
  3. 所属分类:WinSock-NDIS

    • 发布日期:2014-05-31
    • 文件大小:140317
    • 提供者:yefeng
  1. CSBySocket

    0下载:
  2. 自己编写的SOCKET程序 源码有详尽的注释 可以用来学习C/S程序的编写方法-SOCKET procedures I have written there is a detailed source notes can be used to study C/S approach taken in the preparation process
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-25
    • 文件大小:111086
    • 提供者:Abel
  1. MySocketPro

    0下载:
  2. 我自己用Visual C++6.0编写的简单的聊天程序,比较简单,特别适合初学者学习借鉴之用。-I am using Visual C++6.0, prepared by the chat program easy, relatively simple, especially suitable for use for beginners to learn from.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-14
    • 文件大小:3516541
    • 提供者:zhongwen
  1. WinsockIO

    0下载:
  2. 在 Wi n d o w s套接字应用程序中对 I / O(输入/输出)操作进行管理。Wi n s o c k分别提供了“套接字模式”和“套接字 I / O模型” ,可对一个套接字上的 I / O行为加以控制。其中,套接字模式用于决定在随一个套接字调用时,那些 Wi n s o c k函数的行为。而另一方面,套接字模型描述了一个应用程序如何对套接字上进行的 I / O进行管理及处理。-Wi ndows socket at the application of I/O (input/output)
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:852660
    • 提供者:kunlunshanjiao
  1. getip

    0下载:
  2. 利用c++语言编写的代码获得本机ip地址,算是网络编程的基础课-copy from a book,i really have not learnt it clearly
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-29
    • 文件大小:9623
    • 提供者:菜鸟小生
  1. client-server

    0下载:
  2. C-S通信的server端程序,linux环境gcc编译通过,实现了简单的文本传输,读懂即可了解整个socket通信的流程,绝对原创,希望大家能支持。-CS communications server-side procedures, linux environment through the gcc compiler, the realization of a simple transfer of text, read to understand the whole process socke
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1069
    • 提供者:黄珺
  1. tcps

    0下载:
  2. TCP上的C/S的一个简单架构。。。里面有客户端和服务器端-i do not say what i am not good at english nothing
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2326321
    • 提供者:罗小林
  1. ping

    0下载:
  2. ping的原理就是首先建立通道,然后发送包,对方接受后返回信息,这个包至少包括以下内容,发送的时候,包的内容包括对方的ip地址和自己的地址,还有序列数,回送的时候包括双方地址,还有时间等,主要是接受方在都是在操作系统内核里做好的,时刻在监听,提供一段c程序的代码,希望对大家有用。 -ping is to first establish the principle of access, and then send packets, the other party accepted the re
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-14
    • 文件大小:3778
    • 提供者:Max
  1. 11

    0下载:
  2. Asp.Net探针0.90源码(Asp.net2.0版) 探测信息如下: 服务器计算机名 http://localhost/ 服务器IP地址 127.0.0.1 服务器域名 localhost 服务器端口 80 服务器IIS版本 Microsoft-IIS/6.0 本文件所在文件夹 E:\downCode\ServerInfo\ 服务器操作系统 Microsoft Windows NT 5.2.3790 Service Pack 1
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-16
    • 文件大小:20353
    • 提供者:木头人
  1. testsd

    0下载:
  2. 小测试,分享给大家共享,一方面我觉得不错的,一方面是用c#程序-Small test, share share, on the one hand I feel good, on the one hand is the c# program
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-08
    • 文件大小:14461
    • 提供者:任小平
  1. Windowscyuyanwanluobiancheng

    0下载:
  2. 用C语言进行网络编程的几个实例,希望有助于初学者入门。-Network with C programming language a few examples, I hope will help beginners entry.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:9374
    • 提供者:yang1986
  1. Csharp

    0下载:
  2. 关于C#的一本相当经典的书,刚入门的人可以看看,相信会大有收益。-On the C# of a very classic book, one can just take a look at the entry, I believe it will have much to gain.
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-04-02
    • 文件大小:147479
    • 提供者:赵新
  1. 2007122400221581

    0下载:
  2. 我的这个程序是C语言开发的基于LCD1602的液晶显示程序,适合于单片机的开发-I have this procedure is the development of C language LCD1602 LCD-based procedures, appropriate for the development of single-chip
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-13
    • 文件大小:2201
    • 提供者:朱华东
  1. Beikx.IM

    0下载:
  2. C# SOCKET 实现的一个IM工具的例子,我没有深入写下去,但是基本的聊天功能实现了。-C# SOCKET realized example of an IM tool, I did not write it in depth, but the basic chat functionality a reality.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-08
    • 文件大小:132551
    • 提供者:贝壳沙
« 1 2 3 4 5 67 8 9 10 11 12 13 »
搜珍网 www.dssz.com