搜索结果
找到约 46 项符合
priority 的查询结果
按分类筛选
书籍 Electrostatic Discharge Protection
Electrostatic discharge (ESD) is one of the most prevalent threats to the reliability
of electronic components. It is an event in which a finite amount of charge is trans-
ferred from one object (i.e., human body) to another (i.e., microchip). This process
can result in a very high current passing t ...
其他书籍 Learn how to: * Tokenize a null-terminated string * Create a search and re
Learn how to:
*
Tokenize a null-terminated string
*
Create a search and replace function for strings
*
Implement subtraction for string objects
* Use the vector, deque, and list sequence containers
*
Use the container adaptors stack, queue, and priority_q ...
单片机编程 FREERTOS的官方移植文档
FeaturesThe following standard features are provided.• Choice of RTOS scheduling policy1. Pre-emptive:Always runs the highest available task. Tasks of identical priorityshare CPU time (fully pre-emptive with round robin time slicing).2. Cooperative:Context switches only occur if a task blocks, ...
C/C++语言编程 基于(英蓓特)STM32V100的看门狗程序
This example shows how to update at regulate period the WWDG counter using theEarly Wakeup interrupt (EWI).
The WWDG timeout is set to 262ms, refresh window set to 41h and the EWI isenabled. When the WWDG counter reaches 40h the EWI is generated and in the WWDGISR the counter is refreshed to prevent ...
技术资料 基于51单片机智能抢答器的设计
本文是以单片机为控制核心的16路抢答器,它能根据不同的抢答输入信号通过LED数码管显示,并具有自动锁存优先输入信号和自动复位功能。该电路具有结构简单,功能强大,智能化程度高,故障率低的特点。This article is a 16-channel responder with a single-chip microcomputer as the control core.It can display through the L ...
书籍 RFID+Systems
RFID networks are currently recognized as one a research area of priority. Research
activities related to RFID technology have been booming recently. A number of ongoing
projects are being funded in Europe, Asia, and North America. According to leading
market analysts, the development of the RFID ma ...
文章/文档 一.高精度延时, 是 CPU 测速的基础 Windows 内部有一个精度非常高的定时器, 精度在微秒级, 但不同的系统这个定时器的频率不同, 这个频率与硬件和操作系统都可能有关。 利用 API
一.高精度延时, 是 CPU 测速的基础
Windows 内部有一个精度非常高的定时器, 精度在微秒级, 但不同的系统这个定时器的频率不同, 这个频率与硬件和操作系统都可能有关。
利用 API 函数 QueryPerformanceFrequency 可以得到这个定时器的频率。
利用 API 函数 QueryPerformanceCounter 可以得到定时器的当前值。
根据要延时的 ...
通讯编程文档 CppReference 对于c/c++的详尽说明 C/C++ Reference General C/C++ Pre-processor commands Operator P
CppReference
对于c/c++的详尽说明
C/C++ Reference
General C/C++
Pre-processor commands
Operator Precedence
Escape Sequences
ASCII Chart
Data Types
Keywords
Standard C Library
Standard C I/O
Standard C String & Character
Standard C Math
Standard C Time & Date
Standard C Memory
Other stan ...
Linux/Unix编程 项目描述: Env_audit is a program that ferrets out everything it can about the environment. It looks for
项目描述: Env_audit is a program that ferrets out everything it can about the environment. It looks for process IDs, UID, GID, signal masks, umask, priority, file descriptors, and environmental variables. It comes with test configurations for anacron, apache, atd, crond, GDB, inittab, logrotate, PHP ...
其他书籍 算法ebook(10部算法经典著作的合集) 算法ebook> 10部算法经典著作的合集 chm格式 (1)Fundamentals of Data Structures by Ellis Hor
算法ebook(10部算法经典著作的合集) 算法ebook> 10部算法经典著作的合集 chm格式 (1)Fundamentals of Data Structures by Ellis Horowitz and Sartaj Sahni (2)Data Structures, Algorithms and Program Style Using C by James F. Korsh and Leonard J. Garrett (3)Data Structures and Algorithm Analysis in C by Mark A ...