代码搜索:bits

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

代码结果 10,000
www.eeworm.com/read/240574/13212951

m rand_bits.m

%******************** end of file ****************************** %子程序:1.cp_bits.m % 数据流产生 function [bits]=rand_bits(number) %number = 16 %bits=rand(1,number)>0.5; % 产生二进制数据流 for k = 1 : number
www.eeworm.com/read/325167/13221403

c text_bits.c

/************************************************************************** 该文件包括了纹理部分编码的比特读写操作函数 * **************************************************************************/ #include "mo
www.eeworm.com/read/325167/13221455

h text_bits.h

//纹理编码比特操作 #ifndef _TEXT_BITS_H_ #define _TEXT_BITS_H_ #include "momusys.h" #include "text_defs.h" /* struct for counting bits */ typedef struct { Int Y; Int C; Int vec;
www.eeworm.com/read/316958/13513576

c control_bits.c

/* | | Copyright disclaimer: | This software was developed at the National Institute of Standards | and Technology by employees of the Federal Government in the course | of their official d
www.eeworm.com/read/316787/13517711

c text_bits.c

/************************************************************************** 该文件包括了纹理部分编码的比特读写操作函数 * **************************************************************************/ #include "mo
www.eeworm.com/read/316787/13517733

h text_bits.h

//纹理编码比特操作 #ifndef _TEXT_BITS_H_ #define _TEXT_BITS_H_ #include "momusys.h" #include "text_defs.h" /* struct for counting bits */ typedef struct { Int Y; Int C; Int vec;
www.eeworm.com/read/314095/13574867

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/313384/13589544

h rearrange_bits.h

#ifndef REARRANGBITS_H #define REARRANGBITS_H void rearrange_bits(int a[],int b[],int bn,int c[],int cn); #endif
www.eeworm.com/read/313384/13589552

cpp rearrange_bits.cpp

#include "rearrange_bits.h" void rearrange_bits(int a[],int b[],int bn,int c[],int cn) {int i=0; int temp; for(i=0;i
www.eeworm.com/read/313384/13589559

h rearrange_bits.h

#ifndef REARRANGBITS_H #define REARRANGBITS_H void rearrange_bits(int a[],int b[],int bn,int c[],int cn); #endif