代码搜索:Generates

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

代码结果 10,000
www.eeworm.com/read/396844/2406581

m gsamp.m

function x = gsamp(mu, covar, nsamp) %GSAMP Sample from a Gaussian distribution. % % Description % % X = GSAMP(MU, COVAR, NSAMP) generates a sample of size NSAMP from a % D-dimensional Gaussian distri
www.eeworm.com/read/396844/2407669

m gsamp.m

function x = gsamp(mu, covar, nsamp) %GSAMP Sample from a Gaussian distribution. % % Description % % X = GSAMP(MU, COVAR, NSAMP) generates a sample of size NSAMP from a % D-dimensional Gaussian distri
www.eeworm.com/read/378914/2679257

m a2dt.m

function beq = a2dT(d,n) % BEQ = A2DT(D, N) generates the decimal % equivalent beq of the binary representation % of a decimal number D with N bits for the % magnitude part obtained by truncation %
www.eeworm.com/read/378914/2679328

m a2dr.m

function beq = a2dR(d,n) % BEQ = A2DR(D, N) generates the decimal % equivalent beq of the binary representation % of a decimal number D with N bits for the % magnitude part obtained by rounding
www.eeworm.com/read/378914/2679332

m a2dt.m

function beq = a2dT(d,n) % BEQ = A2DT(D, N) generates the decimal % equivalent beq of the binary representation % of a decimal number D with N bits for the % magnitude part obtained by truncati
www.eeworm.com/read/378914/2679406

m a2dt.m

function beq = a2dT(d,n) % BEQ = A2DT(D, N) generates the decimal % equivalent beq of the binary representation % of a decimal number D with N bits for the % magnitude part obtained by truncation %
www.eeworm.com/read/375427/2724568

c getform.c

/* Author: M. L. Liu, based on NCSA CGI tutorial sample. This is the source code for getForm.cgi, for the simple form example. It is invoked from getForm.html, and generates a dynam
www.eeworm.com/read/366702/2869458

c perf1.c

// { dg-do assemble } // Test of severe performance regression from 2.95. This code generates // a heavily self-referential tree which caused the inliner to take // O(3**N) time to scan it for func
www.eeworm.com/read/359465/2976185

m burst_g.m

function tx_burst = burst_g(tx_data, TRAINING) % % burst_g: This function generates a bit sequence representing % a general GSM information burst. Included are tail % and ctrl b
www.eeworm.com/read/265319/4283209

java sequencefactoryejb.java

// SequenceFactoryEJB.java // Entity EJB SequenceFactory generates unique primary keys. package com.deitel.advjhtp1.bookstore.ejb; // Java core packages import java.rmi.RemoteException; import