-
收发OK-SI4463半双工通信变长58字节
说明: SI4463 测试可用 只需要自己更改si463的管脚就可以(The SI4463 test is available by changing the pin of the si463 itself)
- 2019-05-21 19:14:21下载
- 积分:1
-
EXCEL002
对EXCEL的读写操作,可以帮助学习如何通过VC++读写EXCEL(help to learn how to access EXCEL files with VC++)
- 2012-02-26 09:32:57下载
- 积分:1
-
结构函数法
说明: 通过拟合出一条曲线,对这个曲线进行结构函数法的分形维数计算,得到其粗糙度(By fitting a curve, the fractal dimension of the curve is calculated by structural function method, and its roughness is obtained)
- 2021-04-22 10:58:49下载
- 积分:1
-
12864_DS1302_18B20
51单片机例程,12864+DS1302时钟+18B20温度计,配有实验说明文档。(51 MCU routine, 12864+ DS1302 clock+18 B20 thermometer, with experimental documentation.)
- 2010-05-10 19:16:13下载
- 积分:1
-
opt-controller
串口通讯,optdell引用,打开光源并设置曝光亮度(Serial communication, optdell reference, open the light source and set the exposure brightness)
- 2017-09-07 22:39:04下载
- 积分:1
-
OLED
飞思卡尔coldfire MCF52255单片机OLED驱动程序(Freescale coldfire MCF52255 microcontroller OLED driver)
- 2014-01-16 21:29:18下载
- 积分:1
-
sftp上传下载样例代码
sftp上传下载样例代码
- 2019-05-17下载
- 积分:1
-
I2C_IO_simulate
使用IO口模拟I2C时序,包括主机、从机时序。(Using IO port simulation I2C timing, including the host, the machine timing.)
- 2015-09-06 16:47:35下载
- 积分:1
-
C# 设置应用程序背景颜色
C# 设置应用程序背景颜色,通过调用Windows调色板,来选取颜色,然后程序将颜色值赋值给窗口,此盒子可设置斜体的颜色值,运行效果如参考截图所示,核心代码请看以下代码片段:
private void Form1_Load(object sender, EventArgs e)
{//显示应用程序背景颜色
//先打开“Properties”,添加一个System.Drawing.Color类型的变量MyBackColor
this.BackColor = Properties.Settings.Default.MyBackColor;
}
private void button1_Click(object sender, EventArgs e)
{//设置应用程序背景颜色(在运行时编写用户设置)
if(this.colorDialog1.ShowDialog()==DialogResult.OK)
{
Properties.Settings.Default.MyBackColor = this.colorDialog1.Color;
Properties.Settings.Default.Save();
this.BackColor = Properties.Settings.Default.MyBackColor;
}
}
- 2022-06-22 05:36:16下载
- 积分:1
-
蓝桥杯第六届决赛代码
设计一个电压测量 设计一个电压测量 设计一个电压测量 设计一个电压测量 与脉宽调制信号输出设备 与脉宽调制信号输出设备 与脉宽调制信号输出设备 与脉宽调制信号输出设备 与脉宽调制信号输出设备 与脉宽调制信号输出设备 ,设备能够检测 模拟信号输入,并根据设备能够检测 模拟信号输入
- 2022-08-16 03:42:26下载
- 积分:1