代码搜索:coded

找到约 2,797 项符合「coded」的源代码

代码结果 2,797
www.eeworm.com/read/112323/15489675

c store.c

/* store.c, picture output routines */ /* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */ /* * Disclaimer of Warranty * * These
www.eeworm.com/read/187030/8881773

txt iso-test-vectors.txt

1. In this example the data-string is the empty string, i.e. the string of length zero. The hash-code is the following 512-bit string. 19FA61D75522A466 9B44E39C1D2E1726 C530232130D407F8 9AFEE
www.eeworm.com/read/284314/8945024

m downsample2.m

function y = downsample2(x, d) % DOWMSAMPLE2 [y = downsample2(x, d)] % 2 dimensional downsampling function % x : input to be downsampled % d : downsampling factor % % coded by hiro on Nov 21, 20
www.eeworm.com/read/284314/8945037

m upsample2.m

function y = upsample2(x, u) % UPSAMPLE2 [y = upsample2(x, u)] % 2 dimensional upsampling function % x : input to be upsampled % u : upsampling factor % % coded by hiro on Nov 21, 2004 if u =
www.eeworm.com/read/427148/8971826

h sei.h

/*! ************************************************************************************* * \file sei.h * * \brief * Prototypes for sei.c *********************************************
www.eeworm.com/read/359810/10124050

m br_decode2.m

% convulutional decoder % t is the trellis % By Carlos % CTIF,AAU %clflores@kom.aau.dk function decoded = BR_decode2(code_rate,R_demod,t) tb = min(35,floor(length(R_demod)*code_rate)); if cod
www.eeworm.com/read/160583/10516927

py font_indexing.py

""" A little example that shows how the various indexing into the font tables relate to one another. Mainly for mpl developers.... """ import matplotlib from matplotlib.ft2font import FT2Font, KERNI
www.eeworm.com/read/422634/10624066

m downsample2.m

function y = downsample2(x, d) % DOWMSAMPLE2 [y = downsample2(x, d)] % 2 dimensional downsampling function % x : input to be downsampled % d : downsampling factor % % coded by hiro on Nov 21, 20
www.eeworm.com/read/422634/10624088

m upsample2.m

function y = upsample2(x, u) % UPSAMPLE2 [y = upsample2(x, u)] % 2 dimensional upsampling function % x : input to be upsampled % u : upsampling factor % % coded by hiro on Nov 21, 2004 if u =