代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/386478/8743576
c clkout.c
/****************************************************************/
/* 文件名称: ClkOut.C */
/* 功能描述: 将定时/计数器2编程为时钟输出模式,在P1.0上输出波形 */
/*************************
www.eeworm.com/read/286264/8778101
bak lror.c.bak
#include
void tst_lrol (void) {
long a;
long b;
a = 0xA5A5A5A5;
b = _lrol_(a,3); /* 程序运行后b的结果是0x2D2D2D2D */
}
www.eeworm.com/read/429936/8782215
makefile
##### Include the make variables (CC, etc...) #####
HOSTCC = gcc
##### Taret Rules #####
exe: all
all: srec2bin srec2flash flash2bin adam2dump
srec2bin: srec2bin.c
$(HOSTCC) -o srec2bin srec2bin.
www.eeworm.com/read/384195/8891836
c ads1100.c
//ADS1100 应用程序
#include
#include
#define uchar unsigned char
#define uint unsigned int
/*--------------------------------------------------*/
sbit SDA=P3^5;//I2C数据线
s
www.eeworm.com/read/281384/9158863
makefile
#Makefile for mkyaffs
#
# NB this is not yet suitable for putting into the kernel tree.
# YAFFS: Yet another Flash File System. A NAND-flash specific file system.
#
# Copyright (C) 2002 Aleph One Ltd
www.eeworm.com/read/375925/9342217
makefile
#Makefile for mkyaffs
#
# NB this is not yet suitable for putting into the kernel tree.
# YAFFS: Yet another Flash File System. A NAND-flash specific file system.
#
# Copyright (C) 2002 Aleph One Ltd
www.eeworm.com/read/366692/9803576
makefile
#Makefile for mkyaffs
#
# NB this is not yet suitable for putting into the kernel tree.
# YAFFS: Yet another Flash File System. A NAND-flash specific file system.
#
# Copyright (C) 2002 Aleph One Ltd
www.eeworm.com/read/359739/10126657
makefile
#Makefile for mkyaffs
#
# NB this is not yet suitable for putting into the kernel tree.
# YAFFS: Yet another Flash File System. A NAND-flash specific file system.
#
# Copyright (C) 2002 Aleph One Ltd
www.eeworm.com/read/357528/10207031
txt 新建 text file (2).txt
/*#asm
.equ __ds1302_port=0x18
.equ __ds1302_sclk=2 //7
.equ __ds1302_io=1 //6 SCL 1
.equ __ds1302_rst=0 //5 SDA 0
#endasm
*/
#asm
.equ __i2c_port=0x18;PORTB
.equ __sda_bit=0
www.eeworm.com/read/162814/10269317
pas unit3.pas
unit Unit3;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Buttons, Grids, DBGrids, DB, DBTables, StdCtrls;
type
TForm3 = class(TF