代码搜索:Simulator
找到约 10,000 项符合「Simulator」的源代码
代码结果 10,000
www.eeworm.com/read/379896/2666495
h simulator.h
#ifndef SIMULATOR_H
#define SIMULATOR_H
#include
#include
using namespace std;
#include "event.h"
class simulator {
protected:
int seconds_per_page;
queu
www.eeworm.com/read/379896/2666497
cpp simulator.cpp
#include
#include
using namespace std;
#include "simulator.h"
#include "event.h"
simulator::simulator(int seconds_per_page) {
this->seconds_per_page = seconds_per_pa
www.eeworm.com/read/377395/2700200
c simulator.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/376046/2716708
c simulator.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/372434/2772707
c simulator.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/369148/2802484
java simulator.java
package at.ac.uni_linz.tk.vchat;
import java.awt.*;
import java.util.*;
/**
* Simulates Users for the demo-mode. Those Users will walk around and send
* random messages.
*
* @author
www.eeworm.com/read/368283/2823542
c simulator.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/366939/2857710
c simulator.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/363186/2922420
java simulator.java
package simulator;
import java.util.PriorityQueue;
import util.Verbose;
/**
* A discrete event simulator event queue.
*
* This class is the core of a discrete event simulator. It contains a que
www.eeworm.com/read/361225/2950519
c simulator.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic