搜索结果
找到约 118 项符合
often 的查询结果
按分类筛选
- 全部分类
- 书籍 (28)
- 模拟电子 (10)
- 电源技术 (10)
- 其他书籍 (8)
- matlab例程 (7)
- 软件设计/软件工程 (6)
- 其他 (6)
- 单片机开发 (5)
- 无线通信 (4)
- 测试测量 (3)
- 电子书籍 (3)
- VC书籍 (2)
- 压缩解压 (2)
- 数据结构 (2)
- 文章/文档 (2)
- Java编程 (2)
- 数值算法/人工智能 (2)
- 教程资料 (1)
- 通信网络 (1)
- 可编程逻辑 (1)
- DSP编程 (1)
- Linux/Unix编程 (1)
- Internet/网络编程 (1)
- 其他嵌入式/单片机内容 (1)
- 邮电通讯系统 (1)
- 编译器/解释器 (1)
- 软件工程 (1)
- 行业发展研究 (1)
- 人工智能/神经网络 (1)
- 嵌入式/单片机编程 (1)
- 通讯编程文档 (1)
- 嵌入式综合 (1)
- 技术资料 (1)
DSP编程 DSP音频处理示例The benefits of real-time analysis provided by DSP/BIOS are often required in programs that
DSP音频处理示例The benefits of real-time analysis provided by DSP/BIOS are often required in programs that
were engineered without it. When the program is not built from the ground up using the
DSP/BIOS kernel and real-time analysis features, the lack of familiarity prevents engineers
from reaping t ...
Internet/网络编程 HTML Editor for VC++ 6.0:Today, applications often need a rich user interface. One of them is abilit
HTML Editor for VC++ 6.0:Today, applications often need a rich user interface. One of them is ability to compose or edit HTML documents in an easy, effective, and reliable way. This article and source code attached give you a nice control to perform this task. And now, the best part: This control wo ...
其他书籍 Securing Apache 2: Step-by-Step When choosing a web server, Apache very often wins against its co
Securing Apache 2: Step-by-Step
When choosing a web server, Apache very often wins against its competitors because of stability, performance, that fact that it s open source, and many other advantages. But when deciding on which version of Apache to use, the choice is not always so simple. On the o ...
其他嵌入式/单片机内容 Often it is necessary to add some logical control to a MATLAB algorithm to allow the generated hardw
Often it is necessary to add some logical control to a MATLAB algorithm to allow the generated hardware to function correctly in the overall system. This lab exercise will explore how hardware control can be added to a MATLAB algorithm and synthesized using AccelDSP Synthesis.
压缩解压 We often get questions about how the deflate() and inflate() functions should be used. Users wonder
We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who have read zlib.h (a ...
其他书籍 Zlib函数列表 We often get questions about how the deflate() and inflate() functions should be used. User
Zlib函数列表 We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who have re ...
软件设计/软件工程 Text processing often involves matching text against a pattern. Although Java s character and assort
Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching code, Java provides regular expressions. After intro ...
单片机开发 There are many different (and often confusing) terms associated with clock-based devices. This appl
There are many different (and often confusing) terms associated
with clock-based devices. This application note attempts
to clarify these terms, and hence serves as a comprehensive
reference on clock terminology. This application note can be
divided into two sections. The first section describes and ...
编译器/解释器 Using the UnderC Tokenizer Class It s often necessary to parse complex text files, where standard
Using the UnderC Tokenizer Class
It s often necessary to parse complex text files, where standard i/o
is too clumsy. C programmers fall back on strtok(), but this can be
tricky to use properly. Besides, you are still responsible for keeping
strtok() fed with new input, and I don t like the schlepp. ...
数据结构 Parking Lot Simulation: Parking lot attendants often park cars bumper-to-bumper, several cars deep.
Parking Lot Simulation:
Parking lot attendants often park cars bumper-to-bumper, several cars deep. This maximizes the number of cars they can fit into a parking lot at the expense of complicating the process of retrieving someone s car when they want to leave. Consider the case of a person wanting ...