登录
首页 » Visual C++ » tail_biting_conv

tail_biting_conv

于 2021-05-13 发布 文件大小:614KB
0 297
下载积分: 1 下载次数: 109

代码说明:

  316咬尾卷积码的WAVA译码与ML译码(316tailbitingcodes WAVAandMLdecoding algorithms)

文件列表:

tail_biting_conv
................\Debug
................\.....\BuildLog.htm,10098,2012-11-22
................\.....\gaussian_channel.obj,28576,2012-11-22
................\.....\gen_seq.obj,26673,2012-11-22
................\.....\math_func.obj,57477,2012-11-22
................\.....\modulate.obj,26587,2012-11-22
................\.....\mt.dep,67,2012-11-22
................\.....\rayleigh_channel.obj,34316,2012-11-22
................\.....\stdafx.obj,12605,2012-11-22
................\.....\tail_biting_conv.exe.embed.manifest,663,2012-11-15
................\.....\tail_biting_conv.exe.embed.manifest.res,728,2012-11-15
................\.....\tail_biting_conv.exe.intermediate.manifest,621,2012-11-22
................\.....\tail_biting_conv.obj,51350,2012-11-22
................\.....\tail_biting_conv.pch,3211264,2012-11-22
................\.....\tb_316_decoder.obj,38009,2012-11-22
................\.....\tb_conv_316_enc.obj,28763,2012-11-22
................\.....\vc90.idb,297984,2012-11-22
................\.....\vc90.pdb,290816,2012-11-22
................\gaussian_channel.cpp,634,2012-11-19
................\gen_seq.cpp,170,2012-11-18
................\head.h,768,2012-11-22
................\math_func.cpp,3765,2012-10-28
................\math_func.h,773,2012-10-28
................\modified_result.txt,25000,2012-11-23
................\modulate.cpp,191,2012-11-19
................\rayleigh_channel.cpp,2088,2012-10-28
................\ReadMe.txt,1237,2012-11-14
................\stdafx.cpp,221,2012-11-14
................\stdafx.h,233,2012-11-14
................\tail_biting_conv.cpp,1647,2012-11-22
................\tail_biting_conv.vcproj,5123,2012-11-22
................\tail_biting_conv.vcproj.PC-WUXINGSHENJI.Administrator.user,1427,2012-11-22
................\targetver.h,498,2012-11-14
................\tb_316_decoder.cpp,4445,2012-11-22
................\tb_conv_316_enc.cpp,1080,2012-11-19

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Windows-Sockets
    本书主要介绍了如何用API函数进行网络间通信(The book introduces how to use the API function communication networks)
    2013-03-08 23:59:51下载
    积分:1
  • GenPrint-Sample
    打印虚拟驱动,提取自wdk 8.1,需要wdk环境。(Print a virtual drive, extracted WDK 8.1, need WDK environment.)
    2021-03-11 09:49:26下载
    积分:1
  • NumIdenByANN
    用以数字(图象)识别的源代码。内附可执行文件。包括了训练、识别2个过程(figures for the (images) identification of the source code. Containing executable files. Includes training, two identification process)
    2006-11-20 15:19:52下载
    积分:1
  • baseCla
    利用虚函数手段,按照三种不同的数据存储方式及其处理方法来实现如下的所谓“反序输出问题”:从键盘输入n 个int 型数据先存储起来(具体n 值由用户从键盘输入),而后再按照与输入相反的顺序将这些数据显示在屏幕上。具体地说,可通过在基类baseCla 及其派生类method1Cla、method2Cla 和method3Cla中说明如下的同一个虚函数“virtual void reverseout() ”,来实现所述问题的三种不同处理方法。例如,可设计并使用已经在第四章和第六章的实践题中所使用的数据存储结构以及处理方法:(1)使用大小为100 的常界数组存放数据;(2)通过new 生成大小恰为n 的动态数组存放数据;(3)使用指针与链表的实现法。(err)
    2007-12-18 16:30:58下载
    积分:1
  • cargame
    基于OpenGL实现的汽车游戏。模拟了汽车运动的物理过程。使用了SDL和Boost,需要自行配置。(Based on the OpenGL car game. Simulate the physical process of motor sport. Use the SDL and Boost, needs its own configuration.)
    2020-09-13 13:47:59下载
    积分:1
  • ask_answer
    该程序模拟知乎,作为网上问答系统,用户能注册,登录,提问,回答,点赞,关注,取关,查找问题,等一系列操作,一个服务器端可以同时连接多个客户端,能够同步各个客户端操作结果。程序分为客户端和服务器端,用户gui采用mfc编写,通信方式为socket方式,开发环境为win7 vs2015,编译器v140.(The program simulates know almost as online quiz system, users can register, login, questions, answers, thumbs up, focus on, take off, find the problem, and a series of operations, a server can be connected to multiple clients simultaneously, it is possible to synchronize each client operating results. Program is divided into client and server side, the user using mfc gui written communication for the socket, the development environment for win7 vs2015, compiler v140.)
    2016-05-17 11:56:13下载
    积分:1
  • WBBaayesianr
    我写的贝叶斯fusion的Visual C+++源码,简明易懂,提供参数说明 可直接使用。 (The Bayesian fusion the Visual C+++ of what I wrote source, easy-to-understand parameters can be used directly.)
    2012-09-30 11:17:27下载
    积分:1
  • C_C++code_formate
    C_C++源程序的格式化软件,控制台界面(C_C++ Source formatting software, console interface)
    2007-08-01 08:21:24下载
    积分:1
  • 超简易的Log日志记录源码,只有几个文件,多线程异步写入日志文件
    超简易的Log日志记录源码,只有几个文件,多线程异步写入日志文件。
    2022-03-18 12:16:38下载
    积分:1
  • matlab-ppt
    MATLAB学习,PPT文件。完全深入简出的教学方法,从最简单的着手。(MATLAB Learning, PPT files. Completely in-depth Jane out of teaching methods, from the simplest place to start.)
    2009-10-07 15:48:33下载
    积分:1
  • 696518资源总数
  • 106182会员总数
  • 24今日下载