搜索结果
找到约 150 项符合
Off-diagonal 的查询结果
电子书籍 AM26C31CLow Power, I CC = 100 ƒ ⊂ A Typ Operate From a Single 5-V Supply High Spee
AM26C31CLow Power, I
CC
= 100
ƒ ⊂
A Typ
Operate From a Single 5-V Supply
High Speed, t
PLH
= t
PHL
= 7 ns Typ
Low Pulse Distortion, t
sk(p)
= 0.5 ns Typ
High Output Impedance in Power-Off
Conditions
Improved Replacement for AM26LS31
其他书籍 It’s your first day in the lab.Undoubtedly you are experiencing a range of emotions: excitement, cu
It’s your first day in the lab.Undoubtedly you are experiencing a range
of emotions: excitement, curiosity, anxiety. You will be working in
this lab and with a group of people, as well as with your supervisor,
for several years to come. This is the first day of a long commitment
and, for some, a ha ...
其他书籍 A large body of computer-aided techniques has been developed in recent years to assist in the proce
A large body of computer-aided techniques has been developed in recent years to assist
in the process of modeling, analyzing, and designing communication systems . These
computer-aided techniques fall into two categories: formula-based approaches, where the
computer is used to evaluate complex formu ...
其他 C programming is a craft that takes years to perfect. A reasonably sharp person can learn the basics
C programming is a craft that takes years to perfect. A reasonably sharp person can learn the basics of
C quite quickly. But it takes much longer to master the nuances of the language and to write enough
programs, and enough different programs, to become an expert. In natural language terms, this is ...
无线通信 trivium_p3
This document specifies trivium, a hardware oriented synchronous stream cipher which aims to provide a flexible trade-off between speed and area.
单片机编程 红外解码程序
/*
 * _168ZHONGDUAN2.c
 *
 * Created: 2014/11/2 15:12:45
 *  Author: lenovo
 */ 
#include <avr/io.h>
#include <avr/iom168pa.h>
#include <avr/interrupt.h>
#include <util/delay.h>
#include <avr/eeprom.h>
//#include <util/delay_basic.h>
//unsigned char const SEGtabl ...
数学计算 计算本征值程序
Computes all eigenvalues and eigenvectors of a real symmetric matrix a,
! which is of size n by n, stored in a physical np by np array.
! On output, elements of a above the diagonal are destroyed.
! d returns the eigenvalues of a in its first n elements.
! v is a matrix with the same logical and ...
手册 T8012 摇杆开关
防水摇杆开关。 200W次寿命,三态工作: ON-OFF-ON
手册 T8013-摇杆开关(单路)
T8013-Z1BQ 摇杆开关,防水,单路,ON-OFF-ON。 工作寿命200W次,IP67
源码 MATLAB fsolve求解非线性方程组源程序代码
对于非线性方程组F(X)=0,用fsolve函数求其数值解。fsolve函数的调用格式为:
X=fsolve('fun',X0,option)
其中X为返回的解,fun是用于定义需求解的非线性方程组的函数文件名,X0是求根过程的初值,option为最优化工具箱的选项设定。最优化工具箱提供了20多个选项,用户可以使用optimset命令将它们显示出来。如果想 ...