代码搜索:Generating

找到约 2,801 项符合「Generating」的源代码

代码结果 2,801
www.eeworm.com/read/103328/15737287

depcomp

#! /bin/sh # depcomp - compile a program generating dependencies as side-effects # Copyright 1999, 2000 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or
www.eeworm.com/read/102394/15783129

texi qrng.texi

@cindex quasi-random sequences @cindex low discrepancy sequences @cindex Sobol sequence @cindex Niederreiter sequence This chapter describes functions for generating quasi-random sequences in arbitrar
www.eeworm.com/read/102394/15784320

depcomp

#! /bin/sh # depcomp - compile a program generating dependencies as side-effects # Copyright 1999, 2000 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or
www.eeworm.com/read/101155/15849530

depcomp

#! /bin/sh # depcomp - compile a program generating dependencies as side-effects # Copyright 1999, 2000 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or
www.eeworm.com/read/191802/8421695

depcomp

#! /bin/sh # depcomp - compile a program generating dependencies as side-effects # Copyright 1999, 2000, 2003 Free Software Foundation, Inc. # This program is free software; you can redistribute it
www.eeworm.com/read/389692/8507750

m nwfisdlg.m

function mfdlg(action) %MFDLG Create dialog for generating new fis with data. % MFDLG(action,fisMatrix,varType,varIndex) will open a dialog % box for fisMatrix using the default MF type 'trimf'
www.eeworm.com/read/389692/8507784

m trndtdlg.m

function trndtdlg(action) %MFDLG Create dialog for generating new fis with data. % MFDLG(action,fisMatrix,varType,varIndex) will open a dialog % box for fisMatrix using the default MF type 'tri
www.eeworm.com/read/388977/8559345

depcomp

#! /bin/sh # depcomp - compile a program generating dependencies as side-effects # Copyright 1999, 2000, 2003 Free Software Foundation, Inc. # This program is free software; you can redistribute it
www.eeworm.com/read/388876/8569748

depcomp

#! /bin/sh # depcomp - compile a program generating dependencies as side-effects # Copyright 1999, 2000, 2003 Free Software Foundation, Inc. # This program is free software; you can redistribute it
www.eeworm.com/read/286985/8733792

m km_demo.m

% Demo for the kmeans algorithm % First, generate sample data % We will test with 4 clusters in 3 dimensions, % by generating random data with gaussian density, variance 1, % with means (0,0,0)