代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/174879/5356248
sh meltobjs.sh
#! /bin/sh
#
# This script generates a single object file from a set of libraries (*.a files)
# Usage: meltobjs.sh target.o library1.a library2.a ...
#
# (C) SciTech Software, Inc. 1998
#
TMP
www.eeworm.com/read/163959/5504370
java timestamper.java
//$Id: Timestamper.java,v 1.1 2004/06/03 16:30:05 steveebersole Exp $
package org.hibernate.cache;
/**
* Generates increasing identifiers (in a single VM only).
* Not valid across multiple VMs. Ide
www.eeworm.com/read/162614/5522250
c default1.c
// { dg-do assemble }
// PRMS Id: 5204
// Bug: g++ bashes the type of add_sym with the type of add, so calling it
// with one parameter generates an error.
int add(int const &symbol,
const unsigned
www.eeworm.com/read/340665/3280045
c 20020320-1.c
/* PR bootstrap/4192
This testcase caused infinite loop in flow (several places),
because flow assumes gen_jump generates simple_jump_p. */
typedef void (*T) (void);
extern T x[];
void
foo (v
www.eeworm.com/read/339446/3308947
conf qmake.conf
#
# qmake configuration for irix-cc-64
#
# From cc(1):
# -64
# Generates a 64-bit object. This defaults to -mips4 if -mips3 has
# not been specified.
# -LANG: ...
# The language feature opt
www.eeworm.com/read/334276/3369350
c alg43.c
#include
#include
#include
/* generates:
original element sequence:
29 23 20 22 12 17 15 26 51 19 12 23 35 40
stable sort -- default ascending order
www.eeworm.com/read/334276/3369351
c alg38.c
#include
#include
#include
/* generates:
original element sequence:
0 1 1 2 3 5 8 13 21 34
sequence after applying remove_if < 10:
13 21 34
www.eeworm.com/read/334276/3369353
c alg45.c
#include
#include
#include
/* generates:
original element sequence:
29 23 20 22 17 15 26 51 19 12 35 40
stable_partition on even element:
20 22
www.eeworm.com/read/334276/3369384
c alg32.c
#include
#include
#include
#include
/*
* generates:
original array values: 3 5 8 13 21
transform each element by doubling: 6 10 16 26 42
tr
www.eeworm.com/read/311226/3686677
arq count-10.arq
PREFIX :
PREFIX rdf:
SELECT count(*)
{
# UNION is asymmetric in what it generates
{ ?x rdf:type :X . } UNION { ?x rdf: