摘要:
main.c 1 #include <stdio.h> 2 #include "other.h" 3 int main() 4 { 5 int addr[10] = {12,353,24512,0,23,51,245,2,5623,24}; 6 int len = sizeof(addr)/size 阅读全文
摘要:
1 #include <stdio.h> 2 /*************************** 3 * 头文件:#include <stdio.h> 4 * 函数:int fseek(FILE *stream, long offset, int whence); 5 * 功能:重定向我们的文 阅读全文
摘要:
1 #include <stdio.h> 2 #include <string.h> 3 struct Student 4 { 5 char m_name[20]; //姓名 6 int m_age; //年龄 7 int m_height; //身高 8 }; 9 typedef struct S 阅读全文
摘要:
文件存储,无链表,使用100数组实现简易学生管理系统 main.c 1 #include <stdio.h> 2 #include "menu.h" 3 #include "student.h" 4 Student_t stu[100]; 5 int Stu_size = 0; 6 int main 阅读全文
摘要:
1 #include <stdio.h> 2 int main(int argc, char *argv[]) 3 { 4 if (argc != 3) 5 { 6 printf("请输入三个参数\n"); 7 return -1; 8 } 9 10 FILE *fp_read = NULL; 11 阅读全文
摘要:
用户并不关心誉诚智能家居系统用的是什么无线技术,只要求联网简单、稳定。各种协议并存将长期存在,短期内还看不到一统江湖的无线标准。在BroadLink 我们采取Wi-Fi加LP-WAN两种技术,同时在系统层面接入BLE、ZigBee以及KNX,485总线。 多块单片机 加上各传感模块,就可以集成智能家 阅读全文