搜索结果
找到约 16 项符合
Inversion 的查询结果
按分类筛选
软件设计/软件工程 In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadl
In a preemptive priority based RTOS, priority inversion
problem is among the major sources of deadline
violations. Priority inheritance protocol is one of the
approaches to reduce priority inversion. Unfortunately,
RTOS like uC/OS can’t support priority inheritance
protocol since it does not allow ...
其他 This is a mutlicore and cluster(of single-core,multi-core systems) matrix inversion code. Which
This is a mutlicore and cluster(of single-core,multi-core systems) matrix inversion code.
Which uses the MPI(Message Passing Interface) for communication across the compute nodes of cluster and using thread-API based OpenMP(Open Multi Processing) between cores of intra-compute or head node.
matlab例程 DEMO_COND demonstrates the role of the condition number of a matrix (with respect to inversion)
DEMO_COND demonstrates the role of the condition
number of a matrix (with respect to inversion)
in the role of linear system solving.
Matthias Heinkenschloss
Department of Computational and Applied Mathematics
Rice University
Feb 22, 2001
Java书籍 spring,何谓控制反转(IoC = Inversion of Control)
spring,何谓控制反转(IoC = Inversion of Control),何谓依赖注入(DI = Dependency Injection)?
对于初次接触这些概念的初学者,不免会一头雾水。正如笔者第一次看到这些名词一样,一阵窘迫……
IT界不亏是哄抢眼球的行业,每个新出现的语汇都如此迷离。好在我们也同时拥有Internet这个最
广博的信息来源。 ...
电源技术 降压升压型控制器简化手持式产品的DC/DC转换器设计
 
A number of conventional solutions have been available forthe design of a DC/DC converter where the output voltageis within the input voltage range—a common scenarioin Li-Ion battery-powered applications—but none werevery attractive until now. Conventional topologies, suchas S ...
单片机编程 PCA9555 16bit I2C-bus and SMBu
The PCA9555 is a 24-pin CMOS device that provides 16 bits of General Purpose parallelInput/Output (GPIO) expansion for I2C-bus/SMBus applications and was developed toenhance the NXP Semiconductors family of I2C-bus I/O expanders. The improvementsinclude higher drive capability, 5 V I/O tolerance, lo ...
单片机编程 8-bit I2C-bus and SMBus IO port with reset
The PCA9557 is a silicon CMOS circuit which provides parallel input/output expansion for
SMBus and I2C-bus applications. The PCA9557 consists of an 8-bit input port register,
8-bit output port register, and an I2C-bus/SMBus interface. It has low current consumption
and a high-impedance open-dra ...
单片机编程 8-bit IC and SMBus IO Port wit
The CAT9534 is an 8-bit parallel input/output portexpander for I²C and SMBus compatible applications.These I/O expanders provide a simple solution inapplications where additional I/Os are needed: sensors,power switches, LEDs, pushbuttons, and fans.The CAT9534 consists of an input port register, ...
人工智能/神经网络 This collection of C++ templates wraps the FORTRAN or C interfaces for LAPACK so that they integrate
This collection of C++ templates wraps the FORTRAN or C interfaces for LAPACK so that they integrate with the Boost uBLAS library. Currently implements Cholesky decomposition, LU decomposition, inversion and determinant for general and positive-definite matrices.
Java书籍 具体功能, A Free introduction on spring framework. 简单地说
具体功能, A Free introduction on spring framework. 简单地说,Spring 是一个以控制倒置(Inversion of Control)原则为基础的轻量级框架。控制倒置是一个用于“基于组件的体系结构”的设计模式,它将“判断依赖关系”的职责移交给容器,而不是由组件本身来判断彼此之间的依赖关系。当在Spring内实现组件时, 容器“轻量级” ...