-
单片机红外发射接收
基于51单片机的红外收发系统,采用C语言编写,既有接收端的代码,也有发射端的代码,可以用于智能家具遥控、玩具遥控、其他基于远程遥控的开发
- 2022-03-13 07:21:37下载
- 积分:1
-
WS2812实时时钟程序
说明: STM32F103C8T6+WS2812串行总线控制60个全彩LED,实现带呼吸效果的制炫酷实时时钟功能(STM32F103C8T6+WS2812 serial bus controls 60 full-color LEDs to realize cool real-time clock function with breath light effect)
- 2020-02-01 15:21:20下载
- 积分:1
-
Hyperlink
本代码为基于TMS320C6678的基于HYPERLINK接口的数据发送。(The code for the TMS320C6678-based interface based HYPERLINK data transmission.)
- 2013-08-02 18:09:59下载
- 积分:1
-
Motion-Controller-with-STM32
介绍了一种点位运动控制器的设计,该控制器可以控制步进和伺服电机。该运动控制器以
STM32F103 为主控微处理器,实现了电机起停的加减速控制,扩展了 RS485 串行通信接口,设计了限位保护电
路,移植了嵌入式实时操作系统μC /OS-Ⅱ,通过μC /OS-Ⅱ来调度运动控制器的多个任务,设计了串口通信协议,
可以方便组成多轴控制系统.(Describes the design of a point of the motion controller, the controller can control a stepper and servo motors. The motion controller controlling microprocessor STM32F103, acceleration and deceleration control the motor starts and stops, extended RS485 serial communication interface, designed to limit protection circuits, transplantation of embedded real-time operating system μC/OS-Ⅱ μC/OS-Ⅱ scheduling multiple tasks of the motion controller, designed a serial communication protocol, can easily form a multi-axis control system.)
- 2012-12-18 22:52:09下载
- 积分:1
-
这是四个用C#,C++,和C语言编写的一个经典银行家算法
这是四个用C#,C++,和C语言编写的一个经典银行家算法-This is the four C#, C, and C language of a classic bankers Algorithm
- 2023-05-09 21:10:02下载
- 积分:1
-
Topic-a
某班有N个学生,已知他们参加某次考试的成绩(0~100间的整数),求全班同学的平均成绩。(A class is to have N students, known as their new the result of the examination (0 to 100 between integer),for the whole class average scores.)
- 2012-05-11 20:49:05下载
- 积分:1
-
WOK_Course_20131015
endnote 的详细说明,有利于今后英文文献的管理(Describe endnote, help manage the future of English literature)
- 2013-12-08 19:54:42下载
- 积分:1
-
script_history
在MT4软件统计历史交易盈亏情况的脚本,比较实用的小功能(In the MT4 trading profit and loss situation software statistical history of the script, more practical small features)
- 2013-10-04 11:45:05下载
- 积分:1
-
SCPI_NETExample
说明: SCPI(可编程仪器的标准命令)windows环境C#开发范例(SCPI (standard command of programmable instrument) windows environment c development example)
- 2020-05-17 13:51:43下载
- 积分:1
-
CListCtrl 的用法
void CListBackgroundDlg::SetListInit(){ //属性设置 m_list1.ModifyStyle(LVS_TYPEMASK,LVS_REPORT&LVS_TYPEMASK|LVS_SINGLESEL); DWORD dwStyle = m_list1.GetExtendedStyle(); m_list1.SetExtendedStyle(dwStyle|LVS_EX_FULLROWSELECT|LVS_EX_GRIDLINES); //设置行宽 CImageList image; image.Create(1,40,ILC_COLOR24|ILC_MASK,4,0); m_list1.SetImageList(&image,LVSIL_SMALL); //设置字体和大小 CFont font; font.CreateFont(16,0,0,0,FW_NORMAL,FALSE,FALSE,0,ANSI_CHARSET,OUT_DEFAULT_PRECIS,CLIP_DEFAULT_PRECIS,DEFAULT_QUALITY,DEFAULT_PITCH|FF_SWISS,"宋体"); m_list1.SetFont(&font); m_list1.GetHeaderCtrl()->SetFont(&font); //设置标题头 &n
- 2022-11-29 03:15:03下载
- 积分:1