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

搜索资源列表

  1. 排序算法、字典和B-树的C++语言实现

    0下载:
  2. 排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert sort shl.c sort: shell sort has.c dictionary: hash tables bin.c dictionary: binary tree rbt.c dictionary: red-black trees skl.c dic
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:24943
    • 提供者:罗鹏魁
  1. armok0194350

    0下载:
  2. ... ... \\Bmp_G4 ... ... \\D12 Def.H ..................\\...\\D12Int.c ..................\\...\\D12OP.C ..................\\...\\usbdesc.h ..................\\D12 ..................\\FS44B0II_Test.mcp ..................\\FS44B0I
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:234043
    • 提供者:武钢
  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
    • 文件大小:7136
    • 提供者: 狄中泉
  1. mySVM-latest-bin

    0下载:
  2. 基于SVM,分本分类,,是关于两类分类的比较好的工具,国外网站提供,效果很好的-based SVM, the sub-classification is on the classification of the two types of relatively good tool, overseas sites provide good results, the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:136250
    • 提供者:郑树剑
  1. any2yuv-bin-1_0

    0下载:
  2. Corona is a convenient, high-level image loading and saving API. It lets you add support for loading and saving images in your application very easily. -Corona is a convenient, high-level image loading and saving API. It let s you add suppor
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:158674
    • 提供者:louisa
  1. jBNC_bin_v.1.2.2

    0下载:
  2. bayes network classifier toolbox 贝叶斯网络分类器工具箱的bin文件-bayes network toolbox Bayesian classifier network classifier Toolbox for the paper bin
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:514513
    • 提供者:李苗
  1. jbnc--weka

    0下载:
  2. jnbc与weka的接口,包含src和bin文件-jnbc weka and the interface, and contains src paper bin
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:395066
    • 提供者:李苗
  1. JavaBayes_bin_v.0.346.2

    0下载:
  2. java bayes的bin文件,enjoy it!-java bayes the paper bin, enjoy it!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:504530
    • 提供者:李苗
  1. deepsea_src

    0下载:
  2. 屏幕保护程序:利用Visual C++编写的一个屏幕保护程序。运行完毕后,将文件夹bin中的 深海生物.scr复制到C盘中的 WINDOW文件夹目录下,就可以通过在桌面上电击右键,选择属性进行设置屏幕保护了。-Screen Savers : Visual C prepared in a screen saver. After the operation, bin file folder of deep-sea biota. scr copied to the C plate WINDOW fol
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:55261
    • 提供者:幽灵
  1. dec-bin-hex

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

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

    0下载:
  2. This a A* pathfinding example to illustrate how to implement a A* pathfinding algorithm into your program. It s a port from Patrick Lesters example in BlitzBasic to VB.Net. It uses a Binary Heap class I made to sort the score values. -A * pathfinding
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:12639
    • 提供者:tongtong
  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. H.264CODECsoundcode

    0下载:
  2. \\bin 目录下是已编译成功的编解码器程序以及相应说明\\ldecod 目录下是H.264视频解码器程序代码。\\lencod 目录下是H.264视频编码器程序代码。\\rtpdump 目录下是H.264实时传输协议应用的一个简单例子程序。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2233467
    • 提供者:孙凤
  1. NetToolkit

    0下载:
  2. 1、该工具包用于安装Lm和RBF两个神经网络工具包 2、直接运行LmNet.exe或_install.bat即可; 3、完成成功后,请将 bin\\win32 目前加至系统的 path中。 具体为:我的电脑-->属性-->环境变量-->将“bin\\win32”加至path路径中。-1, the tool kits for the installation and Lm 2 RBF neural network tool kits 2, or directly running
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8923293
    • 提供者:李洋
  1. 整数DCT变换 bin DCT zscan

    0下载:
  2. 整数DCT变换
  3. 所属分类:压缩解压

    • 发布日期:2010-12-15
    • 文件大小:2904
    • 提供者:wbh200892268
  1. Surveyor Toolbox v4.2

    1下载:
  2. matlab环境下控制srv-1型机器人的运动与图像返回,解压后放于toolbox下,java文件夹放入matlab的bin中
  3. 所属分类:matlab例程

  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. ypap105-bin-packing-problem

    0下载:
  2. matlab code for bin packed problem
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:17408
    • 提供者:Aziziz
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com