代码搜索结果
找到约 216,410 项符合
Test 的代码
test.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY test IS
PORT(din: IN STD_LOGIC_VECTOR(7 DOWNTO 0);
en:IN STD_LOGIC;
dou
test.java
package Runtime演示;
public class Test
{
public static void main(String[] args)
{
System.out.println("为你守候一扇窗,不管黄昏或黎明!");
}
}
test.java
public class Test
{
public static void main(String args[]){
Object o=Factory.getIntance("userdao");
UserDao ud=(UserDao)o;
}
}
test.plg
Build Log
--------------------Configuration: test - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\luckyone
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
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) Appl
test.plg
Build Log
--------------------Configuration: Test - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /fo"De
test.plg
Build Log
--------------------Configuration: test - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\WINDOWS\TEMP\RSPF
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) Appl
test.java~16~
package calc;
import java.awt.*;
import java.awt.event.*;
public class Test extends Frame implements KeyListener,ActionListener{
public Test(int i,int j) {
addKeyListener(this);
setLayout(