代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/132821/5909181
c genic.c
#include
#include "genic.h"
/* genic.vhd c model:
* Currently supports:
* - multiple sets
* - tag, valid, lock bits
*/
insn_cache *genic_create(int size_kb, int nr_sets, int si
www.eeworm.com/read/118801/6095814
3 libmng.3
.TH LIBMNG 3 "June 23rd, 2002"
.SH NAME
libmng \- Multiple-image Network Graphics (MNG) Reference Library 1.0.4
.SH SYNOPSIS
\fI\fB
\fB#include \fP
.SH DESCRIPTION
The
.I libmng
library s
www.eeworm.com/read/479166/6699962
cpp fig22_11.cpp
// Fig. 22.11: fig22_11.cpp
// Driver for multiple-inheritance example.
#include
using std::cout;
using std::endl;
#include "Base1.h"
#include "Base2.h"
#include "Derived.h"
int
www.eeworm.com/read/154209/11983688
m crmz.m
function [h,a,delta,not_optimal,iext,HH,EE, ...
M_str,HH_str,h_str,Lf,Lb,Ls,Lc,A] = ...
crmz( L, sym, Lfft, indx_edges, PLOTS, TRACE )
%CRMZ Complex Remez multiple-exchange filt
www.eeworm.com/read/132301/14101794
plg usb1_1.plg
Build target 'usb1_1'
compiling main.c...
compiling int.c...
linking...
*** WARNING L13: RECURSIVE CALL TO SEGMENT
SEGMENT: ?CO?MAIN
CALLER: ?PR?GET_DESCRIPTOR?MAIN
*** WARNING L15: MULTIPLE
www.eeworm.com/read/230047/14307750
template makefile.template
#info used by multiple pos-tagging svmstruct makefiles
SYSTEM_CFLAGS = -I/home/tj/exp/svm_hmm/boost_1_33_1
SYSTEM_LDFLAGS =
#Call 'make' using the following line to make CYGWIN produce stand-al
www.eeworm.com/read/38039/1093352
mnu advcompops.mnu
ADV#COMP#UTL 高级元件工具
# remove the # sign and enter foreign help string in this line
Replace 替换
Replace existing component with another component.
用另一元件替换现有元件 .
Repeat 重复
Assemble a component multiple
www.eeworm.com/read/480930/1310753
h shmparam.h
#ifndef __ASM_SH_SHMPARAM_H
#define __ASM_SH_SHMPARAM_H
#if defined(__SH4__)
/*
* SH-4 has D-cache alias issue
*/
#define SHMLBA (PAGE_SIZE*4) /* attach addr a multiple of this */
#else
#define S
www.eeworm.com/read/480930/1310870
h shmparam.h
/*
* BK Id: SCCS/s.shmparam.h 1.5 05/17/01 18:14:25 cort
*/
#ifndef _PPC_SHMPARAM_H
#define _PPC_SHMPARAM_H
#define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
#endif /* _PPC_SHMPARAM_
www.eeworm.com/read/240162/4589764
h small-struct-check.h
/* Function definitions that are used by multiple tests. */
void checkSc (Sc x, int i) { if (x.c != (char)i) DEBUG_CHECK }
void checkSs (Ss x, int i) { if (x.s != i) DEBUG_CHECK }
void checkSi (Si x