-
boost_converter
A boost converter (step-up converter) is a DC-to-DC power converter that steps up voltage (while stepping down current) from its input (supply) to its output (load). It is a class of switched-mode power supply (SMPS) containing at least two semiconductors (a diode and a transistor) and at least one energy storage element: a capacitor, inductor, or the two in combination
- 2018-12-08 03:01:23下载
- 积分:1
-
VB查找和设置默认打印机程序
VB查找和设置默认打印机程序,从本机的打印设备列表中自动寻找一个合适的打印机并设为默认,并在设为默认之前询问,或者恢复默认。
- 2022-05-31 07:25:20下载
- 积分:1
-
macd20100813
MT4中的MACD背离指标,自动提示,不交易,提醒人工确认,防止误操作(MT4' s MACD departure from the target, auto tips, not transactions, to remind the man to confirm, to prevent misuse)
- 2010-08-28 08:50:01下载
- 积分:1
-
App3
C++ code for Datalogic Teriminal
- 2013-09-12 21:54:57下载
- 积分:1
-
QCA8334
QCA8334 DATASHEET DATASHEET
- 2020-06-18 00:40:02下载
- 积分:1
-
wafo_2017
说明: WAFO是Matlab用于计算随机载荷下的疲劳寿命(WAFO is a toolbox of Matlab routines for statistical analysis and simulation of random waves and random loads. WAFO is freely redistributable software, see WAFO licence, cf. the GNU General Public License (GPL). It is available on this website and it is included in the wafo-project on GitHub, where also support for Octave is available, as well as a Python version. WAFO contain tools for)
- 2020-12-31 12:38:59下载
- 积分:1
-
SINSmatrlab_Kalman
Kalman4 filter GPS/INS integration algorithm of GPS/INS matlab
- 2019-01-31 17:41:54下载
- 积分:1
-
INR_test
说明: 阵列信号处理中自适应波束形成仿真程序,对不同方向干扰信号形成方向图的matlab程序(Adaptive beamforming simulation program in array signal processing and matlab program for different direction interference signals)
- 2020-05-12 15:51:05下载
- 积分:1
-
hteratilehewd
使用奇异值分解算法的prony算法-single value decomposition based prony algo()
- 2018-05-13 09:44:18下载
- 积分:1
-
VC++ 6.0 时间控件用法范例
一个使用时间控件的VC++范例源码,这个控件可让用户对所输入时间的精确手动微调,是一个方便用户和减少程序出错率的实用控件,如截图所示的效果。一些相关的设置:
//选择短日期显示格式
m_ctrlDateTime1.ModifyStyle(0, DTS_SHORTDATEFORMAT, 0);
//选择时间显示格式
m_ctrlDateTime2.ModifyStyle(0, DTS_TIMEFORMAT, 0);
//获得当前时间
CTime time = CTime::GetCurrentTime();
//设置时间
m_ctrlDateTime1.SetTime(&time);
m_ctrlDateTime2.SetTime(&time);
- 2022-02-20 22:22:06下载
- 积分:1