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

搜索资源列表

  1. 用VB判断网页文件是否在IE缓存中

    2下载:
  2. 当访问Internet某个站点时,系统首先将远程文件读入到本机Temporary Internet Files文件夹。现在告诉大家一个小技巧可以用VB语言和一个API函数实现判断网页文件是否在IE缓存中。-when visiting certain Internet sites, the system will first read remote files to the machine Temporary Internet Files folder. Now tell us a little
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1.04kb
    • 提供者:佳闲
  1. API实现Socket编程(文件传送)

    0下载:
  2. 利用API函数编写的程序,可以实现文件的自由传送!-prepared using the API function procedures, the document can be achieved free!
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:379.51kb
    • 提供者:
  1. ChatRoomhaha

    0下载:
  2. 这是一个网络聊天室的源程序,用VC调用基本的API函数写的,比较经典,大家可以参考参考,对于想学习SOCKET编程的同学来说是一个不错的例程.-This is an Internet chat room of the source, the VC called basic API function to write, more classic, Members can take a reference to learning for students Socket Programming is
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:45.48kb
    • 提供者:赖卫东
  1. ftplist

    0下载:
  2. 使用API获得FTP列表,输入到数据库中,可以为下载论坛自动生成数据库-use FTP API access to the list, the importation into the database, it can be downloaded from the Forum for Automatic Generation Database
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:27.96kb
    • 提供者:chenwend
  1. SocketServer(API)

    1下载:
  2. API写的SocketServer源码,采用多线程通讯,这是一个框架,可以加入自己的代码使用。-API written SocketServer source, multi-thread communication, which is a framework, can add his own code to use.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:170.02kb
    • 提供者:chenji
  1. Multi-thread_management_and_network_program

    0下载:
  2. 这是我本科毕业设计的作品。实现了Window下网络通讯编程,包含服务器端和客户端两方面程序。主要实现了以下几个功能:1.Socket API编程,而不是WinSock编程,代码可以很方便地移植到Unix系统下;2. 多线程的管理机制,整个系统由一个主线程、一个管理线程,一个监听线程,若干个工作子线程构成,很好地解决了多线程的管理,资源的释放。3. 程序可以在真实局域网络环境下运行(即在一个主机上运行服务器端程序,在另外多台机器上分别运行一个客户端,可以实现通信),也可以在一个虚拟的环境下运行、演
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:717.47kb
    • 提供者:龚勋
  1. lspSample

    0下载:
  2. This code sample illustrates a Winsock 2 layered service provider (LSP). An LSP is a method of inserting a layer between the Winsock 2 API and applications. This is achieved by creating a DLL which implements the entire set of Winsock provider
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:120.9kb
    • 提供者:zhbb
  1. SocketDataX

    0下载:
  2. 这是一个基于API自己定义的可以用来解析自己定义协议的一个Socket数据解析类。-This is a definition based on its own API can be used to interpret the definition of their agreement a Socket data analytic category.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:3.4kb
    • 提供者:谢花寒
  1. 用Delphi实现远程控制

    1下载:
  2. WinSock是一组API,用于在网络上传输数据和交换信息。虽然现在有很多工具如FTP 程序可以在网络上传输数据和文件,但是通过WinSock编程有更大的灵活性,它不需要关心网络连接的细节,不过用WinSock编程却很复杂。在Delphi中我们并不需要直接与 WinSock的API打交道,因为TClientSocket元件和TServerSocket元件(在Internet页)封装了WinSock的大部分API,使得对WinSock的访问大大简化。下面这个远程控制的例子就很清楚地说明了这个问题,
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:5.32kb
    • 提供者:里平
  1. netsendmsg

    0下载:
  2. 一个信使服务程序。虽然网上有很多这方面的资料,但大多数都是调用net send程序。本程序是通过调用API函数实现。为了能够互相学习。本程序可任意修改。(开发环境C++Builder windows 2000)-a courier service procedures. Although many Internet information in this regard, but the majority are called net send procedures. This program i
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:425.72kb
    • 提供者:詹克华
  1. 无线网络管理

    0下载:
  2. A command-line windows application to manage wireless network connections, cards and profiles. Connect to WLANs, query for RSSI, stadistics... It can be used as an example of how to use Microsoft Native Wifi API dlls from any ANSI C compatible IDE
  3. 所属分类:网络编程

  1. 微软官网LSP

    1下载:
  2. // Descr iption: // // This sample illustrates how to develop a layered service provider that is // capable of counting all bytes transmitted through an IP socket. The application // reports when sockets are created and reports how many
  3. 所属分类:网络编程

搜珍网 www.dssz.com