代码搜索:Emulate
找到约 948 项符合「Emulate」的源代码
代码结果 948
www.eeworm.com/read/214672/15092275
h timer.h
// timer.h
// Data structures to emulate a hardware timer.
//
// A hardware timer generates a CPU interrupt every X milliseconds.
// This means it can be used for implementing time-slicing, or for
//
www.eeworm.com/read/214672/15092280
cc timer.cc
// timer.cc
// Routines to emulate a hardware timer device.
//
// A hardware timer generates a CPU interrupt every X milliseconds.
// This means it can be used for implementing time-slicing
www.eeworm.com/read/16793/690856
substr2
#
# substr -- a function to emulate the ancient ksh builtin
#
# -l == remove shortest from left
# -L == remove longest from left
# -r == remove shortest from right (the default)
# -R == remove longes
www.eeworm.com/read/491809/1187548
h timer.h
// timer.h
// Data structures to emulate a hardware timer.
//
// A hardware timer generates a CPU interrupt every X milliseconds.
// This means it can be used for implementing time-slicing, or for
//
www.eeworm.com/read/491809/1187551
cc timer.cc
// timer.cc
// Routines to emulate a hardware timer device.
//
// A hardware timer generates a CPU interrupt every X milliseconds.
// This means it can be used for implementing time-slicing
www.eeworm.com/read/457459/1597193
java perlinscalar.java
package org.sunflow.math;
/**
* Noise function from Ken Perlin. Additional routines are provided to emulate
* standard Renderman calls. This code was adapted mainly from the mrclasses
* packa
www.eeworm.com/read/216450/4895284
e .ellepro.e
; This is the default user profile to emulate "mined" (MINIX editor),
; as per Andy Tanenbaum.
(keyallunbind)
; Insert self
(keybind A "Insert Self")
(keybind B "Insert Self")
(keybind C "Insert Sel
www.eeworm.com/read/193974/5137980
py code.py
"""Utilities needed to emulate Python's interactive interpreter.
"""
# Inspired by similar code by Jeff Epler and Fredrik Lundh.
import sys
import traceback
from codeop import CommandCompiler, com
www.eeworm.com/read/346457/3183596
svn-base slirp_config.h.svn-base
/*
* User definable configuration options
*/
/* Undefine if you don't want talk emulation */
#undef EMULATE_TALK
/* Define if you want the connection to be probed */
/* XXX Not working yet, so ign