
C/C++
文章平均质量分 91
TriFelos
Xi'an Jiaotong-Liverpool University, Deep Learning group led by Dr Zhang BaiLing.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Algorithm by C/C++ : Callback function
1. general description Developers are often confused by what a callback is because of the name of the thing. A callback function is a function which is: ①. passed as an argument to another func原创 2017-03-31 12:41:09 · 432 阅读 · 0 评论 -
RT-Thread: Design pattern of the Producer-consumer model (Semaphore)
Lower layer APIs concerning to RT-Thread can be found on http://www.rt-thread.org/phpBB3/ 1. General description: RT-Thread is an open source real-time operating system for embedded de原创 2017-03-31 18:55:41 · 1022 阅读 · 1 评论 -
ESP8266(WIFI chip): transplantation of MQTT protocal
System environment: ESP8266-Lubuntu FLASH download tool: ESP8266 DOWNLOAD TOOL v3.4.4 Backgroud information: Implement MQTT protocal on wifi chip: ESP8266 1. General information about MQTT: MQTT i原创 2017-04-01 10:02:07 · 994 阅读 · 0 评论 -
Linux_TCP_SQLite3: Implementation of a small embedded system including receiving and saving data.
1. Background The system is designed to implement the function of receiving data by TCP/IP from the broadcast under the mechanism of multi-threaded in LINUX. Then store the data to the local database原创 2017-04-06 17:24:56 · 610 阅读 · 0 评论