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

搜索资源列表

  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. lmn4op.ZIP

    0下载:
  2. 基于节点缓存的网络服务器性能分析与优化Based on the node cache web server performance analysis and optimization-Based on the node cache web server performance analysis and optimization
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1241279
    • 提供者:
  1. 多媒体相关调度算法研究仿真

    0下载:
  2. 多媒体相关调度算法仿真研究,其中有用户模拟文件,主要两部分,一部分是补丁调度算法,一部分是代理服务器缓存管理
  3. 所属分类:matlab例程

    • 发布日期:2012-12-06
    • 文件大小:40365
    • 提供者:sunbuer1987
  1. conhash

    0下载:
  2. 一致性哈希表,服务器缓存保存机制,可以较好得解决分布式服务器出故障的问题-The consistency of the hash table, the server cache save mechanism can better get to solve the problem of distributed servers fail
  3. 所属分类:Data structs

    • 发布日期:2017-11-08
    • 文件大小:1021672
    • 提供者:dreamboy
  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-22
    • 文件大小:6381020
    • 提供者:彭佳
  1. solveC

    0下载:
  2. 对应Gershwin的分解法,用于求解带有缓存区的双机串联生产线中的参数C,参见文献《An efficient decomposition method for the approximate uation of tandem queues with finite storage space and blocking》-Corresponding to Gershwin s decomposition method for solving the two-machine with a buffe
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:598
    • 提供者:贾玉辉
  1. solveC_Gershwin

    0下载:
  2. 对应Gershwin的分解法,用于求解带有缓存区的双机串联生产线中的参数C,参见文献《An efficient decomposition method for the approximate uation of tandem queues with finite storage space and blocking》-Corresponding to Gershwin s decomposition method for solving the two-machine with a buffe
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:607
    • 提供者:贾玉辉
  1. guanli

    0下载:
  2. 双链表的创建。此双链表要求为带头节点的,为了算法方便特采用了循环双链表。通过编程发现带头节点的也有其不便之处。为了保持表的一直有序性思考如下: 1:表的一开始的创建就要有序。 2:插入元素后要做到仍然有序。 3:删除元素不会改变表的有序性 4:所谓有序,即为非降序或者非升序排列。 5:为了做到以上几点,考虑到链表的不易排序性质,特设置一个线性表作为输入缓存空间进行事先排序。关于排序的方法有多种,为了快速完成采用了较为简单的插入排序。-The data structure of double li
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-30
    • 文件大小:231510
    • 提供者:游游
  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. Algorithm-design-and-analysis

    0下载:
  2. 大学算法课上的大作业,包含残缺棋盘游戏问题、0/1背包问题、高速缓存调度问题、旅行商问题、流水作业调度问题等等若干问题,有完整源代码、结果截屏、时间复杂性分析-University algorithm class project, including the imperfect board game, 0/1 knapsack problem, the cache scheduling problem, traveling salesman problem, line production sc
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:331737
    • 提供者:贾巽
  1. DiskLruCache

    0下载:
  2. android缓存工具类,大家可以直接复制使用,欢迎大家下载-android cache tools, you can use the copy directly, welcome to download
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-04
    • 文件大小:8485
    • 提供者:dj
  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-30
    • 文件大小:567296
    • 提供者:isgakki
« 1 2»
搜珍网 www.dssz.com