代码搜索:Generates

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

代码结果 10,000
www.eeworm.com/read/283498/9016211

asm proj5_2.asm

; Project #2, Chapter five ; ; AMAZE.ASM ; ; A maze generation/solution program. ; ; This program generates an 80x25 maze and directly draws the maze on the ; video display. ; ; You need to s
www.eeworm.com/read/283135/9040743

m zfapanls.m

function [p,stdp,f,stdf,a,stda]=zfapanls(data,dt) % The function ZFAPANLS generates a frequency, amplitude and period using a zero-crossing % method applied to data(n,k), where n specifies the len
www.eeworm.com/read/379858/9173920

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/378188/9242370

f sym7gen.f

Subroutine sym7gen( n1, n2, n3, a, b ) ! ---------------------------------------------------------------------- ! --- sym7gen generates the 4 upper diagonals of a 7-diagonal symmetric ! matr
www.eeworm.com/read/377683/9265492

tcl soak1.tcl

#!/usr/bin/tclsh # # Usage: # # tclsh soak1.tcl local-makefile.mk ?target? ?scenario? # # This generates many variations on local-makefile.mk (by modifing # the OPT = lines) and runs them will full
www.eeworm.com/read/180292/9313367

m gps_ca_code.m

function prn=gps_ca_code(chips,gps_prn_num); % This function generates a PRN code sequence for GPS % sampled with 1 sample/chip % prnvec = prncode( chips ); % chips = number of chips to generate
www.eeworm.com/read/177674/9442366

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/176823/9483075

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/174978/9566191

java hellowww.java

import java.io.*; import javax.servlet.*; import javax.servlet.http.*; /** Simple servlet that generates HTML. * * Taken from Core Servlets and JavaServer Pages * from Prentice Hall
www.eeworm.com/read/174978/9566204

java helloworld.java

import java.io.*; import javax.servlet.*; import javax.servlet.http.*; /** Very simplistic servlet that generates plain text. * * Taken from Core Servlets and JavaServer Pages * fro