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

搜索资源列表

  1. Interpreter and libraries

    0下载:
  2. Haskell编译器和库 Haskell是一种广谱语言,适合各种应用。他尤其适合需要高度可修改和维护的程序。大多数软件产品的生命期主要花费在规范,设计和维护而不是编程。函数式语言能很好的写能够真正执行(也可以测试和调试)的规范,该规范也就是最终程序的第一个原型。 -Haskell compiler and libraries Haskell is a broad-spectrum language, suitable for a variety of applications. In p
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4mb
    • 提供者:鲍军波
  1. model2

    0下载:
  2. 屋檐的水槽 问题的背景 最优配料问题 摘要 20世纪以来,科学技术得到了飞速发展,数学也在这个发展过程中发挥了它不可替代的作用,同时它自身也得到了空前的发展。由于计算机的迅速发展和普及,大大增强了数学解决现实问题的能力。 我们经常使用模型的思想来认识世界和改造世界,这里的模型是针对原型而言的。模型是人们为一定的目的而对原型进行的一种抽象。而数学模型并不是一个新生事物,很久以来它就伴随在我们身边,可以说有了数学并且要用数学去解决实际问题时就一定要使用数学语言、方法去近似的刻画这
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:13.99kb
    • 提供者:浪子
  1. x264-060805

    0下载:
  2. 最新h.264 c++原型代码。请解压到固定目录下,目录中有编译说明。-latest h.264 c prototype code. Please extract fixed directory and compile a directory shows.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:603.96kb
    • 提供者:HanZe
  1. MinPath

    0下载:
  2. 数据结构应用,用以寻找2点之间的最短路径,有效节省时间。以上程序只是一个雏形-application data structures, 2:00 to find the shortest path between effectively save time. Above procedure is just a prototype
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:102.42kb
    • 提供者:周炜炜
  1. riqi

    0下载:
  2. 自定义一个简单的日期类DateType,它具有数据成员y、m、d,用来表示当前日期的年、月、日。而后设计该类欲实现(完成)的功能,进而设计出相应的类成员函数。 例如,下面给出的“雏形”可用来实现对天的增加,比较两个日期是否相等,以及对日期的输出等操作。请完成各类成员函数,并编制主函数,说明DateType类对象,对定义的各成员函数进行调用,以验证它们的正确性。 class DateType { //自定义的日期类DateType int y,m,d //数
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4.04kb
    • 提供者:fisherman
  1. 模糊c-均值算法是模糊聚类

    2下载:
  2. 模糊c-均值算法是模糊聚类中最常见、应用最广泛的分析方法之一.经典FCM算法理论和应用的研究已经相当成熟,Bezdek业已证明算法的收敛性[6],许多软件提供了多种方便的FCM工具箱(如Matlab中FCM工具箱等).但是传统FCM算法处理的是普通数据集,不能直接处理区间数,得到的聚类原型也不是区间数.针对区间数,一种直觉的方法是分别对左区间值和右区间值作FCM,并把得到的聚类原型分别作为区间型聚类原型的左右区间值,但这种方法已经被证明是行不通的[6]-fuzzy c-means cluster
  3. 所属分类:matlab例程

    • 发布日期:2014-01-15
    • 文件大小:8.88kb
    • 提供者:feifei
  1. LearningPatternClassificationASurvey

    0下载:
  2. 模式识别学习综述.该论文的英文参考文献为303篇.很有可读价值.Abstract— Classical and recent results in statistical pattern recognition and learning theory are reviewed in a two-class pattern classification setting. This basic model best illustrates intuition and analysis t
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:802.17kb
    • 提供者:蒋大为
  1. RSSI

    0下载:
  2. 通过对RSSI测距模型进行分析, 并提出一种针对室内环境的参数修正方案。 通过 自行研发的传感器节点,上进行验证分析,实验表明,采用环境参数修正方案后, 明显提高了测距的精度。-We studied andanalyzed RSSI—based distance estimated model, and provide aparameter calibration method which in specific to indoor environmental applications.E
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:313.15kb
    • 提供者:贺利娜
  1. nnp

    0下载:
  2. 一个神经网络原型代码,针对的例子为《Perceptron Learning》 (Russell & Norvig, 第742页)-A neural network prototype code, for example for
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:3.42kb
    • 提供者:Terry
  1. NBased_HiPre

    0下载:
  2. 基于N进制的多精度问题 本代码可以处理N进制的多精度四则运算。 输入格式: 全是正数,string(或int)格式,请参见函数原型!开头不要有多余的零!-Based on the N-band multi-precision code can handle the N-band multi-precision arithmetic. Input format: is a positive number, string (or int) format, see the function p
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:4.75kb
    • 提供者:wang yucao
  1. mulitplot

    1下载:
  2. 本程序为实验性程序,验证了平面上到多点距离之和等于定长的点的轨迹,是未加权的无线传感器网络的仿真原型程序,并附实验报告。-This procedure for the experimental procedures, to verify the plane to multi-point distance and the point equivalent to fixed-length track is unweighted wireless sensor network prototype si
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:44.66kb
    • 提供者:tedachun
  1. TaskOrder

    0下载:
  2. 用VBA在Excel中实现的数据生成与分析程序 问题类别:任务调度 问题原型:N个任务,每个任务都有起始时间、结束时间和利润值,同一时间只能自行一个任务 功能:规定时间段内的利润最大化问题,并给出任务执行次序。-Using VBA in Excel to achieve the data generation and analysis procedure categories: task scheduling problem prototype: N task, each task
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:13.72kb
    • 提供者:tedachun
  1. shiyan12

    0下载:
  2. 编制具有如下原型的函数prime,用来判断整数n是否为素数:bool prime(int n) 而后编制主函数,任意输入一个大于4的偶数d,找出满足d=d1+d2的所有数对,其中要求d1与d2均为素数(通过调用prime来判断素数)。如偶数18可以分解为11+7以及13+5;而偶数80可以分解为:43+37、61+19、67+13、73+7。 提示:i与d-i的和恰为偶数d,而且只有当i与d-i均为奇数时才有可能成为所求的“数对”。 -Prepared with the follow
  3. 所属分类:Mathimatics-Numerical algorithms

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

    0下载:
  2. 四种聚类算法源代码及示例代码,本程序的最终目的是形成一套标准的用于聚类、可扩展的工具。包括的内容有1. 聚类算法:Kmeans和Kmedoid算法、FCMclust, GKclust, GGclust算法 2. 评估分类原型:程序可以在二维图像上绘制出聚类的结果 3. 验证:程序给每一个算法提供验证机制,每个聚类算法会统计Partition Coefficient (PC), Classification Entropy (CE), Partition Index (SC), Separatio
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2.04mb
    • 提供者:王梦萍
  1. matlab

    0下载:
  2. matlab编写的粒子滤波算法,已经在工程样机上得到验证,希望对大家有帮助-matlab prepared particle filter algorithm, the engineering prototype has been tested on, and they hope to have everyone help
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:5.09kb
    • 提供者:lailiang
  1. guangdusousuo

    0下载:
  2. 宽度优先搜索算法(又称广度优先搜索)是最简便的图的搜索算法之一,这一算法也是很多重要的图的算法的原型。Dijkstra单源最短路径算法和Prim最小生成树算法都采用了和宽度优先搜索类似的思想-Breadth-first search algorithm (also known as breadth-first search) is the most simple plan, one of the search algorithm, this algorithm is also a lot of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:164.4kb
    • 提供者:光远
  1. IIRButterworthfilter.m

    0下载:
  2. scr ipt to design an IIR Filter low pass using Butterworth & lineal transformation to convert from analogic to digital a prototype filter. by actinio vjgonzalezg@gmail.com :) It plots: 1-Frecuency response of the filter imp
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:1.7kb
    • 提供者:actinio
  1. matlab_prototype_2073

    0下载:
  2. Cooperative Relaying Matlab Prototype Report
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:657.68kb
    • 提供者:passero
  1. prototype

    0下载:
  2. 介绍了原型滤波器的设计,并比较了不同混叠因子下滤波器的性能-this code include the design of the prototype filter,which is widely used in the multicarrier communication.we also compare the performance with different coefficient.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.09kb
    • 提供者:
  1. MVC-Prototype

    0下载:
  2. NOKIA公司关于移动MVC编解码的原型说明,对MVC相关研究人员很有帮助-NOKIA mobile MVC codec prototype, researchers MVC helpful
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-18
    • 文件大小:220.81kb
    • 提供者:zhaokai
« 12 3 4 5 6 »
搜珍网 www.dssz.com