代码搜索结果
找到约 216,410 项符合
Test 的代码
test.v
`timescale 1ns/1ns
module test;
reg A,B,C;
initial
begin
A = 0; B = 1; C = 0;
#50 A = 1; B = 0;
#50 A = 0; C = 1;
#50 B = 1;
#50 B = 0; C = 0;
#50 $finish ;
test.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "test"=".\test.dsp"
test.plg
Build Log
--------------------Configuration: test - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1
test.hier_info
|test
rdclock => pr[3].CLK
rdclock => pr[2].CLK
rdclock => pr[1].CLK
rdclock => pr[0].CLK
address[0]
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.txt
Some test data.
test.txt
Some test data.
test.dpr
program Test;
uses
Forms,
TestBarCode in 'TestBarCode.pas' {FTestBarCode};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TFTestBarCode, FTestBarCode);
Applica