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

搜索资源列表

  1. 在Unix下用C编写类Windows菜单

    0下载:
  2. 目前,在Unix系统下运行的程序的界面大都比较死板,而且,在进行功能扩充时也不是很方便。那么,能不能设计一个象 Windows那样能够按照用户要求随意调整界面,功能扩充方便的程序呢?答案是肯定的。在用户需要进行功能扩充时,也无须改动源程序,只须对参数文件进行操作就可将新增功能挂到菜单上。 -Currently, the Unix operating system interface procedures Most rigid, but when conducting functional exp
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:8.79kb
    • 提供者:建文
  1. UNIXshell

    0下载:
  2. 简单shell的设计和实现 1)、除了系统调用execve,不允许使用其他的exec函数。输入应当允许带多个参数(一行内可以表示),不考虑通配符 (即“*”、“?”等)的处理。 2)、输入错误命令能提示出错并进入下一轮接收命令状态。 3)、可以用Ctrl-C和Ctrl-\\结束简单shell的运行。 -simple shell of a Design and Implementation), in addition to system call execve. allowed t
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3.6kb
    • 提供者:战天
  1. ctime

    0下载:
  2. 在sco unix 下显示前n天或后n天日期的处理程序。 printf(\"功能: 时间戳与时间格式字符串的转换程序\\n\") printf(\" -i 输入的参数为时间戳\\n\") printf(\" -s 输入的参数为格式化时间\\n\") printf(\" -t 输入的时间取当前系统时间\\n\") printf(\" -x 输入的时间增加或减少的天数\\n\") printf(\" -o 输出的时间为时间戳格式\\n\") printf(\"
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.5kb
    • 提供者:yux
  1. pintos-project2

    1下载:
  2. 初学操作系统是在PINTOS上做的project2 实现了参数传递 系统调用等功能-Beginner on the operating system is doing project2 in PINTOS parameters to achieve the system calls and other functions
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:430.19kb
    • 提供者:Zhang
  1. ls

    0下载:
  2. 实现UNIX下的ls全部功能,同时添加了可以生成目录树.实现内容:1.如何读取目录的内容 2.目录排序 3.文件类型以及如何知道文件的类型 4.位操作及掩码的使用 5.用户与组ID数据库 6.UNIX文件系统的内部结构:i-节点和数据块 7.更改当前目录 8.输出颜色的改变和分栏 9.学习并实现ls命令各参数 10.解析命令行参数 -Ls under UNIX to achieve full functionality, while adding a di
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:22.87kb
    • 提供者:周蜚语
  1. list

    0下载:
  2. 练习使用vi,使用UNIX的系统调用和库函数,体会UNIX文件通配符的处理方式以及命令对选项的处理方式。与ls命令类似,命令行参数可以有0到多个,实现自定义选项r,a,l,h,m以及--. ——北京邮电大学计算机系Cc-Practice to use vi, use the UNIX system calls and library functions, experience of UNIX file handling of wildcards, and command of the optio
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1.62kb
    • 提供者:CC
  1. myshell_v0.3

    0下载:
  2. 在Linux中,用C编写一个myshell1原型,基本功能是根据创建一个子进程,它显示从父进程获得的环境变量和命令行参数,且父进程在子进程结束后退出。 父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c <回车>,在创建一个子进程后,子进程通过调用execlp()系统调用,执行这条命令。输入输出重定向与管道-In Linux, using C to write a myshell1 prototype, the basic function i
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.82kb
    • 提供者:qiren
  1. LinuxPApachePPHPPLib

    0下载:
  2. 配置linux服务器 主要介绍了在LINUX平台下的FTP网络服务的实现,以及相关服务器的详细配置参数-This paper mainly introduces how to realize a FTP-based net service on LINUX operating system, and lists the detailed configuration parameters of relative servers.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:63.52kb
    • 提供者:黄帅
  1. mytree

    0下载:
  2. linux下tree命令的简单实现,采用递归算法,几乎可以列出整个文件系统的内容!除文件着色外,其显示结果,排布基本和tree命令一样。 用gcc编译时需加参数 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64-simple linux command to achieve the next tree, using a recursive algorithm, almost the entire file system can list the contents!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:6kb
    • 提供者:守护者
  1. QTA_Summary_learn

    0下载:
  2. QTP学习与实践经验总结: A问题描述: 在QTP中可以是使用regular expressions来完善你的参数化 B处理流程: B1参数化你的系统 B2将参数化设定为regular expressions B3在表格中使用regular expressions C术语说明 C1 TD是MI公司的一款测试管理工具,他采用B/S模式,使得用户可以在任何与Server相连的计算机上实现测试用例的管理 C2 QTP是MI公司推出的功能测试工具,主要用于B/S模
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:702.42kb
    • 提供者:chen sheng ji
  1. linux-Sybase-db-start-script

    0下载:
  2. Linux系统下的一个Sybase数据库配置脚本,主要介绍如何使用脚本配置Sybase开机启动服务,及Syabase数据库启动需要的参数-Linux system under a Sybase database configuration scr ipt, describes how to use a scr ipt to configure Sybase startup services, and Syabase database startup parameters
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:2.64kb
    • 提供者:yqc
  1. YL3250_s1l

    0下载:
  2. Stage 1 app开始执行,首先作系统初始化(汇编语言写);然后做stage 1 app相关初始化,包括获取配置参数、初始化中断和串口、初始化LCD和显示logo,初始化stage 1 app命令等;然后进入stage 1 app命令行或者自动加uboot。-Stage 1 the app is started, the first for the system initialization (assembly language) and then do the stage 1 the a
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:1.58mb
    • 提供者:wanglei
  1. code

    0下载:
  2. 智能家居系统,在光线较暗时实现自动开灯、关灯,温度较高或较低时能实现空调的自动启动,当温度超过设定的参数时能够及时报警并通知用户,通过视频监控能够随时查看家庭的情况。-Smart home system, automatically turn on the lights, turn off the lights, and the temperature is higher or lower to achieve the automatic start of the air conditionin
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-24
    • 文件大小:2.85mb
    • 提供者:qwertyuiop
  1. 1101

    0下载:
  2. linux 从配置文件中获取参数.可以方便的把配置文件中的参数获取到。里面包含头文件和.c文件。另外还有配置文件样例。配置文件按照制定位置放到linux系统里。-linux obtain parameters from a configuration file, you can easily get to the parameters in the configuration file. Which contains the header files and. C file. Another s
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-30
    • 文件大小:1.42kb
    • 提供者:阿莱克
  1. serial_practice

    0下载:
  2. 通过打开linux系统提供的串口文件接口,然后设置波特率等参数,成功之后,就可以通过系统调用接口操作串口进行通信-By opening the linux file system provides serial interface, and then set the baud rate and other parameters, successful, you can operate through the system call interface serial communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:3.31kb
    • 提供者:mydragonrider
  1. monitor

    0下载:
  2. The Monte Carlo Investigation of Trajectory Operations and Requirements (MONITOR) program was developed to perform spacecraft mission maneuver simulations for geosynchronous, single maneuver, and comet encounter type trajectories. MONITOR is a multif
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:106.23kb
    • 提供者:amir
  1. syscall

    0下载:
  2. Access to user system call parameters and results for Embedded Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.92kb
    • 提供者:wuewouva
  1. HttpConnectionPool

    0下载:
  2. A pool of HTTP connections. This class exposes its tuning parameters as system properties.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1.26kb
    • 提供者:dunrunzue
  1. cache

    0下载:
  2. Access to user system call parameters and results See asm-generic syscall.h for descr iptions of what we must do here. -Access to user system call parameters and results See asm-generic syscall.h for descr iptions of what we must do here.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3.2kb
    • 提供者:mjwongbx
  1. osdep_intf

    0下载:
  2. Access to user system call parameters and results See asm-generic syscall.h for descr iptions of what we must do here. -Access to user system call parameters and results See asm-generic syscall.h for descr iptions of what we must do here.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2.7kb
    • 提供者:baogfjui
« 12 »
搜珍网 www.dssz.com