代码搜索:sequence

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

代码结果 10,000
www.eeworm.com/read/294899/8194616

h noise_gen.h

//Noise_gen.h header file for pseudo-random noise sequence typedef struct BITVAL //register bits to be packed as integer { unsigned int b0:1, b1:1, b2:1, b3:1, b4:1, b5:1, b6:1; unsigned in
www.eeworm.com/read/294899/8194852

h noise_gen.h

//Noise_gen.h header file for pseudo-random noise sequence typedef struct BITVAL //register bits to be packed as integer { unsigned int b0:1, b1:1, b2:1, b3:1, b4:1, b5:1, b6:1; unsigned in
www.eeworm.com/read/294899/8194917

h noise_gen.h

//Noise_gen.h header file for pseudo-random noise sequence typedef struct BITVAL //register bits to be packed as integer { unsigned int b0:1, b1:1, b2:1, b3:1, b4:1, b5:1, b6:1; unsigned in
www.eeworm.com/read/294899/8195005

h noise_gen.h

//Noise_gen.h header file for pseudo-random noise sequence typedef struct BITVAL //register bits to be packed as integer { unsigned int b0:1, b1:1, b2:1, b3:1, b4:1, b5:1, b6:1; unsigned in
www.eeworm.com/read/294899/8195182

h noise_gen.h

//Noise_gen.h header file for pseudo-random noise sequence typedef struct BITVAL //register bits to be packed as integer { unsigned int b0:1, b1:1, b2:1, b3:1, b4:1, b5:1, b6:1; unsigned in
www.eeworm.com/read/392730/8328694

c command.c

/* SCTP kernel implementation Copyright (C) 1999-2001 * Cisco, Motorola, and IBM * Copyright 2001 La Monte H.P. Yarroll * * This file is part of the SCTP kernel implementation * * These function
www.eeworm.com/read/174518/9584231

cpp mpeg1or2videohttpsink.cpp

/********** This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either versio
www.eeworm.com/read/370375/9604533

pas gl_local_add.pas

{$ALIGN ON}{$MINENUMSIZE 4} unit gl_local_add; interface uses q_shared; type imagetype_t = (it_skin, it_sprite, it_wall, it_pic, it_sky); image_p = ^image_t; image_t = record
www.eeworm.com/read/172253/9716451

c rle.c

/*********************************************************************************************************** RLE.c 本演示程序提供了游程长度编码法的压缩和解压缩函数,并实现了对图象 文件的压缩和解压缩 ***********************************
www.eeworm.com/read/367255/9764889

h net_comm.h

//***********************************************************************/ // Author : Garry // Original Date : Sep,02 2005 // Module Name : NE