▍1. 调用系统函数,模拟实现linux系统的more命令
调用系统函数,模拟实现linux系统的more命令-Call the system function, analog realize more command linux system
调用系统函数,模拟实现linux系统的more命令-Call the system function, analog realize more command linux system
这是浙大Linux教程配套课件,它为初学者提供了很好的平台,里面详细介绍了LINUX的安装和应用,不仅有文字,还有截图的详细介绍,让大家一看就懂-This is Zheda Linux courseware supporting tutorials, for beginners it provides a good platform, which details the installation of LINUX and applications, not only has the text, there is a screenshot of the detailed introduction, let everyone know one look on
linux串口编程,标准linux下,有参数设置,打开串口,关闭串口,读写串口等,需要就试试吧-linux serial port programming, standards, linux, there are parameter settings, open the serial port, close the serial port, read and write serial port and so on, need to try it
资源描述 wpa_supplicant源代码 包括对wifi驱动的控制、WPA/WPA2 4次握手协议的处理、控制wifi驱动连接wifi等
Linux Shelf Scripting Tutorials
SkyEye是一个可以运行嵌入式操作系统的硬件仿真工具,这样就可以在没有硬件条件下来进行嵌入式系统的开发。-SkyEye is an embedded operating system can run the hardware simulation tool, so that when there is no hardware to carry out the development of embedded systems.
Linux的系统管理命令的使用 及具体详细的实验报告-Linux system administration commands use and specific details of the experimental report
基于Linux的USB芯片SL811主机驱动程序,由芯片厂家提供.-err
网络拥塞中的PI算法源码,可以在用NS-2仿真软件方针,也可以用于其它算法开发-Network congestion in the PI algorithm source code, you can use NS-2 simulation software approach, can also be used for the development of other algorithms
linux c调试代码-debug code
此程序是linux下读取串口数据,程序分为三部分,第一部分初始化串口,第二部分解析数据包头,第三部分是解析完整的一帧数据。 此串口是读取的数据是陀螺数据 ,并解析数据,读者要读取其它串口数据可以直接修改数据解析部分即可。
TCP协议下套接字编程-TCP socket programming
链表是一种物理存储单元上非连续、非顺序的存储结构,数据元素的逻辑顺序是通过链表中的指针链接次序实现的。链表由一系列结点(链表中每一个元素称为结点)组成,结点可以在运行时动态生成。每个结点包括两个部分:一个是存储数据元素的数据域,另一个是存储下一个结点地址的指针域。 相比于线性表顺序结构,操作复杂。由于不必须按顺序存储,链表在插入的时候可以达到O(1)的复杂度,比另一种线性表顺序表快得多,但是查找一个节点或者访问特定编号的节点则需要O(n)的时间,而线性表和顺序表相应的时间复杂度分别是O(logn)和O(1)。本代码是实现了c语言实现链表的基本操作,如创建链表,增加节点,删除节点,查找节点。
minigui的开发程序,非常典型的程序,在sc2410上跑通了,很漂亮哦了-minigui development of procedures, very typical procedure, in the run sc2410 had, oh, a very beautiful
产生哈希函数的代码,各种好像都有,希望大家参考,不要浪费太多时间!
网络经典命令行指令-network classic command-line instructions
goolge phone 目前没有开放的android 平台的源码-goolge phone there is no open-source android platform
Linux下的socks的程序源程序,用于socks的代理服务-Linux socks procedure source program, uses in the socks proxy to serve
Unix 下canny算法,c语言,来自http://www.ltrr.arizona.edu/-Unix under the canny algorithm, c language, from http://www.ltrr.arizona.edu/
Blob autotest.Used on xscale(badblockmanage function)