-
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
-
2333
说明: 有关通用自抗扰控制器的理论推导,适用于进阶人群(Theoretical derivation of universal ADRC controller, suitable for advanced people)
- 2019-12-12 09:11:57下载
- 积分:1
-
Golay_code
BFSK信号调制与解调,对加噪信号进行延迟差动处理,得到重构信号后,解调与初始信号对比。(BFSK Signal Modulation and Demodulation)
- 2019-02-20 20:06:16下载
- 积分:1
-
Gomoku-Five-in-a-row--master
实现人机对战,在linux环境下开发,g++ c++11+std(Man-machine combat has been realized.)
- 2020-06-16 21:40:01下载
- 积分:1
-
SAR
SARADC行为级模型,分辨率20位,可以使用matlab进行仿真(a behavior model of SAR ADC, the resolution is 20 bits, you can use matlab to check it)
- 2018-10-12 20:38:00下载
- 积分:1
-
这个程序,主要用搅拌站混泥土的应用。重量仪表程序。比较全面,已经实际使用过。并取得了好的成绩。blackdisc5@sina.com
密码:1234...
这个程序,主要用搅拌站混泥土的应用。重量仪表程序。比较全面,已经实际使用过。并取得了好的成绩。blackdisc5@sina.com
密码:1234-this process, the main mixing station These projects applications. Weight instrument procedures. More comprehensive, practical use. And achieved good results. Blackdisc5@sina.com Password : 1234
- 2023-04-06 12:45:06下载
- 积分:1
-
Pitest
通过程序通讯协议检测,信号检测,采用文字方式及选项显示检测结果(Through program communication protocol detection, signal detection, using text mode and options to display the test results)
- 2020-06-22 05:00:02下载
- 积分:1
-
GameOfLife-master
飞机大战,你还在等什么,赶快来游戏吧,这里需要你的激情(What are you waiting for in the air war? Come to the game now. You need your passion here.)
- 2020-06-16 21:20:02下载
- 积分:1
-
skydrive
说明: 跳伞运动员动态模型,根据仿真步长,重力加速度,大气密度,表面积,阻力系数以及跳伞运动员质量进行仿真。(The dynamic model of the skydiver is simulated according to the simulation step size, gravity acceleration, atmospheric density, surface area, drag coefficient and skydiving athlete quality.)
- 2020-06-17 11:00:02下载
- 积分:1
-
主要是用VC++编写的卫星云图的的帧解码及画图程序
主要是用VC++编写的卫星云图的的帧解码及画图程序-primarily use VC++ to prepare the satellite image of the frame decoding and drawing program
- 2023-01-06 23:00:05下载
- 积分:1