代码搜索:pic单片机
找到约 10,000 项符合「pic单片机」的源代码
代码结果 10,000
www.eeworm.com/read/233448/4674804
c pic1.c
// { dg-do assemble }
// GROUPS passed operators
// pic file
// Message-Id:
// Subject: gcc-2.5.8 -fpic fails to compile extern const char static init
www.eeworm.com/read/233448/4684869
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)
www.eeworm.com/read/229812/4751383
ps pic1.ps
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: CSG Graphics Screen Capture
%%EndComments
150 dict begin
/imageStr 128 string def % define char imageStr[ 128 ]
/imageChar 1 string d
www.eeworm.com/read/229812/4751388
ps pic2.ps
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: CSG Graphics Screen Capture
%%EndComments
150 dict begin
/imageStr 128 string def % define char imageStr[ 128 ]
/imageChar 1 string d
www.eeworm.com/read/229812/4751482
c pic2.c
#include
#include
#define x1 120
#define y1 90
#define x2 520
#define y2 390
#define x3 140
#define y3 20
#define x4 190
#define y4 460
main()
{
_setvideomode(
www.eeworm.com/read/229812/4751511
c pic1.c
#include
#include
#define x1 120
#define y1 90
#define x2 520
#define y2 390
#define x3 500
#define y3 20
#define x4 450
#define y4 460
main()
{
_setvideomode(
www.eeworm.com/read/221630/4827636
java settk_pic.java
/*
* Author : 胡家宝
* Date : 2006-6-30 10:54:53
*/
package WebExam;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.DataInputStream;
import java