搜索结果
找到约 454 项符合
PerFormance 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (38)
- 书籍 (36)
- 技术资料 (35)
- 单片机编程 (25)
- 其他 (22)
- 电源技术 (16)
- matlab例程 (16)
- 可编程逻辑 (15)
- 软件设计/软件工程 (13)
- Linux/Unix编程 (11)
- 通讯/手机编程 (11)
- 无线通信 (10)
- 模拟电子 (9)
- 教程资料 (9)
- 文章/文档 (9)
- 微处理器开发 (9)
- 电子书籍 (7)
- 通讯编程文档 (7)
- 压缩解压 (6)
- 系统设计方案 (6)
- 技术管理 (6)
- 单片机开发 (6)
- 人工智能/神经网络 (6)
- 论文 (6)
- 嵌入式/单片机编程 (5)
- 驱动编程 (5)
- VHDL/FPGA/Verilog (5)
- Java书籍 (5)
- VC书籍 (5)
- 数学计算 (5)
- 行业发展研究 (5)
- PCB相关 (4)
- 网络 (4)
- 数据结构 (4)
- 软件工程 (4)
- DSP编程 (4)
- 技术书籍 (3)
- 嵌入式综合 (3)
- 工控技术 (3)
- 测试测量 (3)
- Windows CE (3)
- Java编程 (3)
- 书籍源码 (3)
- 编译器/解释器 (3)
- 通信网络 (2)
- 传感与控制 (2)
- 其他嵌入式/单片机内容 (2)
- Internet/网络编程 (2)
- 数据库系统 (2)
- 邮电通讯系统 (2)
- Oracle数据库 (2)
- 磁盘编程 (2)
- SQL Server (2)
- 中间件编程 (2)
- BREW编程 (2)
- 数值算法/人工智能 (2)
- 行业应用文档 (1)
- 多媒体处理 (1)
- 开关电源 (1)
- 其他数据库 (1)
- 文件格式 (1)
- SCSI/ASPI (1)
- 加密解密 (1)
- Ajax (1)
- MySQL数据库 (1)
- 嵌入式Linux (1)
- 3G开发 (1)
- 多国语言处理 (1)
- 编辑器/阅读器 (1)
- 家庭/个人应用 (1)
- 单片机 (1)
- 其他文档 (1)
- 其他 (1)
其他书籍 While faster processors, larger memory, and powerful graphics are fundamental requirements for works
While faster processors, larger memory, and powerful graphics are fundamental requirements for workstations, users
are also demanding a low-cost, solution-based approach wrapped around a standards-based technology. The Sun UltraTM
20 Workstation, which leverages the AMD OpteronTM processor with Dire ...
嵌入式/单片机编程 The potential of solving real-time demanding industrial applications, using vision-based algorithms
The potential of solving real-time demanding industrial applications, using vision-based
algorithms, drastically grew due to an increasing availability of computational power.
In this thesis a novel real-time, vision-based Blackjack analysis system is presented. The
embedding of the vision algorithm ...
其他书籍 The Open Radar Data Acquisition (ORDA) subsystem replaces the current WSR-88D Radar Data Acquisiti
The Open Radar Data Acquisition (ORDA)
subsystem replaces the current WSR-88D Radar
Data Acquisition subsystem with improved
receiver and signal processing hardware and with
improved user interface, signal processing and
diagnostics software. This paper will discuss the
input data from the digital r ...
网络 Click is a modular router toolkit. To use it you ll need to know how to compile and install the sof
Click is a modular router toolkit. To use it you ll need to know how to
compile and install the software, how to write router configurations, and
how to write new elements. Our ACM Transactions on Computer Systems paper,
available from the Web site, will give you a feeling for what Click can
do. Usi ...
通讯编程文档 This paper presents a new adaptive mobility-aware MAC protocol for sensor networks (MS-MAC). The p
This
paper presents a new adaptive mobility-aware MAC protocol
for sensor networks (MS-MAC). The protocol uses any change
in received signal level as an indication of mobility and, when
necessary, triggers the mobility handling mechanism. By doing
this way, the new mobility-aware MAC protocol can wo ...
电子书籍 The goal of this thesis is the development of traffic engineering rules for cellular packet radio n
The goal of this thesis is the development of traffic engineering rules for cellular packet
radio networks based on GPRS and EDGE. They are based on traffic models for typical
mobile applications. Load generators, representing these traffic models, are developed
and integrated into a simulation envi ...
微处理器开发 This manual describes SAMSUNG s S3C2410X 16/32-bit RISC microprocessor. This product is designed to
This manual describes SAMSUNG s S3C2410X 16/32-bit RISC microprocessor. This product is designed to
provide hand-held devices and general applications with cost-effective, low-power, and high-performance microcontroller
solution in small die size. To reduce total system cost, the S3C2410X includes t ...
数学计算 This article describes a new efficient implementation of the Cooley-Tukey fast Fourier transform (FF
This article describes a new efficient implementation of the Cooley-Tukey fast Fourier transform (FFT) algorithm using C++ template metaprogramming. Thank to the recursive nature of the FFT, the source code is more readable and faster than the classical implementation. The efficiency is proved by pe ...
其他书籍 Commercially available active noise control headphones rely on fixed analog controllers to drive "an
Commercially available active noise control headphones rely on fixed analog controllers to drive "anti-noise" loudspeakers. Our design uses an adaptive controller to optimally cancel unwanted acoustic noise. This headphone would be particularly useful for workers who operate or work near heavy machi ...
数据结构 I implement Dijkstra s Single Source Shortest Path, say SSP, algorithm for directed graphs using a s
I implement Dijkstra s Single Source Shortest Path, say SSP, algorithm for directed graphs using a simple data structure, say simple scheme, Fibonacci heaps, say F-heap scheme, and Pairing heaps, say P-heap scheme, and measure the relative performance of the three implementations.