搜索资源列表

  1. Code

    0下载:
  2. 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系-Network-related knowledge, procedures for the preparation of the network, Socket is to connect applications and bridge network driver, Socket in the
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-19
    • 文件大小:2358272
    • 提供者:maomao
  1. OReilly_DNS_BIND_Cookbook

    0下载:
  2. 本书除了讨论DNS背后的设计动机和配置BIND 软件包之外,还涉及了许多高级主题,包括怎样成为一个“parent”,即具备向其他人分配名称的代理()能力,怎样使用DNS正确地设置邮件转发,发现和排除故障,编写相关的程序-In addition to this book discuss the design of the motivation behind DNS and configure BIND software package,
  3. 所属分类:电子书籍

    • 发布日期:2024-05-19
    • 文件大小:573440
    • 提供者:dadsf
  1. bind-9.4.0.tar

    0下载:
  2. 非常好的dns解析软件,兼容windows和unix操作系统。-Dns very good analytical software, compatible with windows and unix operating systems.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-19
    • 文件大小:6333440
    • 提供者:kuyu
  1. bind-9.2.3.tar

    0下载:
  2. bind-3.2.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:4553728
    • 提供者:zhanghhai
  1. SMP-affinity

    0下载:
  2. 多核的linux环境下绑定中断到指定CPU.用于高性能服务器开发。-The multi-core linux environment bind to the specified interrupt CPU. For the development of high-performance servers.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:gao
  1. Socket

    0下载:
  2. Socket C++封装类, start, bind, listen, accept, close, send, recv-Socket C++ package type, start, bind, listen, accept, close, send, recv ...
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:Joker Lee
  1. ip_bind

    0下载:
  2. E语言写的天堂II登陆器绑定IP程序,可用于登陆器编写-E language of Paradise II landers bind IP procedures
  3. 所属分类:外挂编程

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:
  1. bind-9.6.1-P1.tar

    0下载:
  2. The Berkeley Internet Name Domain (BIND) version 9.6.1-P1
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:6600704
    • 提供者:mainland_chin
  1. socket

    0下载:
  2. 用VC编写的socket小程序,有客户端和服务端,两者3次握手建立连接,用到了最基本的socket,bind,listen,send,receive,函数,非常适合初学者,我就是用这个例子学习的socket编程,很经典的例子有,还有小界面-Socket using a small program written in VC, there are client and server, the two three-way handshake
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:78848
    • 提供者:vivianjia
  1. bind-9.6-ESV.tar

    0下载:
  2. dns 使用广泛的开源软件,bind 9.6 有兴趣的看一下吧-dns widely used open-source software, bind 9.6 interested have a look
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:6556672
    • 提供者:刘海月
  1. BIND9-CHS

    0下载:
  2. BIND源代码,是很好研究DNS的工具。-BIND source code, is a good research tool for DNS.
  3. 所属分类:技术管理

    • 发布日期:2024-05-19
    • 文件大小:593920
    • 提供者:yangsir
  1. Data-Access---Bind-Data-in-a-ComboBox

    0下载:
  2. Data Access - Bind Data in a ComboBox
  3. 所属分类:组合框控件

    • 发布日期:2024-05-19
    • 文件大小:18432
    • 提供者:john
  1. Data-Access---Bind-Data-in-a-ComboBox

    0下载:
  2. Data Access - Bind Data in a ComboBox
  3. 所属分类:组合框控件

    • 发布日期:2024-05-19
    • 文件大小:18432
    • 提供者:Tu Hoang Trong
  1. CPP-bind-simple-realization

    0下载:
  2. c++的bind简单实现 本人以前在读<< Beyond the C++ Standard Library>> 书的时, 然后自己测试的的示例代码. 今天又看到了, 感觉可以分享出来, 帮助一些人理解bind的实现, 理解占位符. -c++ the bind simple realization I previous read < < Beyond the C++ Standard Librar
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:fete
  1. bind-9.9.2-P1.tar

    0下载:
  2. bind-9.9.2-P1,Linux下实现dns服务的一款软件。-the dns service a bind-9.9.2-P1, Linux software.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:7277568
    • 提供者:akpudn001
  1. bind

    0下载:
  2. 一个 超小型的bind库, 它实现了大部分boost::bind的功能, 只是将名字空间由boost 变换为 bi 。如果使用了一般的使用中通常可以将 boost::bind(my_fun(), _1,_2)(234, "hello world") 形式替换为 bi::bind(my_fun(), _1, _2)(234, "hello world"), 既可完成编译,如果使用了名字空间,那就只需要将 using n
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:feitianyu
  1. bind

    0下载:
  2. 可执行文件捆绑工具,运行平台Microsoft windows。-A EXE bind tool,run base on windows platform.
  3. 所属分类:文件操作

    • 发布日期:2024-05-19
    • 文件大小:62464
    • 提供者:zhao
  1. Oralce-Bind-Variables

    0下载:
  2. 自己在工作当中用到的绑定变量相关的知识点-Own work which bind variables used in the relevant knowledge
  3. 所属分类:数据库编程

    • 发布日期:2024-05-19
    • 文件大小:257024
    • 提供者:小风
  1. bind-9.7.3-P1.tar

    0下载:
  2. bind源码 -bind 1111111111111111111111111111111111
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:7586816
    • 提供者:lijitao
  1. Data-Access---Bind-Data-in-a-ComboBox

    0下载:
  2. This sample shows some how to bind data to a combo box control .
  3. 所属分类:SQL Server数据库

    • 发布日期:2024-05-19
    • 文件大小:19456
    • 提供者:kaled
« 1 23 4 5 6 7 8 9 10 ... 28 »

源码中国 www.ymcn.org