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

搜索资源列表

  1. TIERRA

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

    • 发布日期:2008-10-13
    • 文件大小:269421
    • 提供者:陈谭
  1. 改进的遗传算法

    2下载:
  2. vb写的改进的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。根据我的经验,要想用好遗传算法,代码必须自己写,因为问题不同,编码,杂交,变异算子可能都不一样。特别是杂交算子,需要根据问题调整,甚至创造出新的杂交方法。而且适应度计算的代码也需要自己写,特别是带约束的优化问题 -vb write improvement in the genetic algorithm. Some common code, with the specific issues the corre
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2373
    • 提供者:黄善理
  1. 遗传算法模板

    0下载:
  2. 用vb写的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。-used to write the genetic algorithm. Some common code, with the specific issues the corresponding code space, and the time spent filling into account.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2382
    • 提供者:风云
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:11008084
    • 提供者:gtcewli3
  1. pro

    1下载:
  2. 如果采用单链表保存单词,可采用如下办法压缩存储空间。如果两个单词的后缀相同,则可以用同一个存储空间保存相同的后缀。例如,原来分别采用单链表保存的单词Str1“abcdef”和单词Str2“dbdef”,经过压缩后的存储形式如下。 请设计一个高效的算法完成两个单链表的压缩存储,并估计你所设计算法的时间复杂度。 要求:阅读预设代码,编写函数SNODE * ziplist( SNODE * head1, SNODE * head2 ) ziplist的功能是:
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2645
    • 提供者:zzzbit
  1. Lossy_FDTD

    0下载:
  2. ABC_FDTD_Die(T) Implements simulation of a Gaussian Pulse over T time steps. ABC are for free space. If boundaries are in the Dielectric medium then the ABC fail. Dielectric medium begin and end can be specified with the code-ABC_FDTD_Die (T
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1231
    • 提供者:lili
  1. robot_motion_planning

    0下载:
  2. This code proposes genetic algorithm (GA) to optimize the point-to-point trajectory planning for a 3-link robot arm. The objective function for the proposed GA is to minimizing traveling time and space, while not exceeding a maximum pre-define
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:1364992
    • 提供者:guigui
  1. f1

    0下载:
  2. 一维fdtd时域有限差分法自由空间编码-Fdtd one-dimensional finite difference time domain code free space
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:631
    • 提供者:zhangxi
  1. stbc

    0下载:
  2. 对多天线系统进行编码,既有空间分集,又有时间分集-stbc code containing time diversity and space diveisity
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1875
    • 提供者:汪洋
  1. lyaprosen

    0下载:
  2. INPUTES: y: y is vector of values(time series data) tau: embedding lag of state space reconstruction. When you have not any information about tau please let it zero. The code will calculates the tau. m: m is embedding dimension. If yo
  3. 所属分类:matlab

    • 发布日期:2014-10-31
    • 文件大小:4096
    • 提供者:Hesham
  1. migong

    0下载:
  2. 采用数组存储,用链表实现迷宫的代码……原创编写,测试时间复杂度与空间复杂度低-Using an array of storage, with a list of code to achieve the maze ... ... original writing, the test time complexity and space complexity lower
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:777
    • 提供者:陆云
  1. bdsccode.tar

    0下载:
  2. BDS statistics: Correlation integral (from chaos theory) is used in this code. The time series is embedded in an m-dimensional space and the near neighbors are used to calculate the statistics.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:18152
    • 提供者:espacotempo
  1. CEIA

    0下载:
  2. POJ141的源代码,以空间换时间,速度很快很好用。-POJ141 the source code for time in space, fast easy to use.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2822
    • 提供者:lvpeiyang
  1. papr_8x4_stbc_ofdma_multi_user

    0下载:
  2. papr 8x4 space-time block code ofdma multiple user
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3518
    • 提供者:liu
  1. wqhxvra37

    0下载:
  2. 该文件夹为空时块码-卷积码级联系统的仿真程序,天线配置为2发2收,-The folder for space-time block codes- convolution code cascade system simulation program, the antenna is configured to send 2, 2,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-13
    • 文件大小:15314
    • 提供者:Phyldfs
  1. 5924620

    0下载:
  2. 该文件夹为空时块码-卷积码级联系统的仿真程序,天线配置为2发2收,-The folder for space-time block codes- convolution code cascade system simulation program, the antenna is configured to send 2, 2,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-16
    • 文件大小:15360
    • 提供者:Ldevml
  1. hbvddh2

    0下载:
  2. The folder for space-time block codes - convolution code cascade system simulation program, the antenna is configured to send 2, 2,-The folder for space-time block codes- convolution code cascade system simulation program, the antenna is configured t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-16
    • 文件大小:15360
    • 提供者:jtrorgr
  1. 0031717

    0下载:
  2. 该文件夹为空时块码-卷积码级联系统的仿真程序,天线配置为2发2收,-The folder for space-time block codes- convolution code cascade system simulation program, the antenna is configured to send 2, 2,
  3. 所属分类:Data structs

    • 发布日期:2017-12-14
    • 文件大小:15360
    • 提供者:gwsersioc
  1. 72785554STBC

    0下载:
  2. 关于空时编码的仿真代码,希望对你有所帮助哈。(Space-time coding on the simulation code, and I hope to help you, ha.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:31744
    • 提供者:TBWTBW
  1. STAP

    5下载:
  2. 阵列信号处理中的空时自适应处理算法的MATLAB实现代码(MATLAB Implementation Code of Space-Time Adaptive Processing Algorithms in Array Signal Processing)
  3. 所属分类:matlab例程

    • 发布日期:2019-03-24
    • 文件大小:2048
    • 提供者:陈乔恩
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com