代码搜索:ADAM
找到约 5,667 项符合「ADAM」的源代码
代码结果 5,667
www.eeworm.com/read/176881/9480518
cpp adam.cpp
#include
#include
#include
#include
#include
#include
#include "param.h"
#include "Lcd.h"
#include "serial Com.h"
#include
www.eeworm.com/read/350942/10694749
cpp adam.cpp
#include "stdafx.h"
#include "ADAM.h"
float CComDev::StringToFloat(CString s)
{
float fReturn = 0;
char cc[10];
wsprintf(cc, "%s", s);
fReturn = (float)atof(cc);
return fReturn;
}
www.eeworm.com/read/350942/10694770
h adam.h
/**********************************************************************************/
/* FileName: Adam.h */
/* Type: header file */
/* Author: Sunset
www.eeworm.com/read/419855/10833807
wav adam.wav
www.eeworm.com/read/145886/12696449
txt adam.txt
www.eeworm.com/read/323148/13348901
lds adam.lds
OUTPUT_FORMAT("elf32-c33", "elf32-c33",
"elf32-c33")
OUTPUT_ARCH(c33)
SEARCH_DIR(.);
SECTIONS
{
/* data pointer symbol By GWB33 */
__dp = 0x00000000;
/* section information
www.eeworm.com/read/323148/13348934
ldt adam.ldt
VERSION = 1.00
__DP = 00000000
__GDP =
__ZDP =
__TDP =
__SDP =
NAME = .bss
LMA = NO SELECT
VMA = 00000000
ATTR = .bss
FILES = "*"
ASTAEXPAND = TRUE
NAME = .rodata
LMA = 0200000
www.eeworm.com/read/323148/13348936
par adam.par
#GNU33 GDB parameter file, made by GWB33
RAM 00000000 00001fff 00W #Internal RAM
IO 00040000 0004ffff 11H #IO Area
ROM 00c00000 00cfffff 77H #External ROM
RAM 020
www.eeworm.com/read/323148/13348938
mak adam.mak
# make file made by GWB33
# make file made by gnu make
# macro definitions for target file
TARGET= adam
# macro definitions for tools & dir
TOOL_DIR = E:/gnu33
CC= $(TOOL_DIR)/xgcc
AS
www.eeworm.com/read/337143/12387849