-
picocom Linux的串口调试工具,如小型计算机。由自己对…
picocom 是一款linux下的串口调试工具,很想minicom,比minicom精巧的多,编译好后,
我输入 picocom -b 115200 /dev/ttyS0 就可以调试我的arm板了-picocom A linux is the serial debugging tools, like minicom. minicom sophisticated than many good compiler, I enter picocom- 115200 b/dev/ttyS0 I can debug the arm of the plate
- 2022-05-23 08:53:40下载
- 积分:1
-
GSM的编解码c源码(使用intel的ipp包)堪称效率最高。
GSM的编解码c源码(使用intel的ipp包)堪称效率最高。-GSM arranges decodes the c source code (to use intel the ipp
package) to may be called the efficiency to be highest.
- 2022-05-30 12:01:35下载
- 积分:1
-
Downloader是一款在Xterm下加快下载FTP.HTTP的服务器软件,类似WindownsFlashGet的快速下载软件。可以支持多用户连接以及重连接。...
Downloader是一款在Xterm下加快下载FTP.HTTP的服务器软件,类似WindownsFlashGet的快速下载软件。可以支持多用户连接以及重连接。
-Downloader is one of the Xterm FTP.HTTP faster downloading the server software, similar to the rapid WindownsFlashGet download software. Support for multiple users to connect and re-connect.
- 2022-08-07 01:47:12下载
- 积分:1
-
USB键盘驱动,是标准的驱动,可以试一下,很好用!
USB键盘驱动,是标准的驱动,可以试一下,很好用!-USB keyboard-driven, is a standard driver, you can try, a good use!
- 2023-08-26 02:10:03下载
- 积分:1
-
该文档是基于博创实验箱指导书,里头有多线程、ad转换、QT在LINUX上移植、无线电通信等等,具有源码解析及电路图...
该文档是基于博创实验箱指导书,里头有多线程、ad转换、QT在LINUX上移植、无线电通信等等,具有源码解析及电路图-The document is based on the experimental Fiberxon guide book box, inside a number of threads, ad conversion, QT on transplantation at LINUX, radio communications and so on, with source code analysis and circuit
- 2022-07-20 07:10:55下载
- 积分:1
-
inter
linux下c语言编程――进程间通信方式之共享存储-c programming language-- inter-process communication methods are shared storage
- 2022-10-03 05:40:03下载
- 积分:1
-
A Shaoxie s3c44b0 and s3c2410 tools
一款烧写s3c44b0和s3c2410的工具-A Shaoxie s3c44b0 and s3c2410 tools
- 2022-10-20 19:40:03下载
- 积分:1
-
读共享内存的c语言程序
读共享内存的c语言程序-Reading shared memory c Language Program
- 2022-06-11 16:39:34下载
- 积分:1
-
这是利用FIFO在Linux C的一个例子,说明整个操作指南…
这是liunx下C编程关于fifo使用的例子,其中比较全面的讲述了fifo的使用方法。-This is an example of using fifo in linux c,which shows a whole operation guide on fifo.
- 2022-03-30 07:21:49下载
- 积分:1
-
根据用户输入的命令行选项的不同,来实现三种功能:argc为2时,命令格式为
myfind <pathname>
它要统计出,在常规文件中,...
根据用户输入的命令行选项的不同,来实现三种功能:argc为2时,命令格式为
myfind
它要统计出,在常规文件中,文件长度不大于4096字节的常规文件,在所有允许访问的普通文件中所占的百分比。不允许打印出任何路径名。
argc为4且argv[2] == “-comp”时,命令格式为
myfind -comp
输出在目录子树之下,所有与文件内容一致的文件的绝对路径名。不允许输出任何其它的路径名,包括不可访问的路径名。当参数pathname不是绝对路径时,调用getcwd()等函数来取得文件的绝对路径名。
argc 大于等于4且argv[2] == “-name”时,命令格式为myfind -name ……是一个以空格分隔的文件名序列(不带目录)。命令输出目录子树之下,所有与…序列中文件名相同的文件的绝对路径名。不允许输出不可访问的或无关的路径名。
- 2023-03-19 18:55:03下载
- 积分:1