Critical

共 73 篇文章
Critical 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 73 篇文章,持续更新中。

英文论文78页

英文论文78页,Dynamic Storage Allocation -A Survey and Critical Review by PaulR.Wilson at CS Dept.德州奥斯丁 讲动态存储分配,个人感觉不错

wiley, create your own future how to master the 12 critical factors of unlimited success (2002).pdf

wiley, create your own future how to master the 12 critical factors of unlimited success (2002).pdf

一.高精度延时, 是 CPU 测速的基础 Windows 内部有一个精度非常高的定时器, 精度在微秒级, 但不同的系统这个定时器的频率不同, 这个频率与硬件和操作系统都可能有关。 利用 API

一.高精度延时, 是 CPU 测速的基础 Windows 内部有一个精度非常高的定时器, 精度在微秒级, 但不同的系统这个定时器的频率不同, 这个频率与硬件和操作系统都可能有关。 利用 API 函数 QueryPerformanceFrequency 可以得到这个定时器的频率。 利用 API 函数 QueryPerformanceCounter 可以得到定时器的当前值。 根据要延时的时

VIP专区-嵌入式/单片机编程源码精选合集系列(136)

<b>VIP专区-嵌入式/单片机编程源码精选合集系列(136)</b><font color="red">资源包含以下内容:</font><br/>1. 51嵌入式系统程.<br/>2. 源码阅读 Code Reading: The Open Source rspective By Diomidis Spinellis.<br/>3. 具体功能质量高得到以后可以到我的博客去看看你能收获很多.<

lpc2292/lpc2294 pdf datasheet

<DIV class=content a4_="0" _vh="0"> <P a4_="0" _vh="0">The LPC2292/2294 microcontrollers are based on a 16/32-bit ARM7TDMI-S CPU with real-time emulation and embedded trace support, together with 256

智能电表和智能电网手册

<div> Abstract: Investment in smart meters and smart grid end equipment continues to grow worldwide as countriestry to make their electric delivery systems more efficient. However, as critical as the

多远程二极管温度传感器 (Design Considerat

<P>多远程二极管温度传感器-Design Considerations for pc thermal management</P> <P>Multiple RDTS (remote diode temperature sensing) provides the most accurate method of sensing an IC’s junction temperature. It ove

An empirical study on the critical success factors of implementing ERP in Taiwan

An empirical study on the critical success factors of implementing ERP in Taiwan

通过 HP-UX 11i

通过 HP-UX 11i,HP 提供了高可用性、高安全性的可管理操作系统,以满足 端对端的 Internet 关键计算的需求。HP-UX 11i 支持 Enterprise、Mission-Critical 和 Technical computing 环境。在 PA-RISC 系统和基于 Intel&#63720 Itanium&#63720 的系统 上均可使用 HP-UX 11i。

The second volume in the Write Great Code series supplies the critical information that today s comp

The second volume in the Write Great Code series supplies the critical information that today s computer science students don t often get from college and university courses: How to carefully choose t

MISRA-C:2004 Coding Standard The LDRA tool suite is developed and certified to BS EN ISO 9001:2000.

MISRA-C:2004 Coding Standard The LDRA tool suite is developed and certified to BS EN ISO 9001:2000. This comparison has used the revised MISRA standard, MISRA-C:2004 "Guidelines for the use of the C

Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to w

Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole t

本人讲授数据结构课程时的所写的示例程序

本人讲授数据结构课程时的所写的示例程序,结构清晰规范,有注释,全部可编译运行,包括如下代码: 长整数:ch0_bigint2.c 顺序表的实现:ch2_stable.c 链表的实现ch2_ltable.c 合并两个有序表:ch2_stable_merge.c 表达式计算:ch3_express.c 队列的链式实现:ch3_lqueue.c 栈的链式实现:ch3_lstack.c

μC/OS-II已经在世界范围内得到广泛使用

μC/OS-II已经在世界范围内得到广泛使用,包括诸多领域,如手机、路由器、集线器、不间断电源、飞行器、医疗设备及工业控制等。实际上,μC/OS-II已经通过了非常严格的测试,并且得到了美国航空管理局(Federal Aviation Administration)的认证,可以用在飞行器上。这说明μC/OS-II是稳定可靠的,可用于与人性命攸关的安全紧要(safety critical)系统;当然

Text mining tries to solve the crisis of information overload by combining techniques from data mini

Text mining tries to solve the crisis of information overload by combining techniques from data mining, machine learning, natural language processing, information retrieval, and knowledge management.

C++ From Scratch: An Object-Oriented Approach is designed to walk novice programmers through the ana

C++ From Scratch: An Object-Oriented Approach is designed to walk novice programmers through the analysis, design and implementation of a functioning object-oriented application using C++. You will le

upsd_flash.c These functions are provided to help you develop your initial code. They are optim

upsd_flash.c These functions are provided to help you develop your initial code. They are optimized for speed rather that size. As a result, you will see very few nested function calls. If spee

The need for accurate monitoring and analysis of sequential data arises in many scientic, industria

The need for accurate monitoring and analysis of sequential data arises in many scientic, industrial and nancial problems. Although the Kalman lter is effective in the linear-Gaussian case, new m

POS is a Java&#174 platform-based, mission-critical, ISO-8583 based financial transaction library/fr

POS is a Java&#174 platform-based, mission-critical, ISO-8583 based financial transaction library/framework that can be customized and extended in order to implement financial interchanges.

使用OpenMP

使用OpenMP,并行化两个向量的乘积 特点:使用多种并行方案reduction,critical,atomic,schedule(static) 分别输出使用时间,