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

资源列表

« 1 2 ... .72 .73 .74 .75 .76 177.78 .79 .80 .81 .82 ... 802 »
  1. 一个可以换皮肤的例子

    0下载:
  2. 用delphi编写的一个可以换皮肤的程序,包括了所有源程序-used to prepare the skin for a procedure, including all source
  3. 所属分类:网络编程

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

    0下载:
  2. 关于ASP编程的相关资料,感兴趣的可以看一看哦-ASP programming on the relevant information, interested can look at oh
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:497.5kb
    • 提供者:王钰
  1. 开源数据库及通讯开发工具包

    0下载:
  2. Datareel 是一个跨平台的开发工具包,用来创建多线程数据库和通信应用。使用DataReel可以为多种操作系统生成末端用户应用、嵌入式系统和可重用库。-Datareel is a cross-platform development tool kit used to create multi-threaded database and communications applications. DataReel use of a variety of operating systems can
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:2.05mb
    • 提供者:王明
  1. 一个对Winsock 完成端口模型封装的类

    0下载:
  2. 在WINDOWS下进行网络服务端程序开发,毫无疑问,Winsock 完成端口模型是最高效的。Winsock的完成端口模型借助Widnows的重叠IO和完成端口来实现,完成端口模型懂了之后是比较简单的,但是要想掌握Winsock完成端口模型,需要对WINDOWS下的线程、线程同步,Winsock API以及WINDOWS IO机制有一定的了解。如果不了解,推荐几本书:《Inside Windows 2000,《WINDOWS核心编程》,《WIN32多线程程序设计》、《WINDOWS网络编程技术》。
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:43.61kb
    • 提供者:王明
  1. 5.7.2--Java网络编程综合起步(FTP浏览器)

    0下载:
  2. 一个java网络编程的综合起步代码:ftp的浏览器,/jbuilder9编译通过!-an integrated network started programming code : ftp browser / jbuilder9 compile!
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:11.31kb
    • 提供者:叶建民
  1. tzg004

    0下载:
  2. 在VC下编译,实现大文件的传输,速度很快,可以指定端口和IP-in VC compiler, achieving large file transfer, very fast, can be designated ports and IP
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:23.15kb
    • 提供者:刘林超
  1. CUdpSocket

    0下载:
  2. CUdpSocket是为了简化发送,解析UDP 数据报所提供的一个基类。这个类封装了基于SOCK_DGRAM的大部分基本操作。这个类提供两种工作模式,一种是和实际处理UDP 数据报的功能紧耦合,这需要通过继承实现,同时设置workmode 为auto_receive(参见SetWorkdMode),另外一种是直接作为单独对象出现,此时用户需要使用Recv成员函数自己处理数据的接收。-CUdpSocket is to simplify this, the analytical data repor
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:126.02kb
    • 提供者:刘林超
  1. Chap0ffjk7

    0下载:
  2. 用VC编写的ftp客户程序,运行在客户端,包括建立整个项目的过程和有关原理。-VC prepared by the ftp client, running on the client, including the creation of the entire project process and the principle.
  3. 所属分类:网络编程

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

    0下载:
  2. 用VC编写的WWW浏览器,利用Microsoft的WebBrowser控件。-VC prepared by the WWW browser, using Microsoft's WebBrowser control.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:62.93kb
    • 提供者:wen
  1. 关于实现加法的rmi的例子

    0下载:
  2. 说明的是用在客户端输入两个数字,在服务器端实现其加法运算,然后返回结果给客户端的rmi例子,此例子经过本人的调试通过。欢迎大家享用。-descr iptions are used in the importation of two client figures on the server side to achieve its addition operations, then return to the findings to the client rmi example, the examp
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:8.08kb
    • 提供者:郑云洲
  1. 用socket API实现加法的远程计算

    0下载:
  2. 说明的是用在客户端输入两个数字,在服务器端实现其加法运算,然后返回结果给客户端的socket例子,此例子经过本人的调试通过。欢迎大家享用。-descr iptions are used in the importation of two client figures on the server side to achieve its addition operations, then return to the findings to the client socket example, the
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:6.42kb
    • 提供者:郑云洲
  1. 较为复杂的rmi的例子

    0下载:
  2. 说明的是用在客户端输入两个数字,在服务器端实现其加法运算,然后返回结果给客户端的rmi例子,这个例子较为复杂。此例子经过本人的调试通过。欢迎大家享用。-descr iptions are used in the importation of two client figures on the server side to achieve its addition operations, then return to the findings to the client rmi example,
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:7.66kb
    • 提供者:郑云洲
« 1 2 ... .72 .73 .74 .75 .76 177.78 .79 .80 .81 .82 ... 802 »
搜珍网 www.dssz.com