代码搜索:Generates

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

代码结果 10,000
www.eeworm.com/read/182103/5267130

runtest

#! /bin/sh -p # # Run rtems tests on the Motorola MCF5206eLITE Coldfire Evaluation board # using gdb configured with P&E Micro Background Debug Mode debugging # interface. # # This program generates a
www.eeworm.com/read/182103/5268964

runtest

#! /bin/sh -p # # Run rtems tests on the Motorola MCF5206eLITE Coldfire Evaluation board # using gdb configured with P&E Micro Background Debug Mode debugging # interface. # # This program generates a
www.eeworm.com/read/180137/5290559

pl mkgathererstats.pl

: # *-*-perl-*-* eval 'exec perl -S $0 "$@"' if $running_under_some_shell; # # Generates SOIF stats body for a gatherer database. # # Usage: # gzip -dc All-Templates.gz | mkgathererstats.pl
www.eeworm.com/read/179289/5307927

c lwepgen.c

/* * keygen.c * WEP Key Generators * * This program generates WEP keys using de facto standard key * generators for 40 and 128 bit keys. * * Link against OpenSSL's libcrypto.a * * I plac
www.eeworm.com/read/179153/5309856

dbtest sqlite.dbtest

# Hej, Emacs, give us -*- perl -*- mode here! # # $Id: SQLite.dbtest,v 1.1 2002/02/19 17:19:57 matt Exp $ # # database specific definitions for a 'CSV' database # This function generates a mappi
www.eeworm.com/read/177235/5331454

txt2html

#!/usr/bin/perl # # This program generates a simple HTML document from a text file. # # Written by: Alex Burger # Date: March 18th, 2004 # # Set to 1 to use fixed width font () $fi
www.eeworm.com/read/347796/3162968

java featuretypeconcatregex.java

package dragon.ml.seqmodel.feature; import dragon.ml.seqmodel.data.*; import java.io.*; import java.util.*; import java.util.regex.*; /** * ConcatRegexFeatures generates features by matchin
www.eeworm.com/read/346158/3189620

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/343859/3215624

m dftopm.m

function B = dftopm(N,M) %DFTOPM generates a DFT operator matrix B such that the discrete 1D-Fourier % transform of a spatial vector x is given by X = B*x. The DFT is defined % in the same way as
www.eeworm.com/read/342914/3228671

c faulty.c

/* * faulty.c -- a module which generates an oops when read * * Tested with 1.2 on the x86 * Tested with 2.0 on the x86, Sparc * */ #ifndef __KERNEL__ # define __KERNEL__ #endif #ifndef MODULE