-
da1469x_led_driver
说明: LED样例代码,原厂提供。凑够20个字才行吗?(Led sample code, provided by the original factory. Can you make up 20 words?)
- 2019-11-19 18:34:37下载
- 积分:1
-
PMSM_HALL
根据2.0自己修改的代码,已验证过,通过检测霍尔来计算角度。有速度环。
- 2023-06-28 11:45:04下载
- 积分:1
-
Multimedia-Class
多媒体定时类,精度1ms,调用函数均已封装,可以直接使用,很方便(Multimedia regular classes, accuracy 1ms, call functions are packaged, can be used directly, it is convenient)
- 2014-03-03 20:06:01下载
- 积分:1
-
PLO编译分析程序C语言版
说明: 代码扩充了PL0编译程序语言的for循环,打印字符数字混合字符串,完善数组,浮点数运算,程序由本人自己扩展,完全符合编译原理综合实训标准要求(The code extends for loop of PL0 compiler language, prints mixed character and numeric string, perfects array and floating-point arithmetic, and the program is expanded by myself, which fully meets the requirements of comprehensive training standard of compiler principle.)
- 2020-06-25 20:00:02下载
- 积分:1
-
企业工业测量软件系统
工业测量软件系统是基于工业上的一些地图的测量,本系统是在QT下编写的,用的语言是C 和C++。基本实现了绘图的功能。如各种基本图形,多边形,圆,点,直线,三角形等等。还有图片的导入,保存。实现了简单的绘图与测量。
- 2023-02-22 11:20:03下载
- 积分:1
-
滑模控制的matlab程序
MATLAB仿真案例,滑膜控制MATLAB程序,基于比例切换控制,(Synovial control MATLAB program)
- 2018-05-27 16:15:59下载
- 积分:1
-
pt_line
固高控制卡程序,pt控制方式,需要的可以下载看看.(Googol control card program)
- 2013-12-01 21:58:24下载
- 积分:1
-
C#使用微信模拟发送post消息请求
C#模拟发送post请求,使用微信模拟消息,Post请求模拟器。
WebClient wc = new WebClient();
wc.Headers.Add("Content-Type", "application/x-www-form-urlencoded");
byte[] postdata = Encoding.UTF8.GetBytes(poststr);
byte[] responseData = wc.UploadData(textBox3.Text, "POST", postdata);//得到返回字符流
textBox2.Text = Encoding.UTF8.GetString(responseData);
- 2022-11-24 04:30:03下载
- 积分:1
-
RC522-I2C(0004)
这是一个RC522的驱动程序,单片机采用STM32内部含有模块的原理图(This is a RC522 driver, microcontroller using STM32 internal module containing schematics)
- 2020-07-01 18:20:02下载
- 积分:1
-
xhfasq
基于TLC5620和51单片机实现简单的信号发生器,可以调节方波,三角波的频率幅度,正弦波频率可调,幅度有两个档位。(51 MCU based TLC5620 and simple signal generator can adjust the square wave, triangle wave frequency range, adjustable sine wave frequency, amplitude has two stalls.)
- 2011-06-24 11:29:55下载
- 积分:1