feat: add scripts for fetching and training educational corpus

- Implemented `fetch_corpus.py` to scrape Chinese educational content from Wikipedia, covering subjects like Chinese, Math, English, Chemistry, Politics, History, Geography, Physics, and Biology.
- Developed `fetch_corpus_incremental.py` for incremental fetching of missing entries, with automatic retries for rate limiting and support for resuming interrupted downloads.
- Created `train_chat.py` for training a dialogue model, including corpus cleaning, vocabulary management, and staged training with adaptive learning rates.
This commit is contained in:
2026-07-07 17:42:24 +08:00
parent d5affe4458
commit 81f6fd58e0
96 changed files with 53920 additions and 17 deletions

View File

@@ -0,0 +1,29 @@
# 人教版七年级体育全一册(2024秋版)
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/rjb/tiyu/7q_2024/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 001 | 第一单元 体育文化与体育精神 | [查看](http://www.dzkbw.com/books/rjb/tiyu/7q_2024/001.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=46ff9ee1-db07-14e7-a18c-32fc6518edc4&catalogType=tchMaterial&subCatalog=tchMaterial&page=001) |
| 002 | 1 “北京双奥”荣耀中华 | [查看](http://www.dzkbw.com/books/rjb/tiyu/7q_2024/002.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=46ff9ee1-db07-14e7-a18c-32fc6518edc4&catalogType=tchMaterial&subCatalog=tchMaterial&page=002) |
| 003 | 2 体育比赛中的智慧 | [查看](http://www.dzkbw.com/books/rjb/tiyu/7q_2024/003.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=46ff9ee1-db07-14e7-a18c-32fc6518edc4&catalogType=tchMaterial&subCatalog=tchMaterial&page=003) |
| 004 | 第二单元 健康行为与生活方式 | [查看](http://www.dzkbw.com/books/rjb/tiyu/7q_2024/004.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=46ff9ee1-db07-14e7-a18c-32fc6518edc4&catalogType=tchMaterial&subCatalog=tchMaterial&page=004) |
| 005 | 3 影响健康因素多 | [查看](http://www.dzkbw.com/books/rjb/tiyu/7q_2024/005.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=46ff9ee1-db07-14e7-a18c-32fc6518edc4&catalogType=tchMaterial&subCatalog=tchMaterial&page=005) |
| 006 | 4 吃动平衡 健康体重 | [查看](http://www.dzkbw.com/books/rjb/tiyu/7q_2024/006.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=46ff9ee1-db07-14e7-a18c-32fc6518edc4&catalogType=tchMaterial&subCatalog=tchMaterial&page=006) |
| 007 | 第三单元 心理健康与社会适应 | [查看](http://www.dzkbw.com/books/rjb/tiyu/7q_2024/007.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=46ff9ee1-db07-14e7-a18c-32fc6518edc4&catalogType=tchMaterial&subCatalog=tchMaterial&page=007) |
| 008 | 5 体育运动中的交流与合作 | [查看](http://www.dzkbw.com/books/rjb/tiyu/7q_2024/008.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=46ff9ee1-db07-14e7-a18c-32fc6518edc4&catalogType=tchMaterial&subCatalog=tchMaterial&page=008) |
| 009 | 6 识别界限 拒绝性骚扰 | [查看](http://www.dzkbw.com/books/rjb/tiyu/7q_2024/009.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=46ff9ee1-db07-14e7-a18c-32fc6518edc4&catalogType=tchMaterial&subCatalog=tchMaterial&page=009) |
| 010 | 第四单元 疾病预防与安全应急 | [查看](http://www.dzkbw.com/books/rjb/tiyu/7q_2024/010.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=46ff9ee1-db07-14e7-a18c-32fc6518edc4&catalogType=tchMaterial&subCatalog=tchMaterial&page=010) |
| 011 | 7 定期体检 预防常见病 | [查看](http://www.dzkbw.com/books/rjb/tiyu/7q_2024/011.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=46ff9ee1-db07-14e7-a18c-32fc6518edc4&catalogType=tchMaterial&subCatalog=tchMaterial&page=011) |
| 012 | 8 溺水的预防与急救 | [查看](http://www.dzkbw.com/books/rjb/tiyu/7q_2024/012.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=46ff9ee1-db07-14e7-a18c-32fc6518edc4&catalogType=tchMaterial&subCatalog=tchMaterial&page=012) |
## 网络补充资料
### 第一单元 体育文化与体育精神
- 未找到结果
### 1 “北京双奥”荣耀中华
- 未找到结果

View File

@@ -0,0 +1,24 @@
# 人教版七年级俄语上册(2024秋版)
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/rjb/eyu/q7_2024/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 001 | Урóк1 | [查看](http://www.dzkbw.com/books/rjb/eyu/q7_2024/001.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=920b02e2-b783-d924-0ee8-24f4e76989eb&catalogType=tchMaterial&subCatalog=tchMaterial&page=001) |
| 002 | Урóк2 | [查看](http://www.dzkbw.com/books/rjb/eyu/q7_2024/002.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=920b02e2-b783-d924-0ee8-24f4e76989eb&catalogType=tchMaterial&subCatalog=tchMaterial&page=002) |
| 003 | Урóк3 | [查看](http://www.dzkbw.com/books/rjb/eyu/q7_2024/003.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=920b02e2-b783-d924-0ee8-24f4e76989eb&catalogType=tchMaterial&subCatalog=tchMaterial&page=003) |
| 004 | Урóк4 | [查看](http://www.dzkbw.com/books/rjb/eyu/q7_2024/004.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=920b02e2-b783-d924-0ee8-24f4e76989eb&catalogType=tchMaterial&subCatalog=tchMaterial&page=004) |
| 005 | Урóк5 | [查看](http://www.dzkbw.com/books/rjb/eyu/q7_2024/005.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=920b02e2-b783-d924-0ee8-24f4e76989eb&catalogType=tchMaterial&subCatalog=tchMaterial&page=005) |
| 006 | Урóк6 | [查看](http://www.dzkbw.com/books/rjb/eyu/q7_2024/006.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=920b02e2-b783-d924-0ee8-24f4e76989eb&catalogType=tchMaterial&subCatalog=tchMaterial&page=006) |
| 007 | Урóк7 | [查看](http://www.dzkbw.com/books/rjb/eyu/q7_2024/007.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=920b02e2-b783-d924-0ee8-24f4e76989eb&catalogType=tchMaterial&subCatalog=tchMaterial&page=007) |
## 网络补充资料
### Урóк1
- 未找到结果
### Урóк2
- 未找到结果

View File

@@ -0,0 +1,42 @@
# 人教版部编版七年级历史上册(2024秋版)
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/rjb/lishi/7s_2024/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 007 | 第一单元 史前时期:原始社会与中华文明的起源 | [查看](http://www.dzkbw.com/books/rjb/lishi/7s_2024/007.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8fc851b4-28df-4eaa-8e55-08d63dc1fe38&catalogType=tchMaterial&subCatalog=tchMaterial&page=007) |
| 009 | 第1课 远古时期的人类活动 | [查看](http://www.dzkbw.com/books/rjb/lishi/7s_2024/009.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8fc851b4-28df-4eaa-8e55-08d63dc1fe38&catalogType=tchMaterial&subCatalog=tchMaterial&page=009) |
| 014 | 第2课 原始农业与史前社会 | [查看](http://www.dzkbw.com/books/rjb/lishi/7s_2024/014.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8fc851b4-28df-4eaa-8e55-08d63dc1fe38&catalogType=tchMaterial&subCatalog=tchMaterial&page=014) |
| 020 | 第3课 中华文明的起源 | [查看](http://www.dzkbw.com/books/rjb/lishi/7s_2024/020.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8fc851b4-28df-4eaa-8e55-08d63dc1fe38&catalogType=tchMaterial&subCatalog=tchMaterial&page=020) |
| 025 | 第二单元 夏商周时期:奴隶制王朝的更替和向封建社会的过渡 | [查看](http://www.dzkbw.com/books/rjb/lishi/7s_2024/025.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8fc851b4-28df-4eaa-8e55-08d63dc1fe38&catalogType=tchMaterial&subCatalog=tchMaterial&page=025) |
| 027 | 第4课 夏商西周王朝的更替 | [查看](http://www.dzkbw.com/books/rjb/lishi/7s_2024/027.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8fc851b4-28df-4eaa-8e55-08d63dc1fe38&catalogType=tchMaterial&subCatalog=tchMaterial&page=027) |
| 033 | 第5课 动荡变化中的春秋时期 | [查看](http://www.dzkbw.com/books/rjb/lishi/7s_2024/033.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8fc851b4-28df-4eaa-8e55-08d63dc1fe38&catalogType=tchMaterial&subCatalog=tchMaterial&page=033) |
| 038 | 第6课 战国时期的社会变革 | [查看](http://www.dzkbw.com/books/rjb/lishi/7s_2024/038.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8fc851b4-28df-4eaa-8e55-08d63dc1fe38&catalogType=tchMaterial&subCatalog=tchMaterial&page=038) |
| 044 | 第7课 百家争鸣 | [查看](http://www.dzkbw.com/books/rjb/lishi/7s_2024/044.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8fc851b4-28df-4eaa-8e55-08d63dc1fe38&catalogType=tchMaterial&subCatalog=tchMaterial&page=044) |
| 049 | 第8课 夏商周时期的科技与文化 | [查看](http://www.dzkbw.com/books/rjb/lishi/7s_2024/049.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8fc851b4-28df-4eaa-8e55-08d63dc1fe38&catalogType=tchMaterial&subCatalog=tchMaterial&page=049) |
| 055 | 第三单元 秦汉时期:统一多民族封建国家的建立和巩固 | [查看](http://www.dzkbw.com/books/rjb/lishi/7s_2024/055.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8fc851b4-28df-4eaa-8e55-08d63dc1fe38&catalogType=tchMaterial&subCatalog=tchMaterial&page=055) |
| 057 | 第9课 秦统一中国 | [查看](http://www.dzkbw.com/books/rjb/lishi/7s_2024/057.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8fc851b4-28df-4eaa-8e55-08d63dc1fe38&catalogType=tchMaterial&subCatalog=tchMaterial&page=057) |
| 063 | 第10课 秦末农民大起义 | [查看](http://www.dzkbw.com/books/rjb/lishi/7s_2024/063.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8fc851b4-28df-4eaa-8e55-08d63dc1fe38&catalogType=tchMaterial&subCatalog=tchMaterial&page=063) |
| 068 | 第11课 西汉建立和“文景之治” | [查看](http://www.dzkbw.com/books/rjb/lishi/7s_2024/068.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8fc851b4-28df-4eaa-8e55-08d63dc1fe38&catalogType=tchMaterial&subCatalog=tchMaterial&page=068) |
| 072 | 第12课 大一统王朝的巩固 | [查看](http://www.dzkbw.com/books/rjb/lishi/7s_2024/072.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8fc851b4-28df-4eaa-8e55-08d63dc1fe38&catalogType=tchMaterial&subCatalog=tchMaterial&page=072) |
| 078 | 第13课 东汉的兴衰 | [查看](http://www.dzkbw.com/books/rjb/lishi/7s_2024/078.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8fc851b4-28df-4eaa-8e55-08d63dc1fe38&catalogType=tchMaterial&subCatalog=tchMaterial&page=078) |
| 083 | 第14课 丝绸之路的开通与经营西域 | [查看](http://www.dzkbw.com/books/rjb/lishi/7s_2024/083.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8fc851b4-28df-4eaa-8e55-08d63dc1fe38&catalogType=tchMaterial&subCatalog=tchMaterial&page=083) |
| 089 | 第15课 秦汉时期的科技与文化 | [查看](http://www.dzkbw.com/books/rjb/lishi/7s_2024/089.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8fc851b4-28df-4eaa-8e55-08d63dc1fe38&catalogType=tchMaterial&subCatalog=tchMaterial&page=089) |
| 095 | 第四单元 三国两晋南北朝时期:政权分立与民族交融 | [查看](http://www.dzkbw.com/books/rjb/lishi/7s_2024/095.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8fc851b4-28df-4eaa-8e55-08d63dc1fe38&catalogType=tchMaterial&subCatalog=tchMaterial&page=095) |
| 097 | 第16课 三国鼎立 | [查看](http://www.dzkbw.com/books/rjb/lishi/7s_2024/097.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8fc851b4-28df-4eaa-8e55-08d63dc1fe38&catalogType=tchMaterial&subCatalog=tchMaterial&page=097) |
| 103 | 第17课 西晋的短暂统一和北方各族的内迁 | [查看](http://www.dzkbw.com/books/rjb/lishi/7s_2024/103.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8fc851b4-28df-4eaa-8e55-08d63dc1fe38&catalogType=tchMaterial&subCatalog=tchMaterial&page=103) |
| 107 | 第18课 东晋南朝政治和江南地区开发 | [查看](http://www.dzkbw.com/books/rjb/lishi/7s_2024/107.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8fc851b4-28df-4eaa-8e55-08d63dc1fe38&catalogType=tchMaterial&subCatalog=tchMaterial&page=107) |
| 112 | 第19课 北朝政治和北方民族大交融 | [查看](http://www.dzkbw.com/books/rjb/lishi/7s_2024/112.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8fc851b4-28df-4eaa-8e55-08d63dc1fe38&catalogType=tchMaterial&subCatalog=tchMaterial&page=112) |
| 118 | 第20课 三国两晋南北朝时期的科技与文化 | [查看](http://www.dzkbw.com/books/rjb/lishi/7s_2024/118.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8fc851b4-28df-4eaa-8e55-08d63dc1fe38&catalogType=tchMaterial&subCatalog=tchMaterial&page=118) |
| 124 | 第21课 活动课 从考古发现看中华文明的起源 | [查看](http://www.dzkbw.com/books/rjb/lishi/7s_2024/124.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8fc851b4-28df-4eaa-8e55-08d63dc1fe38&catalogType=tchMaterial&subCatalog=tchMaterial&page=124) |
## 网络补充资料
### 第一单元 史前时期:原始社会与中华文明的起源
- 未找到结果
### 第1课 远古时期的人类活动
- 未找到结果

View File

@@ -0,0 +1,41 @@
# 人教版七年级地理上册(2024秋版)
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/rjb/dili/xc7s_2024/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 010 | 第一章 地球 | [查看](http://www.dzkbw.com/books/rjb/dili/xc7s_2024/010.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=4d045a6b-46f3-42de-9c91-89bc443cbeff&catalogType=tchMaterial&subCatalog=tchMaterial&page=010) |
| 011 | 第一节 地球的宇宙环境 | [查看](http://www.dzkbw.com/books/rjb/dili/xc7s_2024/011.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=4d045a6b-46f3-42de-9c91-89bc443cbeff&catalogType=tchMaterial&subCatalog=tchMaterial&page=011) |
| 016 | 第二节 地球与地球仪 | [查看](http://www.dzkbw.com/books/rjb/dili/xc7s_2024/016.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=4d045a6b-46f3-42de-9c91-89bc443cbeff&catalogType=tchMaterial&subCatalog=tchMaterial&page=016) |
| 026 | 第三节 地球的运动 | [查看](http://www.dzkbw.com/books/rjb/dili/xc7s_2024/026.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=4d045a6b-46f3-42de-9c91-89bc443cbeff&catalogType=tchMaterial&subCatalog=tchMaterial&page=026) |
| 032 | 第二章 地图 | [查看](http://www.dzkbw.com/books/rjb/dili/xc7s_2024/032.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=4d045a6b-46f3-42de-9c91-89bc443cbeff&catalogType=tchMaterial&subCatalog=tchMaterial&page=032) |
| 033 | 第一节 地图的阅读 | [查看](http://www.dzkbw.com/books/rjb/dili/xc7s_2024/033.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=4d045a6b-46f3-42de-9c91-89bc443cbeff&catalogType=tchMaterial&subCatalog=tchMaterial&page=033) |
| 037 | 第二节 地形图的判读 | [查看](http://www.dzkbw.com/books/rjb/dili/xc7s_2024/037.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=4d045a6b-46f3-42de-9c91-89bc443cbeff&catalogType=tchMaterial&subCatalog=tchMaterial&page=037) |
| 042 | 第三节 地图的选择和应用 | [查看](http://www.dzkbw.com/books/rjb/dili/xc7s_2024/042.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=4d045a6b-46f3-42de-9c91-89bc443cbeff&catalogType=tchMaterial&subCatalog=tchMaterial&page=042) |
| 046 | 【跨学科主题学习】美化校园 | [查看](http://www.dzkbw.com/books/rjb/dili/xc7s_2024/046.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=4d045a6b-46f3-42de-9c91-89bc443cbeff&catalogType=tchMaterial&subCatalog=tchMaterial&page=046) |
| 048 | 第三章 陆地和海洋 | [查看](http://www.dzkbw.com/books/rjb/dili/xc7s_2024/048.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=4d045a6b-46f3-42de-9c91-89bc443cbeff&catalogType=tchMaterial&subCatalog=tchMaterial&page=048) |
| 049 | 第一节 大洲和大洋 | [查看](http://www.dzkbw.com/books/rjb/dili/xc7s_2024/049.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=4d045a6b-46f3-42de-9c91-89bc443cbeff&catalogType=tchMaterial&subCatalog=tchMaterial&page=049) |
| 057 | 第二节 世界的地形 | [查看](http://www.dzkbw.com/books/rjb/dili/xc7s_2024/057.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=4d045a6b-46f3-42de-9c91-89bc443cbeff&catalogType=tchMaterial&subCatalog=tchMaterial&page=057) |
| 062 | 第三节 海陆的变迁 | [查看](http://www.dzkbw.com/books/rjb/dili/xc7s_2024/062.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=4d045a6b-46f3-42de-9c91-89bc443cbeff&catalogType=tchMaterial&subCatalog=tchMaterial&page=062) |
| 070 | 第四章 天气与气候 | [查看](http://www.dzkbw.com/books/rjb/dili/xc7s_2024/070.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=4d045a6b-46f3-42de-9c91-89bc443cbeff&catalogType=tchMaterial&subCatalog=tchMaterial&page=070) |
| 071 | 第一节 多变的天气 | [查看](http://www.dzkbw.com/books/rjb/dili/xc7s_2024/071.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=4d045a6b-46f3-42de-9c91-89bc443cbeff&catalogType=tchMaterial&subCatalog=tchMaterial&page=071) |
| 077 | 第二节 气温的变化与分布 | [查看](http://www.dzkbw.com/books/rjb/dili/xc7s_2024/077.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=4d045a6b-46f3-42de-9c91-89bc443cbeff&catalogType=tchMaterial&subCatalog=tchMaterial&page=077) |
| 084 | 第三节 降水的变化与分布 | [查看](http://www.dzkbw.com/books/rjb/dili/xc7s_2024/084.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=4d045a6b-46f3-42de-9c91-89bc443cbeff&catalogType=tchMaterial&subCatalog=tchMaterial&page=084) |
| 089 | 第四节 世界的气候 | [查看](http://www.dzkbw.com/books/rjb/dili/xc7s_2024/089.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=4d045a6b-46f3-42de-9c91-89bc443cbeff&catalogType=tchMaterial&subCatalog=tchMaterial&page=089) |
| 096 | 第五章 居民与文化 | [查看](http://www.dzkbw.com/books/rjb/dili/xc7s_2024/096.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=4d045a6b-46f3-42de-9c91-89bc443cbeff&catalogType=tchMaterial&subCatalog=tchMaterial&page=096) |
| 097 | 第一节 人口与人种 | [查看](http://www.dzkbw.com/books/rjb/dili/xc7s_2024/097.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=4d045a6b-46f3-42de-9c91-89bc443cbeff&catalogType=tchMaterial&subCatalog=tchMaterial&page=097) |
| 103 | 第二节 城镇与乡村 | [查看](http://www.dzkbw.com/books/rjb/dili/xc7s_2024/103.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=4d045a6b-46f3-42de-9c91-89bc443cbeff&catalogType=tchMaterial&subCatalog=tchMaterial&page=103) |
| 108 | 第三节 多样的文化 | [查看](http://www.dzkbw.com/books/rjb/dili/xc7s_2024/108.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=4d045a6b-46f3-42de-9c91-89bc443cbeff&catalogType=tchMaterial&subCatalog=tchMaterial&page=108) |
| 114 | 第六章 发展与合作 | [查看](http://www.dzkbw.com/books/rjb/dili/xc7s_2024/114.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=4d045a6b-46f3-42de-9c91-89bc443cbeff&catalogType=tchMaterial&subCatalog=tchMaterial&page=114) |
| 122 | 【跨学科主题学习】探索外来食料作物传播史 | [查看](http://www.dzkbw.com/books/rjb/dili/xc7s_2024/122.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=4d045a6b-46f3-42de-9c91-89bc443cbeff&catalogType=tchMaterial&subCatalog=tchMaterial&page=122) |
## 网络补充资料
### 第一章 地球
- 未找到结果
### 第一节 地球的宇宙环境
- 未找到结果

View File

@@ -0,0 +1,42 @@
# 人教版七年级地理图册上册(2024秋版)
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/rjb/dilituce/7s_2024/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 001 | 与同学们谈地理 | [查看](http://www.dzkbw.com/books/rjb/dilituce/7s_2024/001.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68e5cd23-7427-4bed-bfb7-45618b97daf6&catalogType=tchMaterial&subCatalog=tchMaterial&page=001) |
| 002 | 第一章 地球 | [查看](http://www.dzkbw.com/books/rjb/dilituce/7s_2024/002.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68e5cd23-7427-4bed-bfb7-45618b97daf6&catalogType=tchMaterial&subCatalog=tchMaterial&page=002) |
| 003 | 第一节 地球的宇宙环境 | [查看](http://www.dzkbw.com/books/rjb/dilituce/7s_2024/003.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68e5cd23-7427-4bed-bfb7-45618b97daf6&catalogType=tchMaterial&subCatalog=tchMaterial&page=003) |
| 004 | 第二节 地球与地球仪 | [查看](http://www.dzkbw.com/books/rjb/dilituce/7s_2024/004.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68e5cd23-7427-4bed-bfb7-45618b97daf6&catalogType=tchMaterial&subCatalog=tchMaterial&page=004) |
| 005 | 第三节 地球的运动 | [查看](http://www.dzkbw.com/books/rjb/dilituce/7s_2024/005.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68e5cd23-7427-4bed-bfb7-45618b97daf6&catalogType=tchMaterial&subCatalog=tchMaterial&page=005) |
| 006 | 第二章 地图 | [查看](http://www.dzkbw.com/books/rjb/dilituce/7s_2024/006.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68e5cd23-7427-4bed-bfb7-45618b97daf6&catalogType=tchMaterial&subCatalog=tchMaterial&page=006) |
| 007 | 第一节 地图的阅读 | [查看](http://www.dzkbw.com/books/rjb/dilituce/7s_2024/007.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68e5cd23-7427-4bed-bfb7-45618b97daf6&catalogType=tchMaterial&subCatalog=tchMaterial&page=007) |
| 008 | 第二节 地形图的判读 | [查看](http://www.dzkbw.com/books/rjb/dilituce/7s_2024/008.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68e5cd23-7427-4bed-bfb7-45618b97daf6&catalogType=tchMaterial&subCatalog=tchMaterial&page=008) |
| 009 | 第三节 地图的选择和应用 | [查看](http://www.dzkbw.com/books/rjb/dilituce/7s_2024/009.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68e5cd23-7427-4bed-bfb7-45618b97daf6&catalogType=tchMaterial&subCatalog=tchMaterial&page=009) |
| 010 | 【跨学科主题学习】美化校园 | [查看](http://www.dzkbw.com/books/rjb/dilituce/7s_2024/010.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68e5cd23-7427-4bed-bfb7-45618b97daf6&catalogType=tchMaterial&subCatalog=tchMaterial&page=010) |
| 011 | 第三章 陆地和海洋 | [查看](http://www.dzkbw.com/books/rjb/dilituce/7s_2024/011.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68e5cd23-7427-4bed-bfb7-45618b97daf6&catalogType=tchMaterial&subCatalog=tchMaterial&page=011) |
| 012 | 第一节 大洲和大洋 | [查看](http://www.dzkbw.com/books/rjb/dilituce/7s_2024/012.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68e5cd23-7427-4bed-bfb7-45618b97daf6&catalogType=tchMaterial&subCatalog=tchMaterial&page=012) |
| 013 | 第二节 世界的地形 | [查看](http://www.dzkbw.com/books/rjb/dilituce/7s_2024/013.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68e5cd23-7427-4bed-bfb7-45618b97daf6&catalogType=tchMaterial&subCatalog=tchMaterial&page=013) |
| 014 | 第三节 海陆的变迁 | [查看](http://www.dzkbw.com/books/rjb/dilituce/7s_2024/014.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68e5cd23-7427-4bed-bfb7-45618b97daf6&catalogType=tchMaterial&subCatalog=tchMaterial&page=014) |
| 015 | 第四章 天气与气候 | [查看](http://www.dzkbw.com/books/rjb/dilituce/7s_2024/015.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68e5cd23-7427-4bed-bfb7-45618b97daf6&catalogType=tchMaterial&subCatalog=tchMaterial&page=015) |
| 016 | 第一节 多变的天气 | [查看](http://www.dzkbw.com/books/rjb/dilituce/7s_2024/016.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68e5cd23-7427-4bed-bfb7-45618b97daf6&catalogType=tchMaterial&subCatalog=tchMaterial&page=016) |
| 017 | 第二节 气温的变化与分布 | [查看](http://www.dzkbw.com/books/rjb/dilituce/7s_2024/017.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68e5cd23-7427-4bed-bfb7-45618b97daf6&catalogType=tchMaterial&subCatalog=tchMaterial&page=017) |
| 018 | 第三节 降水的变化与分市 | [查看](http://www.dzkbw.com/books/rjb/dilituce/7s_2024/018.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68e5cd23-7427-4bed-bfb7-45618b97daf6&catalogType=tchMaterial&subCatalog=tchMaterial&page=018) |
| 019 | 第四节 世界的气候 | [查看](http://www.dzkbw.com/books/rjb/dilituce/7s_2024/019.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68e5cd23-7427-4bed-bfb7-45618b97daf6&catalogType=tchMaterial&subCatalog=tchMaterial&page=019) |
| 020 | 第五章 居民与文化 | [查看](http://www.dzkbw.com/books/rjb/dilituce/7s_2024/020.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68e5cd23-7427-4bed-bfb7-45618b97daf6&catalogType=tchMaterial&subCatalog=tchMaterial&page=020) |
| 021 | 第一节 人口与人种 | [查看](http://www.dzkbw.com/books/rjb/dilituce/7s_2024/021.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68e5cd23-7427-4bed-bfb7-45618b97daf6&catalogType=tchMaterial&subCatalog=tchMaterial&page=021) |
| 022 | 第二节 城镇与乡村 | [查看](http://www.dzkbw.com/books/rjb/dilituce/7s_2024/022.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68e5cd23-7427-4bed-bfb7-45618b97daf6&catalogType=tchMaterial&subCatalog=tchMaterial&page=022) |
| 023 | 第三节 多样的文化 | [查看](http://www.dzkbw.com/books/rjb/dilituce/7s_2024/023.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68e5cd23-7427-4bed-bfb7-45618b97daf6&catalogType=tchMaterial&subCatalog=tchMaterial&page=023) |
| 024 | 第六章 发展与合作 | [查看](http://www.dzkbw.com/books/rjb/dilituce/7s_2024/024.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68e5cd23-7427-4bed-bfb7-45618b97daf6&catalogType=tchMaterial&subCatalog=tchMaterial&page=024) |
| 025 | 【跨学科主题学习】探索外来食料作物传播史 | [查看](http://www.dzkbw.com/books/rjb/dilituce/7s_2024/025.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68e5cd23-7427-4bed-bfb7-45618b97daf6&catalogType=tchMaterial&subCatalog=tchMaterial&page=025) |
## 网络补充资料
### 与同学们谈地理
- 未找到结果
### 第一章 地球
- 未找到结果

View File

@@ -0,0 +1,25 @@
# 外研版七年级德语必修C1(2024秋版)
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/waiyan/deyu/7s_2024/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 001 | 1 Guten Tag! | [查看](http://www.dzkbw.com/books/waiyan/deyu/7s_2024/001.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c34faed1-4deb-053a-1cd1-6d569471969b&catalogType=tchMaterial&subCatalog=tchMaterial&page=001) |
| 002 | 2 Wie geht's? | [查看](http://www.dzkbw.com/books/waiyan/deyu/7s_2024/002.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c34faed1-4deb-053a-1cd1-6d569471969b&catalogType=tchMaterial&subCatalog=tchMaterial&page=002) |
| 003 | 3 Woher kommst du? | [查看](http://www.dzkbw.com/books/waiyan/deyu/7s_2024/003.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c34faed1-4deb-053a-1cd1-6d569471969b&catalogType=tchMaterial&subCatalog=tchMaterial&page=003) |
| 004 | 4 Ich liebe meine Familie. | [查看](http://www.dzkbw.com/books/waiyan/deyu/7s_2024/004.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c34faed1-4deb-053a-1cd1-6d569471969b&catalogType=tchMaterial&subCatalog=tchMaterial&page=004) |
| 005 | 5 Wie alt bist du? | [查看](http://www.dzkbw.com/books/waiyan/deyu/7s_2024/005.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c34faed1-4deb-053a-1cd1-6d569471969b&catalogType=tchMaterial&subCatalog=tchMaterial&page=005) |
| 006 | 6 Magst du Mathe? | [查看](http://www.dzkbw.com/books/waiyan/deyu/7s_2024/006.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c34faed1-4deb-053a-1cd1-6d569471969b&catalogType=tchMaterial&subCatalog=tchMaterial&page=006) |
| 007 | 7 Okay,den nehme ich | [查看](http://www.dzkbw.com/books/waiyan/deyu/7s_2024/007.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c34faed1-4deb-053a-1cd1-6d569471969b&catalogType=tchMaterial&subCatalog=tchMaterial&page=007) |
| 008 | 8 Was gibt's? | [查看](http://www.dzkbw.com/books/waiyan/deyu/7s_2024/008.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c34faed1-4deb-053a-1cd1-6d569471969b&catalogType=tchMaterial&subCatalog=tchMaterial&page=008) |
## 网络补充资料
### 1 Guten Tag!
- 未找到结果
### 2 Wie geht's?
- 未找到结果

View File

@@ -0,0 +1,57 @@
# 人教版七年级数学上册(2024秋版)
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 008 | 第一章 有理数 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/008.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=008) |
| 009 | 1.1正数和负数 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/009.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=009) |
| 014 | 1.2有理数及其大小比较 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/014.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=014) |
| 015 | 1.2.2 数轴 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/015.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=015) |
| 018 | 1.2.3 相反数 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/018.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=018) |
| 020 | 1.2.4 绝对值 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/020.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=020) |
| 021 | 1.2.5 有理数的大小比较 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/021.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=021) |
| 028 | 小结 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/028.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=028) |
| 031 | 第二章 有理数的运算 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/031.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=031) |
| 032 | 2.1有理数的加法与减法 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/032.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=032) |
| 037 | 2.1.2有理数的减法 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/037.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=037) |
| 045 | 2.2有理数的乘法与除法 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/045.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=045) |
| 050 | 2.2.2有理数的除法 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/050.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=050) |
| 058 | 2.3有理数的乘方 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/058.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=058) |
| 061 | 2.3.2 科学记数法 2.3.3近似数 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/061.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=061) |
| 066 | 小结 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/066.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=066) |
| 075 | 第三章 代数式 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/075.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=075) |
| 076 | 3.1列代数式表示数量关系 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/076.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=076) |
| 086 | 3.2代数式的值 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/086.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=086) |
| 092 | 小结 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/092.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=092) |
| 095 | 第四章 整式的加减 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/095.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=095) |
| 096 | 4.1整式 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/096.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=096) |
| 102 | 4.2整式的加法与减法 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/102.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=102) |
| 114 | 小结 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/114.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=114) |
| 117 | 第五章 一元一次方程 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/117.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=117) |
| 118 | 5.1方程 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/118.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=118) |
| 122 | 5.1.2 等式的性质 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/122.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=122) |
| 127 | 5.2解一元一次方程 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/127.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=127) |
| 140 | 5.3实际问题与一元一次方程 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/140.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=140) |
| 152 | 小结 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/152.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=152) |
| 156 | 第六章 几何图形初步 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/156.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=156) |
| 157 | 6.1几何图形 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/157.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=157) |
| 158 | 6.1.1 立体图形与平面图形 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/158.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=158) |
| 162 | 6.1.2 点、线、面、体 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/162.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=162) |
| 169 | 6.2直线、射线、线段 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/169.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=169) |
| 171 | 6.2.2 线段的比较与运算 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/171.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=171) |
| 177 | 6.3角 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/177.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=177) |
| 180 | 6.3.2 角的比较与运算 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/180.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=180) |
| 183 | 6.3.3 余角和补角 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/183.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=183) |
| 191 | 小结 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xc7s_2024/191.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=540ac93d-67fc-4353-9e49-1ef20d02b5a4&catalogType=tchMaterial&subCatalog=tchMaterial&page=191) |
## 网络补充资料
### 第一章 有理数
- 未找到结果
### 1.1正数和负数
- 未找到结果

View File

@@ -0,0 +1,28 @@
# 人教版七年级日语全一册(2024秋版)
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/rjb/riyu/q7_2024/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 001 | 入门单元 初识日语 | [查看](http://www.dzkbw.com/books/rjb/riyu/q7_2024/001.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=2b2b93de-48d9-742d-4409-7e3aedc90a59&catalogType=tchMaterial&subCatalog=tchMaterial&page=001) |
| 002 | 第一单元 学校生活 | [查看](http://www.dzkbw.com/books/rjb/riyu/q7_2024/002.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=2b2b93de-48d9-742d-4409-7e3aedc90a59&catalogType=tchMaterial&subCatalog=tchMaterial&page=002) |
| 003 | 第二单元 休闲活动 | [查看](http://www.dzkbw.com/books/rjb/riyu/q7_2024/003.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=2b2b93de-48d9-742d-4409-7e3aedc90a59&catalogType=tchMaterial&subCatalog=tchMaterial&page=003) |
| 004 | 第三单元 感知社会 | [查看](http://www.dzkbw.com/books/rjb/riyu/q7_2024/004.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=2b2b93de-48d9-742d-4409-7e3aedc90a59&catalogType=tchMaterial&subCatalog=tchMaterial&page=004) |
| 005 | 第四单元 健康成长 | [查看](http://www.dzkbw.com/books/rjb/riyu/q7_2024/005.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=2b2b93de-48d9-742d-4409-7e3aedc90a59&catalogType=tchMaterial&subCatalog=tchMaterial&page=005) |
| 006 | 附录 | [查看](http://www.dzkbw.com/books/rjb/riyu/q7_2024/006.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=2b2b93de-48d9-742d-4409-7e3aedc90a59&catalogType=tchMaterial&subCatalog=tchMaterial&page=006) |
| 007 | 录音文字资料 | [查看](http://www.dzkbw.com/books/rjb/riyu/q7_2024/007.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=2b2b93de-48d9-742d-4409-7e3aedc90a59&catalogType=tchMaterial&subCatalog=tchMaterial&page=007) |
| 008 | 词汇表 | [查看](http://www.dzkbw.com/books/rjb/riyu/q7_2024/008.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=2b2b93de-48d9-742d-4409-7e3aedc90a59&catalogType=tchMaterial&subCatalog=tchMaterial&page=008) |
| 009 | 交际用语 | [查看](http://www.dzkbw.com/books/rjb/riyu/q7_2024/009.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=2b2b93de-48d9-742d-4409-7e3aedc90a59&catalogType=tchMaterial&subCatalog=tchMaterial&page=009) |
| 010 | 语法项目 | [查看](http://www.dzkbw.com/books/rjb/riyu/q7_2024/010.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=2b2b93de-48d9-742d-4409-7e3aedc90a59&catalogType=tchMaterial&subCatalog=tchMaterial&page=010) |
| 011 | 学习评价量规样表 | [查看](http://www.dzkbw.com/books/rjb/riyu/q7_2024/011.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=2b2b93de-48d9-742d-4409-7e3aedc90a59&catalogType=tchMaterial&subCatalog=tchMaterial&page=011) |
## 网络补充资料
### 入门单元 初识日语
- 未找到结果
### 第一单元 学校生活
- 未找到结果

View File

@@ -0,0 +1,23 @@
# 外研版七年级法语必修起步上册(2024秋版)
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/waiyan/fayu/7s_2024/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 001 | Unité1 Bonjour! | [查看](http://www.dzkbw.com/books/waiyan/fayu/7s_2024/001.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=7e863511-dfec-9278-3cf0-713efe11eec4&catalogType=tchMaterial&subCatalog=tchMaterial&page=001) |
| 002 | Unité2 Rencontres | [查看](http://www.dzkbw.com/books/waiyan/fayu/7s_2024/002.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=7e863511-dfec-9278-3cf0-713efe11eec4&catalogType=tchMaterial&subCatalog=tchMaterial&page=002) |
| 003 | Unité3 Autour de moi | [查看](http://www.dzkbw.com/books/waiyan/fayu/7s_2024/003.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=7e863511-dfec-9278-3cf0-713efe11eec4&catalogType=tchMaterial&subCatalog=tchMaterial&page=003) |
| 004 | Unité4 Vive I'amitié! | [查看](http://www.dzkbw.com/books/waiyan/fayu/7s_2024/004.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=7e863511-dfec-9278-3cf0-713efe11eec4&catalogType=tchMaterial&subCatalog=tchMaterial&page=004) |
| 005 | Unité5 0ùest-il? | [查看](http://www.dzkbw.com/books/waiyan/fayu/7s_2024/005.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=7e863511-dfec-9278-3cf0-713efe11eec4&catalogType=tchMaterial&subCatalog=tchMaterial&page=005) |
| 006 | Annexes | [查看](http://www.dzkbw.com/books/waiyan/fayu/7s_2024/006.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=7e863511-dfec-9278-3cf0-713efe11eec4&catalogType=tchMaterial&subCatalog=tchMaterial&page=006) |
## 网络补充资料
### Unité1 Bonjour!
- 未找到结果
### Unité2 Rencontres
- 未找到结果

View File

@@ -0,0 +1,43 @@
# 人教版七年级生物上册(2024秋版)
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/rjb/shengwu/xc7s_2024/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 010 | 第一单元 生物和细胞 | [查看](http://www.dzkbw.com/books/rjb/shengwu/xc7s_2024/010.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=405270eb-9f00-4bba-b0f6-da863340625f&catalogType=tchMaterial&subCatalog=tchMaterial&page=010) |
| 011 | 第一章 认识生物 | [查看](http://www.dzkbw.com/books/rjb/shengwu/xc7s_2024/011.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=405270eb-9f00-4bba-b0f6-da863340625f&catalogType=tchMaterial&subCatalog=tchMaterial&page=011) |
| 016 | 第二节 生物的特征 | [查看](http://www.dzkbw.com/books/rjb/shengwu/xc7s_2024/016.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=405270eb-9f00-4bba-b0f6-da863340625f&catalogType=tchMaterial&subCatalog=tchMaterial&page=016) |
| 021 | 第二章 认识细胞 | [查看](http://www.dzkbw.com/books/rjb/shengwu/xc7s_2024/021.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=405270eb-9f00-4bba-b0f6-da863340625f&catalogType=tchMaterial&subCatalog=tchMaterial&page=021) |
| 027 | 第二节 植物细胞 | [查看](http://www.dzkbw.com/books/rjb/shengwu/xc7s_2024/027.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=405270eb-9f00-4bba-b0f6-da863340625f&catalogType=tchMaterial&subCatalog=tchMaterial&page=027) |
| 032 | 第三节 动物细胞 | [查看](http://www.dzkbw.com/books/rjb/shengwu/xc7s_2024/032.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=405270eb-9f00-4bba-b0f6-da863340625f&catalogType=tchMaterial&subCatalog=tchMaterial&page=032) |
| 037 | 第四节 细胞的生活 | [查看](http://www.dzkbw.com/books/rjb/shengwu/xc7s_2024/037.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=405270eb-9f00-4bba-b0f6-da863340625f&catalogType=tchMaterial&subCatalog=tchMaterial&page=037) |
| 042 | 第三章 从细胞到生物体 | [查看](http://www.dzkbw.com/books/rjb/shengwu/xc7s_2024/042.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=405270eb-9f00-4bba-b0f6-da863340625f&catalogType=tchMaterial&subCatalog=tchMaterial&page=042) |
| 047 | 第二节 动物体的结构层次 | [查看](http://www.dzkbw.com/books/rjb/shengwu/xc7s_2024/047.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=405270eb-9f00-4bba-b0f6-da863340625f&catalogType=tchMaterial&subCatalog=tchMaterial&page=047) |
| 052 | 第三节 植物体的结构层次 | [查看](http://www.dzkbw.com/books/rjb/shengwu/xc7s_2024/052.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=405270eb-9f00-4bba-b0f6-da863340625f&catalogType=tchMaterial&subCatalog=tchMaterial&page=052) |
| 055 | 第四节 单细胞生物 | [查看](http://www.dzkbw.com/books/rjb/shengwu/xc7s_2024/055.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=405270eb-9f00-4bba-b0f6-da863340625f&catalogType=tchMaterial&subCatalog=tchMaterial&page=055) |
| 060 | 综合实践项目 制作细胞模型 | [查看](http://www.dzkbw.com/books/rjb/shengwu/xc7s_2024/060.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=405270eb-9f00-4bba-b0f6-da863340625f&catalogType=tchMaterial&subCatalog=tchMaterial&page=060) |
| 065 | 第二单元 多种多样的生物 | [查看](http://www.dzkbw.com/books/rjb/shengwu/xc7s_2024/065.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=405270eb-9f00-4bba-b0f6-da863340625f&catalogType=tchMaterial&subCatalog=tchMaterial&page=065) |
| 067 | 第一章 藻类与植物的类群 | [查看](http://www.dzkbw.com/books/rjb/shengwu/xc7s_2024/067.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=405270eb-9f00-4bba-b0f6-da863340625f&catalogType=tchMaterial&subCatalog=tchMaterial&page=067) |
| 074 | 第二节 种子植物 | [查看](http://www.dzkbw.com/books/rjb/shengwu/xc7s_2024/074.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=405270eb-9f00-4bba-b0f6-da863340625f&catalogType=tchMaterial&subCatalog=tchMaterial&page=074) |
| 082 | 第二章 动物的类群 | [查看](http://www.dzkbw.com/books/rjb/shengwu/xc7s_2024/082.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=405270eb-9f00-4bba-b0f6-da863340625f&catalogType=tchMaterial&subCatalog=tchMaterial&page=082) |
| 088 | 第二节 脊椎动物 | [查看](http://www.dzkbw.com/books/rjb/shengwu/xc7s_2024/088.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=405270eb-9f00-4bba-b0f6-da863340625f&catalogType=tchMaterial&subCatalog=tchMaterial&page=088) |
| 094 | 二 两栖动物和爬行动物 | [查看](http://www.dzkbw.com/books/rjb/shengwu/xc7s_2024/094.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=405270eb-9f00-4bba-b0f6-da863340625f&catalogType=tchMaterial&subCatalog=tchMaterial&page=094) |
| 099 | 三 鸟和哺乳动物 | [查看](http://www.dzkbw.com/books/rjb/shengwu/xc7s_2024/099.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=405270eb-9f00-4bba-b0f6-da863340625f&catalogType=tchMaterial&subCatalog=tchMaterial&page=099) |
| 107 | 第三章 微生物 | [查看](http://www.dzkbw.com/books/rjb/shengwu/xc7s_2024/107.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=405270eb-9f00-4bba-b0f6-da863340625f&catalogType=tchMaterial&subCatalog=tchMaterial&page=107) |
| 112 | 第二节 细菌 | [查看](http://www.dzkbw.com/books/rjb/shengwu/xc7s_2024/112.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=405270eb-9f00-4bba-b0f6-da863340625f&catalogType=tchMaterial&subCatalog=tchMaterial&page=112) |
| 118 | 第三节 真菌 | [查看](http://www.dzkbw.com/books/rjb/shengwu/xc7s_2024/118.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=405270eb-9f00-4bba-b0f6-da863340625f&catalogType=tchMaterial&subCatalog=tchMaterial&page=118) |
| 123 | 第四节 病毒 | [查看](http://www.dzkbw.com/books/rjb/shengwu/xc7s_2024/123.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=405270eb-9f00-4bba-b0f6-da863340625f&catalogType=tchMaterial&subCatalog=tchMaterial&page=123) |
| 129 | 综合实践项目 利用细菌或真菌制作发酵食品 | [查看](http://www.dzkbw.com/books/rjb/shengwu/xc7s_2024/129.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=405270eb-9f00-4bba-b0f6-da863340625f&catalogType=tchMaterial&subCatalog=tchMaterial&page=129) |
| 131 | 第四章 生物分类的方法 | [查看](http://www.dzkbw.com/books/rjb/shengwu/xc7s_2024/131.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=405270eb-9f00-4bba-b0f6-da863340625f&catalogType=tchMaterial&subCatalog=tchMaterial&page=131) |
| 136 | 第二节 从种到界 | [查看](http://www.dzkbw.com/books/rjb/shengwu/xc7s_2024/136.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=405270eb-9f00-4bba-b0f6-da863340625f&catalogType=tchMaterial&subCatalog=tchMaterial&page=136) |
## 网络补充资料
### 第一单元 生物和细胞
- 未找到结果
### 第一章 认识生物
- 未找到结果

View File

@@ -0,0 +1,32 @@
# 人教版七年级美术上册(2024秋版)
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/rjb/meishu/7s_2024/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 008 | 第一单元 峥嵘岁月——美术中的历史 | [查看](http://www.dzkbw.com/books/rjb/meishu/7s_2024/008.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=551641d0-6e78-470b-a058-4f02cab569a5&catalogType=tchMaterial&subCatalog=tchMaterial&page=008) |
| 009 | 第1课 情感表达 | [查看](http://www.dzkbw.com/books/rjb/meishu/7s_2024/009.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=551641d0-6e78-470b-a058-4f02cab569a5&catalogType=tchMaterial&subCatalog=tchMaterial&page=009) |
| 013 | 第2课 表现形式 | [查看](http://www.dzkbw.com/books/rjb/meishu/7s_2024/013.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=551641d0-6e78-470b-a058-4f02cab569a5&catalogType=tchMaterial&subCatalog=tchMaterial&page=013) |
| 017 | 第3课 创作手法 | [查看](http://www.dzkbw.com/books/rjb/meishu/7s_2024/017.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=551641d0-6e78-470b-a058-4f02cab569a5&catalogType=tchMaterial&subCatalog=tchMaterial&page=017) |
| 021 | 第二单元 时代乐章——线与色的造型 | [查看](http://www.dzkbw.com/books/rjb/meishu/7s_2024/021.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=551641d0-6e78-470b-a058-4f02cab569a5&catalogType=tchMaterial&subCatalog=tchMaterial&page=021) |
| 023 | 第1课 城市名片 | [查看](http://www.dzkbw.com/books/rjb/meishu/7s_2024/023.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=551641d0-6e78-470b-a058-4f02cab569a5&catalogType=tchMaterial&subCatalog=tchMaterial&page=023) |
| 027 | 第2课 科技之光 | [查看](http://www.dzkbw.com/books/rjb/meishu/7s_2024/027.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=551641d0-6e78-470b-a058-4f02cab569a5&catalogType=tchMaterial&subCatalog=tchMaterial&page=027) |
| 031 | 第3课 自然之美 | [查看](http://www.dzkbw.com/books/rjb/meishu/7s_2024/031.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=551641d0-6e78-470b-a058-4f02cab569a5&catalogType=tchMaterial&subCatalog=tchMaterial&page=031) |
| 033 | 第三单元 运动之美——视觉传达设计 | [查看](http://www.dzkbw.com/books/rjb/meishu/7s_2024/033.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=551641d0-6e78-470b-a058-4f02cab569a5&catalogType=tchMaterial&subCatalog=tchMaterial&page=033) |
| 035 | 第1课 标志设计 | [查看](http://www.dzkbw.com/books/rjb/meishu/7s_2024/035.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=551641d0-6e78-470b-a058-4f02cab569a5&catalogType=tchMaterial&subCatalog=tchMaterial&page=035) |
| 037 | 第2课 吉祥物设计 | [查看](http://www.dzkbw.com/books/rjb/meishu/7s_2024/037.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=551641d0-6e78-470b-a058-4f02cab569a5&catalogType=tchMaterial&subCatalog=tchMaterial&page=037) |
| 039 | 第3课 奖牌设计 | [查看](http://www.dzkbw.com/books/rjb/meishu/7s_2024/039.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=551641d0-6e78-470b-a058-4f02cab569a5&catalogType=tchMaterial&subCatalog=tchMaterial&page=039) |
| 041 | 第四单元 情境交融——舞台艺术·美术设计 | [查看](http://www.dzkbw.com/books/rjb/meishu/7s_2024/041.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=551641d0-6e78-470b-a058-4f02cab569a5&catalogType=tchMaterial&subCatalog=tchMaterial&page=041) |
| 043 | 第1课 身临其境 | [查看](http://www.dzkbw.com/books/rjb/meishu/7s_2024/043.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=551641d0-6e78-470b-a058-4f02cab569a5&catalogType=tchMaterial&subCatalog=tchMaterial&page=043) |
| 047 | 第2课 活灵活现 | [查看](http://www.dzkbw.com/books/rjb/meishu/7s_2024/047.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=551641d0-6e78-470b-a058-4f02cab569a5&catalogType=tchMaterial&subCatalog=tchMaterial&page=047) |
## 网络补充资料
### 第一单元 峥嵘岁月——美术中的历史
- 未找到结果
### 第1课 情感表达
- 未找到结果

View File

@@ -0,0 +1,27 @@
# 人教版七年级英语上册(2024秋版)
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/rjb/yingyu/xc7s_2024/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 010 | Starter Unit | [查看](http://www.dzkbw.com/books/rjb/yingyu/xc7s_2024/010.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68d46462-868d-ccd5-9ea0-c385214b76e6&catalogType=tchMaterial&subCatalog=tchMaterial&page=010) |
| 016 | Unit 2 Keep Tidy! | [查看](http://www.dzkbw.com/books/rjb/yingyu/xc7s_2024/016.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68d46462-868d-ccd5-9ea0-c385214b76e6&catalogType=tchMaterial&subCatalog=tchMaterial&page=016) |
| 022 | Unit 3 Welcome! | [查看](http://www.dzkbw.com/books/rjb/yingyu/xc7s_2024/022.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68d46462-868d-ccd5-9ea0-c385214b76e6&catalogType=tchMaterial&subCatalog=tchMaterial&page=022) |
| 028 | Unit 1 You and Me | [查看](http://www.dzkbw.com/books/rjb/yingyu/xc7s_2024/028.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68d46462-868d-ccd5-9ea0-c385214b76e6&catalogType=tchMaterial&subCatalog=tchMaterial&page=028) |
| 036 | Unit 2 We're Family! | [查看](http://www.dzkbw.com/books/rjb/yingyu/xc7s_2024/036.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68d46462-868d-ccd5-9ea0-c385214b76e6&catalogType=tchMaterial&subCatalog=tchMaterial&page=036) |
| 044 | Unit 3 My School | [查看](http://www.dzkbw.com/books/rjb/yingyu/xc7s_2024/044.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68d46462-868d-ccd5-9ea0-c385214b76e6&catalogType=tchMaterial&subCatalog=tchMaterial&page=044) |
| 052 | Unit 4 My Favourite Subject | [查看](http://www.dzkbw.com/books/rjb/yingyu/xc7s_2024/052.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68d46462-868d-ccd5-9ea0-c385214b76e6&catalogType=tchMaterial&subCatalog=tchMaterial&page=052) |
| 060 | Unit 5 Fun Clubs | [查看](http://www.dzkbw.com/books/rjb/yingyu/xc7s_2024/060.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68d46462-868d-ccd5-9ea0-c385214b76e6&catalogType=tchMaterial&subCatalog=tchMaterial&page=060) |
| 068 | Unit 6 A Day in the Life | [查看](http://www.dzkbw.com/books/rjb/yingyu/xc7s_2024/068.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68d46462-868d-ccd5-9ea0-c385214b76e6&catalogType=tchMaterial&subCatalog=tchMaterial&page=068) |
| 076 | Unit 7 Happy Birthday | [查看](http://www.dzkbw.com/books/rjb/yingyu/xc7s_2024/076.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=68d46462-868d-ccd5-9ea0-c385214b76e6&catalogType=tchMaterial&subCatalog=tchMaterial&page=076) |
## 网络补充资料
### Starter Unit
- 未找到结果
### Unit 2 Keep Tidy!
- 未找到结果

View File

@@ -0,0 +1,25 @@
# 外研版七年级西班牙语必修I 上册(2024秋版)
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/waiyan/xibanyayu/7s_2024/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 001 | Lección1 jHola! | [查看](http://www.dzkbw.com/books/waiyan/xibanyayu/7s_2024/001.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=d1fb1fc7-ee3e-a063-2cc4-599844ca1d5d&catalogType=tchMaterial&subCatalog=tchMaterial&page=001) |
| 002 | Lección2 Soy china. | [查看](http://www.dzkbw.com/books/waiyan/xibanyayu/7s_2024/002.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=d1fb1fc7-ee3e-a063-2cc4-599844ca1d5d&catalogType=tchMaterial&subCatalog=tchMaterial&page=002) |
| 003 | Lección3 Te presento a mis amigos. | [查看](http://www.dzkbw.com/books/waiyan/xibanyayu/7s_2024/003.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=d1fb1fc7-ee3e-a063-2cc4-599844ca1d5d&catalogType=tchMaterial&subCatalog=tchMaterial&page=003) |
| 004 | Lección4 ¿Quien es el señor de la foto? | [查看](http://www.dzkbw.com/books/waiyan/xibanyayu/7s_2024/004.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=d1fb1fc7-ee3e-a063-2cc4-599844ca1d5d&catalogType=tchMaterial&subCatalog=tchMaterial&page=004) |
| 005 | Lección5 Mi mochila | [查看](http://www.dzkbw.com/books/waiyan/xibanyayu/7s_2024/005.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=d1fb1fc7-ee3e-a063-2cc4-599844ca1d5d&catalogType=tchMaterial&subCatalog=tchMaterial&page=005) |
| 006 | Lección6 ¿Cómo es tu maestro? | [查看](http://www.dzkbw.com/books/waiyan/xibanyayu/7s_2024/006.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=d1fb1fc7-ee3e-a063-2cc4-599844ca1d5d&catalogType=tchMaterial&subCatalog=tchMaterial&page=006) |
| 007 | Lección7 Mi familia | [查看](http://www.dzkbw.com/books/waiyan/xibanyayu/7s_2024/007.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=d1fb1fc7-ee3e-a063-2cc4-599844ca1d5d&catalogType=tchMaterial&subCatalog=tchMaterial&page=007) |
| 008 | Lección8 Mi nueva casa | [查看](http://www.dzkbw.com/books/waiyan/xibanyayu/7s_2024/008.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=d1fb1fc7-ee3e-a063-2cc4-599844ca1d5d&catalogType=tchMaterial&subCatalog=tchMaterial&page=008) |
## 网络补充资料
### Lección1 jHola!
- 未找到结果
### Lección2 Soy china.
- 未找到结果

View File

@@ -0,0 +1,68 @@
# 人教版部编版七年级语文上册(2024秋版)
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/rjb/yuwen/7s_2024/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 008 | 第一单元 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/008.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=008) |
| 009 | 阅读 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/009.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=009) |
| 013 | 2 济南的冬天 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/013.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=013) |
| 017 | 3* 雨的四季 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/017.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=017) |
| 022 | 4 古代诗歌四首 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/022.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=022) |
| 025 | 阅读综合实践 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/025.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=025) |
| 027 | 写作 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/027.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=027) |
| 030 | 第二单元 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/030.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=030) |
| 031 | 阅读 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/031.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=031) |
| 034 | 6 散步 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/034.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=034) |
| 037 | 7* 散文诗二首 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/037.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=037) |
| 041 | 8 《世说新语》二则 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/041.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=041) |
| 044 | 阅读综合实践 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/044.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=044) |
| 046 | 写作 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/046.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=046) |
| 048 | 专题学习活动 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/048.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=048) |
| 052 | 第三单元 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/052.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=052) |
| 053 | 阅读 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/053.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=053) |
| 060 | 10 往事依依 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/060.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=060) |
| 064 | 11* 再塑生命的人 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/064.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=064) |
| 069 | 12 《论语》十二章 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/069.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=069) |
| 073 | 阅读综合实践 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/073.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=073) |
| 075 | 写作 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/075.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=075) |
| 078 | 整本书阅读 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/078.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=078) |
| 082 | 课外古诗词诵读 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/082.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=082) |
| 084 | 第四单元 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/084.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=084) |
| 085 | 阅读 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/085.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=085) |
| 089 | 14 回忆我的母亲 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/089.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=089) |
| 095 | 15* 梅岭三章 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/095.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=095) |
| 098 | 16 诫子书 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/098.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=098) |
| 100 | 阅读综合实践 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/100.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=100) |
| 102 | 写作 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/102.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=102) |
| 105 | 专题学习活动 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/105.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=105) |
| 112 | 第五单元 活动·探究 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/112.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=112) |
| 113 | 任务一 体会人与动物的关系 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/113.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=113) |
| 115 | 17 猫 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/115.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=115) |
| 120 | 18 我的白鸽 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/120.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=120) |
| 127 | 19 大雁归来 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/127.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=127) |
| 132 | 20 狼 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/132.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=132) |
| 134 | 任务二 亲近动物,丰富生命体验 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/134.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=134) |
| 136 | 任务三 记叙与动物的相处 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/136.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=136) |
| 138 | 第六单元 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/138.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=138) |
| 139 | 阅读 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/139.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=139) |
| 143 | 22 皇帝的新装 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/143.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=143) |
| 149 | 23* 女娲造人 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/149.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=149) |
| 153 | 24 寓言四则 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/153.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=153) |
| 157 | 阅读综合实践 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/157.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=157) |
| 158 | 写作 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/158.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=158) |
| 161 | 整本书阅读 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/161.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=161) |
| 162 | 课外古诗词诵读 | [查看](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/162.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8b9c7052-add4-4744-ab04-69d6c180d5d9&catalogType=tchMaterial&subCatalog=tchMaterial&page=162) |
## 网络补充资料
### 第一单元
- [人教版七年级上册 (2024秋版)语文 (部编版)电子课本-人教版初一上册 (2024秋版)语文 (部编版)电子课本](http://www.dzkbw.com/books/rjb/yuwen/7s_2024/)
- [2024新教材人教版七年级语文上册电子课本最新高清版](https://www.sohu.com/a/790997094_121292562)
- [人教版七年级上册语文教材目录2024-2025学年最新版](https://wenku.baidu.com/view/4b69f22cf38a6529647d27284b73f242336c31e8.html)
### 阅读
- 未找到结果

View File

@@ -0,0 +1,51 @@
# 人教版部编版七年级道德与法治上册(2024秋版)
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 008 | 第一单元 少年有梦 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/008.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=008) |
| 009 | 第一课 开启初中生活 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/009.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=009) |
| 013 | 规划初中生活 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/013.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=013) |
| 016 | 第二课 正确认识自我 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/016.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=016) |
| 019 | 做更好的自己 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/019.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=019) |
| 023 | 第三课 梦想始于当下 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/023.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=023) |
| 026 | 学习成就梦想 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/026.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=026) |
| 030 | 单元思考与行动? ? | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/030.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=030) |
| 032 | 第二单元 成长的时空 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/032.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=032) |
| 033 | 第四课 幸福和睦的家庭 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/033.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=033) |
| 036 | 让家更美好 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/036.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=036) |
| 041 | 第五课?和谐的师生关系 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/041.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=041) |
| 044 | 珍惜师生情谊 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/044.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=044) |
| 049 | 第六课?友谊之树常青 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/049.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=049) |
| 052 | 交友的智慧 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/052.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=052) |
| 057 | 第七课?在集体中成长 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/057.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=057) |
| 060 | 共建美好集体 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/060.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=060) |
| 064 | 单元思考与行动 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/064.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=064) |
| 066 | 第三单元 珍爱我们的生命 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/066.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=066) |
| 067 | 第八课 生命可贵 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/067.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=067) |
| 070 | 敬畏生命 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/070.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=070) |
| 074 | 第九课 守护生命安全 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/074.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=074) |
| 077 | 提高防护能力 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/077.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=077) |
| 081 | 第十课 保持身心健康 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/081.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=081) |
| 084 | 滋养心灵 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/084.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=084) |
| 088 | 单元思考与行动? | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/088.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=088) |
| 090 | 第四单元 追求美好人生 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/090.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=090) |
| 091 | 第十一课 确立人生目标 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/091.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=091) |
| 093 | 树立正确的人生目标 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/093.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=093) |
| 097 | 第十二课 端正人生态度 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/097.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=097) |
| 099 | 正确对待顺境和逆境 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/099.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=099) |
| 102 | 第十三课 实现人生价值 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/102.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=102) |
| 104 | 在奉献中成就精彩人生 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/104.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=104) |
| 108 | 单元思考与行动 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/7s_2024/108.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=11446212-4b7b-4094-afe3-bd5b4f2b3f0c&catalogType=tchMaterial&subCatalog=tchMaterial&page=108) |
## 网络补充资料
### 第一单元 少年有梦
- 未找到结果
### 第一课 开启初中生活
- 未找到结果

View File

@@ -0,0 +1,37 @@
# 人教版简谱七年级音乐上册(2024秋版)
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/rjb/yinyue/7s_2024/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 001 | 第一单元 生活中的音乐 | [查看](http://www.dzkbw.com/books/rjb/yinyue/7s_2024/001.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=705d021d-5379-4bc0-859d-cba9df7ff193&catalogType=tchMaterial&subCatalog=tchMaterial&page=001) |
| 002 | 学习项目一 生活中的音乐 | [查看](http://www.dzkbw.com/books/rjb/yinyue/7s_2024/002.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=705d021d-5379-4bc0-859d-cba9df7ff193&catalogType=tchMaterial&subCatalog=tchMaterial&page=002) |
| 003 | 学习项目二 音乐开启心灵之窗 | [查看](http://www.dzkbw.com/books/rjb/yinyue/7s_2024/003.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=705d021d-5379-4bc0-859d-cba9df7ff193&catalogType=tchMaterial&subCatalog=tchMaterial&page=003) |
| 004 | 学习项目三 学习乐谱,记录你的音乐生活 | [查看](http://www.dzkbw.com/books/rjb/yinyue/7s_2024/004.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=705d021d-5379-4bc0-859d-cba9df7ff193&catalogType=tchMaterial&subCatalog=tchMaterial&page=004) |
| 005 | 第二单元 多彩的音乐风格 | [查看](http://www.dzkbw.com/books/rjb/yinyue/7s_2024/005.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=705d021d-5379-4bc0-859d-cba9df7ff193&catalogType=tchMaterial&subCatalog=tchMaterial&page=005) |
| 006 | 学习项目一 中国音乐万花筒 | [查看](http://www.dzkbw.com/books/rjb/yinyue/7s_2024/006.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=705d021d-5379-4bc0-859d-cba9df7ff193&catalogType=tchMaterial&subCatalog=tchMaterial&page=006) |
| 007 | 学习项目二 世界民族音乐博览会 | [查看](http://www.dzkbw.com/books/rjb/yinyue/7s_2024/007.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=705d021d-5379-4bc0-859d-cba9df7ff193&catalogType=tchMaterial&subCatalog=tchMaterial&page=007) |
| 008 | 第三单元 中国音乐的历史进程 | [查看](http://www.dzkbw.com/books/rjb/yinyue/7s_2024/008.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=705d021d-5379-4bc0-859d-cba9df7ff193&catalogType=tchMaterial&subCatalog=tchMaterial&page=008) |
| 009 | 学习项目一 中国音乐考古博物馆 | [查看](http://www.dzkbw.com/books/rjb/yinyue/7s_2024/009.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=705d021d-5379-4bc0-859d-cba9df7ff193&catalogType=tchMaterial&subCatalog=tchMaterial&page=009) |
| 010 | 学习项目二 中国近现代音乐风云录 | [查看](http://www.dzkbw.com/books/rjb/yinyue/7s_2024/010.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=705d021d-5379-4bc0-859d-cba9df7ff193&catalogType=tchMaterial&subCatalog=tchMaterial&page=010) |
| 011 | 学习项目三 歌唱我们的祖国 | [查看](http://www.dzkbw.com/books/rjb/yinyue/7s_2024/011.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=705d021d-5379-4bc0-859d-cba9df7ff193&catalogType=tchMaterial&subCatalog=tchMaterial&page=011) |
| 012 | 第四单元 西方音乐发展史掠影 | [查看](http://www.dzkbw.com/books/rjb/yinyue/7s_2024/012.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=705d021d-5379-4bc0-859d-cba9df7ff193&catalogType=tchMaterial&subCatalog=tchMaterial&page=012) |
| 013 | 学习项目一 从古希腊到古典主义 | [查看](http://www.dzkbw.com/books/rjb/yinyue/7s_2024/013.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=705d021d-5379-4bc0-859d-cba9df7ff193&catalogType=tchMaterial&subCatalog=tchMaterial&page=013) |
| 014 | 学习项目二 音乐中的浪漫主义 | [查看](http://www.dzkbw.com/books/rjb/yinyue/7s_2024/014.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=705d021d-5379-4bc0-859d-cba9df7ff193&catalogType=tchMaterial&subCatalog=tchMaterial&page=014) |
| 015 | 学习项目三 20世纪西方音乐轨迹 | [查看](http://www.dzkbw.com/books/rjb/yinyue/7s_2024/015.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=705d021d-5379-4bc0-859d-cba9df7ff193&catalogType=tchMaterial&subCatalog=tchMaterial&page=015) |
| 016 | 印在心里的歌 | [查看](http://www.dzkbw.com/books/rjb/yinyue/7s_2024/016.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=705d021d-5379-4bc0-859d-cba9df7ff193&catalogType=tchMaterial&subCatalog=tchMaterial&page=016) |
| 017 | 中华人民共和国国歌 | [查看](http://www.dzkbw.com/books/rjb/yinyue/7s_2024/017.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=705d021d-5379-4bc0-859d-cba9df7ff193&catalogType=tchMaterial&subCatalog=tchMaterial&page=017) |
| 018 | 国际歌 | [查看](http://www.dzkbw.com/books/rjb/yinyue/7s_2024/018.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=705d021d-5379-4bc0-859d-cba9df7ff193&catalogType=tchMaterial&subCatalog=tchMaterial&page=018) |
## 网络补充资料
### 第一单元 生活中的音乐
- 未找到结果
### 学习项目一 生活中的音乐
- [人教版七年级上册 (2024秋版)音乐 (简谱)电子课本-人教版初一上册 (2024秋版)音乐 (简谱)电子课本](http://www.dzkbw.com/books/rjb/yinyue/7s_2024/)
- [第一单元 生活中的音乐-人教版七年级上册 (2024秋版)音乐 (简谱)电子课本](http://www.dzkbw.com/books/rjb/yinyue/7s_2024/001.htm)
- [第一单元 学习项目一 生活中的音乐 人教版 (简谱) (2024)音乐七年级上册](https://wenku.baidu.com/view/a4b7a0e4f22d2af90242a8956bec0975f565a465.html)

View File

@@ -0,0 +1,53 @@
# 人教版九年级化学上册(2024秋版)
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 008 | 绪论 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/008.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=008) |
| 014 | 第一单元 走进化学世界 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/014.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=014) |
| 015 | 课题1 物质的变化和性质 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/015.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=015) |
| 021 | 课题2 化学实验与科学探究 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/021.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=021) |
| 036 | 第二单元 空气和氧气 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/036.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=036) |
| 037 | 课题1 我们周围的空气 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/037.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=037) |
| 045 | 课题2 氧气 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/045.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=045) |
| 050 | 课题3 制取氧气 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/050.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=050) |
| 059 | 实验活动1 氧气的实验室制取与性质 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/059.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=059) |
| 061 | 跨学科实践活动1 微型空气质量“检测站”的组装与使用 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/061.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=061) |
| 062 | 第三单元 物质构成的奥秘 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/062.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=062) |
| 063 | 课题1 分子和原子 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/063.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=063) |
| 072 | 课题2 原子结构 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/072.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=072) |
| 079 | 课题3 元素 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/079.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=079) |
| 087 | 跨学科实践活动2 制作模型并展示科学家探索物质组成与结构的历程 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/087.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=087) |
| 088 | 第四单元 自然界的水 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/088.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=088) |
| 089 | 课题1 水资源及其利用 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/089.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=089) |
| 098 | 课题2 水的组成 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/098.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=098) |
| 103 | 课题3 物质组成的表示 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/103.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=103) |
| 114 | 实验活动2 水的组成及变化的探究 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/114.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=114) |
| 115 | 跨学科实践活动3 水质检测及自制净水器 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/115.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=115) |
| 116 | 第五单元 化学反应的定量关系 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/116.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=116) |
| 117 | 课题1 质量守恒定律 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/117.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=117) |
| 124 | 课题2 化学方程式 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/124.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=124) |
| 133 | 跨学科实践活动4 基于特定需求设计和制作简易供氧器 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/133.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=133) |
| 134 | 第六单元 碳和碳的氧化物 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/134.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=134) |
| 135 | 课题1 碳单质的多样性 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/135.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=135) |
| 143 | 课题2 碳的氧化物 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/143.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=143) |
| 152 | 课题3 二氧化碳的实验室制取 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/152.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=152) |
| 161 | 实验活动3 二氧化碳的实验室制取与性质 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/161.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=161) |
| 163 | 跨学科实践活动5 基于碳中和理念设计低碳行动方案 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/163.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=163) |
| 164 | 第七单元 能源的合理利用与开发 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/164.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=164) |
| 165 | 课题1 燃料的燃烧 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/165.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=165) |
| 176 | 课题2 化石能源的合理利用 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/176.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=176) |
| 188 | 实验活动4 燃烧条件的探究 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/188.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=188) |
| 189 | 跨学科实践活动6 调查家用燃料的变迁与合理使用 | [查看](http://www.dzkbw.com/books/rjb/huaxue/xc9s_2024/189.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8c419b19-b3a9-4dbf-a8b4-546b7d337528&catalogType=tchMaterial&subCatalog=tchMaterial&page=189) |
## 网络补充资料
### 绪论
- 未找到结果
### 第一单元 走进化学世界
- 未找到结果

View File

@@ -0,0 +1,42 @@
# 人教版部编版九年级历史与社会下册
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/rjb/shehui/9x/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 005 | 第五单元 二战后的世界变化 | [查看](http://www.dzkbw.com/books/rjb/shehui/9x/005.htm) | - |
| 006 | 第一课 两极格局的形成 | [查看](http://www.dzkbw.com/books/rjb/shehui/9x/006.htm) | - |
| 009 | 第二课 当代资本主义的新变化 | [查看](http://www.dzkbw.com/books/rjb/shehui/9x/009.htm) | - |
| 017 | 第三课 社会主义的发展与挫折 | [查看](http://www.dzkbw.com/books/rjb/shehui/9x/017.htm) | - |
| 021 | 第四课 亚非拉地区的发展 | [查看](http://www.dzkbw.com/books/rjb/shehui/9x/021.htm) | - |
| 027 | 综合探究五 聚焦文化软实力 | [查看](http://www.dzkbw.com/books/rjb/shehui/9x/027.htm) | - |
| 031 | 第六单元 中国社会主义建设的探索与改革开放的起步 | [查看](http://www.dzkbw.com/books/rjb/shehui/9x/031.htm) | - |
| 032 | 第一课 新生政权的巩固与社会主义制度的建立 | [查看](http://www.dzkbw.com/books/rjb/shehui/9x/032.htm) | - |
| 038 | 第二课 艰辛探索与建设成就 | [查看](http://www.dzkbw.com/books/rjb/shehui/9x/038.htm) | - |
| 042 | 第三课 改革开放的起步 | [查看](http://www.dzkbw.com/books/rjb/shehui/9x/042.htm) | - |
| 047 | 第四课 民族区域自治地方的发展 | [查看](http://www.dzkbw.com/books/rjb/shehui/9x/047.htm) | - |
| 051 | 第五课 “一国两制”与统一大业 | [查看](http://www.dzkbw.com/books/rjb/shehui/9x/051.htm) | - |
| 063 | 第六课 独立自主的新中国外交 | [查看](http://www.dzkbw.com/books/rjb/shehui/9x/063.htm) | - |
| 058 | 综合探究六 感受新中国的精神力量 | [查看](http://www.dzkbw.com/books/rjb/shehui/9x/058.htm) | - |
| 064 | 第一课 坚持和发展中国特色社会主义 | [查看](http://www.dzkbw.com/books/rjb/shehui/9x/064.htm) | - |
| 073 | 第二课 经济全球化 | [查看](http://www.dzkbw.com/books/rjb/shehui/9x/073.htm) | - |
| 076 | 第三课 世界多极化趋势 | [查看](http://www.dzkbw.com/books/rjb/shehui/9x/076.htm) | - |
| 081 | 第四课 当代科技革命与社会生活 | [查看](http://www.dzkbw.com/books/rjb/shehui/9x/081.htm) | - |
| 085 | 综合探究七 认识“和平与发展”的时代主题 | [查看](http://www.dzkbw.com/books/rjb/shehui/9x/085.htm) | - |
| 091 | 第八单元 共同面对前所未有的全球性问题 | [查看](http://www.dzkbw.com/books/rjb/shehui/9x/091.htm) | - |
| 092 | 第一课 不断变化的人口 | [查看](http://www.dzkbw.com/books/rjb/shehui/9x/092.htm) | - |
| 097 | 第二课 日益严峻的资源问题 | [查看](http://www.dzkbw.com/books/rjb/shehui/9x/097.htm) | - |
| 103 | 第三课 共同关注的环境问题 | [查看](http://www.dzkbw.com/books/rjb/shehui/9x/103.htm) | - |
| 109 | 第四课 发展的选择 | [查看](http://www.dzkbw.com/books/rjb/shehui/9x/109.htm) | - |
| 117 | 综合探究八 让历史告诉未来 | [查看](http://www.dzkbw.com/books/rjb/shehui/9x/117.htm) | - |
## 网络补充资料
### 第五单元 二战后的世界变化
- 未找到结果
### 第一课 两极格局的形成
- 未找到结果

View File

@@ -0,0 +1,38 @@
# 教科版九年级艺术上册
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/jkb/yishu/9s/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 001 | 第1单元 典冬天礼赞 | [查看](http://www.dzkbw.com/books/jkb/yishu/9s/001.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=a4e9aff7-bbc9-48e2-b7c7-ad8119121714&catalogType=tchMaterial&subCatalog=tchMaterial&page=001) |
| 002 | 主题1 我像雪花天上来 | [查看](http://www.dzkbw.com/books/jkb/yishu/9s/002.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=a4e9aff7-bbc9-48e2-b7c7-ad8119121714&catalogType=tchMaterial&subCatalog=tchMaterial&page=002) |
| 003 | 主题2 岁寒三友 | [查看](http://www.dzkbw.com/books/jkb/yishu/9s/003.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=a4e9aff7-bbc9-48e2-b7c7-ad8119121714&catalogType=tchMaterial&subCatalog=tchMaterial&page=003) |
| 004 | 主题3 冬日之舞 | [查看](http://www.dzkbw.com/books/jkb/yishu/9s/004.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=a4e9aff7-bbc9-48e2-b7c7-ad8119121714&catalogType=tchMaterial&subCatalog=tchMaterial&page=004) |
| 005 | 第2单元 和谐之美 | [查看](http://www.dzkbw.com/books/jkb/yishu/9s/005.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=a4e9aff7-bbc9-48e2-b7c7-ad8119121714&catalogType=tchMaterial&subCatalog=tchMaterial&page=005) |
| 006 | 主题1 和谐的音响 | [查看](http://www.dzkbw.com/books/jkb/yishu/9s/006.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=a4e9aff7-bbc9-48e2-b7c7-ad8119121714&catalogType=tchMaterial&subCatalog=tchMaterial&page=006) |
| 007 | 主题2 变化统一 | [查看](http://www.dzkbw.com/books/jkb/yishu/9s/007.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=a4e9aff7-bbc9-48e2-b7c7-ad8119121714&catalogType=tchMaterial&subCatalog=tchMaterial&page=007) |
| 008 | 第3单元 欧洲随想 | [查看](http://www.dzkbw.com/books/jkb/yishu/9s/008.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=a4e9aff7-bbc9-48e2-b7c7-ad8119121714&catalogType=tchMaterial&subCatalog=tchMaterial&page=008) |
| 009 | 主题1 欧洲民间音乐 | [查看](http://www.dzkbw.com/books/jkb/yishu/9s/009.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=a4e9aff7-bbc9-48e2-b7c7-ad8119121714&catalogType=tchMaterial&subCatalog=tchMaterial&page=009) |
| 010 | 主题2 欧洲民间舞蹈 | [查看](http://www.dzkbw.com/books/jkb/yishu/9s/010.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=a4e9aff7-bbc9-48e2-b7c7-ad8119121714&catalogType=tchMaterial&subCatalog=tchMaterial&page=010) |
| 011 | 主题3 欧洲古典美术 | [查看](http://www.dzkbw.com/books/jkb/yishu/9s/011.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=a4e9aff7-bbc9-48e2-b7c7-ad8119121714&catalogType=tchMaterial&subCatalog=tchMaterial&page=011) |
| 012 | 第4单元 民族的返歌 | [查看](http://www.dzkbw.com/books/jkb/yishu/9s/012.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=a4e9aff7-bbc9-48e2-b7c7-ad8119121714&catalogType=tchMaterial&subCatalog=tchMaterial&page=012) |
| 013 | 主题1 故乡情深 | [查看](http://www.dzkbw.com/books/jkb/yishu/9s/013.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=a4e9aff7-bbc9-48e2-b7c7-ad8119121714&catalogType=tchMaterial&subCatalog=tchMaterial&page=013) |
| 014 | 主题2 俄罗斯巡回展览画派 | [查看](http://www.dzkbw.com/books/jkb/yishu/9s/014.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=a4e9aff7-bbc9-48e2-b7c7-ad8119121714&catalogType=tchMaterial&subCatalog=tchMaterial&page=014) |
| 015 | 主题3 中国古代绘画 | [查看](http://www.dzkbw.com/books/jkb/yishu/9s/015.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=a4e9aff7-bbc9-48e2-b7c7-ad8119121714&catalogType=tchMaterial&subCatalog=tchMaterial&page=015) |
| 016 | 第5单元 乡谣土韵 | [查看](http://www.dzkbw.com/books/jkb/yishu/9s/016.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=a4e9aff7-bbc9-48e2-b7c7-ad8119121714&catalogType=tchMaterial&subCatalog=tchMaterial&page=016) |
| 017 | 主题1 多姿多彩话说唱 | [查看](http://www.dzkbw.com/books/jkb/yishu/9s/017.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=a4e9aff7-bbc9-48e2-b7c7-ad8119121714&catalogType=tchMaterial&subCatalog=tchMaterial&page=017) |
| 018 | 主题2 一招一式演古今 | [查看](http://www.dzkbw.com/books/jkb/yishu/9s/018.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=a4e9aff7-bbc9-48e2-b7c7-ad8119121714&catalogType=tchMaterial&subCatalog=tchMaterial&page=018) |
| 019 | 第6单元 生活高品位 | [查看](http://www.dzkbw.com/books/jkb/yishu/9s/019.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=a4e9aff7-bbc9-48e2-b7c7-ad8119121714&catalogType=tchMaterial&subCatalog=tchMaterial&page=019) |
| 020 | 主题1 用艺术设计生活 | [查看](http://www.dzkbw.com/books/jkb/yishu/9s/020.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=a4e9aff7-bbc9-48e2-b7c7-ad8119121714&catalogType=tchMaterial&subCatalog=tchMaterial&page=020) |
| 021 | 主题2 我们也来评电影 | [查看](http://www.dzkbw.com/books/jkb/yishu/9s/021.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=a4e9aff7-bbc9-48e2-b7c7-ad8119121714&catalogType=tchMaterial&subCatalog=tchMaterial&page=021) |
## 网络补充资料
### 第1单元 典冬天礼赞
- 未找到结果
### 主题1 我像雪花天上来
- 未找到结果

View File

@@ -0,0 +1,37 @@
# 人教版八年级影视上册(2024秋版)
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/rjb/yingshi/ys8s_2024/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 001 | 第一单元 镜头里的生活 | [查看](http://www.dzkbw.com/books/rjb/yingshi/ys8s_2024/001.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ba82f8e7-8cb5-2997-5878-e96fda34d545&catalogType=tchMaterial&subCatalog=tchMaterial&page=001) |
| 002 | 第1课 感受亲情 | [查看](http://www.dzkbw.com/books/rjb/yingshi/ys8s_2024/002.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ba82f8e7-8cb5-2997-5878-e96fda34d545&catalogType=tchMaterial&subCatalog=tchMaterial&page=002) |
| 003 | 第2课 捕捉身影 | [查看](http://www.dzkbw.com/books/rjb/yingshi/ys8s_2024/003.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ba82f8e7-8cb5-2997-5878-e96fda34d545&catalogType=tchMaterial&subCatalog=tchMaterial&page=003) |
| 004 | 第3课 构建画面 | [查看](http://www.dzkbw.com/books/rjb/yingshi/ys8s_2024/004.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ba82f8e7-8cb5-2997-5878-e96fda34d545&catalogType=tchMaterial&subCatalog=tchMaterial&page=004) |
| 005 | 第4课 创作故事 | [查看](http://www.dzkbw.com/books/rjb/yingshi/ys8s_2024/005.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ba82f8e7-8cb5-2997-5878-e96fda34d545&catalogType=tchMaterial&subCatalog=tchMaterial&page=005) |
| 006 | 第二单元 那时历历在目 | [查看](http://www.dzkbw.com/books/rjb/yingshi/ys8s_2024/006.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ba82f8e7-8cb5-2997-5878-e96fda34d545&catalogType=tchMaterial&subCatalog=tchMaterial&page=006) |
| 007 | 第1课 塑造那时人物 | [查看](http://www.dzkbw.com/books/rjb/yingshi/ys8s_2024/007.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ba82f8e7-8cb5-2997-5878-e96fda34d545&catalogType=tchMaterial&subCatalog=tchMaterial&page=007) |
| 008 | 第2课 还原那时场景 | [查看](http://www.dzkbw.com/books/rjb/yingshi/ys8s_2024/008.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ba82f8e7-8cb5-2997-5878-e96fda34d545&catalogType=tchMaterial&subCatalog=tchMaterial&page=008) |
| 009 | 第3课 塑造那时光影 | [查看](http://www.dzkbw.com/books/rjb/yingshi/ys8s_2024/009.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ba82f8e7-8cb5-2997-5878-e96fda34d545&catalogType=tchMaterial&subCatalog=tchMaterial&page=009) |
| 010 | 第4课 讲述那时故事 | [查看](http://www.dzkbw.com/books/rjb/yingshi/ys8s_2024/010.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ba82f8e7-8cb5-2997-5878-e96fda34d545&catalogType=tchMaterial&subCatalog=tchMaterial&page=010) |
| 011 | 第三单元 致敬经典 | [查看](http://www.dzkbw.com/books/rjb/yingshi/ys8s_2024/011.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ba82f8e7-8cb5-2997-5878-e96fda34d545&catalogType=tchMaterial&subCatalog=tchMaterial&page=011) |
| 012 | 第1课 “看”经典 | [查看](http://www.dzkbw.com/books/rjb/yingshi/ys8s_2024/012.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ba82f8e7-8cb5-2997-5878-e96fda34d545&catalogType=tchMaterial&subCatalog=tchMaterial&page=012) |
| 013 | 第2课 “讲”经典 | [查看](http://www.dzkbw.com/books/rjb/yingshi/ys8s_2024/013.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ba82f8e7-8cb5-2997-5878-e96fda34d545&catalogType=tchMaterial&subCatalog=tchMaterial&page=013) |
| 014 | 第3课 “演”经典 | [查看](http://www.dzkbw.com/books/rjb/yingshi/ys8s_2024/014.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ba82f8e7-8cb5-2997-5878-e96fda34d545&catalogType=tchMaterial&subCatalog=tchMaterial&page=014) |
| 015 | 第4课 “创”经典 | [查看](http://www.dzkbw.com/books/rjb/yingshi/ys8s_2024/015.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ba82f8e7-8cb5-2997-5878-e96fda34d545&catalogType=tchMaterial&subCatalog=tchMaterial&page=015) |
| 016 | 第四单元 形神兼备 | [查看](http://www.dzkbw.com/books/rjb/yingshi/ys8s_2024/016.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ba82f8e7-8cb5-2997-5878-e96fda34d545&catalogType=tchMaterial&subCatalog=tchMaterial&page=016) |
| 017 | 第1课 真实与虚幻 | [查看](http://www.dzkbw.com/books/rjb/yingshi/ys8s_2024/017.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ba82f8e7-8cb5-2997-5878-e96fda34d545&catalogType=tchMaterial&subCatalog=tchMaterial&page=017) |
| 018 | 第2课 百变大圣 | [查看](http://www.dzkbw.com/books/rjb/yingshi/ys8s_2024/018.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ba82f8e7-8cb5-2997-5878-e96fda34d545&catalogType=tchMaterial&subCatalog=tchMaterial&page=018) |
| 019 | 第3课 活灵活现 | [查看](http://www.dzkbw.com/books/rjb/yingshi/ys8s_2024/019.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ba82f8e7-8cb5-2997-5878-e96fda34d545&catalogType=tchMaterial&subCatalog=tchMaterial&page=019) |
| 020 | 第4课 形象跃动 | [查看](http://www.dzkbw.com/books/rjb/yingshi/ys8s_2024/020.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ba82f8e7-8cb5-2997-5878-e96fda34d545&catalogType=tchMaterial&subCatalog=tchMaterial&page=020) |
## 网络补充资料
### 第一单元 镜头里的生活
- 未找到结果
### 第1课 感受亲情
- 未找到结果

View File

@@ -0,0 +1,32 @@
# 人教版八年级戏剧上册(2024秋版)
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/rjb/xiju/ys8s_2024/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 001 | 第一单元 走进戏剧 | [查看](http://www.dzkbw.com/books/rjb/xiju/ys8s_2024/001.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ebf4701d-e25b-892a-b5c7-6cbb289ab95b&catalogType=tchMaterial&subCatalog=tchMaterial&page=001) |
| 002 | 学习项目一 教室变剧场 | [查看](http://www.dzkbw.com/books/rjb/xiju/ys8s_2024/002.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ebf4701d-e25b-892a-b5c7-6cbb289ab95b&catalogType=tchMaterial&subCatalog=tchMaterial&page=002) |
| 003 | 学习项目二 从生活入戏 | [查看](http://www.dzkbw.com/books/rjb/xiju/ys8s_2024/003.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ebf4701d-e25b-892a-b5c7-6cbb289ab95b&catalogType=tchMaterial&subCatalog=tchMaterial&page=003) |
| 004 | 第二单元 台前幕后 | [查看](http://www.dzkbw.com/books/rjb/xiju/ys8s_2024/004.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ebf4701d-e25b-892a-b5c7-6cbb289ab95b&catalogType=tchMaterial&subCatalog=tchMaterial&page=004) |
| 005 | 学习项目一 剧组的诞生 | [查看](http://www.dzkbw.com/books/rjb/xiju/ys8s_2024/005.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ebf4701d-e25b-892a-b5c7-6cbb289ab95b&catalogType=tchMaterial&subCatalog=tchMaterial&page=005) |
| 006 | 学习项目二 演出档案揭秘 | [查看](http://www.dzkbw.com/books/rjb/xiju/ys8s_2024/006.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ebf4701d-e25b-892a-b5c7-6cbb289ab95b&catalogType=tchMaterial&subCatalog=tchMaterial&page=006) |
| 007 | 学习项目三 戏剧策划会 | [查看](http://www.dzkbw.com/books/rjb/xiju/ys8s_2024/007.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ebf4701d-e25b-892a-b5c7-6cbb289ab95b&catalogType=tchMaterial&subCatalog=tchMaterial&page=007) |
| 008 | 第三单元 演员请就位 | [查看](http://www.dzkbw.com/books/rjb/xiju/ys8s_2024/008.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ebf4701d-e25b-892a-b5c7-6cbb289ab95b&catalogType=tchMaterial&subCatalog=tchMaterial&page=008) |
| 009 | 学习项目一 演员试角会 | [查看](http://www.dzkbw.com/books/rjb/xiju/ys8s_2024/009.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ebf4701d-e25b-892a-b5c7-6cbb289ab95b&catalogType=tchMaterial&subCatalog=tchMaterial&page=009) |
| 010 | 学习项目二 复杂的情绪 | [查看](http://www.dzkbw.com/books/rjb/xiju/ys8s_2024/010.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ebf4701d-e25b-892a-b5c7-6cbb289ab95b&catalogType=tchMaterial&subCatalog=tchMaterial&page=010) |
| 011 | 学习项目三 演员训练营 | [查看](http://www.dzkbw.com/books/rjb/xiju/ys8s_2024/011.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ebf4701d-e25b-892a-b5c7-6cbb289ab95b&catalogType=tchMaterial&subCatalog=tchMaterial&page=011) |
| 012 | 第四单元 舞台方寸间 | [查看](http://www.dzkbw.com/books/rjb/xiju/ys8s_2024/012.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ebf4701d-e25b-892a-b5c7-6cbb289ab95b&catalogType=tchMaterial&subCatalog=tchMaterial&page=012) |
| 013 | 学习项目一 走进方寸间 | [查看](http://www.dzkbw.com/books/rjb/xiju/ys8s_2024/013.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ebf4701d-e25b-892a-b5c7-6cbb289ab95b&catalogType=tchMaterial&subCatalog=tchMaterial&page=013) |
| 014 | 学习项目二 灯光造梦人 | [查看](http://www.dzkbw.com/books/rjb/xiju/ys8s_2024/014.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ebf4701d-e25b-892a-b5c7-6cbb289ab95b&catalogType=tchMaterial&subCatalog=tchMaterial&page=014) |
| 015 | 学习测评 | [查看](http://www.dzkbw.com/books/rjb/xiju/ys8s_2024/015.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=ebf4701d-e25b-892a-b5c7-6cbb289ab95b&catalogType=tchMaterial&subCatalog=tchMaterial&page=015) |
## 网络补充资料
### 第一单元 走进戏剧
- 未找到结果
### 学习项目一 教室变剧场
- 未找到结果

View File

@@ -0,0 +1,52 @@
# 人教版八年级物理上册(2024秋版)
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 008 | 绪言 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/008.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=008) |
| 017 | 第一章 机械运动 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/017.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=017) |
| 018 | 第一节 长度和时间的测量 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/018.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=018) |
| 024 | 第二节 运动的描述 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/024.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=024) |
| 027 | 第三节 运动的快慢 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/027.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=027) |
| 032 | 第四节 速度的测量 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/032.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=032) |
| 038 | 第二章 声现象 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/038.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=038) |
| 039 | 第一节 声音的产生与传播 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/039.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=039) |
| 044 | 第二节 声音的特性 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/044.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=044) |
| 051 | 第三节 声的利用 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/051.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=051) |
| 056 | 第四节 噪声的危害和控制 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/056.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=056) |
| 060 | 第五节 跨学科实践:制作隔音房间模型 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/060.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=060) |
| 064 | 第三章 物态变化 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/064.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=064) |
| 065 | 第一节 温度 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/065.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=065) |
| 071 | 第二节 熔化和凝固 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/071.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=071) |
| 077 | 第三节 汽化和液化 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/077.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=077) |
| 084 | 第四节 升华和凝华 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/084.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=084) |
| 088 | 第五节 跨学科实践:探索厨房中的物态变化问题 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/088.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=088) |
| 094 | 第四章 光现象 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/094.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=094) |
| 095 | 第一节 光的直线传播 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/095.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=095) |
| 100 | 第二节 光的反射 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/100.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=100) |
| 105 | 第三节 平面镜成像 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/105.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=105) |
| 110 | 第四节 光的折射 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/110.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=110) |
| 114 | 第五节 光的色散 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/114.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=114) |
| 120 | 第五章 透镜及其应用 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/120.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=120) |
| 121 | 第一节 透镜 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/121.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=121) |
| 125 | 第二节 生活中的透镜 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/125.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=125) |
| 129 | 第三节 凸透镜成像的规律 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/129.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=129) |
| 133 | 第四节 眼睛和眼镜 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/133.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=133) |
| 137 | 第五节 跨学科实践:制作望远镜 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/137.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=137) |
| 145 | 第六章 质量与密度 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/145.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=145) |
| 146 | 第一节 质量 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/146.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=146) |
| 151 | 第二节 密度 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/151.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=151) |
| 156 | 第三节 测量液体和固体的密度 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/156.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=156) |
| 159 | 第四节 密度的应用 | [查看](http://www.dzkbw.com/books/rjb/wuli/xc8s_2024/159.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e5618f17-c06e-4c4c-944e-0ee8ced25391&catalogType=tchMaterial&subCatalog=tchMaterial&page=159) |
## 网络补充资料
### 绪言
- 未找到结果
### 第一章 机械运动
- 未找到结果

View File

@@ -0,0 +1,33 @@
# 人教版八年级舞蹈上册(2024秋版)
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/rjb/wudao/ys8s_2024/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 001 | 第一单元 舞动生命 | [查看](http://www.dzkbw.com/books/rjb/wudao/ys8s_2024/001.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8ffcbbc2-8df0-c877-0e26-015f5cfba4db&catalogType=tchMaterial&subCatalog=tchMaterial&page=001) |
| 002 | 学习项目一 用舞蹈点燃生命 | [查看](http://www.dzkbw.com/books/rjb/wudao/ys8s_2024/002.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8ffcbbc2-8df0-c877-0e26-015f5cfba4db&catalogType=tchMaterial&subCatalog=tchMaterial&page=002) |
| 003 | 学习项目二 在舞蹈中生长 | [查看](http://www.dzkbw.com/books/rjb/wudao/ys8s_2024/003.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8ffcbbc2-8df0-c877-0e26-015f5cfba4db&catalogType=tchMaterial&subCatalog=tchMaterial&page=003) |
| 004 | 学习项目三 舞出生命的精彩 | [查看](http://www.dzkbw.com/books/rjb/wudao/ys8s_2024/004.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8ffcbbc2-8df0-c877-0e26-015f5cfba4db&catalogType=tchMaterial&subCatalog=tchMaterial&page=004) |
| 005 | 第二单元 以舞抒情 | [查看](http://www.dzkbw.com/books/rjb/wudao/ys8s_2024/005.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8ffcbbc2-8df0-c877-0e26-015f5cfba4db&catalogType=tchMaterial&subCatalog=tchMaterial&page=005) |
| 006 | 学习项目一 舞中情 | [查看](http://www.dzkbw.com/books/rjb/wudao/ys8s_2024/006.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8ffcbbc2-8df0-c877-0e26-015f5cfba4db&catalogType=tchMaterial&subCatalog=tchMaterial&page=006) |
| 007 | 学习项目二 舞蹈的诉说 | [查看](http://www.dzkbw.com/books/rjb/wudao/ys8s_2024/007.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8ffcbbc2-8df0-c877-0e26-015f5cfba4db&catalogType=tchMaterial&subCatalog=tchMaterial&page=007) |
| 008 | 学习项目三 情感的共鸣 | [查看](http://www.dzkbw.com/books/rjb/wudao/ys8s_2024/008.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8ffcbbc2-8df0-c877-0e26-015f5cfba4db&catalogType=tchMaterial&subCatalog=tchMaterial&page=008) |
| 009 | 第三单元 灵动天地 | [查看](http://www.dzkbw.com/books/rjb/wudao/ys8s_2024/009.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8ffcbbc2-8df0-c877-0e26-015f5cfba4db&catalogType=tchMaterial&subCatalog=tchMaterial&page=009) |
| 010 | 学习项目一 对话天地 | [查看](http://www.dzkbw.com/books/rjb/wudao/ys8s_2024/010.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8ffcbbc2-8df0-c877-0e26-015f5cfba4db&catalogType=tchMaterial&subCatalog=tchMaterial&page=010) |
| 011 | 学习项目二 舞在山水间 | [查看](http://www.dzkbw.com/books/rjb/wudao/ys8s_2024/011.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8ffcbbc2-8df0-c877-0e26-015f5cfba4db&catalogType=tchMaterial&subCatalog=tchMaterial&page=011) |
| 012 | 第四单元 上下千年 | [查看](http://www.dzkbw.com/books/rjb/wudao/ys8s_2024/012.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8ffcbbc2-8df0-c877-0e26-015f5cfba4db&catalogType=tchMaterial&subCatalog=tchMaterial&page=012) |
| 013 | 学习项目一 舞蹈的历史画卷 | [查看](http://www.dzkbw.com/books/rjb/wudao/ys8s_2024/013.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8ffcbbc2-8df0-c877-0e26-015f5cfba4db&catalogType=tchMaterial&subCatalog=tchMaterial&page=013) |
| 014 | 学习项目二 舞蹈中的历史人物 | [查看](http://www.dzkbw.com/books/rjb/wudao/ys8s_2024/014.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8ffcbbc2-8df0-c877-0e26-015f5cfba4db&catalogType=tchMaterial&subCatalog=tchMaterial&page=014) |
| 015 | 学习项目三 舞蹈中的历史故事 | [查看](http://www.dzkbw.com/books/rjb/wudao/ys8s_2024/015.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8ffcbbc2-8df0-c877-0e26-015f5cfba4db&catalogType=tchMaterial&subCatalog=tchMaterial&page=015) |
| 016 | 学习测评 | [查看](http://www.dzkbw.com/books/rjb/wudao/ys8s_2024/016.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=8ffcbbc2-8df0-c877-0e26-015f5cfba4db&catalogType=tchMaterial&subCatalog=tchMaterial&page=016) |
## 网络补充资料
### 第一单元 舞动生命
- 未找到结果
### 学习项目一 用舞蹈点燃生命
- 未找到结果

View File

@@ -0,0 +1,31 @@
# 人教版一年级体育全一册(2024秋版)
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/rjb/tiyu/q1_2024/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 001 | 第一单元 体育文化与体育精神 | [查看](http://www.dzkbw.com/books/rjb/tiyu/q1_2024/001.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e3f6f6e0-7784-f55a-5148-caf5f284f575&catalogType=tchMaterial&subCatalog=tchMaterial&page=001) |
| 002 | 1 我们爱运动 | [查看](http://www.dzkbw.com/books/rjb/tiyu/q1_2024/002.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e3f6f6e0-7784-f55a-5148-caf5f284f575&catalogType=tchMaterial&subCatalog=tchMaterial&page=002) |
| 003 | 2 游戏比赛守规则 | [查看](http://www.dzkbw.com/books/rjb/tiyu/q1_2024/003.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e3f6f6e0-7784-f55a-5148-caf5f284f575&catalogType=tchMaterial&subCatalog=tchMaterial&page=003) |
| 004 | 第二单元 健康行为与生活方式 | [查看](http://www.dzkbw.com/books/rjb/tiyu/q1_2024/004.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e3f6f6e0-7784-f55a-5148-caf5f284f575&catalogType=tchMaterial&subCatalog=tchMaterial&page=004) |
| 005 | 3 好好吃饭 | [查看](http://www.dzkbw.com/books/rjb/tiyu/q1_2024/005.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e3f6f6e0-7784-f55a-5148-caf5f284f575&catalogType=tchMaterial&subCatalog=tchMaterial&page=005) |
| 006 | 4 充足睡眠 | [查看](http://www.dzkbw.com/books/rjb/tiyu/q1_2024/006.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e3f6f6e0-7784-f55a-5148-caf5f284f575&catalogType=tchMaterial&subCatalog=tchMaterial&page=006) |
| 007 | 5 爱清洁,讲卫生 | [查看](http://www.dzkbw.com/books/rjb/tiyu/q1_2024/007.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e3f6f6e0-7784-f55a-5148-caf5f284f575&catalogType=tchMaterial&subCatalog=tchMaterial&page=007) |
| 008 | 6 坐立行我最美 | [查看](http://www.dzkbw.com/books/rjb/tiyu/q1_2024/008.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e3f6f6e0-7784-f55a-5148-caf5f284f575&catalogType=tchMaterial&subCatalog=tchMaterial&page=008) |
| 009 | 第三单元 生长发育与心理健康 | [查看](http://www.dzkbw.com/books/rjb/tiyu/q1_2024/009.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e3f6f6e0-7784-f55a-5148-caf5f284f575&catalogType=tchMaterial&subCatalog=tchMaterial&page=009) |
| 010 | 7 认识身体 | [查看](http://www.dzkbw.com/books/rjb/tiyu/q1_2024/010.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e3f6f6e0-7784-f55a-5148-caf5f284f575&catalogType=tchMaterial&subCatalog=tchMaterial&page=010) |
| 011 | 8 认识情绪 | [查看](http://www.dzkbw.com/books/rjb/tiyu/q1_2024/011.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e3f6f6e0-7784-f55a-5148-caf5f284f575&catalogType=tchMaterial&subCatalog=tchMaterial&page=011) |
| 012 | 第四单元 疾病预防与安全应急 | [查看](http://www.dzkbw.com/books/rjb/tiyu/q1_2024/012.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e3f6f6e0-7784-f55a-5148-caf5f284f575&catalogType=tchMaterial&subCatalog=tchMaterial&page=012) |
| 013 | 9 安全运动和游戏 | [查看](http://www.dzkbw.com/books/rjb/tiyu/q1_2024/013.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e3f6f6e0-7784-f55a-5148-caf5f284f575&catalogType=tchMaterial&subCatalog=tchMaterial&page=013) |
| 014 | 10 生病了怎么办 | [查看](http://www.dzkbw.com/books/rjb/tiyu/q1_2024/014.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=e3f6f6e0-7784-f55a-5148-caf5f284f575&catalogType=tchMaterial&subCatalog=tchMaterial&page=014) |
## 网络补充资料
### 第一单元 体育文化与体育精神
- 未找到结果
### 1 我们爱运动
- 未找到结果

View File

@@ -0,0 +1,69 @@
# 人教版一年级数学上册(2024秋版)
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 006 | 数学游戏 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/006.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=006) |
| 007 | 在校园里找一找 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/007.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=007) |
| 009 | 在操场上玩一玩 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/009.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=009) |
| 011 | 在教室里认一认 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/011.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=011) |
| 013 | 在教室里玩一玩 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/013.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=013) |
| 015 | 学习准备 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/015.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=015) |
| 017 | 一 5以内数的认识和加、减法 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/017.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=017) |
| 019 | 15的认识 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/019.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=019) |
| 022 | 比大小 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/022.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=022) |
| 024 | 第几 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/024.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=024) |
| 025 | 分与合 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/025.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=025) |
| 029 | 15的加、减法加法 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/029.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=029) |
| 031 | 15的加、减法减法 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/031.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=031) |
| 035 | 0的认识和加、减法 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/035.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=035) |
| 036 | 整理和复习 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/036.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=036) |
| 039 | 二 610的认识和加、 减法 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/039.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=039) |
| 041 | 69的认识 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/041.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=041) |
| 044 | 6、7的组成 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/044.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=044) |
| 046 | 8、9的组成 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/046.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=046) |
| 049 | 6和7的加、减法 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/049.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=049) |
| 050 | 用加法解决问题 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/050.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=050) |
| 051 | 用减法解决问题 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/051.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=051) |
| 055 | 8和9的加、减法 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/055.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=055) |
| 056 | 用加、减法解决问题 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/056.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=056) |
| 059 | 10的认识 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/059.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=059) |
| 061 | 10的加、减法 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/061.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=061) |
| 064 | 连加、连减 加、减混合 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/064.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=064) |
| 068 | 整理和复习 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/068.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=068) |
| 072 | 三 认识立体图形 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/072.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=072) |
| 073 | 认识立体图形 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/073.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=073) |
| 075 | 解决问题 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/075.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=075) |
| 076 | 拼一拼 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/076.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=076) |
| 078 | 四 11 20的认识 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/078.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=078) |
| 079 | 10的再认识 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/079.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=079) |
| 081 | 1120 的认识 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/081.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=081) |
| 086 | 简单加、减法 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/086.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=086) |
| 087 | 解决问题 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/087.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=087) |
| 090 | 整理和复习 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/090.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=090) |
| 093 | 五 20以内的进位加法 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/093.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=093) |
| 094 | 9加几 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/094.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=094) |
| 096 | 8、7、6 加几 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/096.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=096) |
| 098 | 5、4、3、2 加几 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/098.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=098) |
| 101 | 解决问题 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/101.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=101) |
| 102 | 逆向用加法解决问题 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/102.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=102) |
| 105 | 整理和复习 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/105.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=105) |
| 108 | 六 复习与关联 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/108.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=108) |
| 109 | 数与运算 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/109.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=109) |
| 110 | 数量关系 | [查看](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/110.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=c3e06fe4-c6b3-49cb-8727-4f8ff69bbfbc&catalogType=tchMaterial&subCatalog=tchMaterial&page=110) |
## 网络补充资料
### 数学游戏
- [人教版2024小学数学一年级上册《数学游戏》课件 (共31张ppt+音频)_21世纪教育网-二一教育](https://zy.21cnjy.com/21024893)
- [人教版一年级上册 (2024秋版)数学电子课本](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/)
- [人教版2024新版一年级上册数学第一单元《数学游戏》单元整体教学设计 - 豆丁网](https://www.docin.com/p-4713157887.html)
### 在校园里找一找
- [人教版一年级上册 (2024秋版)数学电子课本](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/)
- [一年级上册数学人教版 (2024)数学游戏《在校园里找一找》课件](https://wenku.baidu.com/view/86accb9502f69e3143323968011ca300a7c3f6de.html)
- [在校园里找一找-人教版一年级上册 (2024秋版)数学电子课本](http://www.dzkbw.com/books/rjb/shuxue/xs1s_2024/007.htm)

View File

@@ -0,0 +1,37 @@
# 人教版人教鄂教版一年级科学上册(2024秋版)
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/rjb/kexue/1s_2024/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 006 | 第一单元 走近科学 | [查看](http://www.dzkbw.com/books/rjb/kexue/1s_2024/006.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=64e96b25-9c23-498a-91da-c63e1ef531c7&catalogType=tchMaterial&subCatalog=tchMaterial&page=006) |
| 007 | 1.“钓鱼”游戏 | [查看](http://www.dzkbw.com/books/rjb/kexue/1s_2024/007.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=64e96b25-9c23-498a-91da-c63e1ef531c7&catalogType=tchMaterial&subCatalog=tchMaterial&page=007) |
| 010 | 2.不倒翁 | [查看](http://www.dzkbw.com/books/rjb/kexue/1s_2024/010.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=64e96b25-9c23-498a-91da-c63e1ef531c7&catalogType=tchMaterial&subCatalog=tchMaterial&page=010) |
| 014 | 3.怎样学科学 | [查看](http://www.dzkbw.com/books/rjb/kexue/1s_2024/014.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=64e96b25-9c23-498a-91da-c63e1ef531c7&catalogType=tchMaterial&subCatalog=tchMaterial&page=014) |
| 018 | 单元回顾 | [查看](http://www.dzkbw.com/books/rjb/kexue/1s_2024/018.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=64e96b25-9c23-498a-91da-c63e1ef531c7&catalogType=tchMaterial&subCatalog=tchMaterial&page=018) |
| 021 | 第二单元 我们的感觉器官 | [查看](http://www.dzkbw.com/books/rjb/kexue/1s_2024/021.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=64e96b25-9c23-498a-91da-c63e1ef531c7&catalogType=tchMaterial&subCatalog=tchMaterial&page=021) |
| 022 | 4.我们怎样知道 | [查看](http://www.dzkbw.com/books/rjb/kexue/1s_2024/022.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=64e96b25-9c23-498a-91da-c63e1ef531c7&catalogType=tchMaterial&subCatalog=tchMaterial&page=022) |
| 027 | 5.观察水果 | [查看](http://www.dzkbw.com/books/rjb/kexue/1s_2024/027.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=64e96b25-9c23-498a-91da-c63e1ef531c7&catalogType=tchMaterial&subCatalog=tchMaterial&page=027) |
| 031 | 6.保护感觉器官 | [查看](http://www.dzkbw.com/books/rjb/kexue/1s_2024/031.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=64e96b25-9c23-498a-91da-c63e1ef531c7&catalogType=tchMaterial&subCatalog=tchMaterial&page=031) |
| 036 | 单元回顾 | [查看](http://www.dzkbw.com/books/rjb/kexue/1s_2024/036.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=64e96b25-9c23-498a-91da-c63e1ef531c7&catalogType=tchMaterial&subCatalog=tchMaterial&page=036) |
| 039 | 第三单元 家养动物 | [查看](http://www.dzkbw.com/books/rjb/kexue/1s_2024/039.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=64e96b25-9c23-498a-91da-c63e1ef531c7&catalogType=tchMaterial&subCatalog=tchMaterial&page=039) |
| 040 | 7.金鱼 | [查看](http://www.dzkbw.com/books/rjb/kexue/1s_2024/040.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=64e96b25-9c23-498a-91da-c63e1ef531c7&catalogType=tchMaterial&subCatalog=tchMaterial&page=040) |
| 044 | 8.猫和兔 | [查看](http://www.dzkbw.com/books/rjb/kexue/1s_2024/044.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=64e96b25-9c23-498a-91da-c63e1ef531c7&catalogType=tchMaterial&subCatalog=tchMaterial&page=044) |
| 049 | 9.更多的家养动物 | [查看](http://www.dzkbw.com/books/rjb/kexue/1s_2024/049.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=64e96b25-9c23-498a-91da-c63e1ef531c7&catalogType=tchMaterial&subCatalog=tchMaterial&page=049) |
| 052 | 单元回顾 | [查看](http://www.dzkbw.com/books/rjb/kexue/1s_2024/052.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=64e96b25-9c23-498a-91da-c63e1ef531c7&catalogType=tchMaterial&subCatalog=tchMaterial&page=052) |
| 055 | 第四单元 使用工具 | [查看](http://www.dzkbw.com/books/rjb/kexue/1s_2024/055.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=64e96b25-9c23-498a-91da-c63e1ef531c7&catalogType=tchMaterial&subCatalog=tchMaterial&page=055) |
| 056 | 10.常见的工具 | [查看](http://www.dzkbw.com/books/rjb/kexue/1s_2024/056.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=64e96b25-9c23-498a-91da-c63e1ef531c7&catalogType=tchMaterial&subCatalog=tchMaterial&page=056) |
| 059 | 11.拆装玩具 | [查看](http://www.dzkbw.com/books/rjb/kexue/1s_2024/059.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=64e96b25-9c23-498a-91da-c63e1ef531c7&catalogType=tchMaterial&subCatalog=tchMaterial&page=059) |
| 063 | 12.制作杯垫 | [查看](http://www.dzkbw.com/books/rjb/kexue/1s_2024/063.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=64e96b25-9c23-498a-91da-c63e1ef531c7&catalogType=tchMaterial&subCatalog=tchMaterial&page=063) |
| 067 | 单元回顾 | [查看](http://www.dzkbw.com/books/rjb/kexue/1s_2024/067.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=64e96b25-9c23-498a-91da-c63e1ef531c7&catalogType=tchMaterial&subCatalog=tchMaterial&page=067) |
## 网络补充资料
### 第一单元 走近科学
- 未找到结果
### 1.“钓鱼”游戏
- 未找到结果

View File

@@ -0,0 +1,36 @@
# 人教版一年级美术上册(2024秋版)
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/rjb/meishu/1s_2024/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 008 | 第一单元 龙的传人 | [查看](http://www.dzkbw.com/books/rjb/meishu/1s_2024/008.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9fc97a52-631f-483b-9709-348b0276bb69&catalogType=tchMaterial&subCatalog=tchMaterial&page=008) |
| 009 | 第1课 我的名字 | [查看](http://www.dzkbw.com/books/rjb/meishu/1s_2024/009.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9fc97a52-631f-483b-9709-348b0276bb69&catalogType=tchMaterial&subCatalog=tchMaterial&page=009) |
| 011 | 第2课 生肖大家庭 | [查看](http://www.dzkbw.com/books/rjb/meishu/1s_2024/011.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9fc97a52-631f-483b-9709-348b0276bb69&catalogType=tchMaterial&subCatalog=tchMaterial&page=011) |
| 015 | 第3课 龙的故事 | [查看](http://www.dzkbw.com/books/rjb/meishu/1s_2024/015.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9fc97a52-631f-483b-9709-348b0276bb69&catalogType=tchMaterial&subCatalog=tchMaterial&page=015) |
| 017 | 第4课 灵动的龙 | [查看](http://www.dzkbw.com/books/rjb/meishu/1s_2024/017.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9fc97a52-631f-483b-9709-348b0276bb69&catalogType=tchMaterial&subCatalog=tchMaterial&page=017) |
| 019 | 第5课 中秋月儿圆 | [查看](http://www.dzkbw.com/books/rjb/meishu/1s_2024/019.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9fc97a52-631f-483b-9709-348b0276bb69&catalogType=tchMaterial&subCatalog=tchMaterial&page=019) |
| 021 | 第二单元 奉献最美 | [查看](http://www.dzkbw.com/books/rjb/meishu/1s_2024/021.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9fc97a52-631f-483b-9709-348b0276bb69&catalogType=tchMaterial&subCatalog=tchMaterial&page=021) |
| 023 | 第1课 落叶去哪儿了 | [查看](http://www.dzkbw.com/books/rjb/meishu/1s_2024/023.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9fc97a52-631f-483b-9709-348b0276bb69&catalogType=tchMaterial&subCatalog=tchMaterial&page=023) |
| 025 | 第2课 勤劳的蚕宝宝 | [查看](http://www.dzkbw.com/books/rjb/meishu/1s_2024/025.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9fc97a52-631f-483b-9709-348b0276bb69&catalogType=tchMaterial&subCatalog=tchMaterial&page=025) |
| 029 | 第3课 寸草心 | [查看](http://www.dzkbw.com/books/rjb/meishu/1s_2024/029.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9fc97a52-631f-483b-9709-348b0276bb69&catalogType=tchMaterial&subCatalog=tchMaterial&page=029) |
| 031 | 第三单元 成长足迹 | [查看](http://www.dzkbw.com/books/rjb/meishu/1s_2024/031.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9fc97a52-631f-483b-9709-348b0276bb69&catalogType=tchMaterial&subCatalog=tchMaterial&page=031) |
| 033 | 第1课 新龟兔赛跑 | [查看](http://www.dzkbw.com/books/rjb/meishu/1s_2024/033.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9fc97a52-631f-483b-9709-348b0276bb69&catalogType=tchMaterial&subCatalog=tchMaterial&page=033) |
| 036 | 第2课 蜗牛的坚持 | [查看](http://www.dzkbw.com/books/rjb/meishu/1s_2024/036.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9fc97a52-631f-483b-9709-348b0276bb69&catalogType=tchMaterial&subCatalog=tchMaterial&page=036) |
| 039 | 第3课 看我七十二变 | [查看](http://www.dzkbw.com/books/rjb/meishu/1s_2024/039.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9fc97a52-631f-483b-9709-348b0276bb69&catalogType=tchMaterial&subCatalog=tchMaterial&page=039) |
| 041 | 第四单元 我的祖国 | [查看](http://www.dzkbw.com/books/rjb/meishu/1s_2024/041.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9fc97a52-631f-483b-9709-348b0276bb69&catalogType=tchMaterial&subCatalog=tchMaterial&page=041) |
| 043 | 第1课 红星闪闪 | [查看](http://www.dzkbw.com/books/rjb/meishu/1s_2024/043.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9fc97a52-631f-483b-9709-348b0276bb69&catalogType=tchMaterial&subCatalog=tchMaterial&page=043) |
| 045 | 第2课 时光记忆 | [查看](http://www.dzkbw.com/books/rjb/meishu/1s_2024/045.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9fc97a52-631f-483b-9709-348b0276bb69&catalogType=tchMaterial&subCatalog=tchMaterial&page=045) |
| 049 | 第3课 山河新貌 | [查看](http://www.dzkbw.com/books/rjb/meishu/1s_2024/049.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9fc97a52-631f-483b-9709-348b0276bb69&catalogType=tchMaterial&subCatalog=tchMaterial&page=049) |
| 051 | 第4课 星辰大海 | [查看](http://www.dzkbw.com/books/rjb/meishu/1s_2024/051.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9fc97a52-631f-483b-9709-348b0276bb69&catalogType=tchMaterial&subCatalog=tchMaterial&page=051) |
## 网络补充资料
### 第一单元 龙的传人
- 未找到结果
### 第1课 我的名字
- 未找到结果

View File

@@ -0,0 +1,66 @@
# 人教版部编版一年级语文上册(2024秋版)
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 007 | 我上学了 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/007.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=007) |
| 009 | 我爱我们的祖国 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/009.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=009) |
| 011 | 我是小学生 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/011.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=011) |
| 012 | 我爱学语文 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/012.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=012) |
| 013 | 第一单元·识字 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/013.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=013) |
| 014 | 2 金木水火土 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/014.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=014) |
| 016 | 3 口耳目手足 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/016.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=016) |
| 018 | 4 日月山川 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/018.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=018) |
| 020 | 语文园地一 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/020.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=020) |
| 024 | 快乐读书吧 读书真快乐 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/024.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=024) |
| 025 | 第二单元·汉语拼音 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/025.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=025) |
| 027 | 2 i u ü | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/027.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=027) |
| 029 | 3 b p m f | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/029.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=029) |
| 031 | 4 d t n l | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/031.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=031) |
| 033 | 语文园地二 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/033.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=033) |
| 037 | 第三单元·汉语拼音 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/037.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=037) |
| 039 | 6 j q x | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/039.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=039) |
| 041 | 7 z c s | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/041.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=041) |
| 043 | 8 zh ch sh r | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/043.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=043) |
| 045 | 9 y w | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/045.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=045) |
| 047 | 语文园地三 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/047.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=047) |
| 050 | 第四单元·汉语拼音 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/050.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=050) |
| 052 | 11 ɑo ou iu | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/052.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=052) |
| 054 | 12 ie üe er | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/054.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=054) |
| 056 | 13 ɑn en in un ün | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/056.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=056) |
| 059 | 14 ɑng eng ing ong | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/059.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=059) |
| 061 | 语文园地四 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/061.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=061) |
| 065 | 第五单元·阅读 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/065.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=065) |
| 067 | 2 江南 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/067.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=067) |
| 069 | 3 雪地里的小画家 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/069.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=069) |
| 071 | 4 四季 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/071.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=071) |
| 073 | 语文园地五 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/073.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=073) |
| 078 | 第六单元·识字 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/078.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=078) |
| 079 | 6 日月明 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/079.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=079) |
| 081 | 7 小书包 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/081.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=081) |
| 083 | 8 升国旗 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/083.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=083) |
| 085 | 语文园地六 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/085.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=085) |
| 089 | 第七单元·阅读 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/089.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=089) |
| 091 | 6 影子 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/091.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=091) |
| 093 | 7 两件宝 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/093.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=093) |
| 095 | 语文园地七 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/095.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=095) |
| 100 | 第八单元·阅读 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/100.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=100) |
| 102 | 9 乌鸦喝水 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/102.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=102) |
| 104 | 10 雨点儿 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/104.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=104) |
| 106 | 语文园地八 | [查看](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/106.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=1c73b348-e8b6-47d6-84b0-6dbacbe28268&catalogType=tchMaterial&subCatalog=tchMaterial&page=106) |
## 网络补充资料
### 我上学了
- [人教版一年级上册 (2024秋版)语文 (部编版)电子课本](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/)
- [【2024秋季最新高清版】人教部编版一年级语文上册教材电子课本可直接下载](https://www.sohu.com/a/807021872_120155752)
- [2024新人教版一年级语文上册电子课本最新高清版](https://www.sohu.com/a/793737993_121315445)
### 我爱我们的祖国
- [人教版一年级上册 (2024秋版)语文 (部编版)电子课本](http://www.dzkbw.com/books/rjb/yuwen/xs1s_2024/)
- [2024新人教版一年级语文上册电子课本最新高清版](https://www.sohu.com/a/793737993_121315445)
- [【2024秋季最新高清版】人教部编版一年级语文上册教材电子课本可直接下载](https://www.sohu.com/a/807021872_120155752)

View File

@@ -0,0 +1,37 @@
# 人教版部编版一年级道德与法治上册(2024秋版)
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/rjb/zhengzhi/1s_2024/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 006 | 第一单元 我是小学生啦 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/1s_2024/006.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=bdc00134-465d-454b-a541-dcd0cec4d86e&catalogType=tchMaterial&subCatalog=tchMaterial&page=006) |
| 007 | 第1课 开开心心上学去 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/1s_2024/007.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=bdc00134-465d-454b-a541-dcd0cec4d86e&catalogType=tchMaterial&subCatalog=tchMaterial&page=007) |
| 011 | 第2课 我向国旗敬个礼 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/1s_2024/011.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=bdc00134-465d-454b-a541-dcd0cec4d86e&catalogType=tchMaterial&subCatalog=tchMaterial&page=011) |
| 015 | 第3课 这是我们的校园 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/1s_2024/015.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=bdc00134-465d-454b-a541-dcd0cec4d86e&catalogType=tchMaterial&subCatalog=tchMaterial&page=015) |
| 019 | 第4课 平平安安回家来 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/1s_2024/019.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=bdc00134-465d-454b-a541-dcd0cec4d86e&catalogType=tchMaterial&subCatalog=tchMaterial&page=019) |
| 022 | 第二单元 过好校园生活 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/1s_2024/022.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=bdc00134-465d-454b-a541-dcd0cec4d86e&catalogType=tchMaterial&subCatalog=tchMaterial&page=022) |
| 023 | 第5课 老师,您好! | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/1s_2024/023.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=bdc00134-465d-454b-a541-dcd0cec4d86e&catalogType=tchMaterial&subCatalog=tchMaterial&page=023) |
| 027 | 第6课 拉拉手,交朋友 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/1s_2024/027.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=bdc00134-465d-454b-a541-dcd0cec4d86e&catalogType=tchMaterial&subCatalog=tchMaterial&page=027) |
| 030 | 第7课 上课了,好好学 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/1s_2024/030.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=bdc00134-465d-454b-a541-dcd0cec4d86e&catalogType=tchMaterial&subCatalog=tchMaterial&page=030) |
| 034 | 第8课 课余生活真丰富 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/1s_2024/034.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=bdc00134-465d-454b-a541-dcd0cec4d86e&catalogType=tchMaterial&subCatalog=tchMaterial&page=034) |
| 038 | 第三单元 养成良好习惯 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/1s_2024/038.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=bdc00134-465d-454b-a541-dcd0cec4d86e&catalogType=tchMaterial&subCatalog=tchMaterial&page=038) |
| 039 | 第9课 作息有规律 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/1s_2024/039.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=bdc00134-465d-454b-a541-dcd0cec4d86e&catalogType=tchMaterial&subCatalog=tchMaterial&page=039) |
| 042 | 第10课 吃饭有讲究 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/1s_2024/042.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=bdc00134-465d-454b-a541-dcd0cec4d86e&catalogType=tchMaterial&subCatalog=tchMaterial&page=042) |
| 046 | 第11课 对人有礼貌 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/1s_2024/046.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=bdc00134-465d-454b-a541-dcd0cec4d86e&catalogType=tchMaterial&subCatalog=tchMaterial&page=046) |
| 049 | 第12课 玩也有学问 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/1s_2024/049.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=bdc00134-465d-454b-a541-dcd0cec4d86e&catalogType=tchMaterial&subCatalog=tchMaterial&page=049) |
| 052 | 第四单元 我们讲文明 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/1s_2024/052.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=bdc00134-465d-454b-a541-dcd0cec4d86e&catalogType=tchMaterial&subCatalog=tchMaterial&page=052) |
| 053 | 第13课 我们小点儿声 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/1s_2024/053.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=bdc00134-465d-454b-a541-dcd0cec4d86e&catalogType=tchMaterial&subCatalog=tchMaterial&page=053) |
| 057 | 第14课 人人爱护公物 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/1s_2024/057.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=bdc00134-465d-454b-a541-dcd0cec4d86e&catalogType=tchMaterial&subCatalog=tchMaterial&page=057) |
| 060 | 第15课 我们不乱扔 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/1s_2024/060.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=bdc00134-465d-454b-a541-dcd0cec4d86e&catalogType=tchMaterial&subCatalog=tchMaterial&page=060) |
| 063 | 第16课 大家排好队 | [查看](http://www.dzkbw.com/books/rjb/zhengzhi/1s_2024/063.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=bdc00134-465d-454b-a541-dcd0cec4d86e&catalogType=tchMaterial&subCatalog=tchMaterial&page=063) |
## 网络补充资料
### 第一单元 我是小学生啦
- 未找到结果
### 第1课 开开心心上学去
- 未找到结果

View File

@@ -0,0 +1,69 @@
# 人教版简谱一年级音乐上册(2024秋版)
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 010 | 第一单元 奇妙的声音世界 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/010.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=010) |
| 011 | 艺术·音乐故事会 凤鸣山谷的故事 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/011.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=011) |
| 013 | 情境表演 丰富多彩的声音 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/013.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=013) |
| 014 | 情境表演 麦芽的一天 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/014.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=014) |
| 015 | 艺术·音乐万花筒 世界艺术·音乐博览会 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/015.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=015) |
| 017 | 艺术·音乐万花筒 神奇的嗓音 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/017.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=017) |
| 018 | 游戏乐翻天 我的音量我做主 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/018.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=018) |
| 019 | 情境表演 班级艺术·音乐会 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/019.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=019) |
| 021 | 创乐工坊 和大人一起做“小箜篌” | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/021.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=021) |
| 022 | 第二单元 麒麒的节奏密码 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/022.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=022) |
| 023 | 趣味乐理 节奏密码?均拍 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/023.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=023) |
| 024 | 艺术·音乐万花筒 指挥家风采 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/024.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=024) |
| 025 | 趣味乐理 节奏密码?音符 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/025.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=025) |
| 027 | 趣味乐理 节奏密码?休止符 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/027.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=027) |
| 030 | 游戏乐翻天 穿越迷宫 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/030.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=030) |
| 031 | 小小歌唱家 祖国祖国我们爱你 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/031.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=031) |
| 033 | 游戏乐翻天 节奏变变变 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/033.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=033) |
| 034 | 第三单元 小九的旋律密码 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/034.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=034) |
| 035 | 趣味乐理 跟着小九学简谱 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/035.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=035) |
| 036 | 游戏乐翻天 看谁最先见到小九 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/036.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=036) |
| 037 | 小小歌唱家 do re mi之歌 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/037.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=037) |
| 039 | 游戏乐翻天 修好凤鸣桥 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/039.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=039) |
| 041 | 小小歌唱家 洋娃娃和小熊跳舞 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/041.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=041) |
| 043 | 小小歌唱家 娃哈哈 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/043.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=043) |
| 044 | 第四单元 打击乐大赛 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/044.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=044) |
| 045 | 艺术·音乐万花筒 打击乐竞演 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/045.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=045) |
| 047 | 游戏乐翻天 我的“身体打击乐” | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/047.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=047) |
| 049 | 小小演奏家 多样的课堂打击乐器 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/049.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=049) |
| 050 | 创乐工坊 数鸭子 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/050.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=050) |
| 051 | 情境表演 玩具兵进行曲 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/051.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=051) |
| 053 | 游戏乐翻天 我家门前有条河 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/053.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=053) |
| 055 | 小小歌唱家 乃哟乃 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/055.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=055) |
| 056 | 第五单元 弹拨乐彩排 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/056.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=056) |
| 057 | 艺术·音乐万花筒 彩排现场 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/057.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=057) |
| 059 | 艺术·音乐故事会天 高山流水遇知音 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/059.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=059) |
| 061 | 游戏乐翻天 伸缩的节奏 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/061.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=061) |
| 063 | 创乐工坊 小小作曲家 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/063.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=063) |
| 065 | 小小歌唱家 快乐的罗梭 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/065.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=065) |
| 066 | 第六单元 管乐艺术·音乐会 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/066.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=066) |
| 067 | 艺术·音乐万花筒 吹管乐家族聚会 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/067.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=067) |
| 069 | 艺术·音乐故事会天 节奏音高握握手 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/069.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=069) |
| 070 | 情境表演 小号与大号 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/070.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=070) |
| 073 | 小小歌唱家 中华人民共和国国歌 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/073.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=073) |
| 075 | 小小歌唱家 共产儿童团歌 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/075.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=075) |
| 076 | 第七单元 弓弦乐试听会 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/076.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=076) |
| 077 | 艺术·音乐万花筒 “发烧友”试听会 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/077.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=077) |
| 079 | 游戏乐翻天 山谷艺术·音乐会 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/079.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=079) |
| 081 | 艺术·音乐万花筒 小夜曲 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/081.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=081) |
| 082 | 小小歌唱家 我和小提琴 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/082.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=082) |
| 083 | 艺术·音乐万花筒 欢欢喜喜过大年 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/083.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=083) |
| 084 | 第八单元 唤醒春天 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/084.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=084) |
| 085 | 小小艺术·音乐剧 唤醒春天 | [查看](http://www.dzkbw.com/books/rjb/yinyue/jp1s_2024/085.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=9f433ce8-5378-47b8-89c5-56dae0691bbe&catalogType=tchMaterial&subCatalog=tchMaterial&page=085) |
## 网络补充资料
### 第一单元 奇妙的声音世界
- 未找到结果
### 艺术·音乐故事会 凤鸣山谷的故事
- 未找到结果

View File

@@ -0,0 +1,30 @@
# 人教版PEP三年级英语上册(2024秋版)
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/rjb/yingyu/pep3s_2024/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 007 | Unit1 Making friends | [查看](http://www.dzkbw.com/books/rjb/yingyu/pep3s_2024/007.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=b3c7d0d5-d148-f4c3-ed2a-ebef1e651fe6&catalogType=tchMaterial&subCatalog=tchMaterial&page=007) |
| 019 | Unit2 Different families | [查看](http://www.dzkbw.com/books/rjb/yingyu/pep3s_2024/019.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=b3c7d0d5-d148-f4c3-ed2a-ebef1e651fe6&catalogType=tchMaterial&subCatalog=tchMaterial&page=019) |
| 031 | Unit3 Amazing animals | [查看](http://www.dzkbw.com/books/rjb/yingyu/pep3s_2024/031.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=b3c7d0d5-d148-f4c3-ed2a-ebef1e651fe6&catalogType=tchMaterial&subCatalog=tchMaterial&page=031) |
| 043 | Unit4 Plants around us | [查看](http://www.dzkbw.com/books/rjb/yingyu/pep3s_2024/043.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=b3c7d0d5-d148-f4c3-ed2a-ebef1e651fe6&catalogType=tchMaterial&subCatalog=tchMaterial&page=043) |
| 055 | Unit5 The colourful world | [查看](http://www.dzkbw.com/books/rjb/yingyu/pep3s_2024/055.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=b3c7d0d5-d148-f4c3-ed2a-ebef1e651fe6&catalogType=tchMaterial&subCatalog=tchMaterial&page=055) |
| 067 | Unit6 Useful numbers | [查看](http://www.dzkbw.com/books/rjb/yingyu/pep3s_2024/067.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=b3c7d0d5-d148-f4c3-ed2a-ebef1e651fe6&catalogType=tchMaterial&subCatalog=tchMaterial&page=067) |
| 079 | Revision Being a good guest | [查看](http://www.dzkbw.com/books/rjb/yingyu/pep3s_2024/079.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=b3c7d0d5-d148-f4c3-ed2a-ebef1e651fe6&catalogType=tchMaterial&subCatalog=tchMaterial&page=079) |
| 083 | Appendix l Songs | [查看](http://www.dzkbw.com/books/rjb/yingyu/pep3s_2024/083.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=b3c7d0d5-d148-f4c3-ed2a-ebef1e651fe6&catalogType=tchMaterial&subCatalog=tchMaterial&page=083) |
| 085 | Appendix 2 Chants in "Letters and sounds" | [查看](http://www.dzkbw.com/books/rjb/yingyu/pep3s_2024/085.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=b3c7d0d5-d148-f4c3-ed2a-ebef1e651fe6&catalogType=tchMaterial&subCatalog=tchMaterial&page=085) |
| 088 | Appendix 3 Words in each unit | [查看](http://www.dzkbw.com/books/rjb/yingyu/pep3s_2024/088.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=b3c7d0d5-d148-f4c3-ed2a-ebef1e651fe6&catalogType=tchMaterial&subCatalog=tchMaterial&page=088) |
| 091 | Appendix 4 Vocabulary | [查看](http://www.dzkbw.com/books/rjb/yingyu/pep3s_2024/091.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=b3c7d0d5-d148-f4c3-ed2a-ebef1e651fe6&catalogType=tchMaterial&subCatalog=tchMaterial&page=091) |
| 094 | Appendix 5 Useful expressions | [查看](http://www.dzkbw.com/books/rjb/yingyu/pep3s_2024/094.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=b3c7d0d5-d148-f4c3-ed2a-ebef1e651fe6&catalogType=tchMaterial&subCatalog=tchMaterial&page=094) |
| 096 | Appendix 6 The alphabet | [查看](http://www.dzkbw.com/books/rjb/yingyu/pep3s_2024/096.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=b3c7d0d5-d148-f4c3-ed2a-ebef1e651fe6&catalogType=tchMaterial&subCatalog=tchMaterial&page=096) |
## 网络补充资料
### Unit1 Making friends
- 未找到结果
### Unit2 Different families
- 未找到结果

View File

@@ -0,0 +1,48 @@
# 教科版二年级艺术上册
- **来源站点**http://www.dzkbw.com
- **电子课本网目录**http://www.dzkbw.com/books/jkb/yishu/2s/
## 目录与官方阅读链接
| 页码 | 章节 | 电子课本网 | 智慧教育平台 |
|------|------|------------|--------------|
| 001 | 第1单元 多彩的秋天 | [查看](http://www.dzkbw.com/books/jkb/yishu/2s/001.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=74a80395-1298-4b1c-87ac-3fe3b24c8311&catalogType=tchMaterial&subCatalog=tchMaterial&page=001) |
| 002 | 主题1 秋天的叶子 | [查看](http://www.dzkbw.com/books/jkb/yishu/2s/002.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=74a80395-1298-4b1c-87ac-3fe3b24c8311&catalogType=tchMaterial&subCatalog=tchMaterial&page=002) |
| 003 | 主题2 秋天的收获 | [查看](http://www.dzkbw.com/books/jkb/yishu/2s/003.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=74a80395-1298-4b1c-87ac-3fe3b24c8311&catalogType=tchMaterial&subCatalog=tchMaterial&page=003) |
| 004 | 第2单元 老师,您好 | [查看](http://www.dzkbw.com/books/jkb/yishu/2s/004.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=74a80395-1298-4b1c-87ac-3fe3b24c8311&catalogType=tchMaterial&subCatalog=tchMaterial&page=004) |
| 005 | 主题1 我和老师交朋友 | [查看](http://www.dzkbw.com/books/jkb/yishu/2s/005.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=74a80395-1298-4b1c-87ac-3fe3b24c8311&catalogType=tchMaterial&subCatalog=tchMaterial&page=005) |
| 006 | 主题2 让我来当小老师 | [查看](http://www.dzkbw.com/books/jkb/yishu/2s/006.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=74a80395-1298-4b1c-87ac-3fe3b24c8311&catalogType=tchMaterial&subCatalog=tchMaterial&page=006) |
| 007 | 第3单元 十二生肖 | [查看](http://www.dzkbw.com/books/jkb/yishu/2s/007.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=74a80395-1298-4b1c-87ac-3fe3b24c8311&catalogType=tchMaterial&subCatalog=tchMaterial&page=007) |
| 008 | 主题1 小老鼠,上灯台 | [查看](http://www.dzkbw.com/books/jkb/yishu/2s/008.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=74a80395-1298-4b1c-87ac-3fe3b24c8311&catalogType=tchMaterial&subCatalog=tchMaterial&page=008) |
| 009 | 主题2 哞哞叫的牛 | [查看](http://www.dzkbw.com/books/jkb/yishu/2s/009.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=74a80395-1298-4b1c-87ac-3fe3b24c8311&catalogType=tchMaterial&subCatalog=tchMaterial&page=009) |
| 010 | 主题3 做个虎头演起来 | [查看](http://www.dzkbw.com/books/jkb/yishu/2s/010.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=74a80395-1298-4b1c-87ac-3fe3b24c8311&catalogType=tchMaterial&subCatalog=tchMaterial&page=010) |
| 011 | 第4单元 我爱我家 | [查看](http://www.dzkbw.com/books/jkb/yishu/2s/011.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=74a80395-1298-4b1c-87ac-3fe3b24c8311&catalogType=tchMaterial&subCatalog=tchMaterial&page=011) |
| 012 | 主题1 快乐的一家人 | [查看](http://www.dzkbw.com/books/jkb/yishu/2s/012.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=74a80395-1298-4b1c-87ac-3fe3b24c8311&catalogType=tchMaterial&subCatalog=tchMaterial&page=012) |
| 013 | 主题2 欢迎朋友到我家 | [查看](http://www.dzkbw.com/books/jkb/yishu/2s/013.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=74a80395-1298-4b1c-87ac-3fe3b24c8311&catalogType=tchMaterial&subCatalog=tchMaterial&page=013) |
| 014 | 第5单元 天气的情景 | [查看](http://www.dzkbw.com/books/jkb/yishu/2s/014.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=74a80395-1298-4b1c-87ac-3fe3b24c8311&catalogType=tchMaterial&subCatalog=tchMaterial&page=014) |
| 015 | 主题1 千姿百态的天气 | [查看](http://www.dzkbw.com/books/jkb/yishu/2s/015.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=74a80395-1298-4b1c-87ac-3fe3b24c8311&catalogType=tchMaterial&subCatalog=tchMaterial&page=015) |
| 016 | 主题2 有趣的天气图标 | [查看](http://www.dzkbw.com/books/jkb/yishu/2s/016.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=74a80395-1298-4b1c-87ac-3fe3b24c8311&catalogType=tchMaterial&subCatalog=tchMaterial&page=016) |
| 017 | 主题3 下雨了 | [查看](http://www.dzkbw.com/books/jkb/yishu/2s/017.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=74a80395-1298-4b1c-87ac-3fe3b24c8311&catalogType=tchMaterial&subCatalog=tchMaterial&page=017) |
| 018 | 第6单元 快乐的时钟 | [查看](http://www.dzkbw.com/books/jkb/yishu/2s/018.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=74a80395-1298-4b1c-87ac-3fe3b24c8311&catalogType=tchMaterial&subCatalog=tchMaterial&page=018) |
| 019 | 主题1 我的小钟表 | [查看](http://www.dzkbw.com/books/jkb/yishu/2s/019.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=74a80395-1298-4b1c-87ac-3fe3b24c8311&catalogType=tchMaterial&subCatalog=tchMaterial&page=019) |
| 020 | 主题2 时间像小马车 | [查看](http://www.dzkbw.com/books/jkb/yishu/2s/020.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=74a80395-1298-4b1c-87ac-3fe3b24c8311&catalogType=tchMaterial&subCatalog=tchMaterial&page=020) |
| 021 | 第7单元 我的动画朋友 | [查看](http://www.dzkbw.com/books/jkb/yishu/2s/021.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=74a80395-1298-4b1c-87ac-3fe3b24c8311&catalogType=tchMaterial&subCatalog=tchMaterial&page=021) |
| 022 | 主题1 会动的图片 | [查看](http://www.dzkbw.com/books/jkb/yishu/2s/022.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=74a80395-1298-4b1c-87ac-3fe3b24c8311&catalogType=tchMaterial&subCatalog=tchMaterial&page=022) |
| 023 | 主题2 大闹天宫 | [查看](http://www.dzkbw.com/books/jkb/yishu/2s/023.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=74a80395-1298-4b1c-87ac-3fe3b24c8311&catalogType=tchMaterial&subCatalog=tchMaterial&page=023) |
| 024 | 主题3 我们一起画动画 | [查看](http://www.dzkbw.com/books/jkb/yishu/2s/024.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=74a80395-1298-4b1c-87ac-3fe3b24c8311&catalogType=tchMaterial&subCatalog=tchMaterial&page=024) |
| 025 | 第8单元 手鼓长鼓 | [查看](http://www.dzkbw.com/books/jkb/yishu/2s/025.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=74a80395-1298-4b1c-87ac-3fe3b24c8311&catalogType=tchMaterial&subCatalog=tchMaterial&page=025) |
| 026 | 主题1 打起手鼓 | [查看](http://www.dzkbw.com/books/jkb/yishu/2s/026.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=74a80395-1298-4b1c-87ac-3fe3b24c8311&catalogType=tchMaterial&subCatalog=tchMaterial&page=026) |
| 027 | 主题2 敲响长鼓 | [查看](http://www.dzkbw.com/books/jkb/yishu/2s/027.htm) | [官方阅读](https://basic.smartedu.cn/tchMaterial/detail?contentType=assets_document&contentId=74a80395-1298-4b1c-87ac-3fe3b24c8311&catalogType=tchMaterial&subCatalog=tchMaterial&page=027) |
## 网络补充资料
### 第1单元 多彩的秋天
- [第1单元 多彩的秋天-教科版二年级上册艺术电子课本](http://www.dzkbw.com/books/jkb/yishu/2s/001.htm)
- [教科版二年级上册艺术电子课本](http://www.dzkbw.com/books/jkb/yishu/2s/)
- [义务教育教科书·艺术二年级上册 | PDF - Scribd](https://www.scribd.com/document/874450701/%E4%B9%89%E5%8A%A1%E6%95%99%E8%82%B2%E6%95%99%E7%A7%91%E4%B9%A6-%E8%89%BA%E6%9C%AF%E4%BA%8C%E5%B9%B4%E7%BA%A7%E4%B8%8A%E5%86%8C)
### 主题1 秋天的叶子
- [教科版二年级上册艺术电子课本](http://www.dzkbw.com/books/jkb/yishu/2s/)
- [主题1 秋天的叶子-教科版二年级上册艺术电子课本](http://www.dzkbw.com/books/jkb/yishu/2s/002.htm)
- [教科版2年级艺术上册【高清教材】.pdf-原创力文档](https://max.book118.com/html/2022/0920/7016102004004166.shtm)