代码搜索:SIMULATION
找到约 10,000 项符合「SIMULATION」的源代码
代码结果 10,000
www.eeworm.com/read/439360/7711591
h simulation.h
void compute_tentative_velocity(float **u, float **v, float **f, float **g,
char **flag, int imax, int jmax, float del_t, float delx, float dely,
float gamma, float Re);
void compute_rhs(
www.eeworm.com/read/439360/7711594
o simulation.o
www.eeworm.com/read/439360/7711610
c simulation.c
#include
#include
#include
#include "datadef.h"
#include "init.h"
#include
#define max(x,y) ((x)>(y)?(x):(y))
#define min
www.eeworm.com/read/437247/7752667
class simulation.class
www.eeworm.com/read/199930/7814339
h simulation.h
typedef LinkList EventList; //事件链表类型,定义为有序链表
EventList ev; //事件表
Event en; //事件(已开始理发或者还未纳入理发)
LinkQueue Q; //等候理发的顾客队列
QElemType customer;
www.eeworm.com/read/399920/7822664
h simulation.h
#include
#include
#include "queueAsArray.h"
using namespace std;
//**************** customerType ****************
class customerType
{
public:
customerType(
www.eeworm.com/read/399319/7870098
exe simulation.exe
www.eeworm.com/read/397655/8030472
cpp simulation.cpp
// Simulation.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Simulation.h"
#include "MainFrm.h"
#include "SimulationDoc.h"
#include "SimulationView
www.eeworm.com/read/397655/8030485
ico simulation.ico
www.eeworm.com/read/397655/8030500
vcc simulation.vcc
; VCC file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CSimulationView
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Si