代码搜索:谐振测试
找到约 10,000 项符合「谐振测试」的源代码
代码结果 10,000
www.eeworm.com/read/453100/7426899
_c 测试._c
#include
#include
#include "12864显示.c"
#include"4X4键盘.c"
//#include "延时子程序.c"
#define uchar unsigned char
#define uint unsigned int
/**************************************
www.eeworm.com/read/453100/7426902
o 测试.o
XL
H 5 areas 3C global symbols
M _
S push_xgset300C Ref0000
S push_xgsetF000 Ref0000
S push_xgsetF00C Ref0000
S push_xgset30FC Ref0000
S push_xgsetF0FC Ref0000
S pop_xgset300C Ref0000
S pop_x
www.eeworm.com/read/453100/7426919
c 测试.c
#include
#include
#include "12864显示.c"
#include"4X4键盘.c"
//#include "延时子程序.c"
#define uchar unsigned char
#define uint unsigned int
/**************************************
www.eeworm.com/read/453100/7426925
s 测试.s
.module _测试.c
.area text(rom, con, rel)
.dbfile E:\写的程序\AVR(C)\测试.c
.dbfile E:\写的程序\AVR(C)\延时子程序.c
.dbfunc e delay_ms _delay_ms fV
; i -> R20,R21
; j -> R22,R23
;
www.eeworm.com/read/453100/7426927
mp 测试.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
www.eeworm.com/read/453100/7426929
dbg 测试.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.2
CPU AVR
FRAMEPOINTER Y
DIR E:\写的程序\AVR(C)\
FILE 测试.c
FUNC spi_sent_init AFA fV
BLOCK 52 AFA
LINE 52 AFA
LINE 52 AFA
LINE 53 B00
LINE 54 B06
LINE 55 B0A
www.eeworm.com/read/453100/7426933
lst 测试.lst
__start:
__text_start:
36D E5CF LDI R28,0x5F
36E E0D4 LDI R29,4
36F BFCD OUT 0x3D,R28
370 BFDE OUT 0x3E,R29
371 51CE SUBI R28,0x1E
372 40D
www.eeworm.com/read/451777/7455649
txt 测试.txt
1、cd driver/ 运行insmod adc.ko 然后mdev -s(要确定板子上有mdev)
2 、cd usr/ 运行./usr
或直接运行./run.sh
www.eeworm.com/read/440368/7690171
cpp 测试.cpp
/*SOURCES=$(patsubst %.cpp,%.o,$(wildcard *.cpp))
all:$(SOURCES)
$(SOURCES):%.o:%.cpp
g++ $< -g -o $@
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/438762/7727422