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

搜索资源列表

  1. c++cxu

    0下载:
  2. 很高兴成为这里的一员,我将继续努力,多多上传好的代码,文件里有一些自己写的,也有一些收集的程序,基本上都有解释.-very pleased to be here in one, I will continue to work hard, give more uploads good code, some of the documents in his own writing, have some collection procedures, basically explained.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:305.66kb
    • 提供者:黄一敏
  1. OFDM2

    0下载:
  2. 很好的很难得的ofdm系统调制解调各个部分的matlab源代码-good hard to come by ofdm system modulation and demodulation various parts of the source code Matlab
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:11.79kb
    • 提供者:毕丽娜
  1. Viterbi

    0下载:
  2. Viterbi Algorithm & Viterbi Decoder Matlab Code.(Provided both soft & hard decision ability). Note: The main function is viterbi.m
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3.14kb
    • 提供者:Nick
  1. ClassAstar

    1下载:
  2. C++实现的A*寻路算法,找的好辛苦,源代码-C++ to achieve the A* Algorithm for Route, a good hard look for the source code ~ ~ ~
  3. 所属分类:Data structs

    • 发布日期:2016-08-29
    • 文件大小:2.12mb
    • 提供者:wrying
  1. tcm_8psk_viterbi

    3下载:
  2. 通信中的8psk&tcm的体制研究,matlab源程序代码,采用viterbi译码方式,同时适用于软判决和硬判决两种方式-Communication 8psk & tcm institutional research, matlab source code, using viterbi decoding method applies to both soft-decision and hard decision in two ways
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:5.82kb
    • 提供者:随风
  1. code

    0下载:
  2. 一个效率还可以的配对堆 Fibonacci Heap太难写了 配对堆可以有效替代Fibonacci Heap 附带了用它实现的Dijkstra 复杂度O(nlogn+e) -An efficient matching can also be hard to heap Fibonacci Heap wrote a pairing heap Fibonacci Heap can be an effective alternative to use it comes with th
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2.87kb
    • 提供者:武永基
  1. viterbi

    4下载:
  2. 实现了卷积码的viterbi译码,软判决和硬判决均可实现,是从英文教学书上抄下来的。-Achieved viterbi decoding of convolutional codes, soft decision and hard decision can be realized, from the English teaching books, copied down.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:4.79kb
    • 提供者:roar
  1. 2009122

    0下载:
  2. 想加密自己的软件,看过一些软件的作法,思路如下: 1、用户安装后,得出本机的机器码(硬盘的序列号,不想用网卡,因为很多机器没有网 卡)。生成机器码代码 2、用户将该机器码EMAIL给我,我用该机器码生成一个注册码,发送给用户。注册码生成 代码 3、用户在程序中输入该注册码,程序逆算该注册码,与机器码核对,查看是否相符。注册 码逆算、核对代码, 4、如果用户安装后没有得到注册码,在N天后部分功能不可用。不要太容易被改(虽然说 安装后也只有少部份功能能用)。时限功能代
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:11.44kb
    • 提供者:华仔
  1. LDPCBSN

    1下载:
  2. LDPC码既低密度奇偶校验码(Low Density Parity Check Code,LDPC),它由Robert G.Gallager博士于1963年提出的一类具有稀疏校验矩阵的线性分组码,不仅有逼近Shannon限的良好性能,而且译码复杂度较低, 结构灵活,是近年信道编码领域的研究热点,目前已广泛应用于深空通信、光纤通信、卫星数字视频和音频广播等领域。LDPC码已成为第四代通信系统(4G) -LDPC codes BER simulation under AWGN channel.
  3. 所属分类:matlab

    • 发布日期:2016-11-21
    • 文件大小:7.86kb
    • 提供者:天天
  1. Uler

    0下载:
  2. Snake game with c code. very fun and a lil bit hard
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:79.24kb
    • 提供者:JeTRisha
  1. viterbidec

    0下载:
  2. Its a hard decision viterbi decoder that i built for my final year project.it decodes the convolutionally encoded data of code rate 1/2 having constraint length of 3.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:1.72kb
    • 提供者:Adnan
  1. computingBERConvolutionalCod1

    0下载:
  2. scr ipt for computing BER with Binary Convolutional Code and Viterbi decoding with finite survivor state memory and variable traceback depth Convolutional code of Rate-1/2, Generator polynomial - [7,5] octal Hard decision decoding i
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:5.35kb
    • 提供者:thefar2012star
  1. computingBERConvolutionalCode

    0下载:
  2. scr ipt for computing BER with Binary Convolutional Code and Viterbi decoding. Convolutional code of Rate-1/2, Generator polynomial - [7,5] octal Hard decision decoding is used.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:4.79kb
    • 提供者:thefar2012star
  1. waveletthresholddenoising

    2下载:
  2. 基于MATLAB的小波阈值去噪方法的研究(其中包括软阈值方法,硬阈值方法,广义小波阈值函数,自适应特征阈值等方法的代码)-MATLAB-based wavelet threshold denoising (including soft-thresholding method, hard threshold method, generalized wavelet thresholding function, adaptive threshold methods such as feature co
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:127.82kb
    • 提供者:梁娟
  1. 12

    0下载:
  2. 硬阈值去噪的MATLAB算法实现 源程序代码-MATLAB hard threshold denoising algorithm source code
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:647byte
    • 提供者:43104541
  1. Ham_hard

    0下载:
  2. hard decision of binary hamming code
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:817byte
    • 提供者:thgthg8
  1. xiaoboyuzhiquzao

    0下载:
  2. 小波阈值降噪的matlab代码 里面有两个程序 一个比较了软硬阈值去噪 另外一个对多层小波分解的阈值去噪做了对比-Wavelet threshold denoising matlab code there are two programs a relatively soft and hard thresholding is another multi-layer wavelet threshold denoising to do a comparison
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:28.89kb
    • 提供者:许凝
  1. Soft_hard-decision-of-hamming-code

    1下载:
  2. 代码实现了汉明码译码的软判决和硬判决误码率仿真图,并且通过对比理论曲线,验证了代码的正确性。-This code achieves the BER code curve of hamming code using soft decision and hard decision. Compared with the theoretical curve,I verify the correctness of the code.
  3. 所属分类:matlab

    • 发布日期:2017-11-05
    • 文件大小:27.57kb
    • 提供者:
  1. matlab-source-code

    0下载:
  2. 该文件中包含了详细的matlab实现的源代码,很适合初学者入门。代码的运行环境有要求: 1. 软件环境 需要安装暴风影音才能正常播放.WMV文件; MATLAB R2011b 版本的软件。 2. 硬件环境 处理器:CPU主频不低于1GHz; 内存:不小于256MB; 硬盘:不小于10GB; 显示器:支持1024*768分辨率。-The file contains a detailed matlab realize the sourc
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:611.21kb
    • 提供者:
  1. Convolutional-code

    1下载:
  2. 卷积码的编码过程,维特比译码的硬判决和软判决,等效基带模型的仿真,包括QAM调制和PSK调制-Convolutional code encoding process, the Viterbi decoding hard decision and soft-decision, equivalent baseband model simulation, including QAM modulation and PSK modulation
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:51.32kb
    • 提供者:xgwx
« 12 3 4 5 »
搜珍网 www.dssz.com