搜索结果
找到约 51 项符合
dump 的查询结果
按分类筛选
- 全部分类
- Java编程 (6)
- 汇编语言 (5)
- 其他 (4)
- 电源技术 (3)
- Linux/Unix编程 (3)
- 网络 (3)
- 驱动编程 (3)
- 文章/文档 (3)
- 操作系统开发 (1)
- 通讯编程文档 (1)
- 其他嵌入式/单片机内容 (1)
- 中间件编程 (1)
- J2ME (1)
- Delphi控件源码 (1)
- VC书籍 (1)
- 软件设计/软件工程 (1)
- 系统设计方案 (1)
- Windows CE (1)
- 单片机开发 (1)
- 游戏 (1)
- Java书籍 (1)
- USB编程 (1)
- Internet/网络编程 (1)
- Linux/uClinux/Unix编程 (1)
- 源码/资料 (1)
- 数据库系统 (1)
- 源码 (1)
- 软件 (1)
- 技术资料 (1)
电源技术 DN378 低静态电流单片式降压型稳压器
 
Automobile electronic systems place high demands ontoday’s DC/DC converters. They must be able to preciselyregulate an output voltage in the face of wide temperatureand input voltage ranges—including load dump transientsin excess of 60V and cold crank voltage drops to 4V. Thec ...
电源技术 延长汽车和工业应用的PowerPath电路的输入电压范围
 
The voltage range of Linear Technology’s PowerPath® circuitscan be easily extended with just a few components, thusallowing them to meet the needs of virtually all applications.This application note presents solutions for circuits thatmust withstand large negative voltages, a re ...
网络 Kismet is an 802.11b network sniffer and network dissector. It is capable of sniffing using most wir
Kismet is an 802.11b network sniffer and network dissector. It is capable of sniffing using most wireless cards, automatic network IP block detection via UDP, ARP, and DHCP packets, Cisco equipment lists via Cisco Discovery Protocol, weak cryptographic packet logging, and Ethereal and tcpdump compat ...
汇编语言 This is an example how one could hide a process on Windows based operation systems from task viewer
This is an example how one could hide a process on Windows based
operation systems from task viewers like ProcDump (G-RoM, Lorian
& Stone) or ProcessExplorer (SysInternals).
It could e.g. be used as some kind of dump protection.
The way to get this done is very different on NT and 9x machines.
Linux/Unix编程 dvbsnoop is a DVB/MPEG stream analyzer program. The program can be used to sniff, monitor, debug, d
dvbsnoop is a DVB/MPEG stream analyzer program.
The program can be used to sniff, monitor, debug, dump
or view DVB/MPEG/DSM-CC/MHP stream information (digital
television or data broadcasts) sent via satellite, cable
or terrestrial.
其他 Windows下读写硬件的工具. RW - Read & Write utility, for hardware engineers, firmware (BIOS) engineers, driv
Windows下读写硬件的工具.
RW - Read & Write utility, for hardware engineers, firmware (BIOS) engineers, driver developers, QA engineers, performance test engineers, diagnostic engineers, etc., This utility access almost all the computer hardware, including PCI (PCI Express), PCI Index/Data, Memory, M ...
其他 RW - Read & Write utility, for hardware engineers, firmware (BIOS) engineers, driver developers, QA
RW - Read & Write utility, for hardware engineers, firmware (BIOS) engineers, driver developers, QA engineers, performance test engineers, diagnostic engineers, etc., This utility access almost all the computer hardware, including PCI (PCI Express), PCI Index/Data, Memory, Memory Index/Data, I/O Spa ...
其他嵌入式/单片机内容 DVD
DVD,一个MTK串口数据 Dump工具的源码,可以自己用串口来读取/控制MTK
Delphi控件源码 ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is
ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is no edit possibility, just quick view - so it s useful to implement "View file" feature in your Delphi/C++Builder application.
The following view modes are implemented:
Text, Binary, Hex, Unicode: ...
VC书籍 C++名家精华.chm 我们用早期的C++语言编程。工作的第二天中午
C++名家精华.chm
我们用早期的C++语言编程。工作的第二天中午,厌烦了读职工手册,于是我写了一个工具类,里面包含一个原始指针作为成员变量:
#include "xStruct.h" // definition of struct X
class xWrapper
{
X* xItem
public:
xWrapper() : xItem(new X) { }
~xWrapper() { delete xItem }
void dump() { /* ...