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

搜索资源列表

  1. CorrelationDimension_luzhenbo

    1下载:
  2. 计算关联维的 Matlab 程序 - (mex 函数,超快) ----------------------------------- 文件夹说明: 1、CorrelationDimension_main.m - 程序主文件 2、LorenzData.dll - 产生Lorenz离散数据 3、normalize_1.m - 数据归一化 4、PhaSpaRecon.m - 相空间重构 5、CorrelationDimension.dll - 计算关联积分函数
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:54153
    • 提供者:李晓燕
  1. Lyapunov_exponents_luzhenbo

    2下载:
  2. 1、LargestLyapunov_example1.m 程序主文件1,直接运行此文件即可 2、LargestLyapunov_example2.m 程序主文件2,直接运行此文件即可 3、LorenzData.dll 产生 Lorenz 离散数据 4、PhaSpaRecon.m 相空间重构 5、Lyapunov_luzhenbo.dll Lyapunov 计算主函数 6、lyapunov_buffer.dll Lyapunov 计算缓存
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:54042
    • 提供者:李晓燕
  1. Goertzel

    0下载:
  2. Goertzel基本算法在每次采样后立即进行处理,在每个第N次采样进行一次音调检测。在采用FFT算法时,我们要对成块的采样进行处理,但这并不意味着必须按块来处理数据。数字处理的时间很短,因此如果每次采样都存在一次中断,那么这些数字处理完全可以在中断服务程序(ISR)内完成。或者,如果系统中存在采样缓存,那么可以持续采样,然后进行批处理。-Goertzel basic algorithms in each sample immediately after processing, in each o
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:23170
    • 提供者:陈安伟
  1. AI-01intoduction

    0下载:
  2. 1. 实现深度缓存(z-buffer)算法. 输入数据是简单的多边形网格. 2. 实现简单的光线跟踪(Ray-tracing)算法. 输入应包含多边形网格(多面体)和圆. -1. To achieve the depth buffer (z-buffer) algorithm. Input data is a simple polygon mesh. 2. To achieve a simple ray tracing (Ray-tracing) algorithm. Polyg
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1738695
    • 提供者:ll
  1. AI-03SolvingProblembySerching

    0下载:
  2. 1. 实现深度缓存(z-buffer)算法. 输入数据是简单的多边形网格. 2. 实现简单的光线跟踪(Ray-tracing)算法. 输入应包含多边形网格(多面体)和圆. -1. To achieve the depth buffer (z-buffer) algorithm. Input data is a simple polygon mesh. 2. To achieve a simple ray tracing (Ray-tracing) algorithm. Polyg
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:897316
    • 提供者:ll
  1. fft_flp32

    0下载:
  2. 32点的fft程序,入口参数包括(输入数据,缓存区1,缓存区2,输出结果)-32 point fft procedures, entry parameters (input data, buffer 1, buffer 2, the output)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:6370
    • 提供者:木偶然
  1. cache-fifo

    0下载:
  2. CPU缓存算法,FIFO的模拟程序,通过VC2010编译,包括数据查找,替换算法-CPU caching algorithm FIFO algorithm FIF simulation, including data whether the hit, replace, contained on this basis can be done other algorithms,
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1706
    • 提供者:秋光亮
  1. matrix

    0下载:
  2. c++数学应用的矩阵类, buffer 为矩阵数据缓存器类, matrix 为矩阵类。-c++ Matrix class of mathematical applications , buffer cache for the data matrix class matrix for the matrix class
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:19254
    • 提供者:sun lin
  1. C_QURENT

    0下载:
  2. 用c做的队列函数的实现,能够比较好的应用在对串行数据需求量大的移位缓存.-The queue C do, and can be used better in the serial data demand of the shift buffer
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:956
    • 提供者:lin
  1. Modoer-3.5-20150313-

    1下载:
  2. 更新内容: 增加 多个模块在手机访问时自动跳转到相关手机页面的功能 增加 小组添加视频在IOS系统下提示进入播放页面 修正 手机web 主题内容页地图点击总是跳转到google地图的问题 修正 网站分站没填写标题时,不适用总站标题的问题 修正 文章更新后,前台没有出现变化的问题(文章缓存未更新) 修正 会员任务-资料完善始终无法完成的问题 修正 手机web里小组话题内容页面无法播放视频的问题(安卓系统下) 修正 手机web首页无法使用搜索功能的问题 修正 默认
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-21
    • 文件大小:6381020
    • 提供者:彭佳
  1. LRU-Cache

    0下载:
  2. 设计和实现一个数据结构最近最少使用(LRU)缓存。它应该支持以下操作:获取和设置。    得到(关键)得到的价值(永远是积极的)关键如果键存在于缓存中,否则返回1。  集(关键字,值)——设置或插入的值如果不是已经存在的关键。当缓存达到容量,应该最近最少使用项失效前插入一个新项。-Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following op
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:614
    • 提供者:胡延旭
  1. SIM_SRJ

    0下载:
  2. 1)生成的bit数目和设定的系统到达率是否符合; 2)发送的数据量加上缓存中遗留的数据量是否等于生成的数据量;(1) whether the number of bit generated and the set rate of arrival of the system conforms to. 2) whether the amount of data sent plus the amount of data left over in the cache is equal to the
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:567296
    • 提供者:isgakki
搜珍网 www.dssz.com