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) |
## 网络补充资料
### 第一单元 舞动生命
- 未找到结果
### 学习项目一 用舞蹈点燃生命
- 未找到结果