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

搜索资源列表

  1. 7zipDll2

    0下载:
  2. 内存中进行压缩和解压的两个方法: 压缩 int RamEncode(Byte *inBuffer, //输入内存缓冲区指针BYTE*类型 size_t inSize, //输入内存缓冲区的大小 Byte *outBuffer, //输出缓冲区指针BYTE*类型 size_t &outSize, //计算出的输出缓冲区大小 Int32 dictionary //字典的大小 )
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:38.4kb
    • 提供者:王玮
  1. hafuman

    0下载:
  2. 一 . 需求分析: 1) 输入形式和输入值范围: 输入形式是要压缩(或者要解压)的文件路径,输入范围是字符串,而且要是文件的路径。 2) 输出形式: 输出相应的编码压缩文件和解码原文件 3) 程序所能达到的功能: 利用哈夫曼对ASCII文件做不等长编码,达到压缩文件。利用哈夫曼树的遍历,达到解压文件的目的。程序的功能也就是实现压缩和解压ASCII类型文件的目的。 4)测试数据:(包括正确的输入数据及其输出结果和含有错误输入及其输出结果) 测试输
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:254.27kb
    • 提供者:huangfeng
  1. H264coding_and_test.rar

    0下载:
  2. 鉴于网上公布的x264调用较为复杂,使很多新手不适,我特意将其进行了简单的封装,并提供了 lib 和 测试程序,该程序已经通过编译,修改 宽高及文件路径等即可运行,In view of online publication called the x264 is more complicated, does not make a lot of novice, I made it for a simple package, and provides a lib and test procedures
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:212.69kb
    • 提供者:happysweets
  1. SAD

    0下载:
  2. SAD匹配,修改下文件路径即可用,matlab-SAD matching, can be used to modify the path
  3. 所属分类:matlab

    • 发布日期:2016-08-06
    • 文件大小:2.63mb
    • 提供者:feng
  1. quantum

    3下载:
  2. 用于路径规划遗传算法MATLAB源代码,内含多个子文件,测试时运行mypath文件即可.-Genetic Algorithm for Path Planning MATLAB source code that contains multiple sub-documents, tests can be run mypath documents.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:2.89kb
    • 提供者:meng
  1. GAOT

    0下载:
  2. 遗传算法matlab工具 1.工具箱文件拷贝至Matlab文件夹下,具体路径为:C:\program files\MATLAB\R2009a\toolbox。 2.工具箱路径加入Matlab文件路径之中。 流程为:File-->Set Path-->Add Folder。即,将C:\program files\MATLAB\R2009a\toolbox\文件夹加入该路径系统中。 3 重新启动Matlab,运行即可。 4 一般情况下,会出现如下情况。 安装遗传工
  3. 所属分类:matlab

    • 发布日期:2016-01-26
    • 文件大小:102kb
    • 提供者:wirser
  1. MK

    1下载:
  2. 气象上常用的检验突变的一个程序,也叫做MK算法 值需要添加文件路径,可直接运行-Weather on the commonly used mutation testing a procedure, also known as MK algorithm will need to add the file path value can be directly run
  3. 所属分类:Algorithm

    • 发布日期:2014-08-17
    • 文件大小:1.78kb
    • 提供者:monica
  1. success1

    2下载:
  2. 用于路径规划遗传算法MATLAB源代码,内含多个子文件,测试时运行mypath文件即可.-Genetic Algorithm for Path Planning MATLAB source code that contains multiple sub-documents, tests can be run mypath documents.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2013-08-30
    • 文件大小:2.18kb
    • 提供者:meng
  1. DataStructureUtil

    0下载:
  2. 该压缩文件夹内有诸多常用算法和数据结构的c++模板编程实现,可作为您程序开发的辅助工具。具体有栈、队列、优先队列、字典、二叉树、图(包括节点的遍历,连通性判断,3种经典最短路径算法的实现等)。-The compressed folder, there are many commonly used algorithms and data structures c++ Template programming, can be used as your development tool. Specif
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:12.54kb
    • 提供者:张杨
  1. extraction_time_series

    1下载:
  2. 时间序列的NPP与气温降水的相关分析,可以更改文件路径,做其他因子之间的相关分析-NPP time series correlation analysis of precipitation and temperature, you can change the file path, making the correlation between the analysis of other factors
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:1.03kb
    • 提供者:
  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
    • 文件大小:1.46mb
    • 提供者:天天
  1. shortestpath

    0下载:
  2. 最短路径算法,内含5个m文件首先在m脚本文件canshuo.m中输入节点个数和路径权重-The shortest path algorithm, containing 5 m file first in the m scr ipt file canshuo.m in the number of input nodes and path weights
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3.11kb
    • 提供者:Taro Yu
  1. RARUNRAR

    0下载:
  2. 实现对文件夹的打包压缩,解压,可以由自己选择文件路径。代码详细。-Implementation of the package folder compression, decompression, you can choose from the file path. Code in detail.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-10
    • 文件大小:2.13mb
    • 提供者:殷鹏
  1. yiqunsuanfa

    0下载:
  2. 该文件是蚁群算法程序,能更有效地解决路径问题,希望可以给广大朋友起到一定的作用。-The program file is the ant colony algorithm can more effectively address the routing problem, hope to play a role in the general friend.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:2.28kb
    • 提供者:xiaohua
  1. A

    1下载:
  2. 本文件为C语言编写,A星寻路算法,自动寻找最优路径-This document is written in C, A Star pathfinding algorithm, automatically find the optimal path. .
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2.36kb
    • 提供者:wxk
  1. hfm

    0下载:
  2. 输入文件路径即可对中英文文本进行压缩和解压缩,简单明了。
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:337.45kb
    • 提供者:wEight
  1. untitled

    0下载:
  2. 该M文件对基于遗传算法的路径规划进行了编程实现-trace plan
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:802byte
    • 提供者:黄宁
  1. estimation

    0下载:
  2. 用最小均方误差方法进行观测量估计的matlab程序。使用需要提供源数据文件,修改相应的文件路径。-Matlab program estimated by observations with the minimum mean square error method. Use need to provide source data file, modify the appropriate file path.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1012byte
    • 提供者:赵姣姣
  1. 最优路径

    0下载:
  2. 这是一个有关于最优路径的示范代码的压缩文件(This is a compression file on the demonstration code of the best path)
  3. 所属分类:人工智能/神经网络/深度学习

  1. 最短路径

    2下载:
  2. 最短路径的典型算法——Dijkstra、Floyd。使用C++语言,对算法使用类模板,可方便开发者直接调用。文件中包含了图的ADT(The shortest path of the typical algorithm - Dijkstra, Floyd. Use C + + language, the use of class template algorithm can be convenient for developers to call directly. The document co
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-09
    • 文件大小:23kb
    • 提供者:启明jun
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com