代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/480017/1323698
java timestamper.java
//$Id: Timestamper.java 3890 2004-06-03 16:31:32Z steveebersole $
package org.hibernate.cache;
/**
* Generates increasing identifiers (in a single VM only).
* Not valid across multiple VMs. Id
www.eeworm.com/read/477613/1360122
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
#
TMPDIR=/tmp
www.eeworm.com/read/474814/1390190
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 144 2003-02-05 10:56:26Z mdejong
www.eeworm.com/read/470720/1447803
c default1.c
// 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.
// Build don't link:
int add(int const &symbol,
const unsigned c
www.eeworm.com/read/470693/1459749
c default1.c
// 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.
// Build don't link:
int add(int const &symbol,
const unsigned c
www.eeworm.com/read/468435/1490931
m generate_chi2inv_lut.m
% NAME:
% generate_chi2inv_LUT
%
% DESC:
% generates a look up table for the chi2inv function
% AUTHOR:
% Marco Zuliani, email: marco.zuliani@gmail.com
% Copyright (C) 2008 by Marco Zuliani
%
% LI
www.eeworm.com/read/467515/1501132
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
#
TMPDIR=/tmp
www.eeworm.com/read/464435/1530314
tex cwebman.tex
% This file generates the user manual; TeX it, don't read it!
\def\tangref{3} % where the main explanation of CTANGLing is given
\input cwebmac
\def\page{\box255 } \normalbottom
\parskip 0pt plus 1pt
www.eeworm.com/read/455463/1614169
m sweep.m
function [s,t]=sweep(fmin,fmax,dt,tmax,taper)
% [s,t]= sweep(fmin,fmax,dt,tmax,taper)
% [s,t]=sweep(fmin,fmax,dt,tmax)
%
% SWEEP generates a linear synthetic Vibroseis sweep for the
% specified pass
www.eeworm.com/read/251838/4414582
m mk_collage_from_clqs.m
function mk_collage_from_clqs(dir, cliques)
% For use with mk_ps_from_clqs.
% This generates a latex file that glues all the .ps files
% into one big figure.
cd(dir)
C = length(cliques);
ncols = 4;