代码搜索:CS2
找到约 499 项符合「CS2」的源代码
代码结果 499
www.eeworm.com/read/425413/10358527
htm configuring_adobe_golive_cs2_to_display_wml_and_xhtml.htm
Configuring Adobe GoLive CS2 to display WML and XHTML
www.eeworm.com/read/473253/6849824
m cir_to_cs.m
function [CS] = CIR_to_CS(CIR,a,b,c)
% a,b,c is boundary to make decision of CS that is used
% CS output = 1
% a < CS output = 2
% b < CS
www.eeworm.com/read/473253/6849834
m cir_to_cs.m
function [CS] = CIR_to_CS(CIR,a,b,c)
% a,b,c is boundary to make decision of CS that is used
% CS output = 1
% a < CS output = 2
% b < CS
www.eeworm.com/read/399343/7868517
h _display.h
#define DISP_CS01_1 P5|=0x02 // p50 cs1=1
#define DISP_CS01_0 P5&=0xfd // p50 cs1=0
#define DISP_CS02_1 P5|=0X04 // p51 CS2=1
#define DISP_CS02_0 P5&=0XFb // p51 CS2=0
www.eeworm.com/read/428160/8887256
asm disp11-27a.asm
;***************************
;接口引脚定义
;***************************
RS EQU P2.0
RW EQU P2.1
CS1 EQU P2.2
CS2 EQU P2.3
E EQU P2.7
ORG 000
www.eeworm.com/read/207496/15269901
pp fpctest.pp
uses
Cs2, Cs2_Var;
var
p : Pchar;
f : File;
cs : TCs2PascalScript;
function UtilProc(ID: Pointer; const ProcName: string; Params: PVariableManager;res: PCajVariant): TCS2Error;
begin
www.eeworm.com/read/274010/10891039
asm 12864.asm
;a SYMBOLS
RS EQU P3.0
R_W EQU P3.2
E EQU P3.1
CS1 EQU P3.3
CS2 EQU P3.4
RESTE EQU P
www.eeworm.com/read/348156/11609323
c ps2key.c
#include
//declare global variables
unsigned char idata address;
unsigned char data LCDCont = 0x00; //00100000, [CS1] [CS2] [write] [command]
unsigned char cKeyStroke; // store key
www.eeworm.com/read/107366/15608497
asm ledyy.asm
WR1 BIT P3.6
RD1 BIT P3.7
CS1 BIT P1.5
CS3 BIT P1.6
CS2 BIT P1.7
www.eeworm.com/read/342245/12033464
txt 2.txt
#include
sbit e=0xb0;
sbit rw=0xb1;
sbit rs=0xb2;
sbit cs2=0xb3;
sbit cs1=0xb4;
sbit busy=0xa7;
/*sbit e=P2^0;
sbit rw=P2^1;
sbit rs=P2^2;
sbit cs1=P2^4;
sbit cs2=P2^3;
sbit busy