CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - random access

搜索资源列表

  1. TIERRA

    0下载:
  2. 地球模拟器,最经典的人工生命模型,研究人工智能的必看。一般地说,生命都具有新陈代谢、复制和进化的能力。在自然界中,生物是由有限的食物供给和有限的生存空间约束的。在Tierra中,“生物”由一系列能够自我复制的机器代码或程序组成,它在计算机中的复制分别受到计算机的存储空间和CPU时间约束。能有效地占有内存空间和利用CPU时间的生物体,将具有更高的适应度,传递到下一代的机会就越大。 在Tierra中,计算机的RAM(随机访问存储器)中有一块专门的空间,这个空间中放置了一个“祖先有机体”,该祖先有
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:269421
    • 提供者:陈谭
  1. Access_Extended_SRAM

    0下载:
  2. 本程序是用于访问空间大于 64 KB (即:地址指针数大于两个字节)外部扩展随机存取存储器的源程序文件。-the procedures for accessing space is greater than 64 KB (ie : Address indicator greater than 2 bytes) of external expansion of random access memory source files.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:26387
    • 提供者:磊元
  1. datastr

    0下载:
  2. 数据结构 array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低) linkedlist.h: 普通链表(可随机访问,但访问效率低) dclinkedlist: 双向循环链表(不可随机访问,但插入、遍历的效率都比普通链表高) hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载 == 运算符并由用户定义哈希函数) binstree.h: 二叉搜索树(需重载 == 和 < 运算符) avltree.h: AVL 树(
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:16080
    • 提供者:许愿
  1. EST406计算机数据采集与软件系统

    0下载:
  2. 连续记录器:任意通道显示;多种时间尺度显示;不丢点连续采集、显示; 全功能的双踪示波器:任意通道中选择显示1~2通道;支持模拟量、开关量;任意放大倍数;锁相功能;波形运算功能;波形局部细化功能;超快速波形显示; 支持模拟量、开关量、脉冲量、频率、热电偶、Pt电阻等多种信号的采 -consecutive record : random access display; Multiple time scale display; Do not lose points for
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6725
    • 提供者:梁宏波
  1. DB12

    0下载:
  2. 文本数据库的实现源码,包括Sequential,Index,Random 三种存取方式-text database of achieving source, including Sequential, Index, three ways Random Access
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:36356
    • 提供者:董永亮
  1. MoShiPiPei

    0下载:
  2.   有一串10000位数的主串由1、2、3、4四位数随机获得,n位模式串是指有4的n次方个模式串,如2位模式串有:11、12、13、14、21、22、23、24、31、32、33、34、41、42、43、44等16个数组成。现在进行模式匹配,假设主串为:431324113122341324132等等,则第一次比较是43,第二次比较是31,第三次比较是13,依此类推,每比较一次则落得模式串中的一个,当所有模式串(有4的n次方个)都被找到时,记得所比较的次数,则这个次数就是这次匹配的结果。程序执行了
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:30193
    • 提供者:陈力
  1. AVL_Lib

    0下载:
  2. Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:87430
    • 提供者:高名
  1. mm1

    1下载:
  2. 一个非常好的随机多址程序,用matlab工具写的m/m/1源程序-a very good random access procedures, using tools written in Matlab source m/m/1
  3. 所属分类:邮电通讯系统

    • 发布日期:2008-10-13
    • 文件大小:842
    • 提供者:nrc
  1. tiny22222

    0下载:
  2. 完全只用系统的API(纯系统API)的游戏。现在正做个45度角3D网络游戏,前一个网络游戏是第一人称射击,以后还会写教程贴出来的。 游戏处理过程: 获取随机数----移动到随机位置----获取输入----处理输入----判断是否攻击了----发射子弹----检测碰撞----处理击中事件。 大体就是这样了,希望对您有所启发和帮助,-exclusively with the API (pure system API) of the game. Now to be a 45-degr
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:892930
    • 提供者:方明
  1. BinaryFileRandomAccess

    0下载:
  2. C++中实现二进制文件随机存取的两种方法。-achieve binary random access to the two methods.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:43332
    • 提供者:achan
  1. RandomAccessProcedure

    0下载:
  2. 随机接入过程包括传输随机接入前导序列和随机接入响应。一个随机接入信道占用预留给随机接入前导传输的一个子帧或者多个连续子帧中的6个资源块。eNode B 没有禁止向预留给随机接入信道前导传输的资源块中进行数据调度。被高层调度到共享数据信道的剩余消息传输未包括在物理层随机接入过程中。-Random access process, including transmission random access preamble sequence and the random access response.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:7648
    • 提供者:雨儿
  1. several-random-access-protocols

    0下载:
  2. CAJ文件,几种随机接入协议的仿真性能比较分析-caj paper, several random access protocols for a comparative analysis of simulation performance
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:74731
    • 提供者:tff
  1. Random

    0下载:
  2. 获取互不相同的随机字母(从a到z),并按从小到大顺序排列-Access to each other with random letters (from a to z), according to the order from small to large
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:722
    • 提供者:zeqin
  1. LTE_RACH

    2下载:
  2. LTE中随机接入信道的源代码分析,包括发送端和接收端-LTE in the random access channel of the source code analysis, including the sending end and receiving end
  3. 所属分类:matlab

    • 发布日期:2014-08-12
    • 文件大小:11264
    • 提供者:WR
  1. Magneto-Resistive-Random-Access-Memory

    0下载:
  2. Magneto Resistive Random Access Memory
  3. 所属分类:software engineering

    • 发布日期:2017-05-13
    • 文件大小:3201742
    • 提供者:subanulla
  1. random-access-sort

    0下载:
  2. 用多种方法,对随机数进行排序,使我们更清楚的明白各自的算法。-In many ways, to sort of random number, make us more clearly understand their algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:635428
    • 提供者:li_heng
  1. Random-Access-for-LTE

    0下载:
  2. Random access preamble and algorithm designs for LTE-LTE Advanced Base Stations are clearly defined in this presentation. All definitions are based on 3GPP release 11.-Random access preamble and algorithm designs for LTE-LTE Advanced Base Stations a
  3. 所属分类:Communication

    • 发布日期:2017-11-14
    • 文件大小:1437470
    • 提供者:aydim turkken
  1. Random-access-algorithm

    0下载:
  2. 东南大学研究生算法与设计课程编程实现作业5-22 随机取数算法实现-Southeast University Graduate programming algorithms and design courses jobs 5-22 random access algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:642582
    • 提供者:市丸银
  1. RANDOM-ACCESS

    0下载:
  2. C++编写的随机访问文件程序,支持对文件的读,写,修改文件,添加文件,删除文件-C++ write random access file program that supports file read, write, modify the file, add files, delete files
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:3919956
    • 提供者:zjy
  1. 吞吐量Simulation

    0下载:
  2. 对随机接入中退避算法过程的模拟实现,通过仿真验证理论值(Simulation of backoff algorithm in random access)
  3. 所属分类:其他

« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com