代码搜索:sequence
找到约 10,000 项符合「sequence」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5526097
f90 used_dummy_types_5.f90
! { dg-do compile }
! This checks that the fix for PR19362 has not broken gfortran
! in respect of.references allowed by 4.4.2.
!
! Contributed by Paul Thomas
!==============
modu
www.eeworm.com/read/162614/5528281
c pr21839.c
typedef struct { } spinlock_t;
typedef struct {
unsigned sequence;
spinlock_t lock;
} seqlock_t;
void ext3_new_inode(seqlock_t *rsv_seqlock)
{
*rsv_seqlock = (seqlock_t) { 0, (spinlock_t) { } };
www.eeworm.com/read/161054/5563771
c smmain.c
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004-2006 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under th
www.eeworm.com/read/160611/5568695
c seqext.c
/* seqext.c -- seq extensions for xlisp */
/*
This file extends xlisp with the data type SEQ, including functions
to print and free SEQ type objects.
*/
/* (c) Copyright Carnegie Mellon University 1
www.eeworm.com/read/476328/6765331
hif pwm_gen.hif
Version 8.0 Build 215 05/29/2008 SJ Full Version
27
1634
OFF
OFF
OFF
OFF
ON
ON
OFF
FV_OFF
Level2
0
0
VRSM_ON
VHSM_ON
0
-- Start Partition --
-- End Partition --
-- Start Library Pat
www.eeworm.com/read/395721/8156952
c rle.c
/***********************************************************************************************************
RLE.c
本演示程序提供了游程长度编码法的压缩和解压缩函数,并实现了对图象
文件的压缩和解压缩
***********************************
www.eeworm.com/read/195026/8177968
c encrypt_decrypt.c
#include "huffman.h"
/*------------------------------------------------------------------------*/
/*把原始数据文件DATAFILE进行加密得到加密数据文件ENCRYPT_DATAFILE。*/
/*加密算法密钥为"POWERZHU"。定义一个1000行8列的矩阵供加密算法用。*/
//沿
www.eeworm.com/read/295070/8188130
m cycle_test2.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 内编译码模块的自环模二加测试 %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
clear all;
close all;
sequence=round(rand(1,224)); % 随机产生Fire码编码后的得到的224bits码字序列
input=
www.eeworm.com/read/294899/8194564
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