代码搜索:Tested
找到约 4,133 项符合「Tested」的源代码
代码结果 4,133
www.eeworm.com/read/133703/5903300
c jit.c
/*
* jit.c -- the just-in-time module (v2.1)
*
* Tested with 2.1.43 on the x86
*/
/* BUGS: this module is not reentrant: only one file can be read at a time
* the module usage count is not
www.eeworm.com/read/133703/5903323
c export.c
/*
* export.c -- export a symbol (maybe a versioned one)
*
* Tested with 2.0 on the x86, Sparc
*/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#endif
/* This st
www.eeworm.com/read/131315/5936849
readme
Miscellaneous flex stuff. The following have been tested using flex 2.4:
- debflex.awk, an awk script for anotating flex debug output.
It presently only works with gawk, not with "old" or "new"
www.eeworm.com/read/124989/6034750
mklrpnb
#!/usr/bin/perl -w
#
# A program to make a netbootable image from a LRP firewall floppy
# Tested on a Coyote Linux floppy
#
@cfg = `mtype a:syslinux.cfg`;
unless (defined(@cfg)) {
print "Cannot find
www.eeworm.com/read/124843/6039664
txt info.txt
Monkey.pas (ID3v1.pas, ID3v2.pas, APEtag.pas needed)
Tested with Borland Delphi 3,4,5,6
{ *************************************************************************** }
{
www.eeworm.com/read/118801/6095835
dj makefile.dj
#
# For conditions of distribution and use, see copyright notice in libmng.h
#
# makefile for libmng - THE MNG library
# This makefile have been tested on DJGPP v2
# (Based on makefile.linux since bot
www.eeworm.com/read/103088/6224093
mklrpnb
#!/usr/bin/perl -w
#
# A program to make a netbootable image from a LRP firewall floppy
# Tested on a Coyote Linux floppy
#
@cfg = `mtype a:syslinux.cfg`;
unless (defined(@cfg)) {
print "Cannot find
www.eeworm.com/read/482211/6629554
c huffman.c
/*
Only encoder
This version works correctly, it is tested with testcase.jpg
The translation into real huffman codes works.
Changed: If huffman wants to send 0xFFxx (FF in one byte) than there mus
www.eeworm.com/read/481998/6635059
c huffman.c
/*
Only encoder
This version works correctly, it is tested with testcase.jpg
The translation into real huffman codes works.
Changed: If huffman wants to send 0xFFxx (FF in one byte) than there mus
www.eeworm.com/read/409626/11317614
m testnder.m
function [] = testnder(h, n)
% Test file for the function numder. The initial step size is h and
% the number of iterations is n. Function to be tested is
% f(x) = exp(-x^2).
format long
d