-
基于EXTJS3.x实现的Ext.ux.tree.TreeGrid
Java 克里金插值得到网格,计算的方式如何不同(How to get Java Kriging interpolation grid, different calculation methods)
- 2017-11-09 13:54:38下载
- 积分:1
-
LDC1000_F20x2_Threshold
说明: File to integrate it with anther MCU
- 2020-06-21 19:00:01下载
- 积分:1
-
GSCBeamformer
说明: 广义旁瓣消除,matlab示例代码,波束成形经典方法(Generalized sidelobe elimination, MATLAB sample code, beamforming classic method)
- 2021-04-19 15:18:51下载
- 积分:1
-
Keil-C
基于C-51单片机的74LS138译码器应用实例与仿真实现
(Microcontroller-based C-51 74LS138 decoder and Simulation Application)
- 2011-05-21 11:52:03下载
- 积分:1
-
Li-ion
matlab 锂电池模型 用于soc估算。(Lithium battery model)
- 2017-06-28 16:10:28下载
- 积分:1
-
CF活动助手推广版_--可以当作者【有视频教程】
CF活动助手成品 可自定义名字 修改配置文件 引流(CF Activity Assistant Product can customize name to modify configuration file drainage)
- 2020-06-21 23:40:01下载
- 积分:1
-
gpscatch_new
GPS信号直接捕获算法仿真matlab代码附报告。(GPS signal direct capture algorithm simulation matlab code attached to the report.)
- 2017-11-21 16:46:33下载
- 积分:1
-
太赫兹
说明: 对太赫兹的性能进行了仿真比较,适合对比着学习(The performance of terahertz is simulated and compared, which is suitable for comparative learning)
- 2021-03-19 17:38:12下载
- 积分:1
-
单端反激式DC-DC开关电源变压器的设计全过程
该资料介绍了单端反激式DC-DC开关电源变压器的设计全过程(This information introduces the whole design process of the single ended flyback DC-DC switching power supply transformer.)
- 2018-11-14 14:18:22下载
- 积分:1
-
C# 监控Windows剪贴板程序
C# 编写的监控Windows剪贴板的小程序,这里面有计时器的相关创建方法,设置计时器间隔为1000毫秒并启动计时器,监控剪切板并判断剪贴板中是否存在文本数据,然后将剪贴板中的内容显示在richTextBox1控件中。下面的代码是本程序的核心:
private void Frm_Main_Load(object sender, EventArgs e)
{
timer1.Interval = 1000;//设置计时器间隔为1000毫秒
timer1.Start();//启动计时器
}
private void timer1_Tick(object sender, EventArgs e)
{
if (Clipboard.ContainsText())//判断剪贴板中是否存在文本数据
richTextBox1.Text = Clipboard.GetText();//将剪贴板中的内容显示在richTextBox1控件中
}
- 2023-08-14 00:35:02下载
- 积分:1