代码搜索:COde
找到约 10,000 项符合「COde」的源代码
代码结果 10,000
www.eeworm.com/read/271448/10995830
txt code.txt
www.eeworm.com/read/417199/11000293
c code.c
#include
#include
#asm
.equ __lcd_port = 0x15
#endasm
#include
#include
#include
#include
//define states for motor con
www.eeworm.com/read/271298/11001078
txt code.txt
基于单片机的简易交通灯控制系统汇编语言程序
ORG 0000H
LJMP MAIN
ORG 000BH
LJMP TT0
ORG 001BH
LJMP TT1
ORG 0030H
MAIN: MOV R6,#100 ;主程序
MOV DPTR,#BLOCK
MOV SCON,#0H
CLR F0
MOV
www.eeworm.com/read/271037/11011294
h code.h
/*
* =============================================================================
* ALADDIN Version 1.0 :
* code.h : Declarations for Stack Machine
*
www.eeworm.com/read/271037/11011303
c code.c
/*
* =============================================================================
* ALADDIN Version 1.0 :
* code.c : Functions for Stack Machine
*
www.eeworm.com/read/416180/11038571
h code.h
#ifndef CODE_H
#define CODE_H
#include
class Attribute
{
public:
Attribute();
void clear();
char manipulation[25];
int deep;
int distance;
int estimate_value;
int
www.eeworm.com/read/416180/11038575
cpp code.cpp
#include
#include
#include
#include
#include "code.h"
using namespace std;
Attribute::Attribute()
{
int i,j;
for (i=0;i
www.eeworm.com/read/270407/11039194
mgl-code
/* subr.h */
/*
* MGL Runtime support code
*/
char *screen_init[] = {
"/* initialization information */",
"static int init;\n",
"#include ",
"#include ",
"#include
www.eeworm.com/read/416011/11044532