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

搜索资源列表

  1. triangle_wave_generator

    0下载:
  2. 等腰三角波发生器,在simulink 中有的是锯齿波和三角波的现成模块,可是等腰三角波的就没有了,现提供给大家。-isosceles triangular wave generator, which in some Simulink ramp and triangular wave off-the-shelf modules, But isosceles triangle wave, there is no, it is available to everyone.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3405
    • 提供者:王丽
  1. 用c实现的商品货架算法

    0下载:
  2. 问题描述: 假设一个商店,它有一个货架和一个仓库,当货架上的商品数量少于一定的数目时,从仓库运一定数量的商品摆到货架上,当仓库里的商品的数量少于一定的数目时,购买商品把仓库填满,商品的出售要按照商品的生产日期来,快要过期的商品要先出售。 解决问题的方法: 用了两个栈和 一个队列,把队列当作仓库,用一个栈作为货架,把另一个栈当作临时的存储箱。当要往货架上添商品时,先把作为货架的栈中的元素全都压到作为存储箱的栈中,再把仓库中的元素压到存储箱中,然后再把存储箱中的所有元素都压到货架上,这样,就能保证快
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2328
    • 提供者:曾德胜
  1. wav-watermark

    0下载:
  2. wav格式的音频中实现水印的嵌入与提取 由现成的软件超级MP3转换大师V1.20把mp3->wav 然后再由MATLAB做wav水印嵌入 -wav audio format to achieve watermark embedding and extraction of off-the-shelf software from Super Master V1.20 to MP3 conversion mp3-> wav then wav watermark emb
  3. 所属分类:matlab例程

    • 发布日期:2013-03-27
    • 文件大小:5251656
    • 提供者:尉玉林
  1. xiaochengxu

    0下载:
  2. 商品货架管理,双冒泡排序,二分插入排序,城市信息系统,快速排序,折半查找等小程序-Commodity shelf management, double bubble sort, binary insertion sort, urban information systems, Quick Sort, binary search procedures, such as
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:5427
    • 提供者:章海翔
  1. bnb20

    0下载:
  2. 非线性整数规划算法,求解非线性整数规划活混合规划问题,常用的算法是分枝定界算法。基于该算法编成的现成函数bnb20()-Nonlinear integer programming algorithm for solving nonlinear mixed integer programming live planning problem, commonly used algorithms are branch-and-bound algorithm. Based on the algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:138639
    • 提供者:wangjunxia
  1. shelf

    0下载:
  2. digital audio signal processing
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1305
    • 提供者:Ozan
  1. Rouletter

    0下载:
  2. 某小型书会有100本书,并排放在一个架子上,供大家借阅。大家每次借阅一本,看完后即放在书架的最左边。每一本书根据热门程度的不同赋予不同的值,该值介于0~1之间,且0表示最冷门,1表示最热门。假设每天每人只能借1本书,且需要当天归还。会所共有100人,每天借书的人服从参数为0.1的几何分布。试模拟该过程,并指出1年(365天)后书的排列情况,并探讨该排列与书热门程度之间的关系。提示:由于是随机模拟,故整个实验需要多次执行,并显示统计结果。-A small book of 100 books, an
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:731
    • 提供者:陈佳佳
  1. BP

    0下载:
  2. bp网络网上的程序很多,matlab也有现成的工具包,但这个是严格按照bp算法编写的程序。-bp network online program, Matlab off-the-shelf tool kit. But this is a program written in strict accordance with the bp algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:892
    • 提供者:张正金
  1. matlab_GUI2

    0下载:
  2. matlab的上百个示例程序,GUI界面的图形绘制,数值计算,矩阵运算,等现成的实用程序。-hundreds of sample programs in matlab GUI interface, graphics rendering, numerical calculation, matrix operations, and other off-the-shelf utility.
  3. 所属分类:matlab

    • 发布日期:2017-11-20
    • 文件大小:8591
    • 提供者:杜洋洋
  1. matlab_GUI3

    0下载:
  2. matlab的上百个示例程序,有关GUI绘图,数值计算,矩阵运算,以及多个现成的实用实例程序。-hundreds of sample programs in matlab, the GUI graphics, numerical calculation, matrix operations, and a number of off-the-shelf practical examples of procedures.
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:6090
    • 提供者:杜洋洋
  1. SVM-iris

    2下载:
  2. 在matlab环境下,实现鸢尾花数据库的SVM分类,没有使用现成的工具包。-SVM classifier in Matlab environment, iris database, do not use off-the-shelf tool kit.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-11
    • 文件大小:9171
    • 提供者:李毅
  1. Bayes-iris

    0下载:
  2. 在matlab环境下,实现鸢尾花数据的贝叶斯分类,没有利用现成的数据命令。-Bayesian classifier in Matlab environment, iris data, there is no off-the-shelf data command.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-12-22
    • 文件大小:3072
    • 提供者:李毅
  1. ANN-iris

    0下载:
  2. 在matlab环境下,实现鸢尾花数据的人工神经网络分类,只是比较基本的实现BP网络,没有利用现成的命令。-In the Matlab environment, iris data artificial neural network classifier, but more basic BP network, there is no off-the-shelf command.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-05
    • 文件大小:3780
    • 提供者:李毅
  1. shujujiegou

    0下载:
  2. 这是数据结构的一个实验报告,做的是城市位置导航、商品货架管理,内容丰富,代码简洁,适合大家参考-This is an experimental report data structure to do is navigate city location, commodity shelf management, content-rich, concise code for your reference
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:64565
    • 提供者:taoyucan
  1. huojia

    0下载:
  2. c语言货架管理系统,简单的c语言课程设计,满足货架管理的基本需求。-c language shelf management system
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:958
    • 提供者:田辉
  1. BP2

    0下载:
  2. 用matlab编写的BP算法,不调用现成模块的,适合新手理解BP-Matlab prepared with the BP algorithm, do not call off the shelf module, suitable for novice to understand BP
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:605
    • 提供者:离散
  1. Deep Learning Based Communication Over the Air

    1下载:
  2. 通信系统的端到端学习是a 引人入胜的新颖概念迄今为止仅被验证 模拟基于块的传输。它允许学习 发射机和接收机实现为深度神经网络 (NN),它们针对任意可区分的端到端进行了优化 performancemetric,例如块错误率(BLER)。在本文中,我们 证明无线传输是可能的:我们建造, 训练,并运行完整的通讯系统 的神经网络使用非同步的现成软件定义无线电 和开源深度学习软件库。(End-to-end learning of communications systems is a
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-08-23
    • 文件大小:665600
    • 提供者:哈互惠哈
搜珍网 www.dssz.com