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

搜索资源列表

  1. dec-bin-hex

    0下载:
  2. 用visual basic写的进制转换代码-used to write visual basic code base for the conversion
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5760
    • 提供者:小刀
  1. CodecWizard

    0下载:
  2. 多种编解码的小程序,支持bin<->hex,bin<->c array,url和utf7即base64-various codecs of small programs to support binlt; - Gt; Hex, binlt; - Gt; C array, url and utf7 that base64
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:34701
    • 提供者:DoItFreely
  1. dongtaiguihua

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

    • 发布日期:2008-10-13
    • 文件大小:915
    • 提供者:陆嘉鸣
  1. MPTK-Windows-bin-0-5-4-beta

    0下载:
  2. 基于c语言实现了当前比较先进的算法-MP算法(匹配追踪)。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:17288058
    • 提供者:刘小龙
  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
    • 文件大小:11008084
    • 提供者:gtcewli3
  1. BCD2BIN8.rar

    0下载:
  2. BCD转BIN算法,BCD码转二进制数据。,BCD to BIN algorithm, BCD code to binary data.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:530
    • 提供者:zjh
  1. 4block

    0下载:
  2. 2D single bin packing 问题的4Block算法-4-Block Algorithm for 2D single bin packing Problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1512
    • 提供者:renjd
  1. Bin

    0下载:
  2. 牛顿迭代法求非线性方程的根 非常好用;-Newton iterative method for roots of nonlinear equations very easy to use
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:127500
    • 提供者:侯源君
  1. GaBin

    0下载:
  2. 遗传算法解决复杂背包问题,用Java编写。 该背包拥有3个属性,500个东西,50个包。 求解包与包之间物品重量差最小,并且同一个背包的物品属性有特殊要求。 该程序容易修改。-Genetic Algorithm on Bin Packing Proglem. 500 items, 3 parameters of each item. 50 containers, target: All 50 containers has the smallest weight differe
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:160511
    • 提供者:mark
  1. 21276

    0下载:
  2. bin packing problem vb and c# codes exists
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:69220
    • 提供者:cihan
  1. emd

    0下载:
  2. EMD(Earth Mover s Distance) Earth Mover s Distance(EMD)是由Rubner等人所提出用於影像搜 寻之上,当特徵间(bin与bin)的距 可以使用ground distance求得时, 用 Earth Mover s Distance做相似 计算可以得到较好的结果. -EMD (Earth Mover' s Distance) Earth Mover' s Distance (EMD) is proposed b
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:6480
    • 提供者:张崇超
  1. dec-to-bin

    0下载:
  2. 通过LABVIE,实现十进制到二进制的转换,并通过前面板上的指示灯显示出来-By LABVIE, to achieve the decimal to binary conversion, and display them by LED through the front panel.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:11152
    • 提供者:J
  1. mgjyxl

    0下载:
  2. 第一个把专家青睐的数学模型技术(NNM 算法模型)引入词汇记忆软件中,并取得了巨大的成功。NNM 算法模型与经典的“艾滨豪斯遗忘曲线”真正的融合于一体,使得该著名的理论在计算机与数学模型下第一次得到了淋漓尽致的发挥。-First a mathematical model of the popular technology expert (NNM algorithm model) the introduction of vocabulary learning software, and has a
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:35271
    • 提供者:boobsoft
  1. Bucket_Sort

    0下载:
  2. Bucket sort, or bin sort, is a sorting algorithm that works by partitioning an array into a number of buckets. Each bucket is then sorted individually, either using a different sorting algorithm, or by recursively applying the bucket sorting algorith
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:11654
    • 提供者:Sergiu911
  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
    • 文件大小:88226
    • 提供者:as ab
  1. ZTT1

    0下载:
  2. 打开PTX和BIN点云数据,及相互间的转换-open ptx and bin,change to each other
  3. 所属分类:Algorithm

    • 发布日期:2017-05-17
    • 文件大小:4655145
    • 提供者:destiny
  1. bin

    0下载:
  2. 计算方法程序课程中追赶法实现的,去求解三对角的线性方程组。-To catch up with France, the course of calculation procedures to solve the tridiagonal linear equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1436
    • 提供者:yang tian
  1. bin-to-dec

    0下载:
  2. Its about how to convert binary to decimal using Visual Basic
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1215
    • 提供者:thongthong
  1. binpacking-1.0

    0下载:
  2. 装箱算法,用于研究,经典的NF、FF等算法都给出了较详细的实现-For the study, the classical bin packing algorithm, NF, FF and other algorithms are presented in detail
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:192429
    • 提供者:罗费
  1. Delphi-Bin-Packing

    0下载:
  2. Delphi Bin packing Source
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:183142
    • 提供者:ecoder
« 12 »
搜珍网 www.dssz.com