CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 命令行

搜索资源列表

  1. trav-dir.c

    0下载:
  2. 本文件可以在linux,UNIX 或者 Cygwin 下面编译执行, gcc -o filename.c 即可。 主要的功能是遍历目录,根据命令行参数可以实现文件拷贝文件查看等功能。 可以列出比某一时间更新的文件,并拷贝到另外一个目录中,并且保持目录结构不变化。 也可以只列目录名称,或者只列某系扩展名的文件名。可以打印文件信息。 如果用户经常需要备份一个目录下面的所有新文件,则此工具非常有效。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:7167
    • 提供者:车诗
  1. 13818_5_for_vc

    1下载:
  2. 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的ma
  3. 所属分类:DVD

    • 发布日期:2008-10-13
    • 文件大小:100002
    • 提供者:陈水德
  1. 02ProcessList

    0下载:
  2. 命令行的进程管理,对付“熊猫烧香”之类必备 命令参数: -? 帮助 -L 进程列表 -T 结束进程 -Q 退出程序-command line management of the process to deal with "Panda burn incense," which is essential order parameters :-? Help-L process list-ended process of T-Q exit
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1353
    • 提供者:cpq37
  1. XGetopt_demo

    0下载:
  2. XGetopt Windows下的Getopt兼容函数 解决了LINUX下程序向WINDOWS命令行程序部分移植问题-XGetopt the Getopt Windows compatibility function to solve the Linux way Preface to the Windows command line procedures of Transplantation
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:40029
    • 提供者:sasdasd
  1. RegisterOPCsvr

    0下载:
  2. 使用命令行注册OPC 服务器的实现方法(zhan826@hotmail.com)-use line login OPC server method (zhan826@hotmail.c om)
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:33188
    • 提供者:zgj
  1. Screen_detect

    0下载:
  2. WIN32 纯API写的屏幕保护程序,支持预览、密码、命令行-pure Win32 API written procedures for the protection of the screen, preview support, passwords, command-line
  3. 所属分类:屏幕保护

    • 发布日期:2008-10-13
    • 文件大小:1424873
    • 提供者:wn
  1. javagamestudy3

    0下载:
  2. java游戏编程导学系列三 使用说明 一个网络俄罗斯方块的游戏,玩家可以在网络的任何地方互相对战。 注意:运行这个应用程序,需要安装JRE(Java Runtime environment,java运行 环境) 本章的资源文件包括: play.bat 读者可以直接运行这个批处理文件来运行“网络俄罗斯方块”(请 注意在同一目录下是否存在matrix.jar文件) matrix.jar 打包的“网络俄罗斯方块”游戏,它把所有网络
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:228112
    • 提供者:andy
  1. WWButton2006

    1下载:
  2. AutoCAD2006命令行转按钮源代码-AutoCAD2006 command line switch button source code
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:46938
    • 提供者:apollone
  1. 2003011514-TSP

    0下载:
  2. 旅行商问题问题的二叉树求解方法,基于命令行参数的,-Traveling Salesman Problem Solving the problem of binary tree method, based on the command line parameters,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1157358
    • 提供者:李灵坡
  1. 28104055398

    1下载:
  2. shell 程序要求实现的shell支持以下内部命令: 1. Batch Processing 如果shell启动带有一个文件名作为参数,打开该文件并执行文件里所有命令。待所有进程全部结束退出shell。 2. Debugging 提供-v选项,shell启动时打开此选项将在运行过程中输出若干调试信息。在该模式下,shell应该显示所有被创建了的进程的PID号,通报已结束的子进程和传递给子进程的参数等。 3. Prompt (命令行提示符) 解释器打印$PS2作为提示符。 4.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:14591
    • 提供者:drufy
  1. MSDEV_Cmd_Line

    0下载:
  2. 如何用命令行编译创建VC程序的例子程序记源代码-how to use a command line compiler VC procedures established procedures in mind the example source code
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2557
    • 提供者:stephen
  1. hough_vc

    0下载:
  2. 边沿检测与提取,轮廓跟踪 命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-edge detection and extraction. Contour Tracking command line compiler process following vcvars32 rc bmp.rc cl edge.c bmp .
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:31998
    • 提供者:凌宇
  1. editabc

    0下载:
  2. 在模拟dos下的文本操作程序,可完成编辑,插入,删除,拷贝等功能,采用命令行型式。-simulation dos in the text under the operational procedures, to be completed editing, insert, delete, copy, etc., using command line type.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:8878
    • 提供者:anquan
  1. biothythm

    0下载:
  2. 使用C++在命令行下实现的人体生物节律查询工具。-use the command line to achieve the human biological rhythm query tool.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11536
    • 提供者:林健
  1. JTAG2Flash

    0下载:
  2. 采用Wiggle电缆通过JTAG口在线烧写FLASH 1,在axd命令行中使用ob anorom.ini 2,按照提示烧写, load_addr = 0x0 -using cables through JTAG FLASH mouth burning an online, axd the command line using the ob anorom.ini 2, according to the prompt of burning, load_addr = 0x0
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:53250
    • 提供者:free
  1. Xfilterfanghuo

    0下载:
  2. Xfilter 个人防火墙源码 Xfilter 的安装方法如下: 1. 在命令行模式下切换到源代码的 Release 目录。 2. 执行 Xfilter -install 命令,程序会要求注册,输入信息后确定即可。 3. 在Win98下需要重新启动计算机,2000下不需要。 4. 运行 Xfilter.exe,便可正常使用。 5. 卸载时需要在命令行执行 Xfilter -remove-Xfilter personal firewall source Xfilte
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:229955
    • 提供者:刘武器
  1. wangluoruqinjiancexitong

    0下载:
  2. 这是一个用C编写网络入侵检测系统,通过命令行启动程序,通过不同参数调用相应的功能!-This is a C preparation network intrusion detection system, through command line commencement of the proceedings, through different parameters with the corresponding function!
  3. 所属分类:防火墙与安全工具

    • 发布日期:2008-10-13
    • 文件大小:3647789
    • 提供者:孟雨
  1. zongheCAD

    0下载:
  2. C语言实现的综合CAD系统。希望给大家有所帮助。 使用说明: 本程序的调试环境为TC2.0或者TC3.0。运行这个程序需要TC提供的几个头文件。建议修改“options”菜单中的“include”目录项指向TC安装目录下的include目录);或者把源程序拷贝到tc目录下运行。 而本章例子中,因为MICROCAD.C内嵌汇编代码,读者要在命令行下输入tcc -B D:\\TC\\source\\MICROCAD\\MICROCAD.C,来编译MICROCAD.C。 注
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:56238
    • 提供者:王超
  1. WinceCmdTemp

    0下载:
  2. wince 下的命令行命令包含copy del dir 等dos命令-wince under orders from the command line includes copy dos del dir such orders
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:16171
    • 提供者:zhaoliwan
  1. jinzita

    0下载:
  2. 用数字(整数)在命令行界面显示金字塔形状(华为技术面试题)。-figures (rounded) on the command line interface shows pyramid shape (Huawei Technologies face questions).
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:6402
    • 提供者:hlj_chancy
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com