搜索结果
找到约 3,882 项符合
On-Line 的查询结果
通讯编程文档 Experiments on effects of synchonization errors in OFDM receivers
Experiments on effects of synchonization errors in OFDM receivers
VC书籍 a book on how to use c++ effectively
a book on how to use c++ effectively
其他书籍 Xilinx SPARTAN3E design guide line
Xilinx SPARTAN3E design guide line
单片机开发 Handling Suspend Mode on a USB Mouse
Handling Suspend Mode on a USB Mouse
技术管理 铁路维修规则from bbs on railway
铁路维修规则from bbs on railway
通讯编程文档 This article describes a sniffer for Windows. WinSniff is an application for capturing packets on th
This article describes a sniffer for Windows. WinSniff is an application for capturing packets on the network. It displays all the packets that are transmitted on the local network and gives detailed information about each header in the packet. In order to keep it simple, I am not dealing with appli ...
通讯编程文档 Channel Estimation Techniques Based on Pilot Arrangement in OFDM Systems(OFDM系統的一個通道估測方法)
Channel Estimation Techniques Based on Pilot Arrangement in OFDM Systems(OFDM系統的一個通道估測方法)
单片机开发 Using eCos on LPC2
Using eCos on LPC2
Delphi控件源码 Floating Window.It is descendant of TCustomPanel. You can: - Drag on its title bar. - Set title ba
Floating Window.It is descendant of TCustomPanel. You can:
- Drag on its title bar.
- Set title bar on the left (only for truetype font)
- Show/Hide buttons on title bar
- Expand/shrink window (like tool window in CorelDraw)
Java编程 JAVA得到网卡物理地址(windows和Linux) ,当时觉得挺好,后来正好项目里有需要,就用了它,但好像有点问题.因为它是采用固定字符串搜索(if (line.indexOf("Physical
JAVA得到网卡物理地址(windows和Linux) ,当时觉得挺好,后来正好项目里有需要,就用了它,但好像有点问题.因为它是采用固定字符串搜索(if (line.indexOf("Physical Address") != -1) )获得MAC 地址的,后来在应用时出了问题,因为没有"Physical Address"这一项.后来在外网在查查了一下,后来发现老外有写一个这样的类,可能那样的 ...