代码搜索结果

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

240x.h

;************************************************************************ ; File name: 240x.h ; ; Description: 240x register definitions, Bit codes for BIT instruction ;************************

x5045.c

//#include //#include //下面是我正在用的没有问题。 sbit SO=P2^2; sbit SI=P2^1; sbit SCK=P2^0; sbit CS=P3^6; //25045可编程看门狗监控EEPROM指令集 #define WREN 0x06; 00000110 //设置写使能锁存器(允许写操作) #d

x25020.c

X25020驱动程序(C语言) /*------------------------------------------------------ 版 本:V2.2 作 者:梁衍龙 论坛名字:淡水清风 版 权:www.mcuzb.com 创作时间:2002年8月 联系方式:slzsw_lyl_2@163.com ===================================

x5045.asm

;********************************************************************* ; Module Name: X5045.asm ; Author: 涛行九天 ; Version: 1.0 ; CreateDate: 2002-06-12 ; Description: ; Remark: ; Revision Hi

clr_x.cpp

#include #include void DRAWPICTURE(void); void CLR_X(void); void main() { int driver=DETECT,mode; registerbgidriver(EGAVGA_driver); initgraph(&driver,&mode,"");

avr2.x

/* Default linker script, for normal executables */ OUTPUT_FORMAT("elf32-avr","elf32-avr","elf32-avr") OUTPUT_ARCH(avr:2) MEMORY { text (rx) : ORIGIN = 0, LENGTH = 8K data (rw!x) : ORIGIN =

avr4.x

/* MODIFIED LINKER SCRIPT - BOOTLOADER: without .vectors */ OUTPUT_FORMAT("elf32-avr","elf32-avr","elf32-avr") OUTPUT_ARCH(avr:4) MEMORY { text (rx) : ORIGIN = 0, LENGTH = 8K data (rw!x) : O

avr1.x

/* Default linker script, for normal executables */ OUTPUT_FORMAT("elf32-avr","elf32-avr","elf32-avr") OUTPUT_ARCH(avr:1) MEMORY { text (rx) : ORIGIN = 0, LENGTH = 8K data (rw!x) : ORIGIN =