代码搜索:constructs

找到约 1,240 项符合「constructs」的源代码

代码结果 1,240
www.eeworm.com/read/364550/2903249

h sysmacros.h

/* * sys/sysmacros.h * * Constructs to create and pick apart dev_t. The double-underscore * versions are macros so they can be used as constants. */ #ifndef _SYS_SYSMACROS_H #define _SYS_SYSMAC
www.eeworm.com/read/362572/2930926

java controlflowmethods.java

/** * Test simple control flow constructs, if's, loops, etc... */ class ControlFlowMethods { public static final int test_1__int_if_int = 2; public static final int test_4__int_if_int =
www.eeworm.com/read/292796/8332991

m4 m4sh.m4

# This file is part of Autoconf. -*- Autoconf -*- # M4 sugar for common shell constructs. # Requires GNU M4 and M4sugar. # Copyright (C) 2000, 2001, 2002 Free Software Foundat
www.eeworm.com/read/367275/9763088

c combine.c

/* frontend to IBE_construct_key() in ibe_lib.c * (constructs private key shares into a private key) * Ben Lynn */ /* Copyright (C) 2001 Benjamin Lynn (blynn@cs.stanford.edu) See LICENSE for lice
www.eeworm.com/read/238196/13902991

c combine.c

/* frontend to IBE_construct_key() in ibe_lib.c * (constructs private key shares into a private key) * Ben Lynn */ /* Copyright (C) 2001 Benjamin Lynn (blynn@cs.stanford.edu) See LICENSE for lice
www.eeworm.com/read/237195/13972161

pas rdcolmap.pas

Unit RdColMap; { rdcolmap.c ; Copyright (C) 1994-1996, Thomas G. Lane. } { This file implements djpeg's "-map file" switch. It reads a source image and constructs a colormap to be supplied t
www.eeworm.com/read/431858/8648942

m rls.m

function H = rls(varargin) %RLS Recursive least-squares FIR adaptive filter. % H = ADAPTFILT.RLS(L,LAMBDA,INVCOV,COEFFS,STATES) constructs an FIR % RLS adaptive filter H. % % L is the adap
www.eeworm.com/read/180486/9305344

asv ldpcenc.asv

function h = ldpcenc(H) %LDPCENC LDPC encoder. % L = FEC.LDPCENC(H) constructs an LDPC encoder object L for a binary % systematic LDPC code with a parity-check matrix H. % % H must be a sp
www.eeworm.com/read/180486/9305354

m ldpcenc.m

function h = ldpcenc(H) %LDPCENC LDPC encoder. % L = FEC.LDPCENC(H) constructs an LDPC encoder object L for a binary % systematic LDPC code with a parity-check matrix H. % % H must be a sp
www.eeworm.com/read/180486/9305358

m ldpcdec.m

function h = ldpcdec(H) %LDPCDEC LDPC decoder. % L = FEC.LDPCDEC(H) constructs an LDPC decoder object L for a binary % systematic LDPC code with a parity-check matrix H. % % H must be a sp