代码搜索:coded
找到约 2,797 项符合「coded」的源代码
代码结果 2,797
www.eeworm.com/read/386159/8762699
m fading_ber_curves.m
function varargout = Fading_BER_Curves(SNRs)
%ConvCode_BER_Curves Bit Error Rate plots for convolutional coded system.
% h = ConvCode_BER_Curves plots an upper bound of the bit error rate
% (BE
www.eeworm.com/read/386159/8762761
m convcode_simulate.m
function [CC_BER] = ConvCode_Simulate(SNRs, simLines)
% Run ConvCode_*.mdl to generate Monte Carlo simulation results for
% example convolutional coded systems
trellis = poly2trellis(7, [171 13
www.eeworm.com/read/386159/8762795
m convcode_ber_curves.m
function varargout = ConvCode_BER_Curves()
%ConvCode_BER_Curves Bit Error Rate plots for convolutional coded system.
% h = ConvCode_BER_Curves plots an upper bound of the bit error rate
% (BER)
www.eeworm.com/read/386159/8762799
asv convcode_simulate.asv
function [CC_BER] = ConvCode_Simulate(SNRs, simLines)
% Run ConvCode_*.mdl to generate Monte Carlo simulation results for
% example convolutional coded systems
trellis = poly2trellis(7, [171 13
www.eeworm.com/read/184021/9125987
java base64.java
public class Base64 {
/**
* returns an array of base64-encoded characters to represent the
* passed data array.
*
* @param data the array of bytes to encode
* @return base64-coded character array.
www.eeworm.com/read/376170/9328016
cpp imagehandler.cpp
/*
*
* imagehandler.cpp
*
* the stone rendering part has been coded by Marin Ferecatu - thanks, good job!
*
*/
#include "defines.h"
#include "imagehandler.h"
#include "icons.h"
#include "qglobal.h"
www.eeworm.com/read/179859/9334330
java base64.java
public class Base64 {
/**
* returns an array of base64-encoded characters to represent the
* passed data array.
*
* @param data the array of bytes to encode
* @return base64-coded character array.
www.eeworm.com/read/178738/9386932
h cups.h
/*
* "$Id: cups.h,v 1.59 2005/01/03 19:29:45 mike Exp $"
*
* API definitions for the Common UNIX Printing System (CUPS).
*
* Copyright 1997-2005 by Easy Software Products.
*
* These coded
www.eeworm.com/read/361539/10047488
cfg decoder.cfg
foreman_cif.264 ........H.26L coded bitstream
foreman_cif_dec.yuv ........Output file, YUV 4:2:0 format
foreman_cif.yuv ........Ref sequence (for SNR)
1
www.eeworm.com/read/422760/10612000
txt primsalgorithm.txt
%Prims Algorithm
%coded by Vikramaditya V. Kundur
%more information www.matlabsky.cn
clc
fid = fopen('testfile1.txt', 'r'); % Input file
%Input file should be in the form of a text file.