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

搜索资源列表

  1. NeuralNetworks

    0下载:
  2. Neural Networks at your Fingertips.rar =============== Network: Adaline Network =============== Application: Pattern Recognition Classification of Digits 0-9 Author: Karsten Kutza Date: 15.4.96 Reference: B. Widrow, M
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:107092
    • 提供者:wooxun
  1. jiandanxuanze

    0下载:
  2. 基本思想:   设所排序序列的记录个数为n。i取1,2,…,n-1,从所有n-i+1个记录(R,R[i+1],…,R[n]中找出排序码最小的记录,与第i个记录交换。执行n-1趟 后就完成了记录序列的排序。 -The basic idea: set up the sort of record sequence number for n. i get 1,2, ..., n-1, from all n-i+ 1 record (R, R [i+ 1], ..., R [n] in orde
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5778
    • 提供者:小杉
  1. CH7_3

    0下载:
  2. 查找过程:将表分成几块,块内无序,块间有序;先确定待查记录所在块,再在块内查找-Search process: The table is divided into a few, within the block of disorder, inter-block and orderly Record of unknown origin to determine where the first block, then at block within the search
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:513
    • 提供者:黄鹏
  1. parking

    0下载:
  2. 该软件主要是实现对停车场的管理。当车辆进入时,若停车场没满,车辆则直接进入停车场,若停车场已满,车辆则进入过道。并记录车辆的信息,如车牌号、进入时间。当车辆离开,停在其后的车辆给其让路,当其离开停车场时要显示要缴纳的费用,然后让路的车辆和停放在过道的车辆进入停车场。答辩通过很值得收藏和学习的-The software is mainly on the implementation of parking management. When the vehicles, if no parking is
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:3112
    • 提供者:afei
  1. ch11b

    0下载:
  2. 插入排序(insertion sorting)是以前使用卡片储存资料时代最常使用的排序方法,使用者挑出一张卡片,决定它的位置,就插入适当的位置,同样的方式也适用于程式,在插入排序处理的一个回合里,会插入一个记录进入已排序完成的串列里头。 本小节将介绍两种插入排序方法:直接插入以及谢耳(shell)排序法-Insertion Sort (insertion sorting) are previously stored information on the use of time cards
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:46771
    • 提供者:李南
  1. tongxun

    0下载:
  2. 实现通信功能,方便人们生活中记录,查询,增加,删除等-The realization of communication to facilitate people' s lives in the record, query, add, delete, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2686
    • 提供者:liuruzhe
  1. K-meansNB

    0下载:
  2. :将K—means算法引入到朴素贝叶斯分类研究中,提出一种基于K—means的朴素贝叶斯分类算法。首先用K— me.arks算法对原始数据集中的完整数据子集进行聚类,计算缺失数据子集中的每条记录与 个簇重心之间的相似度,把记 录赋给距离最近的一个簇,并用该簇相应的属性均值来填充记录的缺失值,然后用朴素贝叶斯分类算法对处理后的数据 集进行分类。实验结果表明,与朴素贝叶斯相比,基于K—means思想的朴素贝叶斯算法具有较高的分类准确率。-: K-means algorithm will
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:172903
    • 提供者:李浩
  1. record

    0下载:
  2. This some code for recording in Matlab.-This is some code for recording in Matlab.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3855
    • 提供者:cuongquyen
  1. 211

    0下载:
  2. 销售统计问题: 我们假设这个便利店有四个销售员,他们分别负责五种产品(销售员编号1-4,产品编号1-5)。每个销售员都将当天出售的每种商品单独做个记录。 (1)计算上个月每个人每种产品的销售额; (2)按销售额对销售员进行排序,输出排序结果(销售代号); (3)统计每种产品的总销售额,对这些产品按从高到低的顺序输出排序 结果(需输出产品的代号和销售额);-Sales statistics: We have assumed that there are four convenien
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2096
    • 提供者:tt
  1. zhong

    2下载:
  2. 运用Matlab语言编程,进行信号分析的能力。音频信号是一种连续变化的模拟信号,计算机只能处理和记录二进制的数字信号,由自然音源而得的音频信号必须经过采样,量化和编码,变成二进制数据后才能送到计算机进行再编辑和存贮,通过本实验中了解模拟信号采样和重构的完整过程,加深对采样定理的理解。-Matlab programming language to use for signal analysis. Audio signal is a continuous change of the analog s
  3. 所属分类:matlab例程

    • 发布日期:2017-06-04
    • 文件大小:1405
    • 提供者:tong
  1. jsjy20070288

    0下载:
  2. :针对遗传算法易陷入局部最优的不足,在标准遗传算法基础上加入了三个新的操作- 复原、重构和录优操作,使改 进后的遗传算法收敛于全局最优,并在此基础上以路边约束、动态避障和路径最短作为适应度函数,提出了动态避障的路径 规划方法。通过实验仿真验证了算法的有效性、准确性和实时性,并与基于以往的遗传算法的路径规划方法进行比较,结果 表明本文提出的方法在产生的路径长度和算法运行时间上都具有更优的性能。-: Genetic algorithm for the lack of easy to
  3. 所属分类:matlab例程

    • 发布日期:2014-01-25
    • 文件大小:329278
    • 提供者:zhangying
  1. bigtime

    0下载:
  2. 大模型的采样点时间波场图。还是先前的大模型,这次采用了十个检波器记录数据。通过修改常量可以达到修改检波器数目的目的。C源程序,MATLAB绘图。-Large model sampling time to wave field map. Is a large model of the previous, this time using 10 detectors record data. Constant change can be achieved by modifying the detecto
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:294700
    • 提供者:Peter Xing
  1. dijst

    0下载:
  2. 用MATLAB实现的dijikstra最短路径算法,在算法中运用了元包技术用以记录路径/以及蒙特卡诺算法-Using MATLAB implementation dijikstra shortest path algorithm, the algorithm used in the meta-package technology to record the path
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:578
    • 提供者:fengyunlucky
  1. sw_pretrigger

    0下载:
  2. This m-file implements a simple data acquisition gui with multiple channels and custom triggering It demonstrates how to: 1) Use nested functions to simplify data acquisition programs 2) Use a simple GUI (a couple of pushbuttons) to
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:3904
    • 提供者:Anna
  1. isogroup

    0下载:
  2. 分配聚类号,聚类编号,记录各聚类中心的距离,-Distribution of cluster number, cluster number, record the distance from the cluster centers,
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2926
    • 提供者:张佐
  1. shujujiegou

    0下载:
  2. 以广州旅游业为背景,设计一个变长记录文件存取类库。程序采用B+树作为索引系统,支持字节流嵌入方式和文件链接方式,以较友好的用户界面,加强程序容错性-Guangzhou tourism industry as the background, to design a variable-length record file access library. Program uses B+ tree as an indexing system to support byte-stream mode and
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3598319
    • 提供者:liang
  1. student

    0下载:
  2. 记录学生信息 提供删除、添加、修改等操作-Record Student Information Provide delete, add, modify and other operations
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-23
    • 文件大小:7348335
    • 提供者:王瑾
  1. tingchechang

    0下载:
  2. 用于停车场问题,可以记录进出的车辆数和统计计费-For the parking problem, you can record the number of vehicles entering and leaving and statistical billing
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:2239
    • 提供者:lihf
  1. matlab

    0下载:
  2. 录制一段噪声,利用matlab对该材料进行声音的频谱分析。-Record a noise, the use of the material to matlab sound spectrum analysis.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:174885
    • 提供者:some726
  1. noname

    0下载:
  2. 编写一个程序,记录某个字存储单元数据中1的个数,以十进制形式显示结果。-Write a program to record a word of data is stored in a cell number to decimal form displays the results.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:591
    • 提供者:chy
« 1 2 34 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com