代码搜索结果
找到约 10,000 项符合
Test 的代码
test.asp
Request.Form( ) =
Request.Form( ) =
test.cpp
#include
int sublength(int a[100]);
int binary(int i,int k);
void main()
{
int i,k=0,n,c;
int sequence1[100],sequence2[100][100];
do{
scanf("%d",&n);
for(i=0;i
test.v
`timescale 1ns/1ns
module test;
reg A,B,C;
initial
begin
A = 0; B = 1; C = 0;
#50 A = 1; B = 0;
#50 A = 0; C = 1;
#50 B = 1;
#50 B = 0; C = 0;
#50 $finish ;
test.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
test.cpp
#include
#include
#include
#include
#include
#include"hugeint.h"
typedef hugeint Hugeint;
bool IsHusu (Hugeint a,Hugeint b);
bool IsPrime(Hugein
test.plg
Build Log
--------------------Configuration: test - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\Admin\LO
test.dsp
# Microsoft Developer Studio Project File - Name="test" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons