代码搜索:Generates

找到约 10,000 项符合「Generates」的源代码

代码结果 10,000
www.eeworm.com/read/311226/3686680

arq count-11.arq

PREFIX : PREFIX rdf: SELECT count(distinct ?p) { # UNION is asymmetric in what it generates { ?x rdf:type :X . } UNION
www.eeworm.com/read/307320/3725128

timer

#!/bin/sh # the next line restarts using wish \ exec wish "$0" "$@" # timer -- # This script generates a counter with start and stop buttons. # # RCS: @(#) $Id: timer,v 1.3 2001/10/29 16:23:33 dkf Ex
www.eeworm.com/read/306245/3744446

bat buildclean.bat

@rem buildclean.bat - generates IDE workspace/project files @rem %1 should be directory in which to perform command @rem %2 should be command line platform e.g. wins or winscw @rem %3, optional, sh
www.eeworm.com/read/304657/3789555

java x509certificatefactory.java

/* X509CertificateFactory.java -- generates X.509 certificates. Copyright (C) 2003 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can redis
www.eeworm.com/read/287636/4019860

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/284374/4065265

timer

#!/bin/sh # the next line restarts using wish \ exec wish "$0" "$@" # timer -- # This script generates a counter with start and stop buttons. # # RCS: @(#) $Id: timer,v 1.3 2001/10/29 16:23:33 dkf Ex
www.eeworm.com/read/275196/4179208

h smv.h

/* This file generates quick-and-dirty NuSMV output */ #include "llist.h" #include "lstring.h" #include "graph.h" class SMV { public: SMV(Graph *st); ~SMV(); void WriteSMV(const char *filename,
www.eeworm.com/read/274962/4180188

c mkridlist.c

/* src/prism2/ridlits/mkridlist.c * * Generates an HTML and text file version of the PRISM2 to MibItem * Name Mapping List * * Copyright (C) 1999 AbsoluteValue Systems, Inc. All Rights Reserved. * --
www.eeworm.com/read/449649/1675672

jsp displayformdata.jsp

DisplayFormData
www.eeworm.com/read/440906/1781687

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