代码搜索:Coding
找到约 9,366 项符合「Coding」的源代码
代码结果 9,366
www.eeworm.com/read/249628/12484446
clw bch_coding.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CBCH_CodingApp
LastTemplate=CMDIChildWnd
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include
www.eeworm.com/read/249628/12484448
opt bch_coding.opt
www.eeworm.com/read/249628/12484476
dsp bch_coding.dsp
# Microsoft Developer Studio Project File - Name="BCH_Coding" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86
www.eeworm.com/read/248593/12551563
doc coding_style.doc
www.eeworm.com/read/236878/13994826
doc 9coding.doc
www.eeworm.com/read/134086/14009354
txt coding-guidelines.txt
CODING GUIDELINES : Initials by psoTFX (July 2001)
-----------------
* The coding style is defined in the codingstandards.html file, all attempts should be made to follow it as closely as possible
www.eeworm.com/read/236390/14017637
m coding_xn.m
function Code=coding_xn(Probability)
%香农编码
%Code :编码结果,以结构的形式表示
%Probability :编码概率
%输入概率判决
if sum(Probability)~=1
error('chech the Sum of probability.')
end
if ~isempty(find(Proba
www.eeworm.com/read/236382/14017818
m coding_mcst.m
function [Code,Squc,k]=coding_mcst(Prob)
%曼彻斯特编码[Code,Squc,k]=coding_mcst(Prob)
%Prob :输入概率矩阵
%Code :输出编码
%Squc :比较概率次序
%k :编码比较次数
%输入判决
if sum(Prob)~=1
error('check the sum of Pr
www.eeworm.com/read/236381/14017820
txt coding_xn.txt
function Code=coding_xn(Probability)
%香农编码
%Code :编码结果,以结构的形式表示
%Probability :编码概率
%输入概率判决
if sum(Probability)~=1
error('chech the Sum of probability.')
end
if ~isempty(find(Proba
www.eeworm.com/read/201599/15401070