CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 搜索资源 - C程序算法

搜索资源列表

  1. 1 三种调度算法的模拟代码

    1下载:
  2. 编写一程序,可以创建若干个虚拟进程,并对若干个虚拟进程进行调度,调度策略为时间片轮转。 虚拟程序的描述: 虚拟指令的格式: 操作命令 操作时间 其中,操作命令有以下几种: l C : 表示在CPU上计算 l I :表示输入 l O:表示输出 l W:表示等待 l H:表示进程结束 操作时间代表该操作命令要执行多长时间 假设I/O设备的数量没有限制 -prepared a procedure,
  3. 所属分类:BREW编程

    • 发布日期:2008-10-13
    • 文件大小:29419
    • 提供者:寒冰
  1. GpsTracer_src

    0下载:
  2. 此程序为GPS软件接收机的源码,能够对数据实施捕获和跟踪算法,对理解GPS接收机原理有很大帮助。,,Visual C++,GPS develop -procedure for the GPS receiver software source code, to the implementation of data capture and tracking algorithm, right GPS receiver understanding will be of great help. ,, Vi
  3. 所属分类:GPS编程

    • 发布日期:2008-10-13
    • 文件大小:95341
    • 提供者:robert
  1. LRP

    1下载:
  2. 本程序用c++语言实现了wcdma系统当中的信道预测算法,并给出了该算法的吞吐量以及误码率的性能 -the procedures used by c language wcdma systems channel prediction algorithm. and the algorithm is the throughput and error rate performance
  3. 所属分类:传真(Fax)编程

    • 发布日期:2008-10-13
    • 文件大小:1212253
    • 提供者:王强
  1. MRELFFT

    0下载:
  2. 利用分裂基算法求实序列的DFT,虚部赋值为零,这些程序是用C来实现的
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:1468
    • 提供者:dh
  1. MLATTIC

    0下载:
  2. 实现输入、输出都为少数点时的FFT算法,这些程序是用C语言来实现的
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:1144
    • 提供者:dh
  1. ldpc_decoder

    1下载:
  2. 采用Log-BP算法的LDPC码译码仿真程序,给出了不同信噪比下误码率和误包率的统计图,用matlab和C(c-mex)程序分别编写,有详细说明和注释。
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:78005
    • 提供者:智钢
  1. binary

    1下载:
  2. RFID中的防碰撞算法二进制方法 一个小程序 用C++写的- binary
  3. 所属分类:RFID

    • 发布日期:2017-04-01
    • 文件大小:1501
    • 提供者:张园
  1. turbo

    2下载:
  2. turbo码的map,log-map以及max-log-map的算法的c程序仿真-turbo code of the map, log-map and the max-log-map algorithm for c program simulation
  3. 所属分类:通讯/手机编程

    • 发布日期:2014-03-03
    • 文件大小:5612
    • 提供者:章剑
  1. IRAcode

    0下载:
  2. 非规则重复累积码(IRA)在AWGN信道的编译码C程序,译码算法BP算法。程序用txt文档保存。-Code irregular repeat accumulate (IRA) in the AWGN channel codec C procedures, BP decoding algorithm. Txt document with the preservation process.
  3. 所属分类:3G develop

    • 发布日期:2017-04-13
    • 文件大小:2432
    • 提供者:wangyuan
  1. veterbi_decode

    0下载:
  2. viterbi解码算法的C程序,值得一看-viterbi decoding algorithm of C procedures, see
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-17
    • 文件大小:17281
    • 提供者:dingding
  1. programsforgps

    0下载:
  2. 本书主要介绍GPS基本原理及各类定位算法和技术,书中附有不少C程序编写的定位算法,星历数据的读取等,很有参考价值-thisbook contains many programs for designing application programsof GPS
  3. 所属分类:GPS develop

    • 发布日期:2017-05-19
    • 文件大小:5218659
    • 提供者:刘卫菠
  1. XuSQ

    0下载:
  2. 微粒群相关算法代码及文章,包含c++程序代码及matlab代码-PSO code and article
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-05-01
    • 文件大小:657526
    • 提供者:bolei
  1. G.719

    1下载:
  2. 包括对ITU-T G.719语音压缩算法的说明文档、对性能优化后的编码和解码C程序,以及对算法性能进行测试的语音片段-Including the ITU-T G.719 voice compression algorithm documentation, performance optimized C code for encoding and decoding procedures, and test the performance of the algorithm of voice clip
  3. 所属分类:Voice Compress

    • 发布日期:2017-05-23
    • 文件大小:7249965
    • 提供者:张勇
  1. LTE_24bitCRC_enc

    0下载:
  2. 完成LTE中24bitCRC校验码编码,包括3个子程序: 1)LTE_24bitCRC_matlab_encode.m(利用matlab自带函数进行crc编码,用于实际算法对比参考) 2)LTE_24bitCRC_table_encode.m(利用查表方式进行crc编码,值得注意的是该程序还给出了查找表的具体计算方法,不像有的c程序只是定义好表格,但没有告知表格的求法) 3)LTE_24bitCRC_compare.m(比对2种方式编码的结果,验证程序的正确性。实际使用中会用2)的方
  3. 所属分类:3G develop

    • 发布日期:2017-04-05
    • 文件大小:2389
    • 提供者:cvb
  1. gortzel

    0下载:
  2. Gortzel算法的C程序,实现频率检测。-Gortzel algorithm C procedures, detect the frequency of signal.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-29
    • 文件大小:4141
    • 提供者:秦亚光
  1. AGC1

    0下载:
  2. AGC算法的C程序代码,有效地自动的解决信号未知衰减的问题,使系统的性能得到很大的提升。-AGC algorithm C code, effectively automatically resolve the problem of signal attenuation is unknown, the performance of the system has been greatly improved.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-03
    • 文件大小:5536
    • 提供者:gst
  1. CRC_polar_SC_SCL

    3下载:
  2. polar码的SC译码算法,可设置不同信噪比,不同码长,可改为SCL算法和CA_SCL算法。核心部分采用C程序编写,主要框架采用matlab编写,极大提高了运行速度。 -SC polar code decoding algorithm, you can set different SNR, different code lengths, can be changed SCL algorithm and CA_SCL algorithms. The core part of C programmi
  3. 所属分类:3G develop

    • 发布日期:2015-11-23
    • 文件大小:58368
    • 提供者:李有均
  1. ldpcBP

    0下载:
  2. LDPC 码的BP以及MS C 算法程序(LDPC BP and MS decoder of C++ program)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-23
    • 文件大小:2320384
    • 提供者:秀伟
  1. FFT算法程序分步详解C程序

    0下载:
  2. 分步细讲解基2蝶形算法,尽量让你在最短的时间内掌握FFT算法的程序实现。(Step by step to explain the basic 2 butterfly algorithm, try to let you grasp the FFT algorithm in the shortest time.)
  3. 所属分类:通讯编程

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:黑森林
  1. hvpqorg

    0下载:
  2. 非常需要的可以下载看看,适合初学者学习,好的算法和程序(Very need to download to see, suitable for beginners to learn, good algorithm and program.)
  3. 所属分类:通讯编程

    • 发布日期:2018-05-04
    • 文件大小:5120
    • 提供者:5C2U1p
« 12 »
搜珍网 www.dssz.com