搜索资源列表

  1. 获取本机网卡信息及IP MAC 地址

    0下载:
  2. 获取本机网卡信息及IP MAC 地址
  3. 所属分类:Internet/网络编程

  1. mac

    0下载:
  2. win9x下的一个网卡驱动程序。-win9x net card driver.
  3. 所属分类:驱动编程

    • 发布日期:2024-05-11
    • 文件大小:32768
    • 提供者:站长
  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 inquir
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-11
    • 文件大小:39936
    • 提供者:周孝良
  1. 获取网卡地址

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

    • 发布日期:2024-05-11
    • 文件大小:29696
    • 提供者:李明
  1. ASP取服务器网卡的MAC地址、DNS地址等信息

    0下载:
  2. ASP取服务器网卡的MAC地址,DNS地址等信息,代码中GETMACINFO函数仅仅可以获取首个网卡的MAC地址,至于DNS、网关等信息大家可以举一反三-from ASP server NIC's MAC address, DNS addresses and other information, code GETMACINFO function can only access the first NIC's MAC ad
  3. 所属分类:WEB源码

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:美美
  1. 硬件信息

    0下载:
  2. 自己初学VB的时候写的得到硬盘序列号 CPU序列号 网卡MAC地址用的 -their time learning VB to be hard to write the serial number sequence, the CPU card with the MAC address
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:13312
    • 提供者:万俟如意
  1. MACS

    0下载:
  2. 读取网卡MACS地址-MACS address card reader
  3. 所属分类:Windows编程

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:zhen
  1. GetIPMACAddr

    0下载:
  2. 通讯编程过程中,有时需要得到MAC地址,本文说明,取得系统中网卡MAC地址的三种方法,有源代码说明.-communications programming process, and sometimes require MAC address, the paper stated that made system MAC addresses of the three methods, the active code note.
  3. 所属分类:编程文档

    • 发布日期:2024-05-11
    • 文件大小:9216
    • 提供者:张张里
  1. instance6

    0下载:
  2. 《Visualc++.net网络编程》随书源码:实例6 获取主机名和MAC地址 运行此程序可以获得机器名、IP地址和网卡MAC地址-"Visual. Net network programming "With the book source : Example 6 to obtain the host name and MAC address Run this program available from mac
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-11
    • 文件大小:50176
    • 提供者:八部圣龙
  1. zhucemabaohu

    0下载:
  2. 如何通过机器标识 (CPU序号,网卡mac地址),生成注册码,对你的软件作品进行保护,让只有获得注册码的机器,才能运行你的软件或才有全部功能。可惜取CPU序号,网卡mac地址只有dll,没有源码。但注册码演示的是全部源码-how machines identification (CPU serial number, network card mac address), Serial Number Generation, to your
  3. 所属分类:加密解密

    • 发布日期:2024-05-11
    • 文件大小:1480704
    • 提供者:定高翔
  1. macaddress

    0下载:
  2. 此代码通过 NetApi32.dll 中提供的API来实现 Windows 系统中网卡MAC地址的获取。首先发送 NCBENUM 命名枚举机器上所有网卡(因为一台PC上有可能装多张网卡),由此可以获得网卡的数目和每张网卡的内部编号,接着针对每个网卡编号发送 NCBASTAT 命令获取其 MAC 地址。注意使用本例所提供的方法获取MAC地址,网卡事先必须与 MS NetBEIU 协议进行绑定。-NetApi32.dll this code
  3. 所属分类:通讯编程

    • 发布日期:2024-05-11
    • 文件大小:12288
    • 提供者:肖和平
  1. mac

    0下载:
  2. 获得指定网卡序号的Mac地址,C语言函数代码-Access to the designated card serial number of the Mac address, C language function code
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:zengmaiping
  1. GetMACadr

    0下载:
  2. 无需打开netbios就可以取得网卡MAC地址!-No need to open netbios on the MAC address of network card can be achieved!
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-11
    • 文件大小:10240
    • 提供者:ivvn
  1. delphiregkeydemo

    0下载:
  2. 供了获得CPU序列号和网 卡Mac地址的方法。 1.Delphi中可这个控件或这个动态库。控件提供了两个属性,MacAddress和CPUSerialNumber。 2.Delphi外的语言,请使用这个动态库。动态库提供了两个函数,GetCPUSerialNumber和GetMacAddress 这些函数和控件,在win2000和winXP中测试通过,在多CPU、多硬盘、使用了并列存储技术的大型服务器上,也测试通过。
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-11
    • 文件大小:1022976
    • 提供者:梁衣宽
  1. GetMAC

    0下载:
  2. 获取网卡MAC地址。便于进行软件注册时核对。-Access to the network card MAC address. Register when the software easy to check.
  3. 所属分类:系统编程

    • 发布日期:2024-05-11
    • 文件大小:8192
    • 提供者:大地飞歌
  1. mac

    0下载:
  2. 通过这个程序可以很方便的获取网络设置,网卡信息,希望对大家有帮助啊 。欢迎大家下载
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-11
    • 文件大小:65536
    • 提供者:简雄
  1. getMacAddress

    0下载:
  2. 获取主机网卡mac地址-Access to the host network card mac address
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-11
    • 文件大小:30720
    • 提供者:joseph
  1. IDMAC

    0下载:
  2. 获取硬盘ID信息及网卡MAC地址的代码此代码是VC6.0的-Access to the hard disk ID information and the network card MAC address of the code of this code is VC6.0
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-11
    • 文件大小:747520
    • 提供者:刘文成
  1. GetMACaddress

    0下载:
  2. vb写的,获取网卡mac地址的例子,对于网管还是有点用的-written in vb, access to the network card mac address example, the use of network management is still somewhat
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-11
    • 文件大小:3072
    • 提供者:lin
  1. 82311958GetMachineID

    0下载:
  2. 取得系统特征码(网卡MAC、硬盘序列号、CPU ID、BIOS编号)(Get the system characteristic code (NIC, MAC, hard disk serial number, CPU, ID, BIOS number))
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:540672
    • 提供者:游侠归来1
« 1 23 4 5 6 7 8 9 10 ... 29 »

源码中国 www.ymcn.org