代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/186334/8944565

bak beep.c.bak

#include #include #include #include #include #include #include #include #include #include void Be
www.eeworm.com/read/186334/8944579

c beep.c

#include #include #include #include #include #include #include #include #include #include void Be
www.eeworm.com/read/427047/8981107

c main.c

#include /* special function register declarations */ /* for the intended 8051 derivative */ #include
www.eeworm.com/read/427047/8981129

c main.c

#include /* special function register declarations */ /* for the intended 8051 derivative */ #include
www.eeworm.com/read/427047/8981152

c main.c

#include /* special function register declarations */ /* for the intended 8051 derivative */ #include
www.eeworm.com/read/427047/8981557

lst main.lst

C51 COMPILER V6.23a MAIN 11/14/2002 00:32:15 PAGE 1 C51 COMPILER V6.23a, COMPILATION OF MODULE MAIN OBJECT MODULE PLACED IN m
www.eeworm.com/read/427047/8981573

c main.c

#include /* special function register declarations */ /* for the intended 8051 derivative */ #include
www.eeworm.com/read/426630/9010124

c 例7-7.c

#include "reg51.h" #define ON 1 #define OFF 0 sbit Lamp1=P0^0; sbit Lamp2=P0^1; sbit Lamp3=P0^0; sbit Lamp4=P0^1; sbit Lamp5=P0^0; sbit Lamp6=P0^1; sbit Lamp7=P0^0; sbit Lamp8=P0^1;
www.eeworm.com/read/185138/9056143

h bin2hex.h

/* Copyright 1999 Enhanced Software Technologies Inc. * All Rights Reserved * * bin2hex.c: binary to hex conversions. * * RCS CHANGE LOG * $Log: bin2hex.h,v $ * Revision 1.1 2000/03/28 23:54:
www.eeworm.com/read/282606/9080457

c 数据结构3.c

#include void main() { struct childrec/*定义结构体*/ { char initial; /* 姓名首字母 */ int age; /* 年龄 */ int grade; /* 考试成绩 */ }boy,girl;