The LM158 series consists of two independent, high gain, internally frequency compensated operational amplifiers which were designed specifically to operate from a single power supply over a wide range of voltages. Operation from split power supplies is also possible and the low power supply current drain is independent of the magnitude of the power supply voltage.
标签: compensated independent internally frequency
上传时间: 2014-01-09
上传用户:zwei41
If we have two individually sorted vectors "a" and "b" but they are not sorted with respect to each other and we want to merge them into vector "c" such that "c" is also a sorted vector. Then c=mergesorted(a,b) can be used.
标签: sorted individually respect vectors
上传时间: 2015-09-23
上传用户:comua
two functions, num2bin and bin2num are provided. num2bin takes a double and converts it to a binary string representation. bin2num is its inverse operation. It can be used in a numerical analysis course when floating point arithmetic is discussed.
标签: num2bin functions and converts
上传时间: 2014-01-07
上传用户:gdgzhym
This a two node test, requires a Coordinator and an RFD. The coordinator and node simply ping-pong a packet back and forth, and print out the RSSI byte. The RFD waits before bouncing it back, while the coordinator responds immediately.
标签: node Coordinator coordinator and
上传时间: 2013-12-24
上传用户:ardager
This is a program to calculate the Photonic Bands of two dimension Photonic Crystal with circular inclusions. It calculates both TE and TM modes (E and H polarization).
标签: Photonic calculate dimension circular
上传时间: 2015-10-08
上传用户:1427796291
Tiger Tree Hash is constructed from two parts, the Tiger Hash Algorithm and Merkle Tree. The original Tiger Hash code was taken from Tiger.Net which is written in Visual Basic. NET. Tiger Tree Hash算法的C#实现!
标签: Tiger Hash Tree constructed
上传时间: 2015-10-09
上传用户:vodssv
Virtual function for two derived classes虚拟函数有两个派生类
标签: function Virtual derived classes
上传时间: 2015-10-10
上传用户:sssl
this prog must be used with the pic_receive.rar file . I wish the two programs will hope some mcu prog designer
标签: pic_receive the programs this
上传时间: 2015-10-22
上传用户:CHINA526
Driver to create flat random graphs and two forms of hierarchical graphs (N-level and transit-stub)
标签: graphs hierarchical transit-stu and
上传时间: 2013-12-20
上传用户:ggwz258
Input The input consists of two lines. The first line contains two integers n and k which are the lengths of the array and the sliding window. There are n integers in the second line. Output There are two lines in the output. The first line gives the minimum values in the window at each position, from left to right, respectively. The second line gives the maximum values. Sample Input 8 3 1 3 -1 -3 5 3 6 7 Sample Output -1 -3 -3 -3 3 3 3 3 5 5 6 7
上传时间: 2014-12-21
上传用户:hongmo