代码搜索:simulate
找到约 2,241 项符合「simulate」的源代码
代码结果 2,241
www.eeworm.com/read/244284/12875322
lev~ make00.lev~
DEBUG = -nbs -C -d2
#FFLAGC = -O2
#FFLAGC = -O -C
FFLAGC = -g
opt =
profile =
obj = lev00
ildir =
LIBS =
input =
CFLAGC = -O
FCOMPL = ifc -Vaxlib $(DEBUG)
#FCOMPL =
www.eeworm.com/read/136989/5831491
h hello.h
//
// Hello.h,v 1.5 2003/08/04 21:45:15 dhinton Exp
//
#ifndef HELLO_H
#define HELLO_H
#include /**/ "ace/pre.h"
#include "TestS.h"
#if defined (_MSC_VER)
# if (_MSC_VER >= 1200)
# p
www.eeworm.com/read/344164/11905504
c rf_genplot.c
/*
* rf_genplot.c
*
* Jim Zelenka, CMU/SCS, 11 Jun 1996
*/
/*
* Copyright (c) 1996 Carnegie-Mellon University.
* All rights reserved.
*
* Authors: Jim Zelenka, Dan Stodolsky
*
* Permission t
www.eeworm.com/read/125476/14491831
cc testing.cc
#include "fin_recipes.h"
#include "normdist.h"
#include
#include "tst_cash_flow.cc"
#include "tst_binomial_approximations.cc"
#include "tst_black_scholes.cc"
#include "tst_black_scholes_e
www.eeworm.com/read/282671/9076172
cpp 02 main.cpp
/* '03 Main.cpp' */
/* Mirus window framework header */
#include "mirus.h"
/* Custom derived class */
class CustomWindow : public mrWindow
{
public:
/* Mirus related classes */
mrInputMa
www.eeworm.com/read/168700/9901640
gfl divider.gfl
# XST (Creating Lso File) :
devider.lso
# xst flow : RunXST
devider.syr
devider.prj
devider.sprj
devider.ana
devider.stx
devider.cmd_log
devider.ngc
devider.ngr
# XST (Creating Lso File) :
www.eeworm.com/read/470672/6905697
cpp xms.cpp
#include "xms.h"
#include
#include
XMS::XMS()
{
Init();
}
XMS::XMS(WORD length)
{
Init();
if(status != 0)
return;
Allocate(length
www.eeworm.com/read/344164/11904868
h rf_diskthreads.h
/*
* rf_diskthreads.h
*/
/*
* Copyright (c) 1996 Carnegie-Mellon University.
* All rights reserved.
*
* Author: Jim Zelenka
*
* Permission to use, copy, modify and distribute this software and
www.eeworm.com/read/125476/14491738
makefile
ZIPFILE = all_cc_progs.zip
ALLFILES = readme testing.cc
PROGS +=
pack:
zip $(ZIPFILE) makefile $(ALLFILES)
crunch: clean
zip -m $(ZIPFILE) $(ALLFILES)
unpack:
unzip -u -o $(ZIPFILE)
TO_CLEAN_FILE
www.eeworm.com/read/419152/10883453
h cpu.h
#ifndef CPU_H
#define CPU_H
void add_task(task_type task);
boolean cpu_simulate_start();
#endif