-
msp432_driverlib_3_21_00_05
MSP432DriverLib官方芯片包(MSP432 DriverLib Official Chip Package)
- 2020-06-19 08:40:01下载
- 积分:1
-
tanhuangzhiliangkuai2
说明: 搭建了一个弹簧质量块阻尼系统模型,用于验证在阻尼作用下,弹簧的振动过程(A spring mass damping system model was built to verify the vibration process of the spring under damping.)
- 2019-01-06 16:35:55下载
- 积分:1
-
previous 16 games above machines. It is mainly used in Java rewrite. Still good
以前16位机器上面的游戏。主要是用JAVA改写的。也还不错-previous 16 games above machines. It is mainly used in Java rewrite. Still good
- 2022-05-22 23:58:14下载
- 积分:1
-
翻页版JS焦点图轮播特效
翻页版JS焦点图轮播特效,鼠标点击图片后,图片前后翻页切换,来自国外JS爱好者网站,看上去比较艺术的幻灯片切换,可用于音乐、绘画主题的网站中,可很好的与设置的网站风格相融合。
- 2022-11-21 07:00:03下载
- 积分:1
-
241706030838983
基于matlab程序实现交通标识的识别,的源代码(traffic sign recognition based on matlab)
- 2019-04-23 10:48:56下载
- 积分:1
-
分数阶Liu系统与分数阶统一系统中的混沌现象及二者的异结构同步...
分数阶Liu系统与分数阶统一系统中的混沌现象及二者的异结构同步-Fractional-order Liu system and the fractional order unified system of chaotic phenomena and the different structure of both synchronous
- 2022-10-18 14:10:04下载
- 积分: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
-
ReadTwoLineElements
说明: 读取并处理tle,可以直接使用并对其进行二次开发,将txt文档转换成可处理的MATLAB数据。(Read and process tle, can be directly used and secondary development, TXT documents into processable MATLAB data.)
- 2019-04-29 08:48:27下载
- 积分:1
-
graphic image processing operations as the original code can provide learners ex...
图形图象处理作业原代码 可以为学习者提供实验小程序-graphic image processing operations as the original code can provide learners experimental procedure
- 2022-11-05 22:55:03下载
- 积分:1
-
Simple chat client server apps
这是我在网络编程课上做的项目
- 2022-07-24 14:35:31下载
- 积分:1