代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/250243/4435512
c asm-offsets.c
#include
#include
/*
* Generate definitions needed by assembly language modules.
* This code generates raw asm output which is post-processed to extract
* and f
www.eeworm.com/read/240162/4581251
c explarg1.c
// { dg-do run }
// Bug: g++ generates an error trying to generate the first foo, when
// it should silently fail and go on to the next one.
template class A { };
template
www.eeworm.com/read/233448/4674071
c explarg1.c
// { dg-do run }
// Bug: g++ generates an error trying to generate the first foo, when
// it should silently fail and go on to the next one.
template class A { };
template
www.eeworm.com/read/218254/4862851
txt format.txt
#
# $Id: format.txt,v 1.2 2001/01/02 18:46:20 mleisher Exp $
#
CHARACTER DATA
==============
This package generates some data files that contain character properties useful
for text processing.
CHA
www.eeworm.com/read/216502/4890494
1 lex.1
.TH LEX 1
.SH NAME
lex \- generator of lexical analysis programs
.SH SYNOPSIS
.B lex
[
.B \-tvfn
] [ file ] ...
.SH DESCRIPTION
.I Lex
generates programs to be used in simple lexical analyis of text.
www.eeworm.com/read/215485/4903588
m learn_map.m
seed = 1;
rand('state', seed);
randn('state', seed);
obs_model = 'unique'; % each cell has a unique label (essentially fully observable)
%obs_model = 'four'; % each cell generates 4 observation
www.eeworm.com/read/209559/4962540
c asm-offsets.c
#include
#include
/*
* Generate definitions needed by assembly language modules.
* This code generates raw asm output which is post-processed to extract
* and f
www.eeworm.com/read/197905/5091034
m learn_map.m
seed = 1;
rand('state', seed);
randn('state', seed);
obs_model = 'unique'; % each cell has a unique label (essentially fully observable)
%obs_model = 'four'; % each cell generates 4 observation
www.eeworm.com/read/190666/5173853
c explarg1.c
// Bug: g++ generates an error trying to generate the first foo, when
// it should silently fail and go on to the next one.
template class A { };
template void
foo
www.eeworm.com/read/187737/5217665
mk test.mk
# test.mk
# OPLR custom makefile, DOES NOT generates opltest test suite.
# WINS only.
OPOFILES=\
# $(TARGETDIR)\tsystem.OPO
OPLFILES=\
# $(TARGETDIR)\tsystem.OPL
.SUFFIXES: .OPO .OPL .TP