搜索结果
找到约 653 项符合
pattern-MAC 的查询结果
Linux/Unix编程 访问网卡的各种信息
访问网卡的各种信息,可以显示功率、频率、ESSID、MAC地址等。
Internet/网络编程 IP地址将不同的物理地址统一起来
IP地址将不同的物理地址统一起来,从而将物理地址隐藏起来,上层软件使用IP地址标识结点。但是,两台计算机只有在知道彼此的物理地址时才能进行通信。
IP数据包常通过Ethernet发送。Ethernet设备并不识别32位IP地址,它们是以48位MAC地址传输Ethernet数据包的。因此,IP驱动器必须把IP目的地址转换成Ethernet网络目的地 ...
Internet/网络编程 根据IP地址
根据IP地址,检测局域网的计算机,并获取他们的MAC地址和计算机名
Internet/网络编程 获取计算机的网络设置
获取计算机的网络设置,主机名,IP,子网掩码,DNS服务器,MAC地址
Delphi控件源码 这个是Delphi 2007下写的
这个是Delphi 2007下写的,需要Indy的ICMP控件 (Delphi2006应该也能编译,因为都带的是Indy10)
原理就是多线程Ping一个网关下的所有主机,然后导出ARP缓存。
因为Ping前会发出ARP请求获取每个IP的MAC地址,所以在Ping完后用 arp -a 取得本机ARP缓存。
最后就是读入arp -a 的返回,并存起来备查。 ...
Java编程 Finally: a hands-on, Java-centric workbook companion for the classic Design Patterns! Workbook appro
Finally: a hands-on, Java-centric workbook companion for the classic Design Patterns! Workbook approach deepens your understanding, builds your confidence, and strengthens your skills. Covers all five categories of design pattern intent: interfaces, responsibility, construction, operations, and exte ...
3G开发 在NS环境下对aodv路由协议进行仿真
在NS环境下对aodv路由协议进行仿真,在研究mac层时,路由层直接用aodv就可以
书籍源码 The source codes are from the "Simulation and software Radio for mobile communication" It contain th
The source codes are from the "Simulation and software Radio for mobile communication" It contain the MAC level protocol algorithm.
其他书籍 輕易學好C++編程技巧 - 進楷 (香港科技大學筆記 19課) 內容包括 1) base C++ review, 2) Pointers and Dynamic Objects, 3) R
輕易學好C++編程技巧 - 進楷 (香港科技大學筆記 19課) 內容包括
1) base C++ review,
2) Pointers and Dynamic Objects,
3) Recursion,Linked Lists,
4) Stacks and Queues,
5) Algorithm Analysis,
6) Insertion Sort and Mergesort,
7) Quicksort,
8) Heaps and Heapsort,
9) Lower Bound of Sorting and Radix Sort,
...