-
控制AGV小车运行遵循的基本
Control AGV Car run follow line by Basic
- 2022-07-19 15:31:18下载
- 积分: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
-
TDC-GP22官方例程
TDC官方例程,基于stm32,有各种手册资料,有源码(Official TDC routine)
- 2020-12-07 15:19:21下载
- 积分:1
-
zidingyiliebiao
说明: Dialog example is selected for the customized list that can dynamically acquire content on the internet. The dialog box shows that a list will be loaded on the Internet first. This example is suitable for the requirement of dynamically obtaining information on the internet. Friends who need it can download and study it.
- 2020-06-18 12:00:02下载
- 积分:1
-
dbxFirebird.4.1.v51
说明: component dbx for delphi
- 2019-03-23 09:48:10下载
- 积分:1
-
对autoboot源代码的分析报告。分析了autoboot的原理、安装和代码的框架结构。...
对autoboot源代码的分析报告。分析了autoboot的原理、安装和代码的框架结构。-right Autoboot source code analysis. Autoboot analysis of the principle, the installation of the framework and code structure.
- 2023-02-28 01:00:04下载
- 积分:1
-
Servo-Motor-Contor
msp430对舵机控制的源程序,能实现精确角度转动,并且转动稳定,适合含有舵机控制系统的应用.(msp430 for servo control of the source, to achieve precise angle rotation, and rotation stability, suitable for applications with servo control system.)
- 2011-08-23 22:12:19下载
- 积分:1
-
GA_tuihuo1
模拟退火优化遗传算法,改进了遗传操作,自适应参数(improved simulated annealing and optimized genetic algorithm)
- 2020-11-21 10:49:36下载
- 积分:1
-
Altera的FPGA noisii52001
altera fpga noisII52001
- 2023-08-11 08:05:03下载
- 积分:1
-
Johnson-Cook+金属本构模型
用户材料子程序实例-Johnson-Cook及其金属本构模型(User material subroutine example -Johnson-Cook and its metal constitutive model)
- 2020-08-16 09:28:25下载
- 积分:1