CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 重定向

搜索资源列表

  1. debug

    0下载:
  2. Linux 终端显示的缓冲是有限的(默认的显示几百行),所以如果我们程序printf行数较多,或者程序运行时间较长,难免有一些记录被冲掉,进而影响查看bug。特别是对随机的、少重现错错误,想通过屏幕上printf出来的数据调试,就难免困难一些,当然我们也可以使用重定向实现 程序>log.txt 但是这种方式,打印到文件上便不能显示到屏幕上了,所以有一定的局限性。 于是写了一个程序用意实现。 改程序有以下几个文件 Debug.c Debug.h
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:5587
    • 提供者:璐盟其
  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. myshell.c.tar

    0下载:
  2. 简单的shell功能实现,并且可以在命令行重定向。-A simple shell function realization and can be redirected at the command line.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:618
    • 提供者:赵晨曦
  1. myshell

    0下载:
  2. 自己动手写的shell,实现管道,重定向,前后台,多条命令,但格式必须如 ls ps touch new.c,符号前必须有空格-Yourself to write shell, implementation pipeline, redirection, after Taiwan, a number of commands, but the format must be such as ls ps touch new.c, symbols have a space before
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2859
    • 提供者:wu yun
  1. SerialRemap2.0

    0下载:
  2. 串口重定向(15天试用 如COM9变COM1)-Serial port redirection (15-day trial as COM9 change COM1)
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:384763
    • 提供者:李海全
  1. YasVPS

    1下载:
  2. 文件型SANDBOX 支持文件重定向 任何代码的问题可以到我博客留言 1 Sysnap 2009.11 完成第一版本-File type support file redirection SANDBOX
  3. 所属分类:Windows编程

    • 发布日期:2013-10-21
    • 文件大小:88264
    • 提供者:tango51
  1. shell

    0下载:
  2. 在Linux中实现shell命中的管道功能和重定向功能-Linux shell hit in the pipeline to achieve functionality and redirection
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1116
    • 提供者:diyangsi
  1. simShell

    0下载:
  2. 一个简单的shell,有管道,重定向等功能都已经实现-a simple shell,it has implemented pipe and redirection.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:2027
    • 提供者:jane
  1. minix-shell

    1下载:
  2. 教学作业完成的,在minix系统下可以编译执行的shell程序。可完成重定向和管道的输入输出。-Teaching job is completed, the system may be compiled in the minix shell procedure executed. Complete input and output redirection and pipes.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:2479
    • 提供者:
  1. myshell3

    0下载:
  2. 实验要求:在Myshell系列实验之二的基础上,增加下列功能: 1根据接收控制台命令,如包含’>’符号,则进行输出重定向到文件,如: ls /home/mydir > mylist.txt 2根据接收控制台命令,如包含’<’符号,则进行输入重定向到文件,如: sort < mylist.txt 3根据接收控制台命令,如包含’>’和’>’符号,则进行输入输出重定 -Experimental requirements: The second
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:4959
    • 提供者:雯悦
  1. B2C

    0下载:
  2. 域名重定向。301转向,增加域名的权重,这样有利于搜索引擎优化-301
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:403840
    • 提供者:fjnu
  1. user_shell

    0下载:
  2. Linux环境下实现一个能执行部分内部和外部命令、支持I/O重定向、管道和前后台作业及控制的简单的Shell命令解释器,采用C语言开发,内附完整源码和详细开发文档。-A shell Interpreter under Linux.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:287705
    • 提供者:Ye Yue
  1. windowssocket

    0下载:
  2. 本书专门讨论Windows网络编程技术,覆盖Windows 95/98/NT 4/2000/CE平台。内容包括NetBIOS和Windows重定向器方法、Winsock方法、客户端远程访问服务器方法。本书论述深入浅出、用大量实例详解了微软网络API函数的应用。配套光盘包含了所有实例代码,方便读者使用。本书适合中、高级程序设计人员以及网络设计与管理人员参考。(源码及电子书)-Book devoted to the Windows network programming, covering Wind
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-09
    • 文件大小:16593526
    • 提供者:zhangzl
  1. zylappcom113

    0下载:
  2. "命名管道"或"命名管线"(Named Pipes)是一种简单的进程间通信(I P C)机制,   Microsoft Windows NT,Windows 2000,Windows 95以及Windows 98均提供了对它的支持   (但不包括Windows CE).命名管道可在同一台计算机的不同进程之间,或在跨越一个网络的   不同计算机的不同进程之间,支持可靠的,单向或双向的数据通信.用命名管道来设计应用   程序实际非常简单,并不需要事先深入掌握基层网络传送协议(如T C P / I P
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:451567
    • 提供者:fyhe
  1. windows_net_program

    0下载:
  2. 本书专门讨论Windows网络编程技术,覆盖Windows 95/98/NT 4/2000/CE平台。内容包括NetBIOS和Windows重定向器方法、Winsock方法、客户端远程访问服务器方法。本书论述深入浅出、用大量实例详解了微软网络API函数的应用。配套光盘包含了所有实例代码,方便读者使用。本书适合中、高级程序设计人员以及网络设计与管理人员参考。 -Book devoted to the Windows network programming, covering Windows
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-26
    • 文件大小:9684771
    • 提供者:张路
  1. Delphiwebgo

    0下载:
  2. Delphi网页打开重定向实例源代码-Redirect page to open an instance of Delphi source code
  3. 所属分类:Browser Client

    • 发布日期:2017-04-03
    • 文件大小:186008
    • 提供者:vilysoft
  1. JimdoPatch

    0下载:
  2. 原来写一个给www.jimdo.com网站的虚拟设置重定向后,无法再手工改回来的问题,做的一个自动修复工作,有一定技术含量,请不要用于非法用途。-The original site was a virtual set to www.jimdo.com redirected, can not manually change back to the question, do an automatic restoration, there are certain technical content,
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-08
    • 文件大小:5498
    • 提供者:crystalxp
  1. myshell

    3下载:
  2. 《操作系统—精髓与设计原理》一书中myshell编程项目,代码写得很清晰,纠错能力很强大,实现了基本的内部命令:cd、dir、help、echo、environ等,以及实现文件重定向、后台处理等功能。附有实验报告。-" Operating system- the essence and principles of design" , a book myshell programming projects, the code is written very clear, very
  3. 所属分类:OS Develop

    • 发布日期:2015-08-07
    • 文件大小:285696
    • 提供者:david
  1. arping-2.09.tar

    0下载:
  2. 提供ARP欺骗、重定向、DOS攻击等功能-Provide ARP spoofing, redirection, DOS attacks etc.
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-04-06
    • 文件大小:132797
    • 提供者:tom
  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
    • 文件大小:1862
    • 提供者:qiren
« 1 2 3 4 5 6 7 89 10 11 12 13 14 15 »
搜珍网 www.dssz.com