代码搜索:Tested
找到约 4,133 项符合「Tested」的源代码
代码结果 4,133
www.eeworm.com/read/174691/9577661
m ricetest.m
function q = ricetest(inph,quad,data,bins)
y = sort(data); %data to be tested
b = sqrt((std(inph)^2 + std(quad)^2)/2); %Rician parameter
a = mean(inph); %Rician parameter
inter = max(y) - min(
www.eeworm.com/read/168045/9941011
m svm_test.m
function [c, u, yup, nope] = svm_test(data, pesos, vect, b, escala)
% [c u] = svm_test(data, pesos, vect, b, escala)
%
% data - data to be tested
% pesos - weights
% vect - support v
www.eeworm.com/read/361375/10056395
txt readme.txt
This sample has been tested on Windows NT 3.51(SP5), 4.0(SP5) and
Windows 2000 beta2.
Steps to try out the sample
===========================
1. Make sure that PAGEDIRDRV.SYS is installed and
www.eeworm.com/read/361052/10067641
c usb_ohci.c
/*
* URB OHCI HCD (Host Controller Driver) for USB on the AT91RM9200 and PCI bus.
*
* Interrupt support is added. Now, it has been tested
* on ULI1575 chip and works well with USB keyboard.
*
*
www.eeworm.com/read/356490/10225616
cmd openocd_env_info.cmd
rem -
rem OpenOCD environment-information
rem by Martin Thomas, www.siwawi.arubi.uni-kl.de/avr_projects
rem -
rem The following has been tested with the precompiled binaries
rem from Michael Fis
www.eeworm.com/read/355529/10259448
txt readme.txt
=== Blog Quickly Shout ===
Contributors: askie
Donate link: http://www.pkphp.com/2008/09/07/wordpress-blog-quickly-shout/
Tags: widget,plugin,sidebar,notice
Requires at least: 2.5
Tested up to: 2
www.eeworm.com/read/278099/10570380
c hugesort.c
/* +++Date last modified: 05-Jul-1997 */
/*
** hugesort.c -- huge qsort() -- public domain by Raymond Gardner 6/92
** tested with Borland C++ 3.0 (C mode)
*/
#include "big_mall.h"
#include
www.eeworm.com/read/275581/10810631
pas rm_barcode.pas
unit RM_Barcode;
{
Barcode Component
Version 1.20 (13.10.2000)
Copyright 1998-2000 Andreas Schmidt and friends
for use with Delphi 1/2/3/4/5
Delphi 1 not tested; better use Delphi 2 (or high
www.eeworm.com/read/273504/10914065
c main.c
//
// this is being tested on an LPC2138 with 14.7456MHz xtal, full pll clock rate, full pclk rate.
//
// it doesn't include the normal pll etc initialization code so you'll have to add that your
www.eeworm.com/read/465478/7055457
c main.c
/*
* main.c -- the bare scull char module
*
* Tested with 2.0.x (x86 and alpha) and 1.2.13 (x86)
*********/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#endif