摘要: 变量类型 变量名称 监听器 Button button setOnClickListener View.OnClickLisetener onClick(View v) ImageButton button setOnClickListener View.OnClickLisetener onCli 阅读全文
posted @ 2023-08-23 22:03 jijfurhg 阅读(5) 评论(0) 推荐(0) 编辑
摘要: ## 1 实验目的 (Experiment Purpose) 1. Be familiar with the basic usage of GPS positioning and location manager. 2. Master the calling method of the camera 阅读全文
posted @ 2023-08-23 21:49 jijfurhg 阅读(15) 评论(0) 推荐(0) 编辑
摘要: ## 1 实验目的 (Experiment Purpose) 1. Be familiar with the broadcast mechanism of Android operating system. 2. Be familiar with the static and dynamic reg 阅读全文
posted @ 2023-08-23 21:28 jijfurhg 阅读(7) 评论(0) 推荐(0) 编辑
摘要: ## 1 实验目的 (Experiment Purpose) 1. 熟悉 SharedPreferences的使用方法。 2. 熟悉数据解析方式。 3. 理解数据库的ACID原则。 4. 熟悉SQLite数据库的使用方法。 5. 熟悉 Content Provider(内容提供器)的使用方法。 6. 阅读全文
posted @ 2023-08-23 21:16 jijfurhg 阅读(4) 评论(0) 推荐(0) 编辑
摘要: ## 实验报告 ### 1 实验目的 (Experiment Purpose) Implement teaching materials in experiment 2. ### 2 实验环境 (Experiment Environment) software: java version \"18. 阅读全文
posted @ 2023-08-23 19:21 jijfurhg 阅读(10) 评论(0) 推荐(0) 编辑
摘要: ## 实验报告 ### 1 实验目的 (Experiment Purpose) Get familiar with designing Android screens using layouts, widgets and/or the webview. ### 2 实验环境 (Experiment 阅读全文
posted @ 2023-08-23 16:59 jijfurhg 阅读(3) 评论(0) 推荐(0) 编辑
摘要: ## 实验报告 ### 1. 实验目的 (Experiment Purpose) Get familiar with designing Android screens using layouts, widgets and/or the webview. ### 2. 实验环境 (Experimen 阅读全文
posted @ 2023-08-23 16:01 jijfurhg 阅读(2) 评论(0) 推荐(0) 编辑
摘要: ## 实验报告 ### 实验目的 (Experiment Purpose) Get familiar with designing Android screens using layouts. ### 实验环境 (Experiment Environment) **software**: java 阅读全文
posted @ 2023-08-23 15:45 jijfurhg 阅读(4) 评论(0) 推荐(0) 编辑
摘要: ## 实验报告 ### 实验目的 (Experiment Purpose) 1. Know how to create and run an Android APP 2. Get familiar with the file structure of an Android project ### 实 阅读全文
posted @ 2023-08-23 15:29 jijfurhg 阅读(2) 评论(0) 推荐(0) 编辑
摘要: ## 需求 给定excel文件,读取文件内的几列数据,获取几列数据之间的卡方值。 ## 步骤与代码 1. 准备 引入包,设置文件名 ```python name = 'data.xlsx' import numpy as np from scipy.stats import chi2_conting 阅读全文
posted @ 2023-08-23 14:52 jijfurhg 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 《将博客搬至CSDN》 阅读全文
posted @ 2023-08-23 00:26 jijfurhg 阅读(19) 评论(0) 推荐(0) 编辑