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

搜索资源列表

  1. WXJSK

    0下载:
  2. 遥远五行计算器:一个简单的计算出生五行的工具,可以做小孩子取名的参考(源于我家小孩当时查不到相应的五行,故自编了个这个小工具).希望对你有用,经测试,大部分正确,只有一小部分与网上提供的结果有点小误差.-Five distance calculator: A simple calculation was born five elements of the tool, you can make a child named reference (from my kids was finding ou
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:19497
    • 提供者:遥远
  1. ant-colnoy-parameter

    0下载:
  2. 蚁群算法的参数选择技巧,主要讲解参数搭配,如何使算法最优-Ant colony algorithm for parameter selection techniques, mainly on the parameters match, how to make the algorithm optimal
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:116535
    • 提供者:张俊
  1. san-non

    0下载:
  2. 三元非线性回归分析,对多元非线性问题提出建议-Three non-linear regression analysis, make recommendations on the multiple nonlinear
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1267
    • 提供者:gabriel
  1. TRANSFORME-FOURIER-RAPIDE-IMG_PROCESS

    0下载:
  2. This program is used to make a fast Fourier transformed images using a recursive function FFT on each row of the matrix and then each of the resulting matrix colomne (online)
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:570150
    • 提供者:bahour
  1. chengx

    0下载:
  2. matlab读取txt文件,并进行福利叶变换,EMG信号的读取程序-matlab read the txt file, and make welfare Fourier transform, EMG signals of the read process
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:737
    • 提供者:kria
  1. kalman_filter

    0下载:
  2. 卡尔曼滤波,对一组数据滤波。也可以自己修改针对矩阵形式-Kalman filter, a set of data filtering. You can make changes to the form for the matrix
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1191
    • 提供者:zhikun
  1. zhangnode3

    0下载:
  2. 当单链表逆置,即通过用一个临时变量实现单链表的倒叙链接-make the single list in the diverse direction
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2084139
    • 提供者:星星索
  1. znjs

    0下载:
  2. 智能计算的很好的学习资料,里面有PPT和一些算法的论文资料,内同丰富,大家了以好好研究。-Intelligent computing a good learning materials, there are a number of algorithms papers PPT and information, within the same rich, we all have had to make a thorough study.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-12
    • 文件大小:19349253
    • 提供者:赵文娟
  1. test

    0下载:
  2. 设计程序在表达式“123456789=100”中左边的适当位置插入运算符“+” 或 “-”,以使等式成立-Design program in expression "in" 123456789 = 100 to the left of the proper place insert operators "+" and "-", in order to make equation established.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:897
    • 提供者:Yan.CX
  1. kmeans

    0下载:
  2.  k-means 算法接受参数 k ;然后将事先输入的n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。-k-means algorithm takes parameters k and then advance the input data object is divided into n-k-clustering in order to make
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:565940
    • 提供者:zhangmuhua
  1. car

    0下载:
  2. 设有一个可以停放n辆汽车的狭长停车场,它只有一个大门可以供车辆进出。车辆到达停车场时间的早晚依次从停车场最里面向大门口处停放(最先到达的第一辆车放在停车场最里面)。如果停车场已放满n辆车,则后来的车辆只能停在停车场大门外的便道上等待,一旦停车场里有车开走,则排在便道上的第一辆车就进入停车场。若停车场内有某辆车要开走,在它之后进入停车场的车都必须先退出停车场,为它让路,待其开出停车场后,这些车再依原来的次序进场。每辆车离开停车场 时,都应根据其在停车场的逗留时间交费。如果停留在便道上的车未进停车场
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2312
    • 提供者:lxc
  1. shanon-code

    0下载:
  2. 香农编码,对一组数据进行香农编码,程序清晰,思路明确-make the shanon code for a array of float numbers
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:838
    • 提供者:masi
  1. shunxubiao

    0下载:
  2. 1. 已知顺序表L为按值递增有序的,编写算法将数据元素e插入到顺序表L中,使之仍有序。 2、编写算法删除顺序表L中所有值为e的数据元素。 3、编写算法清除顺序表L中所有重复的数据元素。 4、已知两个集合分别存储在顺序表La和Lb中,编写算法求出两个集合的并存储在Lc中。-1. The known sequence of Table L, increasing ordered by value, write algorithms to data elements L e
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:699
    • 提供者:liulisha
  1. Josephuss-Problem

    0下载:
  2. This Josephus s Problem it is make a Visual C++ -This is Josephus s Problem it is make a Visual C++
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:99614
    • 提供者:Starfaith
  1. Spectral-subtraction

    0下载:
  2. 学习并找到降噪方法,对语音信号背景噪声做处理,使得声音更清晰。-The background noise is the most common factor degrading the quality and intelligibility of speech in recordings. Spectral subtraction can lower the noise level without affecting the speech signal quality. In this pape
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:398023
    • 提供者:zhangqing
  1. vcPP--renshutongji

    0下载:
  2. 人数统计 vc++ 因为 本人需要matlab的人数统计源程序代码 所有先上传自己有的vc++源代码来让大家参考-Number of vc++ because I need matlab source code for all the statistics the number of first upload your own and some vc++ source code to make your reference
  3. 所属分类:matlab

    • 发布日期:2017-05-24
    • 文件大小:3246164
    • 提供者:黄蕾
  1. MyTopSort

    0下载:
  2. 数据结构与算法设计Project中的拓扑排序,实现对文件中课程要求的读取,并实现对其拓扑排序成课表。-This is a project,it can read requirements from a file and make a topsort for it then get a schedual of students subjects.
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:8030354
    • 提供者:zhangye
  1. matlab-programming-required-manual-

    0下载:
  2. matlab编程必备手册,这本书是matlab的一个非常全面而且细致的教程,希望大家好好利用哦-matlab programming required manual matlab this book is a very comprehensive and detailed tutorial, I hope you make good use of O
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:280638
    • 提供者:zhangwei
  1. GraphicSelect

    0下载:
  2. 本程序实现一个MATLAB辅助工具,你可以借助它,选择plot绘制出的各个图像数据,并且随意拖动它们。另外,它还有两个不同形状任意大小的绘图刷子。你使用这个工具选中点的时候,这些点被高亮,直到释放鼠标。另外你还可以在命令行下面调用这个工具,选择绘制的图像-This program implements a MATLAB aids, you can make use of it, select the plot to draw out each image data, and easily dra
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:62252
    • 提供者:wugaohua
  1. nihe

    0下载:
  2. 1. 分别用2,3,4,5阶多项式来逼近[0,3]上的正弦函数sinx,并作出拟合曲线及sinx函数曲线线图。了解多项式的逼近程度和有效拟合区间随多项式的阶数有何变化。-1. Were treated with 2,3,4,5-order polynomial approximation [0,3] The sine function sinx, and make sinx function curve fitting curve and line graphs. Understand the
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:24939
    • 提供者:杨志
« 1 2 ... 28 29 30 31 32 3334 35 36 37 38 ... 50 »
搜珍网 www.dssz.com