代码搜索:Simulated
找到约 1,823 项符合「Simulated」的源代码
代码结果 1,823
www.eeworm.com/read/139738/13137063
java stats.java
// PART OF THE MACHINE SIMULATION. DO NOT CHANGE.
package nachos.machine;
import nachos.machine.*;
/**
* An object that maintains Nachos runtime statistics.
*/
public final class Stats {
/**
www.eeworm.com/read/321150/13411664
m ikeda.m
%function [x,y]=ikeda(n,mu,x0,y0)
%Syntax: [x,y]=ikeda(n,mu,x0,y0)
%_____________________________________
%
% Simulation of the Ikeda map.
% x'=1+mu*(xcos(t)-ysin(t)
% y'=mu*(xsin(t)+ycos(
www.eeworm.com/read/317546/13502583
m main_ikeda.m
%function [x,y]=ikeda(n,mu,x0,y0)
%Syntax: [x,y]=ikeda(n,mu,x0,y0)
%_____________________________________
%
% Simulation of the Ikeda map.
% x'=1+mu*(xcos(t)-ysin(t)
% y'=mu*(xsin(t)+ycos(
www.eeworm.com/read/303645/13810767
m main_ikeda.m
%function [x,y]=ikeda(n,mu,x0,y0)
%Syntax: [x,y]=ikeda(n,mu,x0,y0)
%_____________________________________
%
% Simulation of the Ikeda map.
% x'=1+mu*(xcos(t)-ysin(t)
% y'=mu*(xsin(t)+ycos(
www.eeworm.com/read/136812/5859668
s simutil.s
! @(#)simutil.s 1.1 92/07/30 SMI
! Copyright (c) 1987 by Sun Microsystems, Inc.
.seg "text"
.align 4
#include
#include
#include "assym.s"
/*
* SAS uses th
www.eeworm.com/read/136812/5859696
s simutil.s
! @(#)simutil.s 1.3 88/02/08 SMI
! Copyright (c) 1987 by Sun Microsystems, Inc.
.seg "text"
.align 4
#include
#include
#include "assym.s"
#include
www.eeworm.com/read/136812/5859702
s simutil.s
! @(#)simutil.s 1.1 92/07/30 SMI
! Copyright (c) 1987 by Sun Microsystems, Inc.
.seg "text"
.align 4
#include
#include
#include "assym.s"
/*
* SAS uses th
www.eeworm.com/read/136812/5859741
s simutil.s
#ident "@(#)simutil.s 1.1 8/6/90 SMI"
/*
* Copyright (c) 1990 by Sun Microsystems, Inc
*/
.seg "text"
.align 4
#include
#include
/*
* SAS uses three s
www.eeworm.com/read/136812/5859761
s simutil.s
! @(#)simutil.s 1.3 88/02/08 SMI
! Copyright (c) 1987 by Sun Microsystems, Inc.
.seg "text"
.align 4
#include
#include
#include "assym.s"
#include
www.eeworm.com/read/136812/5860062
s simutil.s
! @(#)simutil.s 1.1 92/07/30 SMI
! Copyright (c) 1987 by Sun Microsystems, Inc.
.seg "text"
.align 4
#include
#include
#include "assym.s"
/*
* SAS uses th