搜索资源列表
insipidt.tar
- Insipid 是一款基于Web书签仓库。很方面的记录下各种输入输出信息。 -Insipid is a bookmark warehouse based on Web, which can record all the input and output information conveniently.
计算起始日期的n天后的日期
- 计算一个日期n天后或n天前的日期是多少,输入输出日期的格多都为YYYMMDD的字符串-calculated a date n n days or days before the date of the number of input and output, the date of the grid for more YYYMMDD string
linufans
- 打开用户终端。这果没有使用标准输入输出,因为在重定向时,标准输入输出不会指向用户终端-open user terminals. Without the use of this standard input output because of the redirect standard input and output terminals not pointing users
InputOutput Examples
- xml程序例子输入输出-xml examples of input and output procedures
VirtualDisk
- linux 下面的虚拟块设备,就是将内存的一个部分虚拟为块设备,提高输入输出的效率
LinuxUART
- linux 下串口编程 #include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include <unistd.h> /*Unix标准函数定义*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定义*/ #inc
Linux_C_io
- 在Linux环境下用c编写的输入输出实例源码,有注解。希望对大家有所帮助
UNIX环境下的高级IO技术
- UNIX环境下利用高级IO技术实现非阻塞的输入/输出-UNIX environment using high technology to achieve non-blocking IO input / output
Phidgetlinux_2.1.4.20080821.tar
- hid 应用代码 支持输入输出端口扩展,模拟量采集.
khxf
- unix下的编程,包含各种输入输出,界面,菜单,计算,转换等等函数-under the program, including various kinds of input and output, interface, menu, etc. conversion function
本实验要实现一个简单的命令解释器
- 本实验要实现一个简单的命令解释器,也就是Linux中的shell程序。实验程序起名为ysh,要求其设计类似于目前流行的shell解释程序,如bash、csh、tcsh,但不需要具备那么复杂的功能。ysh程序应当具有如下一些重要的特征: 能够执行外部程序命令,命令可以带参数。 . 。 能够执行fg、bg、cd、history、exit等内部命令。 使用管道和输入输出重定向。 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状
myshell.rar
- 自己实现的模拟unix下shell的一些简单功能,包括执行常见的命令,输入输出重定向,多级管道等,To realize his shell under unix simulation of some simple functions, including the implementation of common commands, input and output redirection, multi-stage pipeline, etc.
gpio.rar
- 嵌入式arm+linux环境GPIO (通用输入/输出)测试驱动代码,Embedded arm linux environment GPIO (General Purpose Input/Output) test-driven code
myshell
- 应用UNIX的fork()等系统调用,编写一个c程序具有以下功能: a) 实现Shell的基本功能,包括有:打印提示符;接受和分析命令行(滤去无效的空格、tab符号以及换行符等);执行命令(要有出错处理;输入exit或者bye退出);返回父进程; b) 处理后台程序(不需要wait) c) 处理多行命令(分析命令行中的‘ ’并处理之) d)应用 dup(), pipe()系统调用具有输入输出重定向以及管道功能;-Application of UNIX s fork () system call,
Linux--arm2440-ftp
- linux 与arm2440 之间的ftp程序 命令的处理(ls)命令,通过底层函数编程实现 不是直接调用系统函数。程序中包含输入输出重定向等操作。-linux and arm2440 between the ftp command processing program (ls) command, through the realization of the underlying functional programming is not directly call the system fun
DESIGN(Xorg)
- 详细讲解了Xorg的整体框架和各个API的输入输出。适用于Xorg driver开发者-Explained in detail the overall framework and Xorg input and output of each API. For Xorg driver developers
car2cif
- 将VASP输入/输出结构文件(POSCAR/CONTCAR)转换为MS可读的.cif文件-This program transforms the CONTCAR/POSCAR file data form to a *.cif file which can be read by MS or other softwares.
linux_shell_C
- C语言编程实现了linux的shell功能,包括多管道,父子进程,输入输出重定向以及简单的纠错功能。另外还有详细的word说明文档及图片,介绍了程序执行情况和各个函数说明。-C language programming linux realized the shell functionality, including multi-channel, father and son process, input and output redirection as well as the simple
shell.tar
- 一个linux下的简单shell程序,支持多级管道和输入输出重定向,支持多进程,经测试,运行稳定-Linux under a simple shell procedures, to support the multi-stage pipeline and the input and output redirected to support the multi-process, tested, stable operation
linux_c.tar
- 部分linux c语言函数,包括初级输入输出函数-Some linux c language function, including the primary input-output function