代码搜索:CS2
找到约 499 项符合「CS2」的源代码
代码结果 499
www.eeworm.com/read/297894/7989773
bak read.bak
$include (REG52.INC)
public readstatus
public delayy
public Nopp
proc segment code
rst equ p3.0
cs2 equ p3.1
cs1 equ p3.2
e equ p3.3
rw equ p3.4
di equ p3.5
green equ p0.7
rseg proc
www.eeworm.com/read/297894/7989801
asm read.asm
;$include (REG52.INC)
public readstatus
public delayy
public Nopp
proc segment code
rst equ p3.0
cs2 equ p3.1
cs1 equ p3.2
e equ p3.3
rw equ p3.4
di equ p3.5
green equ p0.7
rseg pro
www.eeworm.com/read/246603/12717171
cs towerview.cs
///TowerView
///汉诺塔演示
///程序实现两个功能:一种自动演示,另一种由用户自行拖放物块
///程序的图片资源由Photoshop CS2 自行制作
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using Sys
www.eeworm.com/read/140099/13109144
c g12864b.c
/* --------------- TESTING FOR GS-G1286414YLY -- */
#include
#define RW P3_1
#define EL P3_2
#define CS1 P1_0 /* E1: IC1 片选端,E2: IC2 */
#define CS2 P1_1
#def
www.eeworm.com/read/315675/13538510
c main1.c
#include
#include "pic16f887.h"
#define E RA2
#define RW RA1
#define RS RA0
#define LCDVSW RE0
#define LEDCON RC5
#define CS1 RA3
#define CS2 RA4
#define uint unsigned int
www.eeworm.com/read/309445/13671169
asm lcd中文.asm
;************************
;************************
CS1 EQU P3.0
CS2 EQU P3.1
RS EQU P3.2
RW EQU P3.3
E EQU P3.4
RST EQU P3.5
DATALCD EQU P2
BF BIT P2.7
X EQU 30H
Y EQU 31H
;*****
www.eeworm.com/read/486988/6522143
h lcd.h
#ifndef __LCD_H__
#define __LCD_H__
#define CS1 P2_0
#define CS2 P2_1
#define EN P2_2
#define RS P2_3
#define RW P2_4
#define RST P2_5
#define nop() {_nop_();_nop_();};
void
www.eeworm.com/read/340943/12120112
c cs23-1.c
#include
#define uchar unsigned char
#define uint unsigned int
sbit CS1=P2^4;
sbit CS2=P2^3;
sbit RS=P2^7;
sbit RW=P2^6;
sbit EN=P2^5;
sbit RST=P2^2;
#define Dat
www.eeworm.com/read/338832/12278986
pl domino.pl
go:-
domino(1,domino(S1,Cs1)),
domino(2,domino(S2,Cs2)),
domino(3,domino(S3,Cs3)),
domino(4,domino(S4,Cs4)),
domino(5,domino(S5,Cs5)),
S1^width #= 80,
cgGrid([[_,S1,
www.eeworm.com/read/132091/14110787
h ad.h
//#define A0 P1_3
//#define RW P1_2
//#define E1 P1_1
//#define E2 P1_0
#define A0 P3_7
#define RW P3_6
#define CS2 P3_5
#define CS1