当前位置:
首页
资源下载

搜索资源 - Get Network MAC address
搜索资源列表
-
0下载:
获得本机ip地址的MFC程序,本学期的网络实验程序.-to this machine ip address MFC procedures, the network semester experimental procedure.
-
-
0下载:
Get the MAC address of network card in VC++6.0
-
-
0下载:
获取网络上各主机的mac地址-access to the network host mac address
-
-
1下载:
Wifi连接网络,通过程序你将了解到定义WifiManager对象,定义WifiInfo对象,获取网络连接列表,定义一个WifiLock,打开Wifi网卡,关闭Wifi网卡,检查当前Wifi网卡状态,扫描周边网络,每次点击扫描之前清空上一次的扫描结果,开始扫描,连接指定网络,断开当前连接的网络,检查当前网络状态,得到IP地址,锁定WifiLock,解锁WifiLock,指定配置好的网络进行连接,得到MAC地址,得到接入点的BSSID,得到WifiInfo的所有信息包, 添加一个网络并连接等相关技
-
-
0下载:
一个小习作,用C#编写的小程序,用于获取局域网内电脑的IP地址及对应的网卡MAC地址,很简单,看了就知道。
-A small exercises, using CSharp prepared applet for access to the LAN computer IP address and the corresponding network adapter MAC address, is very simple, read on to know.
-
-
0下载:
vb写的,获取网卡mac地址的例子,对于网管还是有点用的-written in vb, access to the network card mac address example, the use of network management is still somewhat
-
-
0下载:
How to get the MAC address of your network adapter.
MAC address stands for Media Access Control address which is 6 bytes( 48 bits ) long. MAC address is the unique address which is used to identify network interface hardware. So how to get the M
-
-
0下载:
Nb.pas is a Netbios unit that allows you to make
Netbios calls according to IBM s netbios 3.0 specs.
It is equivalent to the Delphi 3.0x Nb30.pas unit, except that it
also compiles for 16 bit Delphi 1, and 32-bit Delphi 2 and 3.
The
-
-
0下载:
获取本机网卡的MAC地址,通过RSA加密程序计算注册码;反过来通过注册码计算网卡MAC地址进行比较。-Get the MAC address of the machine card, registration code calculated by RSA encryption in turn, calculated through the network card MAC address registration key compare.
-
-
1下载:
Wifi连接网络,通过程序你将了解到定义WifiManager对象,定义WifiInfo对象,获取网络连接列表,定义一个WifiLock,打开Wifi网卡,关闭Wifi网卡,检查当前Wifi网卡状态,扫描周边网络,每次点击扫描之前清空上一次的扫描结果,开始扫描,连接指定网络,断开当前连接的网络,检查当前网络状态,得到IP地址,锁定WifiLock,解锁WifiLock,指定配置好的网络进行连接,得到MAC地址,得到接入点的BSSID,得到WifiInfo的所有信息包, 添加一个网络并连接等相关技
-
-
0下载:
Wifi连接网络,通过程序你将了解到定义WifiManager对象,定义WifiInfo对象,获取网络连接列表,定义一个WifiLock,打开Wifi网卡,关闭Wifi网卡,检查当前Wifi网卡状态,扫描周边网络,每次点击扫描之前清空上一次的扫描结果,开始扫描,连接指定网络,断开当前连接的网络,检查当前网络状态,得到IP地址,锁定WifiLock,解锁WifiLock,指定配置好的网络进行连接,得到MAC地址,得到接入点的BSSID,得到WifiInfo的所有信息包, 添加一个网络并连接等相关技
-
-
0下载:
获取系统中网卡的MAC地址,做软件加密的常用函数之一。-Get the MAC address of the network card in the system, do one of the commonly used functions in software encryption.
-
-
0下载:
一个在WindowsXP下获取本机网络MAC地址的程序-Get the MAC address of the machine' s network program in WindowsXP
-
-
0下载:
网络工程实验一 怎样获取mac地址以16进制形式表示。-Network engineering experiment how get mac address
-
-
0下载:
一个可以获取本地MAC地址的小程序,在网络编程中可能用得到,可以移植,使用了系统的API。-One can get local MAC address applet may be used in network programming obtained can be transferred using the system API.
-
-
0下载:
VC++.NET源码下载,一键获取MAC地址,实现原理:向网卡发送NCBENUM命令,以获取当前机器的网卡信息,如有多少个网卡、每张网卡的编号等,将获取到的网卡MAC地址格式化成常用的16进制形式,如0010-A4E4-5802,保存到数组中,并将所有网卡信息显示在列表中。
-VC++.NET source code download, a key to get the MAC address of Principle: NCBENUM command to send cards to ob
-
-
0下载:
To Get MAC Address for knowing our system MAC Address and also for secure purpose. This code can use in Network Simulation tool
-
-
0下载:
C#由IP地址获取对应的网卡MAC地址,基于Iphlpapi.dll,主线程之外的线程要调用main线程中建立的控件,需要使用委托的方式。请确保网络是正常的,否则获取不到MAC地址-C# by IP address corresponding to the MAC address based Iphlpapi.dll, outside the main thread to call the main thread of threads created controls, you need to
-
-
0下载:
Delphi获取网卡地址,也就是MAC地址,获取计算机中安装的第一块网卡的MAC地址,这里是使用Delphi调用了NetBios函数,用此函数,你可以获得除MAC地址以外的更多网络信息。将NCB的ncb_command成员设为NCBENUM,可以得到计算机的网卡数量 设为NCBASTAT,可以得到某块网卡的信息。
在查询MAC之前,需要将网卡Reset,可以通过NCB的ncb_command成员设为NCBRESET并调用NetBios函数来实现。-Delphi access to th
-
-
0下载:
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)
-