代码搜索:simulate

找到约 2,241 项符合「simulate」的源代码

代码结果 2,241
www.eeworm.com/read/100601/6266998

c minigzip.c

/* minigzip.c -- simulate gzip using the zlib compression library * Copyright (C) 1995-1996 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* * min
www.eeworm.com/read/486342/6539515

c minigzip.c

/* minigzip.c -- simulate gzip using the zlib compression library * Copyright (C) 1995-2002 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* * min
www.eeworm.com/read/257009/11961166

m pulse.m

function volts = pulse(wt) % Function to simulate the output of a half-wave rectifier. % wt = Phase in radians (=omega x time) % Convert input to the range 0 = 2*pi
www.eeworm.com/read/257009/11961193

m halfwave.m

function volts = halfwave(wt) % Function to simulate the output of a half-wave rectifier. % wt = Phase in radians (=omega x time) % Convert input to the range 0 = 2*pi
www.eeworm.com/read/342786/11999008

readme

This test program uses OpenGL (Mesa) to simulate camera input, and writes decoded Data Matrix streams to STDOUT. If you want to run the gltest binary directly you first have to point LD_LIBRARY_PATH
www.eeworm.com/read/221865/14717280

sh makedist.sh

#!/bin/bash # This script creates a source tarball. Unfortunately I can't # figure out a way to simulate 'make dist' with SCons :( PACKAGE=grftool VERSION=0.9.0 TYPE=bz2 # Uncomment the next line if
www.eeworm.com/read/121010/14775688

c minigzip.c

/* minigzip.c -- simulate gzip using the zlib compression library * Copyright (C) 1995-1998 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* * min
www.eeworm.com/read/218190/14931686

m simu2data1.m

function SIMU2DATA clear; clc close all %simulate a 2-way data (matrix) %chrom is a matrix with peak height,peak position and peak variance of several chromatography peaks %such as chrom =[1 20
www.eeworm.com/read/214167/15112265

cpp prg1_2.cpp

// File: prg1_2.cpp // the program simulates playing the game of Craps. // if die is a randomNumber object, simulate tossing // the dice with the expression // (1 + die.random(6)) + (1+ die.ran
www.eeworm.com/read/471908/1420082

awk egrep.awk

# egrep.awk --- simulate egrep in awk # # Arnold Robbins, arnold@skeeve.com, Public Domain # May 1993 # Options: # -c count of lines # -s silent - use exit value # -v invert test, s