代码搜索:Sim
找到约 10,000 项符合「Sim」的源代码
代码结果 10,000
www.eeworm.com/read/152843/5664027
h sim.h
/*
* Copyright (C) 2005 MIPS Technologies, Inc. All rights reserved.
*
* This program is free software; you can distribute it and/or modify it
* under the terms of the GNU General Public Licens
www.eeworm.com/read/151345/5683693
cpp sim.cpp
#define Pai_Value 3.1415926535798932
#include
#include
#include
void main()
{
int num,times;
double data;
printf("please input numbers (eg:200): ");
www.eeworm.com/read/149876/5696165
exp sim.exp
# Test Framework Driver for GDB driving a builtin simulator
# Copyright 1994, 1997, 1998 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it
www.eeworm.com/read/148694/5711605
exp sim.exp
# Test Framework Driver for GDB driving a builtin simulator
# Copyright 1994, 1997, 1998 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it
www.eeworm.com/read/143132/5758878
c sim.c
/* Simulate a network path by introducing delay (propagation and queuing),
* bandwidth (delay as a function of packet size), duplication and loss.
* Intended for use with the loopback interface
www.eeworm.com/read/141580/5769563
run_sim
#!/bin/csh -f
set arg_num = $#argv; # number of arguments
if ($arg_num < 1) then
echo " "
echo "Missing required ATS argument:"
echo " '-r' for regression"
echo " "
exit
endif
www.eeworm.com/read/141300/5770757
h sim.h
#ifndef _SIM_H
#define _SIM_H
enum simulation_types {
SV_NOTYPE,
SV_TIME,
SV_FREQUENCY,
SV_VOLTAGE,
SV_CURRENT,
SV_OUTPUT_N_DENS,
SV_OUTPUT_NOISE,
SV_INPUT_N_DENS,
SV_INPUT_NOISE,
www.eeworm.com/read/140841/5780026
vhd sim.vhd
----------------------------------------------------------------------------
-- This file is a part of the GRLIB VHDL IP LIBRARY
-- Copyright (C) 2004 GAISLER RESEARCH
--
-- This program is free so