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

搜索资源列表

  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
    • 文件大小:3690
    • 提供者:战天
  1. myls

    1下载:
  2. 自己编写的Linux下的C程序,实现ls命令的功能。 可选参数有-a -l -al 后面可以加上目录或文件名,也可不加。不写路径的默认是当前目录。 输入错误命令会提示正确的命令格式。-A C program under Linux to achieve ls commands. Optional parameters are-a-l and-al Can be followed with the directory or file name. If the comma
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1552
    • 提供者:李淑怡
  1. firstGTK

    0下载:
  2. 一个基于GTK+的单词数值计算器,1、 按照规则计算单词的值,如果 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 26个字母(全部用大写)的值分别为 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26,如: WINJACK这个单词的值就为:W+I+N+J+A+C+K=23+9+14+1+3+11=71% HARDWORK=H+A+R+D+W+O+
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:1804
    • 提供者:
  1. imap-2007e.tar

    0下载:
  2. 广泛使用的邮件服务器!同时,也是许多重要的linux服务程序编译时必须用到的库。如果你的程序编译时提示c-clinet库错误,那么肯定是你没有安装imap。-Widespread use of the mail server! At the same time, many of the important linux service program must be used to compile the database. If the procedure you are prompted to
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-09
    • 文件大小:1991389
    • 提供者:十字星芒
  1. pro

    0下载:
  2. 随机产生四个不同数字(如 1234),要求玩家猜出这组数字,并验证数字的正误,若错误给出提示,比如玩家猜5678 提示 0A0B, 1432提示1A3B,(A表示数字与所在位均对,B表示数字对但所在位不对)每次限十次机会。-Four different randomly generated numbers (such as 1234), require players to guess which set of figures, and verify the figures are wrong,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:437184
    • 提供者:cP
  1. LINUX

    0下载:
  2. 写一个脚本文件checkuser,该脚本运行时带一个用户名作为参数,具体要求如下: 1)如果命令行格式不符合要求,应有错误提示信息; 2)在/etc/passwd文件中查找是否有该用户, 如有,则输出“Found <user> in the /etc/passwd file.” 否则,输出“No such <user> on our system” -Write a scr ipt file checkuser, the scr ipt run-ti
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:21909
    • 提供者:蒙蒙
  1. MyShell

    0下载:
  2. 模仿linux中shell的功能,简单的ls,dir等命令,也包括双管道,输入输出重定向,同时支持shell的定义变量以及变量赋值。同时做了简单的错误输入提示。-Linux in the shell to imitate the function, a simple ls, dir, etc. commands, but also dual-channel input and output redirection, while supporting the definition of shell
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:5603
    • 提供者:
  1. source

    0下载:
  2. 编译说明 1:需要的基本软件包 gtk+-2.0 libxml 2:编译选项 PREFIX:软件安装位置 CONFIG_FILE:软件配置文件位置 3:编译步骤 make sudo make install 4:使用说明 本程序需要root权限,用sudo执行它 第一次运行会弹出配置对话框,点击确定即保存配置。 5:常见问题 1)对话框提示网络发生错误: 查看命令行输出的调试信息,根据错误信息来确定出错原因。常见错误:无效的网卡=>需
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:188125
    • 提供者:李彦勇
  1. gccerror

    0下载:
  2. gcc错误表分析。里边包括gcc错误信息的提示很难找很全的,,我们编译gcc的时候遇到的错误分析-gcc error table analysis. Gcc error messages, including inside tips hard to find a very complete, we compile gcc is encountered error analysis
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5929
    • 提供者:badboy
  1. Read-and-export-files

    0下载:
  2. 使用系统调用,用C或C++写一个程序,实现如下功能:从一个文件中读出数据,写入另一个文件中。 要求: 具有良好的交互性 使用者可输入源文件和目的文件的路径和文件名。 具有完善的错误处理机制 针对可能出现的各种错误,要有相应的错误提示输出,并作相应处理。 在Linux操作系统上调试并运行 -Use of system calls, using a program written in C or C, to achieve the following functions:
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:80027
    • 提供者:
  1. gdb

    0下载:
  2. gdb使用调试手册 1.1.1 gdb概述 无论多么优秀的程序员,必须经常面对的一个问题就是调试。当程序编译完成后,他可能无法正常运行;或许程序会彻底崩溃;或许只是不能正常地运行某些功能;或许它的输出会被挂起;或许不会提示要求正常的输入。无论在何种情况下,跟踪这些问题,特别是在大的工程中,将是开发中最困难的部分,本章将介绍使用gdb(GNU debugger)调试程序的方法,该程序是一个调试器,是用来帮助程序员寻找程序中的错误的软件。 -GDB USES debugging manu
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:62637
    • 提供者:
  1. chdirname

    0下载:
  2. 在UNIX/Linux任意目录树下,将指定名称的所有目录,递归地改名为另一个目录名称。 命令使用错误时会有简单的用法提示。-Any directory tree in the UNIX/Linux, all directories specified name recursively renamed to another directory name.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-06
    • 文件大小:1158
    • 提供者:Richard
  1. simpleshell

    0下载:
  2. 实验5 简单shell的设计和实现(20分) 目的: 1、练习使用编程环境,包括shell的命令,vi和gcc编译器。 2、体会进程概念,了解fork,execve,wait等系统调用。 要求: 1、除了系统调用execve,不允许使用其他的exec函数。输入应当允许带多个参数(一行内可以表示),不考虑通配符 (即“*”、“?”、“-”等等)的处理。 2、输入错误命令能提示出错并进入下一轮接收命令状态。 3、可以用Ctrl-C和Ctrl-\结束简单shell的运行。
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:48394
    • 提供者:苏茗伊
搜珍网 www.dssz.com