-
LCD1602
这是一个LCD1602底层驱动代码,TI公司LM3S系列的(This is a LCD1602 underlying driver code, TI company LM3S series)
- 2013-10-30 16:40:45下载
- 积分:1
-
A4打印(winform源码)
【实例简介】
- 2021-08-06 00:31:02下载
- 积分:1
-
ADC
ADC,Analog-to-Digital Converter的缩写,指模/数转换器或者模数转换器 [1] 。是指将连续变化的模拟信号转换为离散的数字信号的器件。真实世界的模拟信号,例如温度、压力、声音或者图像等,需要转换成更容易储存、处理和发射的数字形式。模/数转换器可以实现这个功能,在各种不同的产品中都可以找到它的身影。(The abbreviation of ADC, Analog - to - Digital Converter, a/d Converter to or AD Converter [1].
Refers to the continuous changes of the analog signal is converted into a discrete digital signal)
- 2020-06-18 01:20:01下载
- 积分:1
-
ADO-To-SQLServer-2005
一款基于VC6.0的开发的ADO访问SQLServer 2005的应用程序,包括数据的增删改查等操作。(An application based on the VC6.0 ADO access SQL Server 2005, including data such as CRUD operations.)
- 2012-05-31 17:37:03下载
- 积分:1
-
STM32-driver-kinds-of-LCD-chip
stm32驱动LCD ILI9341/ILI9325/RM68042/RM68021/ILI9320/ILI9328/LGDP4531/LGDP4535/SPFD5408/SSD1289/1505/B505/C505/NT35310/NT35510,里面b包括驱动冷门芯片HX8352工程(STM32 driver LCD ILI9341/ILI9325/RM68042/RM68021/ILI9320/ILI9328/LGDP4531/LGDP4535/SPFD5408/SSD1289/1505/B505/C505/NT35310/NT35510, there is also a driving chip HX8352 project unpopular)
- 2015-01-11 10:08:11下载
- 积分:1
-
MPU6050六轴传感器实验
基于STM32F103的MPU6050六轴陀螺仪传感器实验。可在LCD上显示MPU6050的数据,可在匿名四轴上位机上显示传感器的飞控状态。(The sensor experiment of MPU 6050 six-axis gyroscope based on STM32F103. The data of MPU6050 can be displayed on LCD, and the flight control status of the sensor can be displayed on an anonymous four-axis upper computer.)
- 2020-06-20 01:00:02下载
- 积分:1
-
C# 根据路径使用DirectoryInfo创建文件夹
C# 根据路径创建文件夹,具体来说是使用DirectoryInfo对象的Create方法创建文件夹【目录】。如果用户未指定路径,则在程序当前目录下创建文件夹,若指定路径,则在指定的路径层级下创建目录。
在创建开始前,对用户输入的目录名或路径格式进行验证,然后判断该路径下是否存在该目录,最后创建文件夹。下面是相关的代码:
if (textBox1.Text == string.Empty)//判断输入的文件夹名称是否为空
{
MessageBox.Show("文件夹名称不能为空!");
}
else
{
DirectoryInfo dinfo = new DirectoryInfo(textBox1.Text);//实例化DirectoryInfo类对象
if (dinfo.Exists)//使用DirectoryInfo对象的Exists属性判断要创建的文件夹是否存在
{
MessageBox.Show("该文件夹已经存在");
}
else
{
dinfo.Create();//使用DirectoryInfo对象的Create方法创建文件夹
}
}
- 2023-02-21 06:20:03下载
- 积分:1
-
PROFIBUS-DP
PROFIBUS-DP现场总线智能节点的设计程序和源码电路图(Design of intelligent node based on PROFIBUS-DP)
- 2014-10-20 10:48:03下载
- 积分:1
-
STM32_S_ADC
STM32 ADC,所用的是神舟开发板,STM32芯片是STM32F107VCT6(STM32 ADC,the STM32 micro core is STM32F107VC)
- 2013-11-04 23:07:06下载
- 积分:1
-
KrigingContour
克里金算法,反距离算法和实现了等高线的生成渲染,还有色带(Kriging algorithm, inverse distance algorithm and implementation of the contour lines generated rendering, as well as ribbons)
- 2014-04-09 16:21:02下载
- 积分:1