代码搜索:Test
找到约 10,000 项符合「Test」的源代码
代码结果 10,000
www.eeworm.com/read/425038/10385526
png test.png
www.eeworm.com/read/161695/10385982
dsw test.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/354114/10388599
cmd test.cmd
-stack 40
MEMORY
{
PAGE 0 : VECS : origin =0000h , length = 0040h /* PROGRAM */
PVECS : origin = 0044h , length = 0100h /* Peripheral Interrupt Vectors */
PROG : origin =0150h ,
www.eeworm.com/read/161639/10390818
m test.m
function test()
im1=imread('1g.bmp');
im2=imread('1g3.bmp');
subplot(2,1,1),imshow(im1);
subplot(2,1,2),imshow(im2);
figure;
[xtan,ytran,delta]=computedelta(im1,im2);
end
www.eeworm.com/read/161633/10390972
data test.data
5.1 0.4
12.9 5.0
13.0 0.8
2.6 0.1
30.0 0.1
20.5 0.8
www.eeworm.com/read/161629/10391128
o test.o
www.eeworm.com/read/161629/10391141
c test.c
/*
#include
#include
#include
#include
#include
*/
#include "LPC2104.h"
typedef unsigned int uint32;
www.eeworm.com/read/161621/10391585
o test.o
www.eeworm.com/read/161621/10391602
c test.c
#include "LPC2104.h"
typedef unsigned int uint32; /* 无符号32位整型变量 */
#define LEDCON 0x00002000
void Delay(uint32 dly)
{
uint32 i;