代码搜索:Generating
找到约 2,801 项符合「Generating」的源代码
代码结果 2,801
www.eeworm.com/read/338759/3313072
cpp genmatbops.cpp
#include
#include
#include "optuple2.h"
int main()
{
std::cout
www.eeworm.com/read/338759/3313074
cpp genvecbops.cpp
#include
#include
#include "bzfstream.h"
#include "optuple.h"
#ifdef NO_BOOL
#define bool int
#define true 1
#define false 0
#endif
int main()
{
std::cout
www.eeworm.com/read/338759/3313078
cpp genvecbfn.cpp
#include
#include
#include "bzfstream.h"
#include "optuple.h"
#ifdef NO_BOOL
#define bool int
#define true 1
#define false 0
#endif
int main()
{
std::cout
www.eeworm.com/read/303435/3813132
rayt2d
#! /bin/sh
# shell for generating traveltime by ray tracing
set -v
# generate tables of traveltime, traveltime derivative, and cosine of
# emergence angles
rayt2d < vfile par=rayt2d.par
exit 0
www.eeworm.com/read/302839/3822409
exp yacc_notfunc.exp
yacc: Warning. 'p_statement_assign' not defined as a function
yacc: Warning. Token 'EQUALS' defined, but not used.
yacc: Warning. There is 1 unused token.
yacc: Generating LALR parsing table...
www.eeworm.com/read/287711/4018293
java xmlwriter.java
//class for xml writer(returns a String for generating an XML File)
import java.awt.*;
import java.io.*;
import java.util.*;
import java.lang.*;
public class XmlWriter
{
int flag = 1
www.eeworm.com/read/283334/4083245
tex htmlhlpf.tex
\subsection{Help Files Format}\label{helpformat}
wxHTML library uses a reduced version of MS HTML Workshop format.
Tex2RTF can produce these files when generating HTML, if you set {\bf htmlWorksho
www.eeworm.com/read/273525/4207248
hlp ml_score.hlp
{smcl}
{* 03apr2005}{...}
{cmd:help ml score}{...}
{right:also see: {help ml}}
{hline}
{title:Title}
{pstd}
{hi:ml score} {hline 2}
Generating scores after maximum-likelihood estimation
www.eeworm.com/read/270919/4231620
target snms_schema.target
snms_schema: exe
@echo "*** Generating schema for MgmtQuery (snms_schema.txt)"
@$(TOSDIR)/../beta/SystemCore/scripts/mgmtquery_keys.pl < $(BUILDDIR)/app.c > $(BUILDDIR)/snms_schema.txt
@echo "**
www.eeworm.com/read/268397/4252728
java engwordpairgenerator.java
package dragon.nlp.tool.xtract;
import dragon.nlp.*;
import dragon.nlp.tool.*;
import dragon.util.SortedArray;
/**
* Generating word pairs (for noun phrases) from a given sentence accordi