代码搜索:bits

找到约 10,000 项符合「bits」的源代码

代码结果 10,000
www.eeworm.com/read/196122/8114107

m symbols_to_bits.m

% code the dominant and subordinate pass symbols using AC clear %clc load filename output sym=sym(1:486); lim=length(sym)+1; sequence=[]; pass=0; ii=1; while ii
www.eeworm.com/read/246923/12697884

m reorder_bits.m

function [u]= reorder_bits(c,rearranged_cols) %v= reorder_bits(c,rearranged_cols) %For examples and more details, please refer to the LDPC toolkit tutorial at %http://arun-10.tripod.com/ldpc/ldpc.h
www.eeworm.com/read/145704/12706783

zip sampling_bits.zip

www.eeworm.com/read/244541/12857337

m bits_to_symbols.m

% reverse of symbols_to_bits clear clc load filename sequence %load pass=0; symbols=[]; ii=1; index=1; index1=1; offset=14; while 1 [stream_out , index ]=entropy_decode(sequence
www.eeworm.com/read/244541/12857357

m symbols_to_bits.m

% code the dominant and subordinate pass symbols using AC clear %clc load filename output sym=sym(1:486); lim=length(sym)+1; sequence=[]; pass=0; ii=1; while ii
www.eeworm.com/read/243950/12904188

h swfdec_bits.h

/* Swfdec * Copyright (C) 2003-2006 David Schleef * 2005-2006 Eric Anholt * 2006-2007 Benjamin Otte * * This library is free software; you
www.eeworm.com/read/243950/12904281

c swfdec_bits.c

/* Swfdec * Copyright (C) 2003-2006 David Schleef * 2005-2006 Eric Anholt * 2006-2007 Benjamin Otte * * This library is free software; you
www.eeworm.com/read/243950/12904355

h jpeg_bits.h

#ifndef __BITS_H__ #define __BITS_H__ typedef struct _JpegBits JpegBits; struct _JpegBits { unsigned char *ptr; int idx; unsigned char *end; int error; }; int jpeg_bits_error (JpegBits *
www.eeworm.com/read/243950/12904358

c jpeg_bits.c

#include #include "jpeg_bits.h" /* FIXME */ #define TRUE 1 #define FALSE 0 int jpeg_bits_error (JpegBits *bits) { return bits->error; } int jpeg_bits_get_u8 (JpegBits *bits) { if (b
www.eeworm.com/read/243947/12906236

c fad.bits.c

/** * libFAD - Flash Animation Decode library * Copyright (C) 2005-2006 VGSystem Technologies, Inc. * * libFAD is the legal property of its developers, whose names are too numerous * to list here