资源列表
VODServer
- 简易服务端,使用线程池,前后置服务端,linux系统下(Simple server-side)
bfband_3
- ncl图形可视化绘图,20到20天带通滤波,分析季节内振荡(NCL graphics visualization, filtering analysis MJO)
file
- 在Linux系统中,以c语言实现文件复制功能,涉及到有关文件操作的write和read函数的应用。(Implement file copy function under Linux)
CMake手册详解[格式整理+带标签]
- 转自博客园大神翻译神作,可用于参考书,且经过亲自格式整理,十分方便查阅(From the blog God God can be used for translation, reference books, and the format is very convenient access to personally organize.)
it7260-dirver
- IT7230 linux Driver,just for test!
udp
- LINUX编程udp服务端、客户端代码(服务端在LINUX板上运行,客户端在虚拟机上运行)(LINUX programming UDP server side, client code)
in
- Lammps 分子动力学计算, 铜、铝的熔化过程,运用eam势,得到 dump 文件。(in.melt_cu_or_al, the melting process of Cu or Al.)
button focus test
- qt按键焦点切换,通过arm上下左右按键来实现qt界面焦点的切换(Qt button focus change, to achieve through the arm up and down or so key focus of qt interface switching)
Linux Kernel 核心中文手册
- 一个操作系统必须和作为它的基础的硬件系统紧密配合。操作系统需要使用一些只有硬件才能提供的功能。为了完整的了解 Linux ,你需要了解底层硬件的基础知识。本章对于现代 PC 的硬件进行了。 1975 年 1 月“ Popular Electronics ”杂志封面上印出了 Altair 8080 的图片,一场革命开始了。 Altair 8080 ,跟随早期的“ Star Trek epsode ”命名,只需要 $397 ,就可由个人电子爱好者自己组装。它拥有 Intel 8080
BSX3.6.1.34_BMI160_20150821
- bmi160 android官方驱动,功能比较全,但是不相关的东西耦合度太高,不太好抽离。(Bmi160 Android official drive, the function is more complete, but the unrelated thing coupling degree is too high, not very good to draw away.)
Linux命令
- 学习linux常用命令,适合初学者练习,熟悉常用命令(Learn the common commands of Linux)
LINUX_Shell编程基础教程
- 1)在Linux编辑中命令区分大小写字符。 2)在Shell语句中加入必要的注释,以便以后查询和维护,注释以#开头。 3)对Shell变量进行数字运算时,使用乘法符号“*”时,要用转义字符“\”进行转义。 4)由于Shell对命令中多余的空格不进行任何处理,因此程序员可以利用这一特性调整程序缩进,达到增强程序可读性效果。 5)在对函数命名时最好能使用有含义且能容易理解的名字,即使函数名能够比较准确地表达函数所完成的任务。同时建议对于较大的程序要建立函数名和变量命名对照表。(1) the