# 算法及设置

## 背单词算法

每个单词都有自己的难度等级, 软件会根据用户的回答情况，按照记忆曲线动态调整单词出现的频率。&#x20;

![](/files/-MhXUsL_PTW8WXzAV7Sb)

您“认识” 的单词会默认在第**一**、**三**、**七**天后再次出现，以便复习巩固； “不认识” 的单词除了会在当日重复出现，单词的难度值也会被增加，并会在将来的学习中，增加出现的频率；“模糊”的单词会在近几天的学习中再次出现，同时单词的难度等级也会增加。

当天背诵任务完成之后，若想再次回顾，可以在“单词复习”中查看。您也可以随时在单词列表中快速浏览所有单词。 如果一个单词太简单，可以手工标记为“已掌握”，这样单词就不会再出现。

## 背单词高级设置

在【学习设置】-【高级设置】中，您可以按照个人需求对背单词参数进行调整，以达到更好的记忆效果。如果您不理解具体的设置内容，建议您使用默认设置。以下是设置的具体说明：

**新词出现顺序**：您可以调整新单词的出现顺序。

**复习顺序**：您可以调整每天学习时单词的复习顺序。 【随机】新单词和复习的单词将混合出现； 【优先学习新词】先学习新单词，再复习以往的单词； 【优先复习】先复习以往的单词，再学习新单词。

![](/files/-MhXZqamWoBCKlm0U2kc)

**学习新词和错误单词**：开启该选项后， **新词**和**回答错误的单词**会以**卡片模式**的形式**多出现一次**，帮助您更好地理解和学习陌生的单词。

**学习间隔**：系统按照艾宾浩斯记忆曲线为您设置的单词复习间隔，您可以按需调整。

**使用记忆曲线动态规划学习间隔**：开启该选项后，您选择**不认识**或**回答错误**的单词，会根据艾宾浩斯记忆曲线，提高难度值，并在将来的学习中，减少学习间隔、增加出现的频率。如果您关闭该选项，单词复习会严格按照学习间隔的设置。

###

##


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.eudic.net/1/shi-yong-zhi-yin/untitled-3/untitled.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
