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

搜索资源列表

  1. RenameFiles

    0下载:
  2. 将txt文件改名后另存,适用于批处理文件改名行为,省去手工工作-txt file will be renamed after the Save applicable to the batch file renaming, eliminating manual work
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:45768
    • 提供者:谭吉明
  1. awk.tar

    0下载:
  2. 著名Awk语言的编译器,里面附带 编译用的批处理文件,只要安装 VC就可以直接双击该文件进行 编译-famous Awk language compiler, compiler fringe inside the batch file, as long as the installation of VC can click on the document compiled
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:85779
    • 提供者:yyf
  1. 97小波变换源程序

    0下载:
  2. 7wave.c是小波变换的源程序程序,97wave.exe是用Lccwin32编译的可执行文件,lena512.raw是测试图像数据,可用potoshop打开,97.bat是可直接执行的批处理文件.希望对小波变换的同仁有所帮助! -7wave.c wavelet transform is the source procedures 97wave.exe is Lccwin32 compiler executable file lena512.raw test image data can b
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:197981
    • 提供者:秋实
  1. batch

    0下载:
  2. 该程序可以根据用户选择的命令来创建批处理文件。程序不错,但却易于上手。-the program user can choose the order to create batch file. Procedures good, but easy to get.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:54239
    • 提供者:苏建新
  1. cleanvcprj

    0下载:
  2. 这是一个清理VC工程文件的程序,和其他类似功能的程序不一样的是它只有一个2k的 批处理。 批处理里面演示了批处理文件的一些技巧。包括文件删除,自安装,导入注册表等实现 方法。 -This is a clear VC project documentation procedures, , and other similar functions of the same procedures that it is only one batch of 2k. Batch insid
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1660
    • 提供者:阳广元
  1. JAVA的计算器

    0下载:
  2. 这个无限位计算器,N!及N的平方了。本来是打算用堆栈去实现的,突然发现了BigDecimal这个好东东~~于是乎~~堆栈在偶的计算器里退休了。。。 这个是在JDK 5.0 Update 3下用 NetBeans 4.1写的,我试过了两个1.4.2版本的,总说找不到MAIN()方法,对NetBeans打的包。。偶有置疑。。。所以拆开来。。。*.calss + 一个批处理+*.java打成了个压缩包传了上来~~ -the infinite spaces calculators, N!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:18453
    • 提供者:炸鱼
  1. tiff2raw

    2下载:
  2. 该程序实现了TIFF图像到raw图像的格式转换,并具有批处理功能,界面采用了BCG开发包,应用于摄影测量软件中对航片格式进行转换,也采用了开源的库libti-realized by the images of the raw TIFF image format conversion, and with batch functions, interface using the BCG development kits, used photogrammetry software to aircraf
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1244950
    • 提供者:陈春华
  1. deletemyself

    0下载:
  2. 通过创建批处理文件的方法,可以实现自我删除文件-through the creation of the batch file, can achieve self-delete files
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:166761
    • 提供者:古董
  1. Oracle_ImpExp_Characterset

    0下载:
  2. 介绍了字符集的三种修改方法:注册表修改、命令行修改、dmp文件修改,并分别对Imp或Exp的三种模式进行了介绍及制作相应的批处理文件(.bat),提供了UE(ultraEdit-32 v11.20b)软件进行dmp文件的修改。-characters introduced three collections of modification method : Registry changes command line changes trigger documents, and they were
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:7139319
    • 提供者:杨春生
  1. fileSplit

    0下载:
  2. 文件切割器,包括delphi源代码,可自动生成合并用的批处理,在没有软件的情况下也能自动合并。-paper cutter, including Delphi source code can be automatically generated using the batch merger, in the absence of the software can be automatically merged.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:271257
    • 提供者:强娃
  1. 200638131544

    0下载:
  2. 人工操作:无os,资源独占,利用率低,效率低; 批处理(弹道和多道):磁盘。作业周转长,无交互能力; -manual :-os, resources monopolies, low utilization, inefficient; Batch (ballistic and multi-channel) : disk. Operating working long, without interaction;
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:169279
    • 提供者:朱振清
  1. bat

    0下载:
  2. 批处理文件有时很有用 扩展名是bat(在nt/2000/xp/2003下也可以是cmd)的文件就是批处理文件。 首先批处理文件是一个文本文件,这个文件的每一行都是一条DOS命令(大部分时候就好象我们在DOS提示符下执行的命令行一样),你可以使用DOS下的Edit或者Windows的记事本(notepad)等任何文本文件编辑工具创建和修改批处理文件。 其次,批处理文件是一种简单的程序,可以通过条件语句(if)和流程控制语句(goto)来控制命令运行的流程,在批处理中也可以使用
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:9892
    • 提供者:grant
  1. TDECFG

    0下载:
  2. 功能强大的编辑系统,适合批处理文件,文本文件等-powerful editing system for batch files, text files, etc.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6891
    • 提供者:guoxue
  1. pclsy1

    0下载:
  2. 1) 事务处理与批处理的关系。 2) 如何把一个事务处理封闭在单个的批处理中。 3) 用条件判断结构来实现。 -a) transaction processing and batch relations. 2) how a business closed in a single batch of China. 3) a conditional structures.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2732
    • 提供者:老邓
  1. fogtest

    0下载:
  2. 一个应用程序批处理,有fogtest.bat、samples、fogtest-readme.txt等文件-a batch applications, fogtest.bat, samples, fogtest - readme.txt etc.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:16376
    • 提供者:郭聆听
  1. picking

    0下载:
  2. 包含一个pickingDemo程序,一个pickingdemo.bat批处理,一个pickingDemo readme.txt说明文档-contains a pickingDemo procedures, a pickingdemo.bat batch, a readme.txt documentation pickingDemo
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:130514
    • 提供者:郭聆听
  1. clean

    0下载:
  2. 帮助你清理你的磁盘,批处理文件,很简单但是很实用-help you clean up your disk, batch file, which is very simple but very practical
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3705894
    • 提供者:peter
  1. mianban

    0下载:
  2. 自制控制面板程序(包含iso图标,源码,批处理)-homemade control panel (includes iso icon, the source, the batch)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:39651
    • 提供者:钱晨
  1. Batch24To256

    0下载:
  2. 批处理: 将24位真彩色图片(Bmp格式)转化成256色灰度图-batch : 24 color photos (PDF format) into a 256-color grayscale
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:103085
    • 提供者:死鱼
  1. 清理vc工程垃圾文件

    1下载:
  2. 这个是vc开发中清除临时文件的一个批处理工具,很方便-vc development is the removal of a temporary batch tools, convenient
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:841
    • 提供者:kubo
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com