-
pic单片机定时器使用详解,介绍了定时器的功能,如何设置,以及使用时的注意事项。...
pic单片机定时器使用详解,介绍了定时器的功能,如何设置,以及使用时的注意事项。-pic explain the use of single-chip timer, the timer function of introduction, how to set up, and the use of Notes.
- 2022-01-26 05:35:17下载
- 积分:1
-
OLED_SPI
说明: STM32F429 模拟SPI 硬件SPI 驱动 OLED(Analog SPI Hardware SPI Driver OLED)
- 2020-06-23 16:00:01下载
- 积分:1
-
预加重与去加重
说明: 预加重与去加重介绍;对高速信号进行补偿;(Introduction of Pre-emphasis and De-emphasis)
- 2020-06-16 08:40:02下载
- 积分:1
-
procedures alarm clock procedures
闹钟程序 -procedures alarm clock procedures
- 2023-05-29 00:25:03下载
- 积分:1
-
M_rgb2gray
自己上课随便写写的代码,基于公式的rgb2gray,很简单的程序(Write code casually in class)
- 2020-06-25 08:40:02下载
- 积分:1
-
Unity-Webview-master
Unity-Webview-master for android/ios
- 2020-06-16 20:40:02下载
- 积分:1
-
FPGA of some basic conceptual issues back, has great help for beginners.
FPGA的一些基本概念问题回复,对初学者有很大帮助。-FPGA of some basic conceptual issues back, has great help for beginners.
- 2022-03-02 01:18:27下载
- 积分:1
-
C# 在格式化日期查询数据库
C# 在查询语句中使用格式化函数,格式化日期,将出生日期格式化为“年月日”的格式,后附完整源代码下载,以下是部分代码:
private void Frm_Main_Load(object sender, EventArgs e)
{
OleDbConnection con = new OleDbConnection(//创建数据库连接对象
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source="
+ "db_Test.mdb" + ";Persist Security Info=False");
OleDbDataAdapter dap = new OleDbDataAdapter(//创建数据适配器对象
"SELECT * FROM 员工生日表;", con);
DataSet ds = new DataSet();//创建数据集
dap.Fill(ds, "table");//填充数据表
dgv_Message.DataSource = ds.Tables[0].DefaultView;//设置数据源
}
- 2023-05-27 06:05:03下载
- 积分:1
-
sd 卡 解释
de2 板子解释
学习
sd 卡 解释
de2 板子解释
学习-sd card DE2 board to explain to explain learning
- 2022-03-07 21:11:14下载
- 积分:1
-
Student achievement management system can be achieved such as additions and dele...
学生成绩管理系统
可以实现增删查改之类的基本功能,并且可以二次编程-Student achievement management system can be achieved such as additions and deletions to check the basic functions and can be quadratic programming
- 2022-08-17 10:34:14下载
- 积分:1