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

搜索资源列表

  1. ds[1].tar

    0下载:
  2. 数据结构中链的链表的应用,约瑟夫问题,皇后问题等十个数据结构常见问题的程序 -Data structure in the linked list chain applications, the issue of Joseph, 10 Queen' s data structure, etc. The program Frequently Asked Questions
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:158593
    • 提供者:suphydodo
  1. DS

    0下载:
  2. 本人绝对原创的教学计划编制问题,拿出来和大家一起分享。-I am absolutely in the teaching of original programming problems and work out to share with everyone.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:50728
    • 提供者:King
  1. cdma

    0下载:
  2. DS-CDMA仿真程序和仿真结果(MATLAB编写)-DS-CDMA simulation and Simulation Results
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:77850
    • 提供者:江波
  1. DS_CDMA

    0下载:
  2. 直接序列扩频系统仿真模型,通过学习仿真程序设计的函数运算,可以对其他类似扩频系统举一反三-Direct Sequence Spread Spectrum system simulation model, by learning a function of simulation programming operation, you can learn by analogy to other similar spread-spectrum systems
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:25862
    • 提供者:胡海丰
  1. DS

    0下载:
  2. 数据结构关于线性表的理解和算法(是对c语言的算法)-Data structure on the linear form of understanding and algorithms (an algorithm is c language)
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:256156
    • 提供者:子日
  1. motionEstDS

    0下载:
  2. Code for motion estimation using the DS (diamond search) algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1821
    • 提供者:naim12345
  1. DS-Algo-VC

    0下载:
  2. 数据结构,严蔚敏一书中的全部程序代码,请参考,进行交流学习。-Data structure, Yan Wei-Min a book all the code, please refer to conduct the exchange of learning.
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:3056238
    • 提供者:张元
  1. zhikuo

    3下载:
  2. 自已做的直扩系统的simulink仿真,包括信号源的生成,捕获与跟踪,解扩解调全过程-To do their own DS systems simulink simulation, including the signal source of the generation, capture and track the entire process of despreading demodulation
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:37848
    • 提供者:brian
  1. DS

    0下载:
  2. database source code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-26
    • 文件大小:22863
    • 提供者:Rashmi
  1. DS

    0下载:
  2. 直接序列扩频的一个例子,对学习这方面知识,和编程都有很好的帮助-An example of direct-sequence spread spectrum, to learn that knowledge, and programming are very helpful
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:199893
    • 提供者:yangqiuchen
  1. ds

    0下载:
  2. 众多数据结构java applet演示程序,将抽象的数据结构算法形象化地表示出来,是学习数据结构的助手,值得大家下载学习-Large number of data structures java applet demo program, the abstract data structure visualization algorithms to be expressed, is an assistant to learn data structures, it is worth downloa
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:27563
    • 提供者:
  1. DS

    0下载:
  2. 数据结构与算法(张铭等著)书籍源代码及测试程序-Data structures and algorithms (Zhang Ming waiting) Book source code and test procedures
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:952005
    • 提供者:Vivian
  1. DSCDMA

    0下载:
  2. DS CDMA simulation matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:10023
    • 提供者:siavash
  1. ds

    0下载:
  2. 数据结构资料,flash 动画演示算法的执行过程-data structure information
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:992000
    • 提供者:xiaoxia
  1. BER_for_DS-CDMA_with_AWGN

    0下载:
  2. BER DS-CDMA with AWGN
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:48664
    • 提供者:soufiane
  1. DS_CDMA_communication_system

    0下载:
  2. 这个仿真程序用于实现DS-CDMA通信系统仿真 -The simulation program used to implement DS-CDMA Communication System Simulation
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:29018
    • 提供者:梁勇
  1. shuzuyunsuan

    0下载:
  2. 设在内存区域中有数组X和Y。X数组有X1,X2,…,X10;Y数组有Y1,Y2,…,Y10,编程序实现下面的计算: Z1=X1-Y1,Z2=X2+Y2,Z3=X3-Y3,Z4=X4+Y4,Z5=X5+Y5,Z6=X6-Y6,Z7=X7-Y7,Z8=X8+Y8,Z9=X9-Y9,Z10=X10+Y10。计算结果Z存放在数组Z中。 为了便于检查结果,设数组X的内容为db 22,11,22,11,11,22,22,11,22,11,0,0,0,0,0,0存放于ds:0的内存中,为了便于计算,把
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:4719
    • 提供者:杜宾
  1. DS

    0下载:
  2. 清航考研 10考研的 计算机 数据结构 考研辅导-Air Kao Yan Qing 10 Entrance Examination Guidance Computer data structure Kaoyan
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-23
    • 文件大小:6868984
    • 提供者:WLJ
  1. fh

    0下载:
  2. 本文阐述了扩展频谱通信技术的理论基础和实现方法,利用MATLAB 提供的可视化 工具Simulink 建立了扩频通信系统仿真模型,详细讲述了各模块的设计,并指出了仿真建模 中要注意的问题。在给定仿真条件下,运行了仿真程序,得到了预期的仿真结果。同时,利 用建立的仿真系统,研究了扩频增益与输出端信噪比的关系,结果表明,在相同误码率下, 增大扩频增益,可以提高系统输出端的信噪比,从而提高通信系统的抗干扰能力。 -This paper describes the theory
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:2043
    • 提供者:clinfeng
  1. td-cdma

    0下载:
  2. 我整理的ds-cdma 的完整代码,有详解,条理分明-I order the ds-cdma full code, Xiang Jie, coherent
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:14011
    • 提供者:胡雪燕
« 1 2 3 4 5 67 8 9 10 11 12 13 »
搜珍网 www.dssz.com