代码搜索:Testing

找到约 10,000 项符合「Testing」的源代码

代码结果 10,000
www.eeworm.com/read/136879/13356041

cpp fig20_23.cpp

// Fig. 20.23: fig20_23.cpp // Testing Standard Library class stack #include #include #include #include using namespace std; template< class T > void pop
www.eeworm.com/read/136879/13356067

cpp fig20_17.cpp

// Fig. 20.17: fig20_17.cpp // Testing Standard Library class list #include #include #include using namespace std; template < class T > void printList( const l
www.eeworm.com/read/136879/13356528

cpp fig11_19.cpp

// Fig. 11.19: fig11_19.cpp // Creating and testing user-defined, nonparameterized // stream manipulators. #include // bell manipulator (using escape sequence \a) ostream& bell(
www.eeworm.com/read/320605/13422337

java teststream.java

//: com:bruceeckel:simpletest:TestStream.java // Simple utility for testing program output. Intercepts // System.out to print both to the console and a buffer. // From 'Thinking in Java, 3rd ed.' (
www.eeworm.com/read/320439/13427239

c prime.c

/* PRIME.C - primality-testing routines */ /* Copyright (C) RSA Laboratories, a division of RSA Data Security, Inc., created 1991. All rights reserved. */ #include "global.h" #include
www.eeworm.com/read/316990/13513011

java teststringsearch.java

/* * TestStringSearch.java E.L. 2001-05-25 */ class TestStringSearch { public static void main(String[] args) { String text = "This is a testing text with many e's"; System.out.p
www.eeworm.com/read/314653/13562206

m gendat.m

%GENDAT Random generation of datasets for training and testing % % [A,B,IA,IB] = GENDAT(X,N) % [A,B,IA,IB] = GENDAT(X) % [A,B,IA,IB] = GENDAT(X,ALF) % % INPUT % X Dataset % N,ALF Number
www.eeworm.com/read/313479/13586693

pjt video_resizer.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="D:\Davinci_1\HW_Testing\_davincievm\examples\video_loopback\Resizer_csl\" ProjectType=
www.eeworm.com/read/313479/13586766

pjt video_loop_csl.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="D:\Davinci_1\HW_Testing\_davincievm\examples\video_loopback\Resizer_csl\" ProjectType=
www.eeworm.com/read/309349/13673610

ex-wrong-model

#!/bin/sh # These tests investigate what happens when the wrong model is used for # decoding. A (1800,1000) LDPC code with 3 check per bit is used. # Testing is done by transmitting random messages.