CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - 输入输出

搜索资源列表

  1. insipidt.tar

    0下载:
  2. Insipid 是一款基于Web书签仓库。很方面的记录下各种输入输出信息。 -Insipid is a bookmark warehouse based on Web, which can record all the input and output information conveniently.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:34.92kb
    • 提供者:陆红
  1. 计算起始日期的n天后的日期

    0下载:
  2. 计算一个日期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
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1.75kb
    • 提供者:陈飞飞
  1. linufans

    0下载:
  2. 打开用户终端。这果没有使用标准输入输出,因为在重定向时,标准输入输出不会指向用户终端-open user terminals. Without the use of this standard input output because of the redirect standard input and output terminals not pointing users
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.65kb
    • 提供者:sdsd
  1. InputOutput Examples

    0下载:
  2. xml程序例子输入输出-xml examples of input and output procedures
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.58kb
    • 提供者:历历
  1. VirtualDisk

    0下载:
  2. linux 下面的虚拟块设备,就是将内存的一个部分虚拟为块设备,提高输入输出的效率
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.32kb
    • 提供者:沈思淇
  1. LinuxUART

    0下载:
  2. linux 下串口编程 #include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include <unistd.h> /*Unix标准函数定义*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定义*/ #inc
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:5.17kb
    • 提供者:Edward
  1. Linux_C_io

    0下载:
  2. 在Linux环境下用c编写的输入输出实例源码,有注解。希望对大家有所帮助
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:24.33kb
    • 提供者:bob
  1. UNIX环境下的高级IO技术

    0下载:
  2. UNIX环境下利用高级IO技术实现非阻塞的输入/输出-UNIX environment using high technology to achieve non-blocking IO input / output
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4.68kb
    • 提供者:闻思源
  1. Phidgetlinux_2.1.4.20080821.tar

    0下载:
  2. hid 应用代码 支持输入输出端口扩展,模拟量采集.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:281.28kb
    • 提供者:飞翔
  1. khxf

    0下载:
  2. unix下的编程,包含各种输入输出,界面,菜单,计算,转换等等函数-under the program, including various kinds of input and output, interface, menu, etc. conversion function
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:135.91kb
    • 提供者:吴友生
  1. 本实验要实现一个简单的命令解释器

    3下载:
  2. 本实验要实现一个简单的命令解释器,也就是Linux中的shell程序。实验程序起名为ysh,要求其设计类似于目前流行的shell解释程序,如bash、csh、tcsh,但不需要具备那么复杂的功能。ysh程序应当具有如下一些重要的特征:  能够执行外部程序命令,命令可以带参数。 . 。  能够执行fg、bg、cd、history、exit等内部命令。  使用管道和输入输出重定向。  支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前台/后台状
  3. 所属分类:Linux/Unix编程

    • 发布日期:2016-04-26
    • 文件大小:7.99kb
    • 提供者:香烟
  1. myshell.rar

    0下载:
  2. 自己实现的模拟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.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1.35kb
    • 提供者:wupeng
  1. gpio.rar

    0下载:
  2. 嵌入式arm+linux环境GPIO (通用输入/输出)测试驱动代码,Embedded arm linux environment GPIO (General Purpose Input/Output) test-driven code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:13.16kb
    • 提供者:蓝色忧郁
  1. myshell

    1下载:
  2. 应用UNIX的fork()等系统调用,编写一个c程序具有以下功能: a) 实现Shell的基本功能,包括有:打印提示符;接受和分析命令行(滤去无效的空格、tab符号以及换行符等);执行命令(要有出错处理;输入exit或者bye退出);返回父进程; b) 处理后台程序(不需要wait) c) 处理多行命令(分析命令行中的‘ ’并处理之) d)应用 dup(), pipe()系统调用具有输入输出重定向以及管道功能;-Application of UNIX s fork () system call,
  3. 所属分类:Linux-Unix program

    • 发布日期:2016-07-13
    • 文件大小:4.04kb
    • 提供者:晏珏
  1. Linux--arm2440-ftp

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:33.01kb
    • 提供者:肖健
  1. DESIGN(Xorg)

    0下载:
  2. 详细讲解了Xorg的整体框架和各个API的输入输出。适用于Xorg driver开发者-Explained in detail the overall framework and Xorg input and output of each API. For Xorg driver developers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:256.49kb
    • 提供者:caesar
  1. car2cif

    2下载:
  2. 将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.
  3. 所属分类:Linux-Unix program

    • 发布日期:
    • 文件大小:1.67kb
    • 提供者:菜鸟泡泡
  1. linux_shell_C

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:132.47kb
    • 提供者:secret
  1. shell.tar

    0下载:
  2. 一个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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1.14kb
    • 提供者:hh
  1. linux_c.tar

    0下载:
  2. 部分linux c语言函数,包括初级输入输出函数-Some linux c language function, including the primary input-output function
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6.24kb
    • 提供者:赵天
« 12 3 4 5 6 »
搜珍网 www.dssz.com