代码搜索:Emulate

找到约 948 项符合「Emulate」的源代码

代码结果 948
www.eeworm.com/read/296067/8125424

c colormap.c

#include "nxlib.h" /* * Local colormap functions to emulate X11 colormap scheme */ static nxColormap *colormap_hash[32]; static int colormap_id = 1; static Colormap _defaultColormap = 0; static Co
www.eeworm.com/read/131315/5941558

sh nroff.sh

#!/bin/sh # Emulate nroff with groff. prog="$0" # Default device. T=-Tascii opts= for i do case $1 in -h) opts="$opts -P-h" ;; -[eq]|-s*) # ignore these options ;; -[mrnoT]) echo "$pro
www.eeworm.com/read/124347/6053155

cc fhandler_dsp.cc

/* fhandler_dev_dsp: code to emulate OSS sound model /dev/dsp Copyright 2001, 2002 Red Hat, Inc Written by Andy Younger (andy@snoogie.demon.co.uk) This file is part of Cygwin. This software
www.eeworm.com/read/409992/11305177

h stat.h

#ifndef __SYS_STAT_H__ #define __SYS_STAT_H__ /* We need some time stuff */ #include /* * Defines and stuff for the stat functions. * We try to be good and emulate as much a possible * H
www.eeworm.com/read/252119/12301153

cfg wordstar.cfg

; WORDSTAR.CFG - configures TDE to emulate the keymap of WordStar 4.0. ; Version 1.1 (2005-01-24) - refines an earlier version of this config file ; Version 1.3 (2005-07-11) - adds missing WS comman
www.eeworm.com/read/493621/1164704

h asmnames.h

#define cpu _cpu #define hw _hw #define ram _ram #define mbc _mbc #define lcd _lcd #define scan _scan #define patpix _patpix #define anydirty _anydirty #define patdirty _patdirty #define cpu_emulate
www.eeworm.com/read/480440/1317877

java sendtest_conv.java

package mpi.signals; import java.util.*; import mpi.*; import java.io.*; /** * Test program to emulate Pool of tasks.... * need to get back to this soon. */ public class SendTest_Conv{
www.eeworm.com/read/104056/15711422

m4 ftruncate.m4

#serial 4 # See if we need to emulate a missing ftruncate function using fcntl or chsize. AC_DEFUN([jm_FUNC_FTRUNCATE], [ AC_CHECK_FUNCS(ftruncate, , [ftruncate_missing=yes]) if test "$ftruncat
www.eeworm.com/read/100398/15874741

txt readme.txt

C++ package to emulate standard C++ string class. Documentation is in string.htm. Don't forget to customise include.h as described in string.htm. This version makes a number of minor fixes and alig
www.eeworm.com/read/480440/1317874

java sendtest_conv2.java

package mpi.signals; import java.util.*; import mpi.*; import java.io.*; // Test case contributed by Sivakumar Venkata Pabolu. /** * Test program to emulate Pool of tasks.... * need to get back t