Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - PIPE
Search - PIPE - List
gpio驱动 leddrv.c为驱动源程序 writeled.c为应用程序 writeled.c 编译方式 arm-elf-gcc -Wall -O2 -Wl,-elf2flt -o writeled writeled.c leddrv.c 编译方式 arm-elf-gcc -D__KERNEL__ -I你的uClinux目录/linux-2.4.x/include-Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fno-common -pipe -fno-builtin -D__linux__ -DNO_MM -mapcs-32 -march=armv4 -mtune=arm7tdmi -mshort-load-bytes -msoft-float -DMODULE -c -o leddrv.o leddrv.c -GPIO driver leddrv.c-driven source code for applications writeled.c way writeled.c compiler arm-elf-gcc-Wall-O2-Wl,-elf2flt-o writeled writeled.cleddrv.c way compiler arm-elf-gcc-- you are D__KERNEL__-I of the uClinux directory/linux-2.4.x/include-Wall-Wstrict-prototypes-Wno-trigraphs-O2-fno-strict-aliasing-fno-common-fno-common-pipe-fno-builtin-D__linux__-- DNO_MM-mapcs-32-march = armv4-mtune = arm7tdmi-mshort-load-bytes-msoft-float-DMODULE-c-o leddrv.o leddrv.c
Date : 2025-12-24 Size : 2kb User : zhengbo

samples for pipe line source code -samples for pipe line source code
Date : 2025-12-24 Size : 8kb User : 陳陳

工ARM_LINUX的几个源代码,fork,pipe,fifo,及共享内存的实验源程序-Several workers ARM_LINUX source code, fork, pipe, fifo, and shared memory of the experimental source
Date : 2025-12-24 Size : 70kb User : yxh

linux系统管理,shell、socket、pipe、queue、semphora-linux
Date : 2025-12-24 Size : 158kb User : wangxy

一个非常简单的管道实现函数,直接编译就可运行-Pipeline to achieve a very simple function
Date : 2025-12-24 Size : 1kb User : zhaohone

使用mkfifo创建有名管道并实现两个进程之间的通讯-Use mkfifo to create a named pipe communication between two processes
Date : 2025-12-24 Size : 2kb User : 夏秋末

使用pipe创建的无名管道并实现父子进之间的通讯-Use anonymous pipes created by the pipe and communication between father and son into the
Date : 2025-12-24 Size : 1kb User : 夏秋末

用管道的方法实现在一个文件中找到最大的整数-The pipe method in a file to find the largest integer
Date : 2025-12-24 Size : 1kb User : 金亿国

Linux下管道通信,用管道一端用shell执行命令,在另一端读取命令结果-Linux, pipe communication with the pipeline one end of the shell to execute command to read the results of the command at the other end
Date : 2025-12-24 Size : 1kb User : Folwind

在Linux环境下用C语言编程,编程的主要内容是:命名管道的实验。包括:研究mkfifo命令,在当前目录下创建一个myfifo的命名管道 用mkfifo()函数实现相同的功能 编写一个服务器程序server.c,实现从管道myfifo中读取内容,并在终端中显示出来。打开一个命令行终端,运行server,然后打开另一个命令行终端,使用“cp 文件1 myfifo”命令把文件1的内容输出到myfifo,测试server.c的功能 编写客户机程序,实现把指定文件输出到myfifo的功能,从而实现和服务器程序的通信。测试该程序的功能。 -With the main content of the C programming language, programming in the Linux environment: Named Pipes experiments. Including: study mkfifo command to create a myfifo named pipe with mkfifo () function in the current directory to achieve the same functionality to write a server program server.c content achieve from the pipeline myfifo, read, and displayed in the terminal. Open a command line terminal, run the server, and then open another command line terminal the to " cp files 1 myfifo" command to output the contents of file 1 to myfifo, written test the functionality of the server.c client program to specify file output to functionality of myfifo, in order to achieve communication and server programs. To test the functionality of the program.
Date : 2025-12-24 Size : 9kb User : weiwei

最简单的管道通信程序,在PC机上和开发板命令窗口上均可实现-Most simple pipe communication program on the PC and the development board can be achieved on the command window
Date : 2025-12-24 Size : 1kb User : wht

一个用于通过管道进行进程通信的测试程序,仅供参考-The application is about pipe for IPC.
Date : 2025-12-24 Size : 11kb User : DongPing1989

在LINUX系统上的管道测试程序,方便开发积累-The pipe for testing is very simple but well
Date : 2025-12-24 Size : 5kb User : DongPing1989

几个linux下创建管道的例子,可以用来理解管道的原理。包括无名管道,FIFO(An example of creating a pipe under Linux can be used to understand the principles of the pipeline)
Date : 2025-12-24 Size : 2kb User : winterplum

两个例子。用来学习管道读写数据,管道阻塞。从中理解管道读写数据原理(Two examples. Used to learn pipeline reading and writing data, pipe blocking. Understanding the principle of pipeline reading and writing data)
Date : 2025-12-24 Size : 2kb User : winterplum
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.