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