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

搜索资源列表

  1. All

    0下载:
  2. Qt网络编程,主要实现ZigBee网络拓扑结构的现实以及信息传递的功能。-The ZigBee Specification describes the infrastructure and services available to applications operating on the ZigBee platform. Keywords ZigBee, Stack, Network, Application, Profile, Framework, Device Descr iption,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:430646
    • 提供者:yongli
  1. ip_mac_hook

    0下载:
  2. 利用linux下的netfilter,在内核中注册一个勾子,完成ip,mac列表的绑定功能。-Linux netfilter in the kernel registered a hook to complete the binding function of ip, mac list.
  3. 所属分类:Linux-Unix program

    • 发布日期:2015-05-24
    • 文件大小:2048
    • 提供者:陈勤
  1. Get_hardware_ID

    2下载:
  2. 读取硬件ID 包括CPU,网卡MAC,硬盘ID,不是从注册表读取的,是获得真正的ID,我参考了很多资料和例子,才写好的,方便绑定自已开发的程序,现贡献出来!-Read the hardware ID, including CPU, LAN MAC, the hard disk ID, not read from the registry, is to get the real ID, I refer to a lot of information and examples, only writt
  3. 所属分类:Windows Kernel

    • 发布日期:2015-04-16
    • 文件大小:374784
    • 提供者:林远军
  1. myBindFile

    0下载:
  2. 稳定版绑定文件v 4.2! 自己使用多年.-Stable binding document version v 4.2! Their own use for many years.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:420854
    • 提供者:love
  1. c-s-connect

    0下载:
  2. linux下,以CS结构建立的通讯机制,包括服务器端和客户端,包括IP,端口等处理以及绑定,代码设计成启动的时候手动输入IP,适用强,为了避免80端口被占用,所以端口也设置成手动,用的时候请注意-under linux to CS structure established communications mechanisms, including the server-side and client, including IP, port, such as processing and bind
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:13348
    • 提供者:林锋
  1. netman

    0下载:
  2. 在UniX下实现了有关于使用snmp网络管理协议来管理IP绑定的问题-Achieved in Unix there is about the use of snmp network management protocol to manage IP binding problem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2965
    • 提供者:刘宇菲
  1. SystemBindInfo

    0下载:
  2. 根据系统硬件信息通过MD5产生唯一的SN值,可以实现软件与系统硬件信息的绑定。获取系统硬件信息包括MAC地址,IP地址,硬盘信息,主机名称,操作系统信息等。-According to the system hardware information generated through the MD5 value of only SN can be achieved with the system hardware information software binding. Access to in
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:61895
    • 提供者:dugaofen
  1. bankBanding

    0下载:
  2. 苹果机下开发,采用cocoa环境,该程序是对绑定技术的一个运用,适合初学者。-Mac under development, the use of cocoa environment, the program is a binding to use for beginners.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-10
    • 文件大小:2466200
    • 提供者:xiaoqi
  1. msmtp-1.4.19.tar

    0下载:
  2. msmtp源碼,實現嵌入式郵件發送,与mutt\shell結合能實現郵件的收发-msmtp source to achieve an embedded message is sent, and mutt \ shell binding energy to achieve the sending and receiving e-mail
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:992663
    • 提供者:Jane.Peng
  1. siesta-3.0-b

    1下载:
  2. SIESTA用于分子和固体的电子结构计算和分子动力学模拟。SIESTA使用标准的Kohn-Sham自恰密度泛函方法,结合局域密度近似(LDA-LSD)或广义梯度近似(GGA)。计算使用完全非局域形式(Kleinman-Bylander)的模守恒赝势。基组是数值原子轨道的线性组合(LCAO)。它允许任意个角动量,多个zeta,极化和截断轨道。计算中把电子波函和密度投影到实空间网格中,以计算Hartree和XC势,及其矩阵元素。除了标准的Rayleigh-Ritz本征态方法以外,程序还允许使用占据轨
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-24
    • 文件大小:7689329
    • 提供者:samuel
  1. CHAP01

    0下载:
  2. windows 应用程序捆绑核心编程 第一章 附书源代码-chapter1 source code for the core programing of windows application binding
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-14
    • 文件大小:22123403
    • 提供者:
  1. ddns.tar

    0下载:
  2. 动态域名,可以解决无固定IP用户绑定域名,支持3322,花生壳,88ip等 编译的时候请修改Makefile-Dynamic domain name can be resolved without a fixed IP users binding domain, supporting 3322, peanut shells, 88ip so please modify the Makefile when compiling
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:107361
    • 提供者:dfgd
  1. sh

    0下载:
  2. 2. 声明vehicle类,私有数据成员为 int MaxSpeed int Weight ,有public成员函数且为虚函数void run();void stop();bicycle 类motorcar类 均从vehicle类 虚拟派生得到。Motorcycle类从bicycle 类motorcar类公共派生得到。对虚函数调用,检测其晚期绑定。-2. Statement vehicle class, private data members int MaxSpeed int Weight
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:1231
    • 提供者:尚晓蓉
  1. GtkP2.0-

    0下载:
  2. 本教程讲述 GTK 的 C 接口。还有许多其它语言的 GTK 绑定如 C++、Perl、Python、TOM、Ada95、Objective C、Free Pascal、Eiffel、Java 和 C#。如果你想使用 GTK 其它语言的绑定,请先查看该绑定的文档。有时这些文档会讲一些重要的概念,然后你再来参考本教程。还有一些跨平台的 API (如 wxWindows 和 V),它们把 GTK 作为一个支持的平台。同样,先参考它们的文档。-This tutorial describes the C
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:565156
    • 提供者:格拉斯
  1. bind

    0下载:
  2. 这段程序来对TPM模拟器芯片上的TSS协议栈进行测试,该程序实现以下操作: 创建上下文对象,创建TPM对象,载入SRK密钥,获取SRK的策略对象,设置SRK的策略授权,创建绑定密钥, 装载绑定密钥到UUID-TPM simulator on this program to the TSS stack on a chip testing, the program achieved the following: create a context object, create a TPM obje
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1536
    • 提供者:吕林
  1. Register

    0下载:
  2. 软件的加密程序。通过绑定MAC地址,对软件进行授权加密-Software encryption program. Through the binding MAC address of software accredit encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:1711
    • 提供者:zhanghao
  1. BBC_bind

    0下载:
  2. BBC的绑定源码, 实现很精, 程序写得很好..推荐!-BBC binding coude source , excellent coding..
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:13089
    • 提供者:成蓝瑟
  1. binding

    0下载:
  2. Driver binding is the process of associating a device with a device driver that can control it.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:1444
    • 提供者:bndswie
  1. dt-binding

    0下载:
  2. Binding for Xilinx Clocking Wizard IP Core.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1260
    • 提供者:yietiuvj
  1. Qt-Python-Binding-Examples-master

    0下载:
  2. python QT binding library
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-07
    • 文件大小:690176
    • 提供者:dong1234
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com