资源列表
两个数交换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)
CPUroute
- 通过获取这个程序来获取CPU当前的使用情况和内存使用情况(Through the code you can get the system situation)
memtester
- arm linux平台,内存检测脚本,比较全面的内存压力测试,最好在高低温环境下做一个系统测试(Arm linux platform, memory detection scr ipt)
《Qt+Creator快速入门》第3版源码
- QT快速入门编程资料,qtcreator第三版书籍源码(Qt quick introduction to programming information)
tlud
- Use the TabB ar switch window in the multi-document interface()
jpbc-2.0.0
- jpbc比不能少的jar包,实现密码学实验中的jpbc库,很急很关键(Jpbc is more important than jar package, so it is very urgent to implement the jpbc Library in cryptography experiment)
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)
ath9k-htc:一些USB无线网卡的原生驱动
- ath9k-htc:一些USB无线网卡的原生驱动说明资料(Ath9k-htc: some USB wireless network card of the original drive descr iption information)
激光采集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; /*