📚 while技术资料

📦 资源总数:386
💻 源代码:71018
while是计算机的一种基本循环模式。当满足条件时进入循环,进入循环后,当条件不满足时,跳出循环。while语句的一般表达式为:while(表达式){循环体}。

🔥 while热门资料

查看全部386个资源 »

#include "STC90.h" #include < intrins.h > #define uchar unsigned char #define uint unsigned int #define led_port P1 sbit IR_RE = P3^2; sbit le...

📅 👤 184890962

/*#include<reg52.h> #define uint unsigned int #define uchar unsigned char #define uchar unsigned char sbit K1=P3^4; sbit K2=P3^5; sbit ledr=P1^0...

📅 👤 184890962

💻 while源代码

查看更多 »
📂 while资料分类