CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 网卡 mac

搜索资源列表

  1. MAC-modify

    0下载:
  2. 修改网卡MAC地址,比较方便-Ethernet MAC address changes, more convenient
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:33223
    • 提供者:汤海平
  1. 读取网卡物理地址

    0下载:
  2. 取得计算机网卡物理地址的步骤:1)列举所有的网卡2)分别重置每块卡以取得它的正确信息3)查询网卡,取得MAC地址-made computer card physical address steps : 1) lists all the card 2), respectively replacement every piece of card to obtain the correct information 3) card inquiries made MAC address
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:34002
    • 提供者:周孝良
  1. 获取网卡地址

    0下载:
  2. 程序运行时获取计算机的网卡的mac地址,以便于作为某种标识-running computer access at the LAN mac address, in order to serve as a logo
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:29562
    • 提供者:李明
  1. GetNetSetting

    0下载:
  2. 用对话框来得到网卡的信息,包括IP、MAC、子网掩码,默认网关,DNS服务器等。-Dialog box to get the card with the information, including IP, MAC, subnet mask, default gateway, DNS server.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-10
    • 文件大小:2479535
    • 提供者:黄啸群
  1. mac

    0下载:
  2. delphhi 源码 读取网卡并可以控制网卡-delphhi Source card and can control the card reader
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-16
    • 文件大小:63543
    • 提供者:shilei
  1. getMac_vc6

    0下载:
  2. getMac_vc6.rar,获取网卡的MAC地址,基于VC6的例子。-visual studio 6 based sample to get mac addr form NIC on win32 platform.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:2004219
    • 提供者:罗大河
  1. IP-MAC--MacBind

    0下载:
  2. IP MAC绑定,针对网卡MAC值绑定,对局域网限制管理有用-This s <IP MAC MacBind.zip>,maybe you need it.
  3. 所属分类:Crack_Hack

    • 发布日期:2015-05-24
    • 文件大小:541696
    • 提供者:tingo
  1. MAc

    0下载:
  2. 用C++获取硬盘的序列号ID以及网卡的MAC地址的源代码,可以用此方式结合md5加密算法进行软件加密。-Using C++ access to the hard drive serial number and ID card of the MAC address of the source code can be used this way md5 encryption algorithm combines encryption software.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:3284
    • 提供者:夏雨
  1. get_mac_addr

    0下载:
  2. 检测网卡MAC地址的程序,本人测试通过。-NIC MAC address detection procedure, I test.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:66418
    • 提供者:bvcb
  1. adapter_check

    0下载:
  2. 使用iphlpapi获取网卡信息,如ip,mac地址,网关等信息-Iphlpapi card used to obtain information, such as ip, mac address, gateway and other information
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:10036
    • 提供者:fangcaosy
  1. mod-mac

    1下载:
  2. 实现修改网卡地址,简单过程明细。直接修改,快速上网。-Modified to achieve LAN address, details of a simple process. Directly modify, fast Internet access.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:389922
    • 提供者:wlk
  1. MAC

    0下载:
  2. VB6.0通API函数,获取网卡的MAC地址-VB6 MAC
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:9424
    • 提供者:哈哈
  1. 01

    0下载:
  2. 在实际的应用程序中,经常需要在程序运行时获取MAC地址作为某种标识,下面由一个关于C的程序来说明如何获取网卡地址-In the actual application, the regular procedures at run-time required to obtain MAC address as some kind of logo, below about C by a procedure to illustrate how to obtain the network card addr
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:222951
    • 提供者:王正
  1. MAC-Wake-up

    0下载:
  2. 通过网卡MAC地址唤醒电脑,使用Winsock控件向指定MAC发送数据唤醒电脑,需要主板支持.-Wake-up through the computer network card MAC address
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:10052
    • 提供者:alpha
  1. APIAdapterInfo

    0下载:
  2. 这里要给大家介绍的一个类CNetworkAdapter是一个网络适配器接口类,内部使用Iphlpapi、Setupapi函数实现,主要封装了一些内部函数,从而使用者可以简单轻松地获取当前机器上所有网络适配器的各种信息,包括网络IP、网卡MAC、网卡描述、子网掩码等;同时又提供了一些简单的接口函数,使得使用者可以修改网络IP和网卡MAC。 当然这个类的功能还可以再强大健壮些,不过还是留给有心人来完成吧,我在这里只是把自己之前一段时间的工作整理了一下,写下此类好让部分“懒人”不用像我一样到处在网
  3. 所属分类:Network Security

    • 发布日期:2017-04-03
    • 文件大小:76453
    • 提供者:张三
  1. mac_os_version

    0下载:
  2. VB编程检查计算机物理网卡地址及操作系统版本-check the version of os and mac
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:3775
    • 提供者:sspaladin
  1. mac

    1下载:
  2. C#编程获取局域网IP及网卡MAC地址,对于做机器指纹有帮助-C# Programming for the LAN adapter IP and MAC address, useful for doing computer fingerprint
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:31617
    • 提供者:583540466
  1. IP-MAC-change

    2下载:
  2. ip和mac的修改工具,delphi写的,修改完以后自动重启网卡,简单方便,-ip and mac editing tools, delphi write, and modify the automatically restart after completion card, simple,
  3. 所属分类:WinSock-NDIS

    • 发布日期:2014-11-21
    • 文件大小:547840
    • 提供者:chenqin
  1. 修改MAC

    1下载:
  2. 修改网卡地址 MAC地址取网卡信息 获取本机网卡信息等(revise network card)
  3. 所属分类:其他

  1. Mac配置

    0下载:
  2. BS端获取客户端mac地址,C#类型获取形式,关于获取系统信息,CPUID,硬盘ID,网卡MAC地址的VS2008实现(BS to get client Mac address, C# type get form, about get system information, CPUID, hard disk ID, network card MAC address VS 2008 implementation)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:46080
    • 提供者:一城/诀要
« 1 23 4 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com