代码搜索:Generate
找到约 10,000 项符合「Generate」的源代码
代码结果 10,000
www.eeworm.com/read/184920/9065834
m generate.m
function [Z MR ER]=Generate(M,E,NUM,L)
%分解C
C=CreateC(E);
%生成N(0,1)分布的Y
Y=zeros(NUM,L);
for n=1:1:L/2
X1=rand([NUM,1]);
X2=rand([NUM,1]);
Y(:,2*n-1)=sqrt((-2)*log(X1)).*cos(2*pi*X2
www.eeworm.com/read/381798/9071142
ico generate.ico
www.eeworm.com/read/381798/9071157
ctl generate.ctl
www.eeworm.com/read/179954/9329298
cpp generate.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/178378/9404592
cpp generate.cpp
//: C16:Generate.cpp
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Explicit instantiation
#include
www.eeworm.com/read/177981/9424542
c generate.c
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: genera
www.eeworm.com/read/177981/9424669
c generate.c
/*----------------------------------------------------------------------------*/
/* generate.c - create a new generation of individuals */
/*----------------------------------
www.eeworm.com/read/177292/9460475
cpp generate.cpp
//--------------------------------------------------------------------
// generate.cpp
// ------------
// main() function
//
// Moving point workload generator v 1.1
// Copyright(c) 199
www.eeworm.com/read/169277/9870705
c generate.c
/*
** FILE : generate.c
** PURPOSE : The functions in this file can be used to generate binary
** and non-binary codes.
** The codes of which the generator poly
www.eeworm.com/read/163318/10166499
py generate.py
# =============================================================================
# AUSTRALIAN NATIONAL UNIVERSITY OPEN SOURCE LICENSE (ANUOS LICENSE)
# VERSION 1.2
#
# The contents of this file ar