资源列表
《鸟哥的Linux私房菜》
- 不用多说了,大家都晓得了,经典著作,入门必备。(Needless to say, everyone knows, classic books, entry necessary.)
6666
- 电流检测 过流保护 反时限过流保护 LCD1602显示(Current detection, overcurrent protection, inverse time overcurrent protection, LCD1602 display)
indigoscada-code
- indigoscada运行在Linux和Windows上,采用C / c++开发环境。人机界面是基于QT库,,支持Modbus。(Indigoscada runs on Linux and Windows and USES C/C ++ development environments. The man-machine interface is based on the QT library, which supports Modbus.)
Linux
- linux常用命令,是一份非常简洁,又常用的linux命令,它也非常全面,能够很好的了解linux的使用。(Common Linux commands)
两个数交换5种方法
- C语言两个变量交换的5中方法:(1)a=a+b-(b = a);(2)b=a+(a = b)*0;(3)a=a+b; b=a-b; a=a-b;(4)a=a*b;b=a/b;a=a/b;(5)a=a^b;b=a^b;a=a^b;(C language two variables exchange 5 methods)
嵌入式c编程语言入门与深入
- 本文讲解嵌入式C基础,从C语言到Linux的编译实现。(This article on the basis of embedded C, C language from the compiler to achieve Linux)
memtester
- arm linux平台,内存检测脚本,比较全面的内存压力测试,最好在高低温环境下做一个系统测试(Arm linux platform, memory detection scr ipt)
《Qt+Creator快速入门》第3版源码
- QT快速入门编程资料,qtcreator第三版书籍源码(Qt quick introduction to programming information)
51读写卡程序
- 基于at89c51编写的rc552射频卡读写上位机主程序(Host program of rc552 RF card read and write PC based on AT89C51)
鸟哥的Linux私房菜 基础学习篇(第三版)
- linux学习的基础教程,设计linux构架等,希望对你有所帮助(LInux basic bok, I wish it can help you)
激光采集Linux.tar
- 在Linux平台,用C++语言编写的激光数据采集程序。(In the Linux platform, the laser data acquisition program written in C++ language.)
cjson
- C下json结构体的接口函数,封装结构到解析结构一步到位。(/* The cJSON structure: */ typedef struct cJSON { struct cJSON *next,*prev; /* next/prev allow you to walk array/object chains. Alternatively, use GetArraySize/GetArrayItem/GetObjectItem */ struct cJSON *child; /*