代码搜索结果

找到约 10,000 项符合 Test 的代码

test.java

import java.util.*; import java.text.*; public class Test { public static void main(String[] args) { NumberFormat numberFormat = NumberFormat.getPercentInstance(Locale.US); DecimalFormat decimalForm

test.asm

ORG 00H JMP MAIN ORG 30H MAIN: MOV A,#0FFH ;设置左移初值 CLR C ;C=0 MOV R2,#08H ;设置左移次数 LOOP: RLC A ;左移1位 MOV P2,A ;输出到P2 CALL DELAY ;延时 DJNZ R2,LOOP ;左移7次 MOV R2,#07H ; LOOP1: RRC A ;右移

test.sdi

,,, ORG 00H 0000,02 00 30,, JMP MAIN ,,, ORG 30H 0030,74 FF,MAIN,MAIN: MOV A,#0FFH ;设置左移初值 0032,C3,, CLR C ;C=0 0033,7A 08,, MOV R2,#08H ;设置

test.hex

:03000000020030CB :1000300074FFC37A0833F5A0120049DAF87A07137F :10004000F5A0120049DAF880E77B147C147DF8DD16 :06005000FEDCFADBF622E3 :00000001FF

test.cpp

#include"RSA.h" #include"Getneed.h" #include using namespace std; typedef unsigned char byte; void main() { RSA test; int i; bool flag_newprime=true; byte valueN[20]="9E9"; b

test.cpp

#include"RSA.h" #include"Getneed.h" #include using namespace std; typedef unsigned char byte; void main() { RSA test; int i; bool flag_newprime=true; byte valueN[20]="9E9"; b

test.c

/****************************************Copyright (c)************************************************** ** 广州周立功单片机发展有限公司 ** 研 究

test.cmd

-stack 40 MEMORY { PAGE 0 : VECS : origin =0000h , length = 0040h /* PROGRAM */ PVECS : origin = 0044h , length = 0100h /* Peripheral Interrupt Vectors */ PROG : origin =0150h ,