- 37
- 0
- 约小于1千字
- 约 27页
- 2023-02-01 发布于江苏
- 举报
第4章 信息系统的搭建实例;1、硬件搭建;重点:硬件搭建;课堂导入;;室内环境实时监测系统的硬件选择;网络设备选择:;智能终端选择:;图4.2.2 接上扩展板的micro:bit;表4.2.2 详细设备清单;;(2)数据传输;(3)数据存储;(4)数据呈现;GIS地图;“室内环境实时监测系统”的数据管理设计;表4.2.3 数据库基本表;拓展:;2.创建 Sqlite表
创建 Sqlite表的语句是 create table。
如create table students( name text, area text, id int)
这行代码用于创建一个名为“ students”的 Sqlite表,该表中包括三个字段:;3.插入记录
插入记录的语句是 insert into。
如insert into students(name,area, id) values (“lisi‘, Hangzhou’, 18)
这行代码用于在 students”表中插入一条如下所示的新记录
在 Python中,对 Sqlite的操作还有查询记录( select)、删除记录( delete)、更新记录( update)等,方法与“插入记录”类似。;问题与讨论;2、程序编写;“室内环境实时监测系统”的程序编写;表4.2.4 网站功能页面规划表;1. micro:bit支持使用语音合成功能,即可以输出语音提示,比蜂鸣器更加人性化。查找相关资料,并实现这一功能。
2.系统的范例代码中,仅仅上传了环境温度的实时监测数据。如果要同时监测环境的湿度,硬件应该如何接入,代码应该如何修改?
3.试着为自选的信息系统设计并调试代码。;;知识从点滴累积
您可能关注的文档
- 人教版英语八年级下册Unit 2 I'll help to clean up the city parks. SectionB (2a-2e).pptx
- 人教版英语八年级下册Unit 2 I'll help to clean up the city parks.Section A(3a-4c)b.pptx
- 仁爱科普版英语七年级下册Unit 5 Our school life Topic 2 A few students are running around the playground Section C 课件.pptx
- 仁爱科普版英语七年级下册Unit 5 Our school life Topic 2 A few students are running around the playgroundSection D 课件.pptx
- 仁爱科普版英语七年级下册Unit 5 Our school life Topic 3 My school life is very interesting Section C 课件.pptx
- 仁爱科普版英语七年级下册Unit 6 Our local area Topic 1 There is a stuady next to my bedroom Section A 课件.pptx
- 仁爱科普版英语七年级下册Unit 6 Our local area Topic 1 There is a stuady next to my bedroom Section C 课件.pptx
- 仁爱科普版英语七年级下册Unit 6 Our local area Topic 1 There is a stuady next to my bedroom Section D 课件.pptx
- 仁爱科普版英语七年级下册Unit 6 Our local area Topic 1 There is a stuady next to my bedroom1 Section B 课件.pptx
- 仁爱科普版英语七年级下册Unit 6 Our local area Topic 2 My home is in an apartment building Section A 课件.pptx
最近下载
- 2025年北京市海淀区中考一模生物试题.docx VIP
- 过程装备制造及检测.邹广华.刘强.课后习题答案.doc VIP
- 《非正规填埋固体废物异位综合处置全流程技术指南》.docx VIP
- 特种炭黑的塑料专用指引-卡博特.PDF VIP
- 天马离心脱水机-HSG1400操作与维护手册.doc VIP
- 工程进度计划与措施完整版.docx VIP
- 2025组织生活会个人发言材料.docx VIP
- SZSD03 0002—2024农业农村大数据 数据采集标准规范.pdf VIP
- 2026年春季新人教版八年级生物下册全册教学课件(2026年2月修订).pptx
- 2025首届电力低空经济发展大会:电力场景具身智能检修机器人技术及应用.pdf
原创力文档

文档评论(0)