代码搜索:Test
找到约 10,000 项符合「Test」的源代码
代码结果 10,000
www.eeworm.com/read/418675/10936220
cpp test.cpp
#include
#include "DList.h"
#include "Queue.h"
#include "Stack.h"
#include "BTree.h"
using namespace std;
using namespace SSDataS;
int main()
{
int i = 0;
int temp = 0;
www.eeworm.com/read/272894/10936775
dpr test.dpr
program Ural_1142(Input, Output);
const
MaxN = 10;
type
TIndex = Longint;
TStatus = array[1..MaxN] of record
Num: TIndex;
Opr: TIndex; //Last
end;
TSet = s
www.eeworm.com/read/272894/10936909
dpr test.dpr
program Ex;
const
MaxN=100;
type
TIndex=Longint;
TCom=array[0..MaxN]of TIndex;
TStack=array[1..MaxN]of TIndex;
var
N:TIndex;
Com:TCom;
Stack:TStack;
IP,Len,Top:TIndex;
procedure Ma
www.eeworm.com/read/272894/10937106
txt test.txt
21
9e0
9e1
9e2
9e3
9e4
9e5
9e6
9e7
9e8
9e9
9e10
9e11
9e12
9e13
9e14
9e15
9e16
9e17
9e18
9e19
9e20
Correct answer is
1.000000000000000000e21
www.eeworm.com/read/272894/10937248
dpr test.dpr
{$apptype console}
program Ural_1309(Input,Output);
type
TIndex=Longint;
function Power(A:TIndex;X:TIndex):TIndex;
begin
A:=A mod 9973;
Result:=1;
while X>0 do
begin
Dec(X);
Result
www.eeworm.com/read/272872/10938482
cmd test.cmd
-stack 40
/*----------------------------------------------------------------------------------*/
/*命令文件-存储空间 F2407*/
/*------------------------------------------------------------------------------
www.eeworm.com/read/272872/10938500
cmd test.cmd
-stack 40
/*----------------------------------------------------------------------------------*/
/*命令文件-存储空间 F2407*/
/*------------------------------------------------------------------------------
www.eeworm.com/read/272869/10938837
frm test.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/272869/10938838
vbp test.vbp
Type=Exe
Form=test.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\System32\stdole2.tlb#OLE Automation
Startup="Form1"
Command32=""
Name="工程1"
HelpContextID="0"
Compatibl