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

搜索资源列表

  1. antcolonyalgorithm

    0下载:
  2. 蚁群算法的模拟实现 安装JDK,配置环境变量,导入项目,一般情况下直接保存、运行ant.UI即可启动程序。如果不能运行,将文件夹下的swt.jar加入构建路径,然后在运行中的JVM参数中加入-Djava.library.path="dll所在目录的绝对路径"即可。 也可以在命令行下直接运行该程序,假设文件夹放在D盘跟目录。则在cmd下切换到文件夹下,运行如下命令即可启动程序。-Simulation and Realization of ant colony algorithm
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-10
    • 文件大小:1529947
    • 提供者:天天
  1. MP3toPCM

    1下载:
  2. MP3解压为PCM,运行成功的截图也包括在上传文件中,程序编译运行成功后用命令行进行解码就可以得到MP3文件解码后的PCM文件!-MP3 decompression for the PCM, running a successful screenshot also included in the upload, the program compiled with the command line to run after the success of decoding MP3 files can
  3. 所属分类:mpeg mp3

    • 发布日期:2017-04-01
    • 文件大小:396266
    • 提供者:刘勇
  1. Classificationalgorithm

    0下载:
  2. KNN分类算法,命令行启动,从命令行参数输入文件名-KNN classification algorithm, the command line start, enter the file name from the command line parameter
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:370572
    • 提供者:陈晨
  1. wget-1.12

    0下载:
  2. wget-1.12 功能十分强大的命令行的下载工具。对于我们这些Linux 用户来说,几乎每天都在使用它。-wget-1.12 features a very powerful command-line download tool. For those of us Linux users, almost every day to use it.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-09
    • 文件大小:2538311
    • 提供者:yarx
  1. zdmj

    2下载:
  2. cad生成图斑,命令行输入cx,就可很容易生成封闭区域图斑-create cad tuban asdfsa,sgdf,daffgsdgf
  3. 所属分类:Other systems

    • 发布日期:2014-11-23
    • 文件大小:4446
    • 提供者:薛京洲
  1. cmd

    0下载:
  2. delphi 取刀剑英雄游戏命令行程序,可以取得游戏所在大区和服务器名称-delphi command line to take the sword heroes of the game program, you can get the game where the largest area and the server name
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:9947
    • 提供者:whoami
  1. exren

    0下载:
  2. 命令行批量修改文件名,支持正则表达式,支持通配符-Command-line batch change file names, support for regular expressions, support for wildcards
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:971
    • 提供者:cyy1630
  1. 29782218testinganddebugginginDSPsystem

    0下载:
  2. 一个小型的嵌入式文件系统,好多同学都需要设计的一类,用户界面是命令行界面,并且有几个命令指令,1.创建文件同时输入文件内容。2.输出文件内容。3.删除文件。4.查找文件。5.陈列目录。6.磁盘格式化。7.磁盘整理。8.显示磁盘块分布状态。9.显示磁盘块存储情况。0.退出系统。-A small embedded file system, many students need to design a class, the user interface is a command-line interf
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:777920
    • 提供者:赵箭
  1. Linuxshellcommand

    0下载:
  2.  用户登录时,实际进入了shell,它遵循一定的语法将输入的命令加以解释并传给系统。命令行中输入的第一个字必须是一个命令的名字,第二个字是命令的选项或参数,命令行中的每个字必须由空格或TAB隔开,格式如下:      $ Command Option Arguments -User is logged on, the actual into the shell, it follows a certain syntax of the command input to be interpr
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:3538
    • 提供者:皓月
  1. win-process-stools

    0下载:
  2. 命令行程序,对所有进程进行操作,值得参考学习,编译后,可执行。-Command-line utilities to find, list, and terminate running processes under Windows, similar to the Unix ps and kill commands. Good for command-line folks who don t like to use the Windows Task Manager.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:69486
    • 提供者:kalvin
  1. geotrans

    0下载:
  2. 功能是打开一幅位图,实现几何变换 命令行编译过程如下 vcvars32 rc bmp.rc cl geotrans.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在-Function is to open a bitmap, to achieve geometric transform command-line compiler as follows vcvars32 rc bmp.rc cl
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:889631
    • 提供者:ft5272633
  1. smooth

    0下载:
  2. 功能是实现图象的平滑(去噪声),锐化 命令行编译过程如下 vcvars32 rc bmp.rc cl smooth.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在-Function is to achieve a smooth images (to noise), Sharpen command-line compiler as follows vcvars32 rc bmp.rc cl s
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:23102
    • 提供者:ft5272633
  1. dither

    0下载:
  2. 功能是实现图案化和抖动技术,以及bmp2txt 命令行编译过程如下 vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在-Function is to achieve the patterning and jitter technology, and bmp2txt command-line compiler as follows vcva
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:863767
    • 提供者:ft5272633
  1. colorope

    0下载:
  2. 功能是直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在-Function is histogram correction and color transformation command-line compiler as follows vcvars32 rc bmp.rc cl color
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:29456
    • 提供者:ft5272633
  1. commandline

    0下载:
  2. 在开发程序中,利用commandline进行命令行和GUI界面的交互。-In the development process, using commandline interface to the command line and GUI interaction.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:7753
    • 提供者:zhangting
  1. md5sum

    0下载:
  2. windows下计算文件的MD5值,命令行:md5sum 文件1 文件2 -windows file MD5 for calculating the value of the command line: md5sum file 1 file 2 ...
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:155476
    • 提供者:sevenall
  1. CmdLine

    0下载:
  2. 为Windows程序添加丰富的、类Unix风格的命令行选项,包括--file这样的长格式、-f这样的段格式和在选项后添加而外信息,比如:cmd --file:filename。具体用法看main.c的实例。-For Windows program to add rich, Unix-style command-line options, including- file such a long format,-f this segment format and the option to add
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:3752
    • 提供者:sevenall
  1. ModelSim_SE_guide

    0下载:
  2. Modelsim 图形界面与命令行操作的快速入门讲解-Modelsim graphical user interface and command-line operations to explain the rapid entry
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-07
    • 文件大小:82358
    • 提供者:qinyn
  1. dictionarygenerator

    0下载:
  2. 用批处理命令写的一个生成密码的工具,简单易用,在命令行下执行-Write a batch command with the password generating tools, easy to use, at the command line executed
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1099
    • 提供者:黄赞
  1. javanet

    0下载:
  2. 实现命令行下两台计算机通信聊天的代码 运行前先配置服务-The command line to achieve two computer communications chat code to run before provisioning
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:21621
    • 提供者:clfpc
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com