-
11
说明: This article introduces two new configurations for precision current sources and current mirrors. Both
circuits use n-p-n bipolar devices, but one provides a current source while the other provides a current sink. This
permits the use of current sources in IC designs implemented with processes that do not allow p-n-p devices.
Analog building blocks such as voltage-to-current converters, active loads, and sink and source current mirrors
can be constructed from the new circuits using only n-p-n devices. Furthermore, because these circuits achieve
the required precision without the use of high-gain amplifiers, the bandwidths of the circuits are large compared to conventional configurations. The source currents are dependent on a single reference voltage and exhibit good temperature sensivitity
- 2010-03-29 09:23:55下载
- 积分:1
-
scfdma
说明: trubo code with sova algoritm in matlab
- 2019-05-15 04:18:59下载
- 积分:1
-
spectralab_v.4.32.17
The software for signal recording, processing and analysing.
- 2020-10-12 23:27:32下载
- 积分:1
-
Download the official site of the 2.5 version of myJXTA, configured form again a...
在官方网站上下载了2.5版本的myJXTA,配置好窗体后跑了一遍,感觉这个示例程序的功能还是蛮强大的,但是这个程序的API写得比较简单,所以决定自己仔细研究研究~-Download the official site of the 2.5 version of myJXTA, configured form again after the run, I feel the function of the sample or very strong, but this process is relatively simple API written, so carefully studied to determine their own study ~
- 2023-06-10 18:15:03下载
- 积分:1
-
simulink
matlab simulink的入门学习资料,挺不错的(matlab simulink introductory learning materials,which is very good)
- 2009-07-07 21:08:30下载
- 积分:1
-
LADRC demo
高志强教授文献里线性ADRC程序,针对二阶系统(the function of ADRC about DR.Zhiqiang Gao)
- 2018-04-05 21:06:37下载
- 积分:1
-
430 sim300 gprs
实现用msp430单片机发送AT指令控制sim300进行gprs通信(Implementation of GPRS communication with 430 control SIM300)
- 2017-11-19 11:23:39下载
- 积分:1
-
AcTUP-v2.2L_2
水声工具箱中BELLHOP使用指南中文版,内有详细使用说明及应用。
(Hydroacoustic toolbox BELLHOP Guide Chinese version, which has detailed instructions for use and application.)(There are detailed instructions and applications in the Chinese version of the BELLHOP use guide in the underwater acoustic toolbox.
(Hydroacoustic toolbox BELLHOP Guide Chinese version, which has detailed instructions for use))
- 2018-03-15 09:58:44下载
- 积分:1
-
thy_classified
管理用户机器上的mp3文件,可以将音乐文件进行分类管理,,(Management mp3 file on the user s machine, can undertake classified management, the music files,)
- 2017-04-23 05:48:15下载
- 积分:1
-
Delphi纸牌游戏动画特效
一个基于Delphi编写的纸牌游戏动画特效,并不是一个完整的游戏,而是生成的纸牌动态效果,和图像处理有关的一个Delphi范例,如演示截图所示,生成的动画 效果还是挺不错的,或许可作为某方面的借鉴。部分代码如下:
FCardId:Cardinal ; //扑克的编号,0-51为各花色的1-K,52为大王,53小王
FFaceUp:bool; //是否正面朝上
procedure SetCardId(id:Cardinal);//设置扑克牌的编号
procedure SetFaceUp(Flag:Bool); //设置是否正面朝上
function GetValue:integer; //得到扑克牌的点数
function GetSuit:TCardSuit; //得到扑克牌的花色
procedure Paint; override; //画扑克牌的程序
constructor Create(AOwner:TComponent);overload;override; //构造函数
constructor Create(AOwner:TComponent;Id:Cardinal);overload;
procedure SetCard(Suit:TCardSuit;Value:Cardinal); //设置扑克牌的编号
property CardId:Cardinal read FCardId write SetCardId; //扑克牌编号
property FaceUp:bool read FFaceUp write SetFaceUp default False; //正面朝上
property Value:integer read GetValue; //扑克的点数,只读
property Suit:TCardSuit read GetSuit; //扑克的花色,只读
- 2022-01-26 05:07:33下载
- 积分:1