-
UART-Product-
As an industry-leading supplier of universal
asynchronous receiver/transmitters (UARTs),
Texas Instruments provides products designed
to improve system performance and meet the
needs of next-generation applications.
- 2013-12-24 21:11:59下载
- 积分:1
-
lvgl的codeblocks仿真工程
LVGL的codeblocks仿真工程,都配置好的,可以直接打开运行
【核心代码】int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR szCmdLine, int nCmdShow)
{
/*Initialize LittlevGL*/
lv_init();
/*Initialize the HAL for LittlevGL*/
lv_win32_init(hInstance, SW_SHOWNORMAL, 800, 480, NULL);
/*Run the demo*/
lv_demo_widgets();
while(!lv_win32_quit_signal) {
/* Periodically call the lv_task handler.
* It could be done in a timer interrupt or an OS task too.*/
lv_task_handler();
usleep(10000); /*Just to let the system breath*/
}
return 0;
}
- 2021-08-23 00:31:02下载
- 积分:1
-
CR20180423
处理操稳试验数据()
- 2021-03-06 22:49:30下载
- 积分:1
-
STM32对讲机VS1053和2401
说明: STM32对讲机VS1053和2401。使用STM32做的对讲机,用VS1053做语音的编码和解码,用NRF24L01做通信。带有详细代码。(STM32 walkie-talkie VS1053 and 2401. Use STM32 as walkie-talkie, VS1053 as voice coding and decoding, NRF24L01 as communication. With detailed code.)
- 2020-06-21 05:20:01下载
- 积分:1
-
MCU51_LXY
51单片机LED流星雨灯,原理:
利用PWM来模似流星雨:将亮度等级分为8个
,通过改变每一组LED的亮度来达到流星雨效果。因为流星雨是前面亮后面越来越暗,就像一条龙一样,拖着尾巴过来。(51 single LED meteor light, principle: the use PWM to die like a meteor shower: The brightness level is divided into eight, each group by changing the brightness of the LED to achieve the effect of the meteor shower. Because meteor shower is getting back in front of bright dark, like one-stop, like dragging tail over.)
- 2020-09-24 11:37:48下载
- 积分:1
-
BPPID
采用神经网络控制的方法。利用人工神经网络的自学习这一特性,并结合传统的PID控制理论,构造神经网络PID控制器,实现控制器参数的自动调整(Control method using neural network. Artificial neural network to learn the characteristics of the self, combined with the traditional PID control theory, structural neural network PID controller, automatically adjust the controller parameters
)
- 2011-01-14 23:37:29下载
- 积分:1
-
Ada-Booted
人脸识别原理介绍 有一些算法介绍 并附加图解 适合初学者(language:English from university of British)
- 2010-01-17 00:25:55下载
- 积分:1
-
OpenGL123123
计算机图形学里画圆、直线、椭圆的小程序,比较简单(Computer graphics circle, line, oval small procedure is relatively simple)
- 2013-11-13 18:26:43下载
- 积分:1
-
sobel
可以实现bmp图象的sobel边缘检测运算,并含有可图象重建功能。简单,易懂,使用了DIB接口,适合作数字图象处理的初学者作参考(Bmp images can be achieved sobel edge detection operator, and contains the reconstruction of functional images. Simple, understandable, the use of the DIB interface, suitable for beginners of digital image processing for information)
- 2008-01-05 21:56:35下载
- 积分:1
-
3zhenchafen
opencv 代码,运动物体检测的3帧差分算法,对于初学者来说还挺好用的(moving object using opencv)
- 2014-03-21 09:16:55下载
- 积分:1