代码搜索结果

找到约 10,000 项符合 Embedded 的代码

talktcp.vcw

Microsoft eMbedded Visual Tools Workspace File, Format Version 4.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ##########################################################################

readme.txt

下载内容 --------------------- 下载内容包括3个文件夹:“程序代码”、“实例插图”、“电路图”3个文件夹。 其中各个文件夹主要有以下内容。 “程序代码”文件夹里面的内容为各实例章的程序源代码。 “实例插图”文件夹里面的内容为各实例章的插图,为bmp格式。 “实例电路图”文件夹里面的内容为各实例章的电路图,由Protel99软件制成。 ;----- ...

readme.txt

######################################################################## # # AT91SAM9261_leds_blink.eww # # $Revision: 1.1

tablelookupper.vcw

Microsoft eMbedded Visual Tools Workspace File, Format Version 4.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ##########################################################################

pathdlgdll.vcw

Microsoft eMbedded Visual Tools Workspace File, Format Version 4.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ##########################################################################

gprs.vcw

Microsoft eMbedded Visual Tools Workspace File, Format Version 4.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ##########################################################################

mousetest.vcw

Microsoft eMbedded Visual Tools Workspace File, Format Version 4.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ##########################################################################

tea5767.dni

[DisAssemblyWindow] NumStates=_ 1 State 1=_ 1 [Watch] Watch 1=_ 4 "DisBuffer" "Key_Push_Flag" "Freq_2_PLL(freq)" "Freq" Watch 2= Watch 3= [CodeCoverage] State=_ 0 [Profiling] State=_ 0 [Ter

btwnd.vcw

Microsoft eMbedded Visual Tools Workspace File, Format Version 4.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ##########################################################################

hello.c

/*hello.c*/ #include #include #include "hello.h" int main() { val32_t i = 5; printf("hello, embedded world %d\n",i); }