代码搜索:Generating
找到约 2,801 项符合「Generating」的源代码
代码结果 2,801
www.eeworm.com/read/336887/12411339
m calcmomentgenfun.m
function tau = CalcMomentGenFun(z,scale,loscale,hiscale)
% CalcMomentGenFun -- Calculate Moment Generating Function
% Usage
% tau = CalcMomentGenFun(z,a,loscale,hiscale)
% Inputs
% z
www.eeworm.com/read/228533/14380276
c tripoint.c
/*
Generating Random Points in Triangles
by Greg Turk
from "Graphics Gems", Academic Press, 1990
*/
#include
#include "GGems.h"
/***********************************************************
www.eeworm.com/read/115226/15021212
py biwsdlcodegen.py
import string
import inspect
import itertools
"""
BiWsdlStubCodeGen implements an abstract class for generating WSDL stubs.
"""
class BiWsdlCodeGenEngine(object):
"""
www.eeworm.com/read/229812/4752159
gml opthread.gml
.*
.*
.option THREADNAME
.*
.np
The "THREADNAME" option is used to specify the pattern to be used for
generating thread names.
The format of the "THREADNAME" option (short form "THR") is as
fo
www.eeworm.com/read/227264/4776151
java absexplicitmutator.java
/**
* Description: The description of generating operator by moving based on an exist point.
* or generate directly
*
* @ Author Create/Modi Note
* Xiaofeng Xie Apr 12, 2005
www.eeworm.com/read/227264/4776161
java abssbilxgenerator.java
/**
* Description: The description of generating operator guided by both
* a state(from MA) and a state picked from stateset (from MS), which
* is similiar to a crossover behavior
*
* @ Author
www.eeworm.com/read/227264/4776166
java abssbilxblindgenerator.java
/**
* Description: The description of generating operator guided by both
* two states with the encoded information
*
* @ Author Create/Modi Note
* Xiaofeng Xie Jul 19, 2006
*
*/
p
www.eeworm.com/read/210208/4951651
java absblindmutator.java
/**
* Description: The description of generating operator by moving based on an exist point.
* or generate directly
*
* @ Author Create/Modi Note
* Xiaofeng Xie Apr 12, 2005
www.eeworm.com/read/210208/4951653
java absexplicitmutator.java
/**
* Description: The description of generating operator by moving based on an exist point.
* or generate directly
*
* @ Author Create/Modi Note
* Xiaofeng Xie Apr 12, 2005