代码搜索:Tested
找到约 4,133 项符合「Tested」的源代码
代码结果 4,133
www.eeworm.com/read/223597/14622797
c jiq.c
/*
* jiq.c -- the just-in-queue module (v2.1)
*
* Tested with 2.0 on the x86, Sparc
*/
/* BUGS: the module is not reentrant: only one file can be read at a time
* the module usage count i
www.eeworm.com/read/223597/14622818
c silly.c
/*
* silly.c -- Simple Tool for Unloading and Printing ISA Data (v2.1)
*
* Tested with 2.0 on the x86?
*
* This module won't work on the sparc, where there's no concept of I/O space
*
*/
#ifn
www.eeworm.com/read/223597/14622893
c main.c
/*
* main.c -- the bare scull-page char module
*
* Tested with 2.0 on the x86, Sparc
*
* Mmap is not available on the Sparc, as pgd_offset etc. are not
* yet exported to modules. Nonetheless, I'
www.eeworm.com/read/223309/14646670
h 310_define.h
#define baudrat 9600
//baudrat had been tested for 9600 and 19200,It's right ;
#define MIN_NUM 1 //define the time of mode to protect compress machine
//
#define T1clk 24500000//2097152
www.eeworm.com/read/123064/14650141
asm objexe.asm
; Demonstration of how to write an entire .EXE format program as a .OBJ
; file to be linked. Tested with the VAL free linker.
; To build:
; nasm -fobj objexe.asm
; val objexe.obj,objexe.exe;
www.eeworm.com/read/118993/14845420
asm objexe.asm
; Demonstration of how to write an entire .EXE format program as a .OBJ
; file to be linked. Tested with the VAL free linker.
; To build:
; nasm -fobj objexe.asm
; val objexe.obj,objexe.exe;
www.eeworm.com/read/218808/14905391
c ide-pnp.c
/*
* linux/drivers/ide/ide-pnp.c
*
* This file provides autodetection for ISA PnP IDE interfaces.
* It was tested with "ESS ES1868 Plug and Play AudioDrive" IDE interface.
*
* Copyright (C) 2000
www.eeworm.com/read/116053/14991278
pas barcode.pas
unit Barcode;
{
Barcode Component
Version 1.21 (19.07.2001)
Copyright 1998-2001 Andreas Schmidt and friends
for use with Delphi 1/2/3/4/5
Delphi 1 not tested; better use Delphi 2 (or higher)
www.eeworm.com/read/216463/15006075
ex-ldpc36-1000a
#!/bin/sh
# Example of a (2000,1000) LDPC code with 3 checks per bit and 6 bits per
# check, tested on Additive White Gaussian Noise channels with noise standard
# deviations varying from 0.80 to 0
www.eeworm.com/read/114622/15045642
met makefile.met
# Makefile for MetaWare Hi C++
# Tested with Version 3.2 on Windows NT 3.5
CPP = hcnt
.c.exe:
$(CPP) $<
.cpp.exe:
$(CPP) $<
.cpp.obj:
$(CPP) -c $*.cpp
$(CPP) $**
all: