代码搜索结果
找到约 216,410 项符合
Test 的代码
test.v.bak
module Test;
reg clock,updn;
wire[0:3]cnt_out;
countupdown c1(clock,cnt_out,updn);
always #1 clock=~clock;
initial begin
updn=0;
#50 updn=1;
#100 $dumpflush;
$stop;
end
initial begin
test.c
/*****************************************************************************\
* Filename: test.c
* Version: 0.01
* Description: test r against rtest (array of n elements)
* Returns eflag
test.h
/* Test for rand: rand */
#define NX 256
#define FNAME "t4"
#define MAXERROR 0
DATA r1[NX] = {
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
test.html
This is a second test page
This is a second test page for the web_server
Th
test.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
File 1,1,
test.lnp
"STARTUP.obj",
"test.obj"
TO "test"
RAMSIZE(256)
test.m
%% test 2009.4.15
im=imread('lena.tif');
% 转成灰度,转成double型
im=double(rgb2gray(im));
% 用快速的方法计算
hu1=M_GetImageHuJu_Fast(im);
% 用一般的方法计算
hu2=M_GetImageHuJu(im);
test.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
File 1,1,
test.lnp
"STARTUP.obj",
"test.obj"
TO "test"
RAMSIZE(256)
test.bp
#include
#include "libmetrics.h"
#include "lkl.h"
#include
int test()
{
int i = 0;
cl_sensors_env* env = cl_env_init();
for(i = 0; i