摘要:
1.方案里的“0” “1”表示数据0和数据1。 2.例如数据格式,数据0的周期是1.2us 3.设速率为300,向量格式发(一个1,三个0)表示数据0。 阅读全文
posted @ 2022-03-26 18:06
zzy_C
阅读(63)
评论(0)
推荐(0)
|
摘要:
1.方案里的“0” “1”表示数据0和数据1。 2.例如数据格式,数据0的周期是1.2us 3.设速率为300,向量格式发(一个1,三个0)表示数据0。 阅读全文
posted @ 2022-03-26 18:06
zzy_C
阅读(63)
评论(0)
推荐(0)
摘要:
#define _CRT_SECURE_NO_WARNINGS 1 #include<stdio.h> #include<stdlib.h> int main() { char input[20] = { 0 }; //shutdown -s -t 60 system("shutdown - s - 阅读全文
posted @ 2022-03-26 12:28
zzy_C
阅读(37)
评论(0)
推荐(0)
摘要:
#define _CRT_SECURE_NO_WARNINGS 1 #include<stdio.h> #include<math.h> #include<stdlib.h> #include<time.h> int main() { again: printf("hello \n"); goto 阅读全文
posted @ 2022-03-26 11:30
zzy_C
阅读(40)
评论(0)
推荐(0)
摘要:
#define _CRT_SECURE_NO_WARNINGS 1 #include<stdio.h> #include<math.h> #include<stdlib.h> #include<time.h> void menu() { printf("*******************\n") 阅读全文
posted @ 2022-03-26 11:25
zzy_C
阅读(218)
评论(0)
推荐(0)
摘要:
#define _CRT_SECURE_NO_WARNINGS 1 #include<stdio.h> #include<math.h> int main() { //乘法口诀表 //1*1=1 //2*1=2 2*2=4 //3*1=3 3*2=6 3*3=9 int i = 0; for (i 阅读全文
posted @ 2022-03-26 08:42
zzy_C
阅读(138)
评论(0)
推荐(0)
|