代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/391151/8419204
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/391151/8419360
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/391151/8419599
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/188503/8535768
cc streamstate.cc
/* (C) 2005 Andrew Stevens
* This file is free software; you can redistribute it
* and/or modify it under the terms of the GNU General Public License
* as published by the Free Software Foun
www.eeworm.com/read/288960/8590189
sql all_group.sql
/* 公司部门表 all_group
cp_groupid 部门ID
cp_groupnm 部门名
*/
drop SEQUENCE all_groupsq;
CREATE SEQUENCE all_groupsq
MINVALUE 1
INCREMENT BY 1;
DROP TABLE all_group;
CREATE TABLE all_group
(
www.eeworm.com/read/288689/8613637
dat filestable.dat
I-Logix-RPY-Archive version 5.0.18 * 468421
- filesTable = { IRPYRawContainer
- size = 7;
- value = "Rhp501_NoFramework.rpy" ""
"Rhp501_NoFramework_rpy\\MainProgramAnimated.cmp" "MainProgram
www.eeworm.com/read/387376/8689545
c rle.c
/***********************************************************************************************************
RLE.c
本演示程序提供了游程长度编码法的压缩和解压缩函数,并实现了对图象
文件的压缩和解压缩
***********************************
www.eeworm.com/read/430722/8731213
c rle.c
/***********************************************************************************************************
RLE.c
本演示程序提供了游程长度编码法的压缩和解压缩函数,并实现了对图象
文件的压缩和解压缩
***********************************
www.eeworm.com/read/385934/8777328
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/385934/8777398
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