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

搜索资源列表

  1. MD5KeyGen_v10.zip

    0下载:
  2. This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C++ derivative of the original C implementation of Professor Rivets. The library code itself is pla
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:126.26kb
    • 提供者:
  1. DelphiZLib.123

    1下载:
  2. The zlibex.pas unit included in this archive will work with delphi 5, 6,and 7. if you previously downloaded my delphi 5 unit, you will notice that the unit has been renamed. this was done because borland included in its delphi 6 and 7 lib directories
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:187.24kb
    • 提供者:江焱风
  1. matlab_jpeg

    0下载:
  2. the attached utility is a work I ve submitted to the university It shows what a jpeg compression is all about.-the attached utility is a work I ve submitte d to the university It shows what a jpeg compress ion is all about.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:84.09kb
    • 提供者:黄博强
  1. FuzzyLib450

    0下载:
  2. 人工智能中模糊逻辑算法 FuzzyLib 2.0 is a comprehensive C++ Fuzzy Logic library for constructing fuzzy logic systems with multi-controller support. It supports all commonly used shape functions and hedges, with full support for the various types of Aggreg
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:306.82kb
    • 提供者:周荷
  1. bcm

    0下载:
  2. The Bayesian Committee Machine (BCM) is an approximation method for large-scale Gaussian process regression. - The code is for Matlab Version 1.0, November 2005-The Bayesian Committee Machine (BCM) is an approximation method for large-scale Gau
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:13.6kb
    • 提供者:Joyce
  1. LearningtheKalmanFilter

    0下载:
  2. When I first studied Kalman filtering, I saw many advanced signal processing submissions here at the MATLAB Central File exchange, but I didn t see a heavily commented, basic Kalman filter present to allow someone new to Kalman filters to learn about
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3.19kb
    • 提供者:阳关
  1. OptimizationTipsandTricks

    0下载:
  2. New users and old of optimization in MATLAB will find useful tips and tricks in this document, as well as examples one can use as templates for their own problems. Use this tool by editing the file optimtips.m, then execute blocks of code in cel
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:89.41kb
    • 提供者:阳关
  1. jpeg

    0下载:
  2. the attached utility is a work I ve submitted to the university It shows what a jpeg compression is all about. the function implements the DCT transform, using a matrix operator. note that matlab has a function for the DCT and iDCT transform
  3. 所属分类:压缩解压

    • 发布日期:2014-01-18
    • 文件大小:112.39kb
    • 提供者:风帆
  1. EMfor_neural_networks

    0下载:
  2. In this demo, I use the EM algorithm with a Rauch-Tung-Striebel smoother and an M step, which I ve recently derived, to train a two-layer perceptron, so as to classify medical data (kindly provided by Steve Roberts and Will Penny from EE, Imperial Co
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:193.57kb
    • 提供者:晨间
  1. huffman_src

    0下载:
  2. I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is mainly targeted to data with some symbols occuring more often than the rest (e.g. having some data file consisted of 3 different symbols and their total
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7.23kb
    • 提供者:毛磊
  1. 关键路径

    0下载:
  2. (1)输入E条弧<j,k>,建立AOE-网的存储结构 (2)从源点v出发,令ve[0]=0,按拓扑排序求其余各项顶点的最早发生时间ve[i](1<=i<=n-1).如果得到的拓朴有序序列中顶点个数小于网中顶点数n,则说明网中存在环,不能求关键路径,算法终止 否则执行步骤(3)(3)从汇点v出发,令vl[n-1]=ve[n-1],按逆拓朴排序求其余各顶点的最迟发生时间vl[i](n-2>=i>=2). (4)根据各顶点的ve和vl值,求每条弧s的最早发生时间e(
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.93kb
    • 提供者:叶兆源
  1. mlc2-01-src

    0下载:
  2. This software was done in part for a textbook on AI I ve written called _The Basis of AI_ (tentative title, subject to change but not if I get my way). For details see: http://www.mcs.com/~drt/basisofai.html
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8.09mb
    • 提供者:瑶瑶
  1. FS.rar

    0下载:
  2. 全搜索算法寻找运动矢量,基于MATLAB实现,Full-search motion vector search algorithm, based on the MATLAB implementation
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1.32kb
    • 提供者:Peng
  1. Games

    0下载:
  2. Bayes分类器——算法设计 1. 使用决策树(Decision tree)分类算法、朴素贝叶斯(Naï ve Bayes)算法或者K-近邻(kNN)算法(三者任选其一)对给定的训练数据集构造分类器,并在测试数据集上进行分类预测。 2. 数据集描述: Tic-tac-toe游戏的二叉分类。Tic-tac-toe游戏示例如下-Bayes classifier- Algorithm 1. Using the decision tree (Decision tree) classi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1.37mb
    • 提供者:vera
  1. ParallelLBM

    1下载:
  2. Parallel LBM in C++ In which, as a counterpoint to abstract virtual generic templated meta-programming, we present a concrete code to simulate on precisely two computational nodes using a 1D lattice Boltzmann model with omega = 1 the heating of one
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-10-13
    • 文件大小:766byte
    • 提供者:lcg
  1. TDvedynaexamplebook

    0下载:
  2. ve-DYNA® 为用户提供了车辆动力学、车辆非线性行为的可配置仿真模型。用户根据自己的工程问题选择合适的车型(轿车,货车,拖车)和适当的版本(低级,标准,高级)就能实现不同的应用。用户基于模型就能开发自己的控制算法或者部件,然后通过离线仿真和硬件在回路仿真来进行检验和验证。只需要进行鼠标键盘的操作,就可以对种种的动力学问题进行分析,比如悬架动力学,车辆动力性或操纵稳定性。这样 就 能够减少昂贵而且费时甚至是危险的实车试验。可以在无人监控的情况下完成整个的测试、优化和系统验证 。本文为v
  3. 所属分类:matlab

    • 发布日期:2017-05-15
    • 文件大小:3.61mb
    • 提供者:dd
  1. MMSEpujian

    1下载:
  2. 这个是语音信号处理里面的基于MMSE的谱减法增强处理程序,此种方法是我见过消除噪声最好的!-This is the speech signal processing inside the MMSE-based spectral subtraction to enhance handling procedures, this method is the elimination of noise, the best I' ve ever seen!
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1.32kb
    • 提供者:花剑
  1. Spacecraft_Control_Toolbox

    2下载:
  2. The Spacecraft Control Toolbox is composed of MATLAB m-fi les and mat-fi les, organized into a set of modules by subject. It is essentially a library of functions for analyzing spacecraft and missions. There is a substantial set of softwa
  3. 所属分类:matlab

    • 发布日期:2014-08-09
    • 文件大小:9.28mb
    • 提供者:Huy
  1. MD5KeyGen_v10

    0下载:
  2. This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C++ derivative of the original C implementation of Professor Rivets. The library code itself is platfor
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-09
    • 文件大小:126.57kb
    • 提供者:李奇
  1. integratedgradient

    0下载:
  2. The inverse of the gradient function. I ve provided versions that work on 1-d vectors, or 2-d or 3-d arrays. In the 1-d case I offer 5 different methods, from cumtrapz, and an integrated cubic spline, plus several finite difference methods. In h
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:11.67kb
    • 提供者:徐亮
« 12 3 4 5 »
搜珍网 www.dssz.com