资源列表

« 1 2 ... .90 .91 .92 .93 .94 3295.96 .97 .98 .99 .00 ... 9711 »

[Linux/Unix编程两个数交换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)
<QIAOLZ > 在 2025-02-07 上传 | 大小:2kb | 下载:0

[Linux/Unix编程嵌入式c编程语言入门与深入

说明:本文讲解嵌入式C基础,从C语言到Linux的编译实现。(This article on the basis of embedded C, C language from the compiler to achieve Linux)
<QIAOLZ > 在 2025-02-07 上传 | 大小:5.65mb | 下载:0

[Linux/Unix编程memtester

说明:arm linux平台,内存检测脚本,比较全面的内存压力测试,最好在高低温环境下做一个系统测试(Arm linux platform, memory detection scr ipt)
<九尾胡 > 在 2025-02-07 上传 | 大小:1kb | 下载:0

[Linux/Unix编程《Qt+Creator快速入门》第3版源码

说明:QT快速入门编程资料,qtcreator第三版书籍源码(Qt quick introduction to programming information)
<Runtobin > 在 2025-02-07 上传 | 大小:17.01mb | 下载:0

[Linux/Unix编程51读写卡程序

说明:基于at89c51编写的rc552射频卡读写上位机主程序(Host program of rc552 RF card read and write PC based on AT89C51)
<zzzzzrnm > 在 2025-02-07 上传 | 大小:49kb | 下载:0

[Linux/Unix编程鸟哥的Linux私房菜 基础学习篇(第三版)

说明:linux学习的基础教程,设计linux构架等,希望对你有所帮助(LInux basic bok, I wish it can help you)
<通通56 > 在 2025-02-07 上传 | 大小:20.08mb | 下载:0

[Linux/Unix编程激光采集Linux.tar

说明:在Linux平台,用C++语言编写的激光数据采集程序。(In the Linux platform, the laser data acquisition program written in C++ language.)
<赵亚楠 > 在 2025-02-07 上传 | 大小:1.1mb | 下载:0

[Linux/Unix编程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
<goeful > 在 2025-02-07 上传 | 大小:9kb | 下载:0

[Linux/Unix编程Miracast_HDCP_Tech_Note_v1 0

说明:miracast hdcp note miracast 数据传输 hdcp校验的note(miracast hdcp note for data transfer hdcp crc)
<J.Ranger > 在 2025-02-07 上传 | 大小:148kb | 下载:0

[Linux/Unix编程Ubuntu常用命令菜鸟入门

说明:ubuntu常用的编程命令,适合ubuntu入门的菜鸟查阅(Common programming commands for Ubuntu)
<葡萄grape > 在 2025-02-07 上传 | 大小:22kb | 下载:0

[Linux/Unix编程调页算法

说明:大学操作系统课程中的虚拟内存管理,调页算法模拟,共有三种算法FIFO、LRU、OPT(Paging algorithm for virtual storage management in operating system)
<Reviel > 在 2025-02-07 上传 | 大小:3.42mb | 下载:0

[Linux/Unix编程Qt_Creator系列教程

说明:很不错的介绍QT creator编程的书籍(QT creator,Qt is a cross platform C++ graphical user interface application fr a mework. It provides application developers to build a state-of-the-art graphical user interface functionality requ
<诚信sj_888 > 在 2025-02-07 上传 | 大小:2.19mb | 下载:0
« 1 2 ... .90 .91 .92 .93 .94 3295.96 .97 .98 .99 .00 ... 9711 »

源码中国 www.ymcn.org