代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/401534/2339743
c videogen.c
/*
* Generates a synthetic YUV video sequence suitable for codec testing.
* NOTE: no floats are used to guaranty a bit exact output.
*/
#include
#include
#define SCALEBITS 8
#
www.eeworm.com/read/398634/2375185
cnf ndb_config_mycnf2.cnf
#
# Testing automatic node id generation
#
[cluster_config]
NoOfReplicas=2
Signum=39
[cluster_config.cluster0]
ndbd = localhost,localhost,localhost,localhost
ndb_mgmd = localhost
mysqld = ,,,,
[clus
www.eeworm.com/read/396039/2423997
std allpair2.std
*** Testing pt-2-pt from Fortran (many calls) ***
Send
Rsend
Ssend
Isend
Irsend
Issend
Send_init
Rsend_init
Ssend_init
Sendrecv
Sendrecv_replace
www.eeworm.com/read/390812/2524512
java fragment_loaderdependenttestcase.java
package org.xbrlapi.fragment.tests;
/**
* Tests the implementation of the org.xbrlapi.Fragment interface.
* Uses the DOM-based data store to ensure rapid testing.
* @author Geoffrey Shuetrim (geof
www.eeworm.com/read/390812/2524610
java mockfragmentimpl.java
package org.xbrlapi.impl;
/**
* A mock fragment object that is used only for testing.
* @author Geoffrey Shuetrim (geoff@galexy.net)
*/
import org.xbrlapi.builder.BuilderImpl;
import org.
www.eeworm.com/read/390812/2524734
java fragment_loaderdependenttestcase.java
package org.xbrlapi.fragment.tests;
/**
* Tests the implementation of the org.xbrlapi.Fragment interface.
* Uses the DOM-based data store to ensure rapid testing.
* @author Geoffrey Shuetrim (geof
www.eeworm.com/read/390812/2524832
java mockfragmentimpl.java
package org.xbrlapi.impl;
/**
* A mock fragment object that is used only for testing.
* @author Geoffrey Shuetrim (geoff@galexy.net)
*/
import org.xbrlapi.builder.BuilderImpl;
import org.
www.eeworm.com/read/382361/2637783
c adv_pci1710.c
/*
* comedi/drivers/adv_pci1710.c
*
* Author: Michal Dobes
*
* Thanks to ZhenGang Shang
* for testing and informations.
*
* hardware driver
www.eeworm.com/read/377803/2696141
cpp db2_types.cpp
/*
* db2_types testing types with DB2 and dbConnect API
* Copyright (C) 2004 Johnathan Ingram, jingram@rogueware.org
*
* This library is free software; you can redistribute it and/or
* modify i
www.eeworm.com/read/377754/2696476
c triangle.c
// Triangle.c
// OpenGL SuperBible, Chapter 4
// Demonstrates OpenGL Triangle Fans, backface culling, and depth testing
// Program by Richard S. Wright Jr.
#include "../../Common/OpenGLSB.h" // Sy