代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/373617/9446448
txt info.txt
[API]
Name=WinSock2
Version=2.2.x (corresponds to specification in MSDN Jan 2000)
Date=05-Jan-2000
Originated=Windows Sockets Version 2
URL=mdsn.microsoft.com
Description=Version 2 of Winsock AP
www.eeworm.com/read/177571/9447301
js testingcase11.js
//*****************************************************************************
// A Practical Guide to Script-Driven Software Development
// Author: Qiming Lu Date: 5/1/2006
www.eeworm.com/read/177571/9447340
js testingcase10.js
//*****************************************************************************
// A Practical Guide to Script-Driven Software Development
// Author: Qiming Lu Date: 5/1/2006
www.eeworm.com/read/177525/9450040
pas test.pas
unit test;
interface
uses
Windows, SysUtils;
const
//Integer consts testing
cInt1 = -$ffffffffffffffff;
cInt2 = -$fffffffffffffffe;
cInt3 = -$8000000000000001;
//cInt4 = -$8
www.eeworm.com/read/169281/9869258
c primec.c
#include
#include
#include
#include "directio.h"
#include "Server\prime.h"
/* If we found a prime then return PRIME, otherwise return NOT_PRIME */
#define PR
www.eeworm.com/read/167822/9951467
readme
$Id: README,v 1.1 2001/12/11 20:49:08 marijn Exp $
Unit-testing for the airtraffic server.
run "./tester" to test.
The unittest.py file was copied from the python2.1 modules, since
1.5.2 doesn't
www.eeworm.com/read/164054/10133414
m ex5_13.m
A=[6,1,4,2,1; 3,0,1,4,2; -3,-2,-5,8,4]; rank(A)
iA = pinv(A)
B=iA*A*iA
norm(iA-B) % Testing for iA*A*iA=iA
norm(A*iA*A-A) %Testing for A*iA*A=A
norm(iA*A-A'*iA') % Testing for iA*A s
www.eeworm.com/read/358784/10179603
asm ucase.asm
TITLE Upper Case Conversion (Ucase.asm)
; Testing the Str_ucase procedure.
; Last update: 9/7/01
INCLUDE Irvine32.inc
Str_ucase PROTO,
pString:PTR BYTE
.data
string_1
www.eeworm.com/read/357659/10203806
c initspdif.c
/***************************************************************************************************
** File: initSPDIF.c
** Date: 7-29-05
** Author: BM
** Use: Testing ADSP-21369 EZkit
www.eeworm.com/read/426112/10285912
java book_loan_master.java
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.text.*;
import javax.swing.text.*;
import java.sql.*;
public class book_loan_master extends JPanel implements book