代码搜索:test1
找到约 3,239 项符合「test1」的源代码
代码结果 3,239
www.eeworm.com/read/266303/11232429
java test1.java
class Test{
int i;
public Test(){i=10;}
}
public class Test1 extends Test
{
double i;
public Test1(){i=12.345678;}
public void print()
{
System.out.println("i of sub class "+i);
www.eeworm.com/read/148231/12481706
ini test.ini
signal void ky_1()
{
SIN = 0xf0; //串口接收到数据0xf0,注意它是不需要时间的
twatch(4090); //等待4090个机器周期
SIN = 0xf1;
twatch(4090);
SIN = 0xf0;
twatch(4090);
SIN = 0xf0;
www.eeworm.com/read/147240/12572341
asm exp1_1.asm
data segment
IOPORT EQU 0C400H-0280H
IO8253 EQU IOPORT+283H
IO8253A EQU IOPORT+280H ;地址替换
data ends
stack1 SEGMENT STACK
DW 100H DUP(?) ;定义堆栈段
Stack1
www.eeworm.com/read/146790/12611328
java ex050101.java
class Test1{
float aMethod(float a, float b){
return 0;
}
}
class Test2 extends Test1{
float aMethod(float b, float a){
return 0;
}
public int amethod(int a, int b){
return 0;
www.eeworm.com/read/134314/13997567
ini test.ini
signal void ky_1()
{
SIN = 0xf0; //串口接收到数据0xf0,注意它是不需要时间的
twatch(4090); //等待4090个机器周期
SIN = 0xf1;
twatch(4090);
SIN = 0xf0;
twatch(4090);
SIN = 0xf0;
www.eeworm.com/read/134069/14010935
txt 21-4.txt
/* 范例:21-4 */
#include
class super{public: super(){cout