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

搜索资源列表

  1. linkedmatrix

    1下载:
  2. 一种基于二维链表的稀疏矩阵模半板类设计 A template Class of sparse matrix. Key technology: bin,2-m linked matrix. constructors: 1.normal constuctor 2.copy constuctor. 3.assignment constructor. Basic operator: 1. addition(sub) of two matrix 2. inverse of a ma
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.97kb
    • 提供者: 狄中泉
  1. dongtaiguihua

    0下载:
  2. 设平面上有一个m´ n的网格,将左下角的网格点标记为(0,0)而右上角的网格点标记为(m,n)。某人想从(0,0)出发沿网格线行进到达(m,n),但是在网格点(i,j)处他只能向上行进或者向右行进,向上行进的代价为aij(amj =+¥ ),向右行进的代价是bij(bin =+¥ )。试设计一个动态规划算法,在这个网格中为该旅行者寻找一条代价最小的旅行路线。用高级程序设计语言编写程序求解动态规划模型。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:915byte
    • 提供者:陆嘉鸣
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:10.5mb
    • 提供者:gtcewli3
  1. ZRE5

    0下载:
  2. The calculation of one segment kepstra Resco Consider a signal vm0.bin - raw data without the head? ky, fs = 16000 Hz, for on? reading to use the MATLAB loadbin.m
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:657.75kb
    • 提供者:Luke
  1. Radix-Sort

    0下载:
  2. 基数排序(radix sort)则是属于“分配式排序”(distribution sort),基数排序法又称“桶子法”(bucket sort)或bin sort,顾名思义,它是透过键值的部份资讯,将要排序的元素分配至某些“桶”中,藉以达到排序的作用,基数排序法是属于稳定性的排序,其时间复杂度为O (nlog(r)m),其中r为所采取的基数,而m为堆数,在某些时候,基数排序法的效率高于其它的比较性排序法。 -Radix sort (radix sort) is a " distrib
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:917byte
    • 提供者:mfeng
  1. FLch7FNNeg3

    0下载:
  2. 第七章的模糊神经网络解耦MATLAB程序 例7.3 用隶属函数型神经网与模糊控制融合的解耦程序(FLch7FNNeg3.m) 是侯媛彬和汪梅的系统辨识课本上第七章的的实验。 -Chapter VII of the fuzzy neural network decoupling Example 7.3 with the MATLAB program membership function neural network and fuzzy control integration of t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3.31kb
    • 提供者:张与
  1. distributionPlot

    0下载:
  2. The zip-file contains the following files for visualizing distributions: - distributionPlot.m: main function that allows creating violin plots - histogram.m: generate histograms with ideal bin width given the number of data points and the spread
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:19.53kb
    • 提供者:Karthi
  1. Bin-Packing

    0下载:
  2. sur le probleme de bin- packing, qu il s ag^t de charger n objets, dans m bins de m^eme capacite c . L objectif c est de minimze le nombre des bins a utiliser.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:86.16kb
    • 提供者:as ab
  1. bpff

    0下载:
  2. sur le probleme de bin- packing FF, qu il s ag^t de charger n objets, dans m bins de m^eme capacite c . L objectif c est de minimze le nombre des bins a utiliser.strategie first fit
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:1017byte
    • 提供者:as ab
  1. main

    0下载:
  2. sur le probleme de bin- packing, qu il s ag^t de charger n objets, dans m bins de m^eme capacite c . L objectif c est de minimze le nombre des bins a utiliser.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1.46kb
    • 提供者:as ab
  1. Kalman-filter-algorithm-MATLAB

    0下载:
  2. m代码在m_files目录中,主函数为fildis 执行独立exe时,需..\bin\win32下的dll支持.可以在autoexec.bat中加入此目录, 也可将dll文件拷出放入同一目录下,对于独立exe若要从mat文件初始化,mat文件目录全名需无中文字符。 可以作为设计各种kalman滤波器的开发导航,参数可以自己设置。-m code m_files directory , the main function for fildis , The need to perfor
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:238.69kb
    • 提供者:暮林
  1. GPSreceiver-matlab--code

    0下载:
  2. matlab下完整的gps软件单通道接收机程序,从捕获跟踪到位置解算。运行需中频数据文件太大无法上传,在gps类网站上提供下载。postprocessing.m为主程序。 对部分评论的解释: 1. 运行主程序前用init.m进行变量参数设置,生成后面运行的结构体 2. 程序出错,是由于缺少数据文件。 3. 从网上下载的GPS中频数据文件,由于格式不同,程序是需要调试的。这里用的是.bin格式的。 剩下事的没有什么需要更改的了,好运。我是运行调试通
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:76.58kb
    • 提供者:teng
  1. Calculate

    0下载:
  2. 简易四则运算计算器,使用时需将.m和.fig文件放到matlab工作目录下(本人使用的是R2013,放到bin文件夹即可,其他版本放到对应文件夹,有的是work文件夹),然后在命令窗口输入.m文件的文件名,即可显示一个简易计算器界面。有0-9九个数字供点击输入数,有重置和正负号按钮,界面简洁,功能耐用-Simple arithmetic calculator should be used with the. M and. Fig file into matlab working director
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6.94kb
    • 提供者:xp
  1. jisuanqi_v2

    0下载:
  2. 功能较全面的计算器,除了简单的四则运算之外,还增加了三角函数、幂函数和对数函数,另外还增加了shift功能键,可以用来计算反三角函数。使用方法:使用前将.m和.fig文件放到matlab工作目录下(本人R2013放到bin文件夹下)-More comprehensive calculator function, in addition to simple arithmetic, but also increased the trigonometric, exponential function
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:10.68kb
    • 提供者:xp
  1. imhistc.c

    1下载:
  2. /* * imhistc.c * * Y = IMHISTC( A, N, ISSCALED, TOP ) makes an N bin histogram of * the image matrix A. This function is written as an auxiliary to * the M-file IMHIST.M. * * This is a MEX file for MATLAB. * */
  3. 所属分类:matlab例程

  1. ReadBinFileNet

    1下载:
  2. 用于读取雷达回波原始信号bin文件距离-多普勒谱/频谱的.m程序(.m program for reading bin files of radar original signal)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-24
    • 文件大小:2kb
    • 提供者:屁叔
搜珍网 www.dssz.com