代码搜索:simulate

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

代码结果 2,241
www.eeworm.com/read/467534/7005216

java menupanel.java

// MenuPanel: The Menu Container class. // Uses text Labels and PopupMenus to simulate a Menu Bar. Standard MenuBars // can only be used in Frame windows, but this can also be used in Applets, as
www.eeworm.com/read/462033/7211985

txt @psc_readme_3558_3.txt

Title: CPU Scheduler Simulator Description: To simulate the CPu scheduling process by taking input from a file with names and times of the Processes This file came from Planet-Source-Code.com...the
www.eeworm.com/read/443231/7635931

m plotgauss.m

function plotgauss(c,n,k) % Function to simulate data from a Gaussian density in d dimensions % and to plot the data in the first 2 dimensions % input c: structure saving the mean and covarien
www.eeworm.com/read/143592/12858384

cpp prg8_3.cpp

// File: prg8_3.cpp // the program uses a queue to simulate the flow of customers // in and out of an automated car wash. prompt the user for the // fixed probability that a car will arrive at any
www.eeworm.com/read/310932/13639881

h filesys.h

#define SYSOPENFILE 40 //simulate disk format #define BLOCKSIZE 1024 #define BLOCKNUM 1024 #define SUPBLOCKSIZE 1 #define INODETABLESIZE (sizeof(struct inode)) #define INODENUMBER 1024 #define
www.eeworm.com/read/309349/13673608

c transmit.c

/* TRANSMIT.C - Simulate transmission of bits through a channel. */ /* Copyright (c) 2000, 2001 by Radford M. Neal * * Permission is granted for anyone to copy, use, modify, or distribute this *
www.eeworm.com/read/149876/5696314

c langs0.c

/* This file is actually in C, it is not supposed to simulate something translated from another language or anything like that. */ #ifdef PROTOTYPES extern int fsub_(); int csub (int x) #else in
www.eeworm.com/read/148694/5711751

c langs0.c

/* This file is actually in C, it is not supposed to simulate something translated from another language or anything like that. */ #ifdef PROTOTYPES extern int fsub_(); int csub (int x) #else in
www.eeworm.com/read/131315/5937002

qip

#! /bin/csh # (C) Copyright 1985, 1986 Xerox Corp. # # This is a shell script that can be used to simulate the MDQS queuing # command "qip". Dipress and maha only use the following options: # # -
www.eeworm.com/read/117181/6110623

c langs0.c

/* This file is actually in C, it is not supposed to simulate something translated from another language or anything like that. */ #ifdef PROTOTYPES extern int fsub_(); int csub (int x) #else in