代码搜索结果
找到约 10,000 项符合
Algorithm 的代码
algorithm_two_five.plg
Build Log
--------------------Configuration: algorithm_two_five - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOC
algorithm_two_five.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
algorithm_two_five.cpp
#include
#include
#include
#define Elemtype int
typedef struct{
Elemtype *elem;
int Lenth;
}Sqlist;
char InitList(Sqlist &L)
{
L.elem=(Elemtype *)mal
algorithm_two_five.dsp
# Microsoft Developer Studio Project File - Name="algorithm_two_five" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Wi
test_algorithm_menu.m
%****************************************************************
% 内容概述:TURBO译码性能AWGN信道测试(菜单式)
% 达到误帧限即可停止当前SNR点的测试,节省计算量
% 创 建 人:朱殿荣/QQ:235347/MSN:njzdr@msn.com
% 单 位:南京邮电大学,通信工程系
%
decoder_all_algorithm.m
function [hard_out,soft_out]=decoder_all_algorithm(in,alphain,num_iterate,algorithm)
%****************************************************************
% 内容概述:3种算法turbo解码器,in是RSC编码器输出
% 利用硬
gmm_counting_algorithm.m
function w = gmm_counting_algorithm(g, prob, N)
%function w = gmm_counting_algorithm(g, prob, N)
%
% INPUTS:
% g - Gaussian mixture
% prob - probability mass to enclose [0, 1]
% N - numbe