代码搜索:pic单片机

找到约 10,000 项符合「pic单片机」的源代码

代码结果 10,000
www.eeworm.com/read/345096/3203576

c pic_tm.c

/* C-file generated by 礐/GUI-BitmapConvert V2.30c, compiled Jul 23 2002, 12:06:33 (c) 2002 Micrium, Inc. www.micrium.com (c) 1998-2002 Segger Microcontroller Systeme GmbH www.segger
www.eeworm.com/read/341695/3243137

cs pic.aspx.cs

//====================================================== //== (c)2008 aspxcms inc by NeTCMS v1.0 == //== Forum:bbs.aspxcms.com == //== Website:w
www.eeworm.com/read/341695/3244478

cs pic.aspx.cs

//====================================================== //== (c)2008 aspxcms inc by NeTCMS v1.0 == //== Forum:bbs.aspxcms.com == //== Website:w
www.eeworm.com/read/341695/3245906

cs pic.aspx.cs

//====================================================== //== (c)2008 aspxcms inc by NeTCMS v1.0 == //== Forum:bbs.aspxcms.com == //== Website:w
www.eeworm.com/read/340665/3266823

s ld-pic.s

# Source file used to test the ld macro with PIC code. .set mips1 .data data_label: .extern big_external_data_label,1000 .extern small_external_data_label,1 .comm big_external_common,1000 .co
www.eeworm.com/read/340665/3266847

s lb-pic.s

# Source file used to test the lb macro with PIC code. .data data_label: .extern big_external_data_label,1000 .extern small_external_data_label,1 .comm big_external_common,1000 .comm small_exte
www.eeworm.com/read/340665/3266894

s ulh-pic.s

# Test unaligned load and store macros with PIC code. We don't bother # to test most cases. The actual loads and stores are tested by the # non-PIC test case. We just want to check that the initial
www.eeworm.com/read/340665/3267274

s pic1.s

.text .globl _foo _foo: leal %pc@(_i), %a0 leal %pc@(_i-.), %a1
www.eeworm.com/read/340665/3275248

c pic1.c

// Build don't link: // GROUPS passed operators // pic file // Message-Id: // Subject: gcc-2.5.8 -fpic fails to compile extern const char static initi
www.eeworm.com/read/340665/3280505

c pic-1.c

/* { dg-do compile } */ /* { dg-options "-O2 -fpic -ftls-model=global-dynamic" } */ extern __thread long e1; extern __thread int e2; static __thread long s1; static __thread int s2; long *ae1 (void)