密码保护:WAYDO少儿C语言算法进阶 第5课 函数
● 课程课件 第5课-函数 ● 课程程序 #include<stdio.h> /* 函数声明 */ int add(int x, int y); int main() { int a...
Read Moreby Judson Leigh | 4月 16, 2023 | C语言算法进阶 | 0 |
● 课程课件 第5课-函数 ● 课程程序 #include<stdio.h> /* 函数声明 */ int add(int x, int y); int main() { int a...
Read Moreby Judson Leigh | 11月 28, 2021 | 中级课程 | 0 |
● 课程课件 第5课-土壤湿度检测 ● 课程程序 #define SENSOR_PIN A5 //传感器端口编号 #define RED_LED_PIN 7 //红色LED灯端口编号...
Read Moreby Judson Leigh | 10月 13, 2020 | 初级课程 | 0 |
●课程视频 ●课程课件 第5课-抢答器 ●课程程序 int yellowLed = 9; int greenLed = 7; int yellowButton = 11; int...
Read More
近期评论