代码搜索:SIMULATION
找到约 10,000 项符合「SIMULATION」的源代码
代码结果 10,000
www.eeworm.com/read/144230/12806644
java simulation.java
import java.util.*;
public class Simulation {
private static final int MAX_SUNLIGHT = 10;
public static final String IMAGE = "image";
public static final String COL
www.eeworm.com/read/144230/12806777
class simulation.class
www.eeworm.com/read/330747/12870469
jpg simulation.jpg
www.eeworm.com/read/330513/12884560
cpp simulation.cpp
# ifndef _SIMULATION_H
# define _SIMULATION_H
# endif
# include
# include "simulation.h"
# include
# include "draw_win.h"
simulation::simulation()
{
timeSimulat
www.eeworm.com/read/330513/12884568
h simulation.h
#ifndef _SIMULATION_H
#define _SIMULATION_H
class simulation{
long timeSimulate; //仿真时间(秒数)
long timeRemaining; //剩余时间(秒数)
public:
simulation () { timeSimulate = 3600; timeRemaining = 3600;}
si
www.eeworm.com/read/330102/12916303
m simulation.m
% this is the starting point of this function
block_sim = 16; % blocks that the program to simulate
mapping_index = 4; % for modu index:1/2/4/6 bits per symbol
A_tag =
www.eeworm.com/read/330071/12917631
nc simulation.nc
/* tab:4
*
*
* Copyright (C) 2004 by North Carolina State University.
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation
www.eeworm.com/read/142558/12939798
m simulation.m
function simulation
options = odeset('MaxStep',.01);
[T,Y] = ode23(@tet,[0 1.000000],[0.523599 0 1.047198 0 -0.125000 0 ],options);
mw=vrworld('link.wrl');
open(mw);
view(mw);
l1=3.000000;
l2=2.000
www.eeworm.com/read/329485/12953188
cpp simulation.cpp
// Simulation.cpp: implementation of the Simulation class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Pattern_2.h"
#include "Simulat
www.eeworm.com/read/329485/12953237
h simulation.h
// Simulation.h: interface for the Simulation class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SIMULATION_H__F8333837_999B_4F04_8FC9_DBC36A956265_