CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - DOS命令

搜索资源列表

  1. AVDOS

    0下载:
  2. 演示了AVL的删除与插入算法,通过模拟dos命令行实现。-demonstration of the AVL delete and insert algorithm simulation dos command line to achieve.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:19628
    • 提供者:byron
  1. BP-nn

    0下载:
  2. BP神经网络分类器 程序有两种运行状态,一个是学习,另外一个是分类。在学习状态下,在Dos命令符下输入bp learn,便开始学习了,学习的结果放在weight.dat中;在工作状态下,在Dos命令符下输入bp work,便开始识别classfyme.dat中的数据了,识别完成后,结果放在results.dat中。在bp运行的任何一种状态下,都不能手工打开Weight.dat、Sample.dat、classfyme.dat、results.dat中的任何一种。~..~-BP neur
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:80529
    • 提供者:wh
  1. vcc_mex

    0下载:
  2. 一般情况下,我们都是在MATLAB命令行或DOS命令行下编译MEX程序。 所用的命令就是:mex filename.c 这有很多不方便的地方: a. 虽然mex也可以编译C++的mex程序,但是它的主框架仍是C的 a. 当程序有多个模块时,需要多次使用mex命令,操作很麻烦 b. 不能利用VC特有的ClassWizard自动创建和维护类 c. 不能用MFC类库编写应用程序 d. 不能方便地进行类似VC的项目管理 本文详细解说如何在IDE中编译MEX程序
  3. 所属分类:matlab例程

    • 发布日期:2014-01-16
    • 文件大小:11390
    • 提供者:Dean
  1. myZip

    0下载:
  2. 本实例采用输入参数的方式,并且演示了如何使用Checksum类来计算和校验文件的“校验和”。在dos窗口中输入:java myZip test 1.txt 2.txt 这条命令把1.txt和2.txt文件压缩到test.zip文件中
  3. 所属分类:压缩解压

    • 发布日期:2014-01-17
    • 文件大小:1353
    • 提供者:张大宝
  1. count1

    0下载:
  2. C语言命令行编程源代码,需要在DOS环境下看出功能,不过是一个学习老的编程思想的好例子!-command line C programming language source code in DOS environment to see functional, but old is a learning program with the idea of a good example!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9246
    • 提供者:夏辉达
  1. jpegconvert

    0下载:
  2. 编译源文件生成可执行文件TestLibjpeg.exe, 此程序可以转换bmp位图为jpg格式,或解压缩 jpg格式图像为bmp格式。 将需转换的bmp格式图片存到和TestLibjpeg.exe 相同的文件夹下,在DOS界面下使用命令行参数 bmp到jpeg的转换使用:TestLibjpeg.exe j 原图片名.bmp 目标图片名.jpg jpeg到bmp的转换使用:TestLibjpeg.exe b 原图片名.jpg 目标图片名.bmp- AppWizard h
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:323888
    • 提供者:cy
  1. SIC

    0下载:
  2. 1 先注册控件,双击“注册ImgCmp控件.bat”文件,即可看到是否注册成功的提示; 也可以使用命令注册,如在DOS窗口输入“regsvr32.exe ImgCmp.dll”注册。 2 再运行“SIC控件ImgCmp测试软件.exe”,压缩解压图像,测试控件性能。-SIC control ImgCmp test software
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-11
    • 文件大小:2745288
    • 提供者:lili
  1. Dir_Seek

    0下载:
  2. 类似于dos的dir命令的实现源代码 通过编译-The dir command is similar to the realization of dos source code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:33176
    • 提供者:huangxiansheng
  1. command

    0下载:
  2. 这是收集的关于matlab 和dos中的很多命令查询,方便我们使用matlab和dos 系统。-This is a collection of matlab and many dos commands in the query, we use the matlab and easy dos system.
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:11054
    • 提供者:何黄凯
  1. kmeans

    0下载:
  2. 数据挖掘里的经典kmeans算法,已生成exe文件,需要在dos命令里输入参数来运行,不能直接运行cpp文件。详见文件说明。-kmeans algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:24708
    • 提供者:cc
  1. perception

    0下载:
  2. 数据挖掘里的感知器算法,已生成exe文件,需要在dos命令里输入参数来运行,不要直接运行cpp文件。详见文件说明。-perception algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:21796
    • 提供者:cc
  1. dos

    0下载:
  2. 应用dos模式进行数学中的复数的计算,并在dos命令行中用图形的形式显示,内含程序-Application dos mode calculation of complex mathematics, and in the form of dos command line with the graphics display contains procedures
  3. 所属分类:Algorithm

    • 发布日期:2017-11-22
    • 文件大小:20109
    • 提供者:陈大圩
  1. EasyX_2013

    0下载:
  2. 在Microsoft Visual C++ 6.0下编写源程序,然后调试成功后运行,生成可执行档sendtcp.exe。因为该程序是带参数的,所以进入dos,并进入到该可执行文件的目录下后在命令提示行下输入:-new hand
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-25
    • 文件大小:590170
    • 提供者:stanism
  1. rename

    0下载:
  2. matlab示例,教你如何结合matlab及dos命令,批量生成或更改文件夹名称。-matlab example, teaches you how to combine matlab and dos commands, batch production or change the folder name.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:963
    • 提供者:LGxu
搜珍网 www.dssz.com