-
STM32_DEMO
stm32 demo工程,适用于stm32F103平台
- 2014-11-03 16:04:49下载
- 积分:1
-
单片机课设报告
这是自己编写的关于单片机课程设计的报告,能够实现温传读取、显示、报警、等功能(This is a report on the course design of single-chip computer, which can realize the functions of reading, displaying, alarming and so on.)
- 2020-06-24 07:40:01下载
- 积分:1
-
光敏电阻
基于stm32单片机平台的光敏电阻光亮度采集代码(STM32 microcontroller platform based on light sensitive light acquisition code)
- 2021-02-23 21:29:40下载
- 积分:1
-
STM32超声波
说明: 基于stm32f103的超声波测距程序,利用keil编写(Ultrasonic ranging based on STM32F103)
- 2020-07-04 04:20:01下载
- 积分:1
-
stm32f103zet6开环控制霍尔电机
stm32f103zet6控制BLDC直流无刷电机,调节占空比,调节电机转速。控制功能包括:按键控制正转、反转、加速、减速和加减速。采用MDK-ARM5.18编程,C语言编写,调节直流无刷电机。
- 2022-01-25 17:15:46下载
- 积分:1
-
对SQL Server数据库进行操作的类。包括显示分页及对话框。
对SQL Server数据库进行操作的类。包括显示分页及对话框。-right SQL Server database operations category. Pagination and showing the dialog box.
- 2022-10-20 02:20:03下载
- 积分:1
-
摄像头
摄像头
- 2015-01-17下载
- 积分:1
-
amcharts_2.10.0
好用的图表控件amcharts,全脚本控制,json技术 ,页面好看(amcharts,Ok,very good soft)
- 2013-10-18 08:47:17下载
- 积分:1
-
neicun100
用来检测内存泄露,只要添加到VC里面就可以了,有txt文件说明(Used to detect memory leaks, added to the VC inside the txt file)
- 2016-05-06 11:30:01下载
- 积分:1
-
数据库
AllCourse:
create
proc AllCourse
as
begin
select x.CourseID,x.CourseName,x.Point
,y.TeacherName,y.Post,z.Location,x.StuNumber
from Course x,TeacherTable1 y,TeachTable z
where
x.CourseID=z.CourseID and y.TeacherID=z.TeacherID
end
DeleteLogon :
create
proc DeleteLogon(@id char(10))
as
begin
dele
- 2022-04-09 20:04:58下载
- 积分:1