代码搜索结果
找到约 10,000 项符合
Test 的代码
test.java
import jora.*;
import java.math.BigDecimal;
import java.sql.*;
class Employee {
public int code;
public String name;
public int age;
public Date hire;
test.reg
BFFF ADDRESS_ASCII_TO_HEX
BFFF ADDRESS_ASCII_TO_HEX_ECHO
BFFF CLEAR_EXTERNAL_RAM
A30F CLOCK_VALUEROUGH
BFFF DUMP_MEMORY
BFFF EI_RX_OVERRUN
BFFF ETHERNET_ADDRESS
B303 ETHERNET_INIT
BFFF
test.hex
:10053B006C6561722065787465726E616C205241D6
:10054B004D2066726F6D20383030302E2E2E007598
:10055B006D702041646472657373206174203D205B
:10056B00002578000A0D002D2D2D2D2D2D2D2D2D37
:10057B002D2D2D2D2D2
test.v
module test(SW,LCD_XX);
input [4:0]SW;
output [4:0]LCD_XX;
reg [4:0]LCD_XX;
always @(SW)
begin
case(SW)
5'b00000:LCD_XX=5'b00001;
5'b00010:LCD_XX=5'b00010;
5'b
test.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
test.m
%% Made by Zheng Xiao (052815 05b04)
%% Group Member: Ji Yue, Sun Xin, Zheng Xiao
%clear
% Generate Signal
%M = 16; %-the number of Sample per Period in input signal
N = 32; %-the number of Sample pe
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