资源列表
两个数交换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)
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)
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; /*
Miracast_HDCP_Tech_Note_v1 0
- miracast hdcp note miracast 数据传输 hdcp校验的note(miracast hdcp note for data transfer hdcp crc)
Ubuntu常用命令菜鸟入门
- ubuntu常用的编程命令,适合ubuntu入门的菜鸟查阅(Common programming commands for Ubuntu)
调页算法
- 大学操作系统课程中的虚拟内存管理,调页算法模拟,共有三种算法FIFO、LRU、OPT(Paging algorithm for virtual storage management in operating system)
Qt_Creator系列教程
- 很不错的介绍QT creator编程的书籍(QT creator,Qt is a cross platform C++ graphical user interface application framework. It provides application developers to build a state-of-the-art graphical user interface functionality required by. Qt is fully object orie
jiaobenjinglingkaifa
- 调用摄像头大覅US绿化工is的哈佛;尚德机构IPO;的肌肤死哦个角;是点击法国iOS简单窘迫击破而价格破耳机肉片热哦苹果开盘【(hello worldreqtgerioghoierjhgiojergiojergojerfgghoiehjgoidshrgoihdfsdfogisadgojdsilfg)
apue3e
- Advanced UNIX programming 隨附源碼(Advanced UNIX programming book accompanied source file)