代码搜索:Command

找到约 10,000 项符合「Command」的源代码

代码结果 10,000
www.eeworm.com/read/118158/7134851

cpp mididemoview.cpp

// MIDIDemoView.cpp : implementation of // the CMIDIDemoView class // #include "stdafx.h" #include "MIDIDemo.h" #include "MIDIDemoDoc.h" #include "MIDIDemoView.h" #ifdef _DEBUG #define n
www.eeworm.com/read/462899/7191836

i lcd1.i

// CodeVisionAVR C Compiler // (C) 1998-2006 Pavel Haiduc, HP InfoTech S.R.L. // I/O registers definitions for the AT90USB1287 #pragma used+ sfrb PINA=0; sfrb DDRA=1; sfrb PORTA=2; sfrb PIN
www.eeworm.com/read/462899/7191842

c~ lcd.c~

#include #define uint unsigned int #define uchar unsigned char uchar command_data; #define CS PORTC.6//LCD片选(串行) 0:禁止 1:允许 #define SID PORTC.5//LCD输入串行数据(串行) #define clk
www.eeworm.com/read/462899/7191847

c~ lcd1.c~

#include #include //#define uint unsigned int //#define uchar unsigned char //uchar command_data; void delay(uint t) { uint x,y; for(x=t;x>0;x--) for(y=110;y>
www.eeworm.com/read/462899/7191858

c lcd1.c

#include #include #include //#define uint unsigned int //#define uchar unsigned char //uchar command_data; void delay(uint t) { uint x,y; for(x=t;x>0;
www.eeworm.com/read/460375/7252536

h common.h

#ifndef COMMON_H #define COMMON_H #define RTF_COMMAND_NUM 0 #define RTF_COMMAND_DEV "/dev/rtf0" #define RTF_STATUS_NUM 1 #define RTF_STATUS_DEV "/dev/rtf1" #define RTF_SIZE 1024 /* how big the FI
www.eeworm.com/read/457703/7320221

cpp mididemoview.cpp

// MIDIDemoView.cpp : implementation of // the CMIDIDemoView class // #include "stdafx.h" #include "MIDIDemo.h" #include "MIDIDemoDoc.h" #include "MIDIDemoView.h" #ifdef _DEBUG #define n
www.eeworm.com/read/453907/7403926

cpp mididemoview.cpp

// MIDIDemoView.cpp : implementation of // the CMIDIDemoView class // #include "stdafx.h" #include "MIDIDemo.h" #include "MIDIDemoDoc.h" #include "MIDIDemoView.h" #ifdef _DEBUG #define n
www.eeworm.com/read/449136/7517895

cpp sanguo_.cpp

// SanGuo_.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "SanGuo_.h" #include "MainFrm.h" #include "SanGuo_Set.h" #include "SanGuo_Doc.h" #include "
www.eeworm.com/read/440253/7691457

asm micro-os_kernel.asm

; This is a very basic example ; of a tiny operating system. ; ; This is Kernel module! ; ; It is assumed that this machine ; code is loaded by 'micro-os_loader.asm' ; from floppy drive from: