计箊颟 - Moodleä¸�æŒ⁄æŁŽç¨‰

Size: px
Start display at page:

Download "计箊颟 - Moodleä¸�æŒ⁄æŁŽç¨‰"

Transcription

1 第 1 页共 16 页 2016/9/2 23:49 计算题 来自 Moodle 中文教程首页 管理 Moodle 课程 题目 计算题 Calculated questions offer a way to create individual numerical questions by the use of wildcards (i.e you can use common variables names as x, y enclosed in curly braces to create the wildcards {x} and {y}) that are substituted with random values when the quiz is taken. 计算问题提供了一种通过使用通配符创建单独的数值问题 ( 如可以使用普通变量名为 X,Y, 用大括号创建通配符 {X} 和 { Y }), 当进行测验时, 随机值取代通配符 For example, if you want to create a large number of "Calculatetheareaofarectangle" problems to drill your students, you could create a question with two wildcards (i.e. {base}, {height} created from the common base, height variable names) and put in the "Correct AnswerFormula=" input field {base} * {height} ( * being the multiplication sign ). 例如, 如果你想创建大量的 计算一个矩形的面积 的问题训练你的学生, 你可以用两个通配符 ( 如 { 长 },{ 宽 } 作为共同的长和宽的变量名 ) 创建一个问题, 放在 正确的答案公式 =" 输入值 { 长 } * { 宽 } ( * 是乘号 ) Correct Answer Formula= {base}*{height} When a student takes the test, Moodle will randomly select values for {base} and {height} and grade the response using the result of the CorrectAnswerFormula. 当一个学生测试时,Moodle 将随机地选择 { 长 } 和 { 宽 } 的值, 并用正确答案公式计算结果评估答案 The test will very rarely appear the same way twice. 测试很少出现相同的情况 题目 管理题目题目行为题目类型计算题计算题简化版计算题多选项版描述题简答题匹配题内嵌答案 ( 完形填空 ) 多项选择题随机填空匹配题填空题数字题是非判断题第三方题目类型题目常见问题解答 目录 1 Is this really the question type for you? 2 Simple calculated question type 3 Wildcards and datasets

2 第 2 页共 16 页 2016/9/2 23:49 4 Question set-up 4.1 Page 1. Editing a Calculated question 4.2 第一页. 编辑计算的问题 Penalty factor 4.3 Tolerance 4.4 Page 2. Choose dataset properties 4.5 Page 3. Edit the datasets 4.6 Page 3. 编辑数据集 Adding/deleting your own values 添加 / 删除你的值 Letting Moodle create values 让 Moodle 自动生成值 : Finishing off 结束工作 : What does the 'Update the datasets parameters' button do? 更新数据集 按钮是做什么的? 5 Correct answer formula syntax 5.1 DO NOT PUT THE = sign in the formula. 5.2 不要放在这里 = 公式中的符号. 6 变量函数 7 Predefined constants 8 Synchronization 9 See also Isthisreallythequestiontypeforyou? The main purpose of the calculated question is to create multiple versions of a question with different numerical values. This means you must have atleastone wildcard in one of the answers. If you don't need a random element, use the Numerical question type instead. 这是你要选择的题目类型吗?

3 第 3 页共 16 页 2016/9/2 23:49 计算题的主要目的是创建多个不同数值的版本 这就代表着你必须至少有一个通配符答案 如果你不需要随机的, 那使用数值类型代替 Simplecalculatedquestiontype The simple calculated question offers the most used features of the calculated question with a much simpler creation interface. 简单计算题类型 简单计算题能提供许多简单的创建接口计算题的最常用特征 Wildcardsanddatasets When Moodle delivers a Calculated question to the student, the wildcards are replaced with randomly-selected values. However, these values are not completely random - rather, they are randomly selected from a pre-defined dataset of possible values. This allows you some control over the possible values chosen - for example, in order to make sure the numbers are realistic. These datasets can be private or shared - private datasets are used by one wildcard within one calculated question; shared datasets are used by one wildcard within all calculated questions that use it. 通配符和数据集 当 moodle 平台给学生发送一道计算题, 通配符会替换随机选择的值 然而这些值并不是完全随机的, 它们是随机选择一个预定义 数据集 的可能值 这就允许你可以控制可能的值选择 例如, 为了确保数字是真实的 这些数据集可以是私有的或共享的 私有数据集在一个计算题上使用一个通配符 ; 共享数据集在所有计算题都使用一个通配符 Questionset-up To create (or modify) a calculated question there are three pages to work through. The instructions below take you through the pages, step by step: 设置问题

4 第 4 页共 16 页 2016/9/2 23:49 创建 ( 或修改 ) 计算题有三个页面来完成 下面一步一步进行说明 : Page1.EditingaCalculatedquestion 1. Select the question category 2. Any shared wildcards for this category are listed beneath. If you change category, you'll need to click the "Update the category" button to refresh this list. There may not be any shared wildcards yet - if not, you can create them later if you wish. 3. Give the question a descriptive name - this allows you to identify it in the question bank. 4. Enter the questiontext. This should be the question you want the student to answer, and it must include all the information they need to calculate an answer. Therefore it must contain at least one wildcard, inside curly braces. For example, if you wanted the student to sum numbers A and B, the question text might read: "What is {A} + {B}?" You may also include quantities computed from wildcards using the syntax "{=...}: for example, the question "What is {={A}+{B}} - {A}?" with wildcard values A=4 and B=3 would display as "What is 7-4?" 5. Select an image to display if you want to add a picture to the question. For the student, it appears immediately after the question text and before the choices. If you want more control over how the image appears, include it in the question text above, using the HTML editor. 6. Set the defaultquestiongrade (i.e. the maximum number of marks for this question). 7. Set the Penaltyfactor (see Penalty factor below). 8. Moodle 1.7+: If you wish, add general feedback. This is text that appears to the student after he/she has answered the question. 9. Next add the formulafortheanswer. This formula must contain at least the wildcards that appear in the question text. See Correct answer formula syntax for further details. 10. Choose the grade that the student will get for this question if they give this answer. This should be a percentage of the total marks available. For example, you could give 100% for a correct answer, and 50% for an answer that is nearly right. Oneoftheanswersmusthavea100%grade. 11. Determine the tolerance for error that you will accept in the answer. The tolerance and tolerance type settings combine to give a range of acceptable scores. So, if tolerance = t, correct answer = x and the difference between the user's answer and the correct answer is dx, then the tolerance types are as follows: 1. Nominal - mark correct if dx <= t 2. Relative - mark correct if dx / x <= t 3. Geometric - mark correct if dx² / x² <= t² 12. The next 2 settings, "Correct answer shows" and "Format" determine the precision of the answer. Use these to select the

5 第 5 页共 16 页 2016/9/2 23:49 number of decimal places or significant figures you want to use. 13. Add some feedback which the student will see if they enter this answer. 14. You can specify as many answer formulae as you like - click "Add another answer blank" to add more. 15. You can also specify units for the answers. For example, if you enter a unit of 'cm' here, and the accepted answer is 15, then the answers '15cm' and '15' are both accepted as correct. If you add more than one unit, you can also specify a multiplier. So, if your main answer was 5500 with unit W, you can also add the unit kw with a multiplier of This means that the answers '5500', '5500W' or '5.5kW' would all be marked correct. Note that the accepted error is also multiplied, so an allowed error of 100W would become an error of 0.1kW. 16. Finally (!) you can click "Next page" to save what you've done and move on. If you are editing an existing question, you can click "Next page (new question)" to create a completely new question based on an existing one. 第一页. 编辑计算的问题 1. 选择一个问题的类别 2. 这一类所有的共享通配符都会在下面列出 如果你要改变类别, 你需要点击 更新类别 按钮刷新该列表 估计所有的共享通配符都有了 - 如果没有的话你可以以后创建 3. 在题目名称处可以给这个问题输入一个名称 - 这能使您在题库中找到它 4. 输入题干 在题干部分显示你想要的学生回答的问题, 而且它必须包括所有他们需要计算一个答案的所有的信息 因此, 在大括号内它必须至少包含一个通配符 例如, 如果你想要的学生去将 A 和 B 加起来, 题干可能如下 : 什么是 {A}+{B}? 您可能还包括使用语法通配符的数量计算 {=...}: 例如, 在问题 什么是 {={A}+{B}} - {A} 通配符的值 A =4 和 B =3 可能会会显示为 什么是 7-4? 5. 如果你想将图片添加到这个问题的话, 你需要选择一个用于显示的图像 对于学生而言, 图像会在问题文本呈现后和选择之前出现 如果你想要更多地控制文本图像的显示, 包括图像在题干中的呈现方式, 可以使用 HTML 编辑器 6. 设置缺省分数 ( 是标记为这个问题的满分 ) 7. 设置惩罚因子 ( 见下文的 [Calculated_question_type#Penalty_factor 惩罚因子 ]) 8. Moodle 1.7+: 如果你愿意的话, 可以加上通用反馈 这是显示他 / 她已经回答了这个问题的学生的文本 9. 下一步添加答案的公式 这个公式必须包含至少出现在试题内容的通配符 参见 [[Calculated_question_type#Correct_answer_formula_syntax 正确答案公式语法 ] 为进一步的细节 10. 选择当学生给出这个答案时, 他们可以获得的分数即成绩 这应该是可用的总标记的百分比 例如, 你可以给一个正确的答案 100%, 而将接近正确答案 50% 必须有一个答案是 100% 等级 11. 设置在答案中你可以接受的允许误差 允许误差, 和允许类型设置相结合, 给出了这答案可接受的一系列用户答案 所以, 如果允许误差为 t, 正确答案为 x, 用户的答案和正确答案之差为 dx, 容错类型如下 : 1. 标称 - 如果 dx <= t, 标记正确

6 第 6 页共 16 页 2016/9/2 23:49 2. 相对 - 如果 dx/x <= t, 那么标记正确 3. 几何 - 如果 dx²/ x²<= t², 那么标记正确 12. 接下来的 2 个设置, 正确答案显示 和 格式 确定答案的精确度 '" 用这些来选择需要使用的小数位或有效数字的位数 13. 为进入查看答案的学生添加一些他们将会看到的反馈 14. 只要你喜欢, 你可以指定尽可能多的答案公式 - 点击 添加一个空答案, 以增加更多 15. 您还可以指定答案的单位 例如, 如果你在这里输入 厘米 作为单位, 并且正确的答案的单位是 15, 那么答案 15 厘米 ' 和 '15' 都会被认为是正确的 如果您添加了多个单位, 你还可以指定一个乘数 所以, 如果你的主要答案是 5500, 单位 W, 你也可以加上带有 的乘数单位 kw 这意味着, 答案 '5500','5500W' 或 '5.5kW 的 ' 所有的这些答案都被认为是正确的 需要注意的是允许误差也会与乘数 0.01 相乘, 因此允许误差为 100W 将变成 0.1 kw 16. 最后 (!), 你可以点击 保存更改 来将你所做的保存下来并继续前进 如果您正在编辑现有的问题, 你可以点击 克隆一份 ( 新的问题 ) 创建基于现有一个全新的问题 Penaltyfactor The 'penalty factor' only applies when the question is used in a quiz using adaptive mode - i.e. where the student is allowed multiple attempts at a question even within the same attempt at the quiz. If the penalty factor is more than 0, then the student will lose that proportion of the maximum grade upon each successive attempt. For example, if the default question grade is 10, and the penalty factor is 0.2, then each successive attempt after the first one will incur a penalty of 0.2 x 10 = 2 points. 惩罚因子惩罚因子只适用于当问题是用于测试使用自适应模式, 即学生允许在一个问题进行多次尝试甚至包括在一个测试中的相同的尝试 如果惩罚因子大于 0, 那么学生将失去在每个连续的尝试中该比例最高的等级, 例如, 如果默认问题等级是 10, 惩罚因子是 0.2, 那么第一次尝试后的每一次连续尝试受到惩罚 = 2 分 Tolerance As for numerical questions it is possible to allow a margin within which all responses are accepted as correct. The "Tolerance" field is used for this. However, there are three different types of tolerances. These are Relative, Nominal and Geometric. If we say that the correct answer at quiz time is calculated to 200 and the tolerance is set to 0.5 then the different tolerance types work like this: Relative: A tolerance interval is calculated by multiplying the correct answer with 0.5, ie in this case we get 100 so for this tolerance the correct response must be between 100 and 300. (200 ± 100) This is useful if the magnitude of the correct answer can differ greatly between different wildcard values. Nominal: This is the simplest tolerance type but not very powerful. The correct response must be between and (200 ± 0.5) This tolerance type can be useful if the differences between different correct answers are small.

7 第 7 页共 16 页 2016/9/2 23:49 Geometric: The upper limit of the tolerance interval is calculated as *200 and is the same as for the relative case. The lower limit is calculated as 200/( ). The correct response must then be between and 300. This is useful for complex calculation that must have great tolerances where relative tolerances of 1 or more would be used for the upper limit but clearly not acceptable for the lower limit as it would make zero a correct answer for all cases. The field Significant Figures does only relate to how the correct answer should be presented in the review or the reports. Examples: If it is set to 3 then the correct answer would be presented as 13.3; 1236 would be presented as 1240; 23 would be presented as 23.0 etc. 容错对于数值问题是可以允许在一定范围内的响应是正确的 容错 字段即用于此 然而, 有三种不同类型的公差 这些都是相对 名词词组和几何 如果在测试时间内正确的答案计算到了 200, 并且容差设置为 0.5, 那么不同类型的容差按照以下方式运作 : 关系词 : 容错区间的计算方法是用正确答案乘以 0.5, 即在这种情况下我们得到 100, 这个容差的正确响应必须在 100 年和 300 年之间 (200±100), 如果正确答案的大小可以在不同通配符值之间有很大的不同的话, 这种方法是适用的 名词词组 : 这是最简单的容差类型但不是很强大 正确的反应必须在 和 之间 (200±0.5), 如果不同的正确答案之间差异很小, 这种类型的容差事试用的 几何 : 这种类型容错区间的上限计算为 * 200, 和关系词的情况是一样的 计算下限为 200 /( ), 正确的响应必须是在 和 300 之间 对于复杂的计算这是非常有用的, 即必须有强大的容错的相对公差为 1 或更多可用于上限, 但显然不可接受的下限, 因为它会使零成为所有情况下的正确答案 有效数字字段只涉及正确答案在审查或报表中的呈现方式 例子 : 如果它被设置为 3 然后正确答案 将被识别为 13.3;1236 将被识别为 1240;23 将被识别为 23.0 等 Page2.Choosedatasetproperties Each wildcard that you specify in the answer formula must have an associated set of possible values - this is its dataset. Each of the wildcards is listed on this page along with a choice of dataset: private i.e. only used by this question shared i.e shared with other calculated questions in the same category Using a shared dataset can save time when you are creating a lot of similar calculated questions. Note that even when creating a question for the first time, this page may say that your wildcard "will use the same existing private dataset as before." This just means that Moodle has already tentatively created a private data set for that wildcard: if a private dataset is what you want, leave this choice selected. If there is anything in the question text that looks like a wildcard, but does not appear in any of the answer formulae, you can specify whether or not this is meant to be a wildcard. If it is, you can choose whether it should use a private or shared dataset. To continue, simply choose your preferred dataset for each wildcard, then click "Next Page".

8 第 8 页共 16 页 2016/9/2 23:49 Page 2. 选择数据集属性指定答案公式中每个通配符必须有一套相关的可能的值 这是其数据集 每个这个页面上列出的通配符是随着数据集的选择 : 私有的, 即即只能由这个问题可共享的, 即可以与统一类别中的其他计算共享问题 使用共享数据集, 可以节省你在创造类似计算问题上的时间 注意, 甚至当第一次出题目, 此页面可能会提示, 通配符 " 将使用之前现有的私人数据集 " 这只是意味着 Moodle 已经有初步为该通配符创建好的私有数据集 : 私人数据集即是你想要的数据, 前提是如果选中了此选项 如果在问题文本中有些看起来像一个通配符, 但却没有出现在任何答案公式中, 您可以自行分辨这是否需要一个通配符 如果是, 您可以选择它应使用专用还是共享的数据集 若要继续, 只需选择您首选的数据集的每个通配符, 然后单击 " 下一页 " Page3.Editthedatasets Now we need to create the set of possible values that each wildcard can take. Warning - this page is a bit confusing! There are two ways of creating values - you can type them in yourself and add them to the list, or you can have Moodle generate them for you. Page3. 编辑数据集 现在我们需要进行每个通配符能够获取的可能值的设置 警告 : 这个页面有点混乱哦! 有两种创建值的方法 : 你能够手动输入将他们添加到列表中, 或者你也可以让 Moodle 自动生成 Adding/deletingyourownvalues Adding individual values to the list is easy: 1. In the 'Param' field for each wildcard, enter the value you want 2. Scroll down to the 'Add' section and click the Add button (leaving the number of items set to 1) 3. Repeat the above steps as many times as necessary (the maximum number of items is 100) To delete values from the list:

9 第 9 页共 16 页 2016/9/2 23:49 1. In the 'Delete' section, select the number of items to delete 2. Click the Delete button 添加 / 删除你的值 向列表中添加个别的值很容易 : 1. 在每一个通配符字段的 参数 域, 输入你想要的值 2. 向下滚动到 添加 部分, 单击 Add 按钮 ( 离开条目的数量设置为 1) 3. 根据需要重复以上步骤多次 ( 条目的最大数量为 100) 从列表中删除值 1. 在删除部分, 选择删除的项目的数量 2. 点击删除 LettingMoodlecreatevalues 1. Start with the "Range of Values" fields, and enter the lower and upper limits for the values you would accept 2. Choose a number of decimal places for the value 3. Choose the distribution of values between the limits - 'uniform' means any value between the limits is equally likely to be generated; 'loguniform' means that values towards the lower limit are more likely. 4. Now move down to the 'Add' section and click on "force regeneration" 5. In the menu next to the Add button, choose the number of sets of random values (items) you wish to add to the list. (Note that the maximum total number of items in your list is 100.) 6. Finally, click Add to append the new values to the list 7. Note: If you want more control over the items that Moodle adds, you can do them one at a time and preview the values before you add them. Click the "Get New Item to Add" button to make Moodle generate new values in the "Item to Add" section at the top. If you like them, click "Add" for 1 item; if not, click "Get New Item to Add" again to get new values. 让 Moodle 自动生成值 : 1. 从 数值范围 域, 输入你能够接受的较低和较高的值的限制范围

10 第 10 页共 16 页 2016/9/2 23:49 2. 选择若干值的小数位 3. 在范围内选择值的分配 均匀 意味着范围内的任何值出现的可能是相同的 ; 对数均匀 意味着出现较小的值的可能性更大 4. 现在向下移动到 添加 部分, 单击 重建 5. 在 Add 按钮旁边的菜单栏, 选择您希望添加到列表中的随机值的数量 ( 项 ) ( 注意, 在你的列表上的项目的最大总数是 100) 6. 最后, 点击添加附加新的值到列表 7. 注意 : 如果你想更多的控制 Moodle 添加的项目, 你可以每次添加一个, 将它们添加前进行预览 点击 获取新项目添加 按钮使 Moodle 在顶端的 添加项目 部分生成新值 如果你喜欢, 可以点击添加一个项目, 如果不, 再次点击 获取新项目添加 得到新的值 Finishingoff Once your list of items (values) is complete, you are finished. It's up to you how many values you add - the more values you add, the more a question can be used by the students without them seeing the same values repeatedly. Note that if you delete values from the list, you can put them back again. Change the "Next Item to Add" option to "reuse previous value if available", then the next time you add items, Moodle will restore your previously-deleted items from the dataset. Once your list of values is complete, you can click 'Save changes' to finish. 结束工作 : 当你的项目列表是完整的, 你就完成了 添加多少值取决于你自己, 你添加的值越多, 学生回答问题时看到的重复值的概率就越小 值得注意的是, 如果你从列表中删除值, 你还可以再次把他们放回去 不去选择 添加下一条, 而选择 如果可用, 复用前一条, 然后当下一次你添加值的时候 Moodle 将从数据集里恢复你先前删除的值 当你的值列表是完整的, 你可以点击 保存更改 完成 Whatdoesthe'Updatethedatasetsparameters'buttondo? Warning: This button can affect several questions, so be careful before using it. Assume you have selected dataset parameter for {a} to be any value between 1-10 and generated a question. In the second question also you decide to use a SHARED wildcard called {a}. Inherently, it will show a value between However, your need here changes and you want to make it

11 第 11 页共 16 页 2016/9/2 23: instead. Then, you change them in the range and click this button. Voila! the values change and you can add new items here using the 'Get New item to add'. However, if you go back to your previous question, you will see that values would change there too, because it is a shared dataset. If you do not update parameters, then this may not happen and will generate a new set of values and displays them in the "Item to Add" section. 更新数据集 按钮是做什么的? 警告 : 这个按钮会影响几个问题, 所以用以前仔细确认 假设您选择数据集参数 {a} 赋 1-10 之间的任何值, 生成的一个问题 在第二个问题里你也决定用 {a} 作为一个共享的通配符 内在地, 它将显示一个 1-10 的值 然而, 你需要它在这改变, 你想让它是 的值 那么, 你改变它们的范围, 然后点击这个按钮 瞧, 值改变了, 你可以用 获取新的值以添加 的按钮在这添加新的条目 但是, 如果你返回到先前的问题, 你将会看到值在那儿也改变了, 因为它是一个共享的通配符 如果你不更新参数, 这可能不会发生而且将生成一系列新的值并在 添加条目 部分呈现它们 Correctanswerformulasyntax 正确答案的公式语法 DONOTPUTTHE=signintheformula. 不要放在这里 = 公式中的符号. In the recent versions of the calculated question type, you could have more than one answer formula and applied a specific grading value to each of them as long as there is at least one 100% correct answer formula. If more than one correct answer formula input field are displayed when editing, your site has the multiple answer feature. 在最近计算题类型的版本中, 你可以有超过一个以上的答题公式, 只要他们每个人中至少一个 100% 是正确答案, 并应用一种特定的评分值 如果在编辑的时候显示一个以上的正确答案公式输入栏, 你的网站有多个答案的功能 As a general rule, write these formulas like you would in a calculator e.g * sin(3/{x}) A notable exception is exponentiation, where x 3 cannot be entered as {x}^3, but instead should be entered as pow({x}, 3).

12 第 12 页共 16 页 2016/9/2 23:49 作为一般的规则, 在公式中写下你的计算 例如 : < 代码 >3 + 5 * sin(3/{x})</ 代码 > 值得注意的是幂, 在计算 X 的 3 次方时, 不应该输入 < 代码 >{x}^3</ 代码 >, 而是应该输入 < 代码 >pow({x}, 3)</ 代码 >. Each function's placeholders and other arguments should be in parentheses (brackets). For example, if you want students to calculate the sine of one angle and cosine of two times another angle, you would enter sin({a}) + cos({b}*2) or sin({a}) + cos(2*{b}). 每个函数的占位符和其他参数应在括号 ( 括号内 ) 例如, 如果你想让学生计算一个角的正余弦和另一个角的两倍, 你应该输入 < 代码 >sin({a}) + cos({b}*2)</ 代码 > or sin({a}) + cos(2*{b})</ 代码 >. It's usually better to have too many parentheses (brackets) than too few. The server won't care, and the more specific you are about what you mean, the more likely it will like your complex formulas. 一般情况下, 有更多的括号会更好一些 服务器不关心这个, 这样更能具体的表达你的意思, 也会更加喜欢你复杂的公式 There is no implicit multiplication. To you, the human editor, "5(23)" or "5x" may seem perfectly obvious. To the server doing the math, it's crazy talk and won't be understood. Always use the "*" for multiplication. 没有隐含的乘法, 对你来说, 人类的编辑器,"5(23)" or "5x" 似乎更加完美 服务器在执行公式中, 这是疯话并且会被误解的, 经常用 "*" 来表示乘法 Any special mathematical function must have parentheses around its values. Take the sine function in the first bullet point for instance. Notice that the 3 / x is wrapped in parentheses (brackets)--this is so the server can understand it properly. Without those parentheses, the server won't know if you mean "(sin 3) / x" or "sin (3 / x)" and will reject the entire formula accordingly. 任何一种特殊的数学函数必须有括号围绕其价值 第一个重点是正弦函数, 注意 "3 / x" 是有括号的 -- 这才是服务器能够理解的 如果没有括号的话, 如果 "(sin 3) / x" or "sin (3 / x)", 服务器是不会理解并会拒绝整个公式 变量函数 计算问题不仅可以用简单的算术运算符, 下面的函数也可以在 1.5 及版本更高版本的版本中使用 Function 函数 Explanation 说明 abs acos Absolute value 绝对值 Arc cosine -- output in radians.

13 第 13 页共 16 页 2016/9/2 23:49 反余弦 - 弧度输出 acosh asin asinh atan2 atan atanh bindec ceil Inverse hyperbolic cosine -- output in radians. 反双曲余弦 - 弧度输出. Arc sine -- output in radians. 圆弧正弦 - 弧度输出 Inverse hyperbolic sine.-- output in radians. 反双曲正弦 -- 弧度输出 Arc tangent of two variables -- pass in two values like (y, x), and you'll get the atan(y/x), adjusted to the proper quadrant. (Note: The variables are in the reverse order to atan2(x,y) in Excel) Output is radians. 两个变量的反正切 - 传递两个值, 例如 (Y,X), 你会得到反正切 (Y / X), 调整到适当的象限 ( 注 : 变量是相反的顺序来 ATAN2(X,Y) 在 Excel) 输出是弧度 Arc tangent -- output in radians. 反正切 - 弧度输出 Inverse hyperbolic tangent-- output in radians. 反双曲正切 输出弧度 Binary to decimal 二进制转化为十进制 Round fractions up

14 第 14 页共 16 页 2016/9/2 23:49 进一法 cos cosh decbin decoct deg2rad exp expm1 floor Cosine -- in radians!!! Convert your degree measurement to radians before you take the cos of it. 余弦 在弧度转化之前, 你把它的余弦转换为弧度 Hyperbolic cosine -- in radians!!! Convert your degree measurement to radians before you take the cosh of it. 双曲余弦 - 弧度! 你把它的吸烟与健康委员会之前, 你的学位测量转换为弧度 Decimal to binary 十进制转换为二进制 Decimal to octal 十进制转换为八进制 Converts the number in degrees to the radian equivalent 度数转换为弧度 Calculates the exponent of e 计算的指数 e Returns exp(number) - 1, computed in a way that is accurate even when the value of number is close to zero 返回 EXP( 数 )- 1, 即使当数的值接近零, 计算的方式是准确的 Round fractions down 退一法

15 第 15 页共 16 页 2016/9/2 23:49 Predefined constants Actually there is NO Predefined constant that is allowed other than pi() as a function without parameter. 预定义常量 实际上是没有预定义的常量, 除了没有参数的 π() 函数 Synchronization You could use shared wild cards to get the same values across questions in a quiz. A simple example will be to use the same radius in a first question asking for the perimiter of a circle of {radius}cm and a second question asking for the surface of a circle of {radius}cm. When the quiz will be shown to the student the two questions will shown the same {radius} value. However the synchronization will work ONLY if the questions are kept in the SAME category and have the SAME NUMBER OF DATASETS. If you need to move the synchronized questions to another category, you need to do it by editing the questions. (This restriction should be released by sept. 2010). 同步 你可以在问题测试时使用共享通配符来得到相同值 关于用一样的半径简单示例 : 第一个问题求圆的周长 { 半径 } 厘米, 第二个问题求圆的表面积 { 半径 } 厘米 当呈现两个问题测试给学生时显示相同的 { 半径 } 值 然而, 如果问题都属于 SAME 类别, 同步将显示 ONLY, 则有 相同数量的数据集 如果你需要将同步问题移动到另一类别需要编辑该问题 ( 该限制于 2010 年 9 月公布 )

16 第 16 页共 16 页 2016/9/2 23:49 See also Using Moodle forum discussions: 详见 用 Moodle 论坛讨论 : couple questions about "edit datasets page" in calculated questions ( /discuss.php?d=150923) Capital vs lower case letters with units ( 取自 计算题 &oldid=3139 本页面最后修改于 2015 年 12 月 28 日 ( 星期一 ) 09:23 除非另有声明, 本网站内容采用知识共享署名 - 非商业性使用 - 相同方式共享授权

Microsoft Word - template.doc

Microsoft Word - template.doc HGC efax Service User Guide I. Getting Started Page 1 II. Fax Forward Page 2 4 III. Web Viewing Page 5 7 IV. General Management Page 8 12 V. Help Desk Page 13 VI. Logout Page 13 Page 0 I. Getting Started

More information

C o n t e n t s...7... 15 1. Acceptance... 17 2. Allow Love... 19 3. Apologize... 21 4. Archangel Metatron... 23 5. Archangel Michael... 25 6. Ask for

C o n t e n t s...7... 15 1. Acceptance... 17 2. Allow Love... 19 3. Apologize... 21 4. Archangel Metatron... 23 5. Archangel Michael... 25 6. Ask for Doreen Virtue, Ph.D. Charles Virtue C o n t e n t s...7... 15 1. Acceptance... 17 2. Allow Love... 19 3. Apologize... 21 4. Archangel Metatron... 23 5. Archangel Michael... 25 6. Ask for a Sign... 27 7.

More information

Windows XP

Windows XP Windows XP What is Windows XP Windows is an Operating System An Operating System is the program that controls the hardware of your computer, and gives you an interface that allows you and other programs

More information

Microsoft Word - HSK使用手册.doc

Microsoft Word - HSK使用手册.doc HSK / New HSK Online Mock Test/Practices Student User Manual Table of contents New User... 2 1.1 Register... 2 1.2 Login... 3 1.3 Homepage... 4 Free Test... 4 2.1 Start... 5 2.2 Results... 6 Mock Test...

More information

2015 Chinese FL Written examination

2015 Chinese FL Written examination Victorian Certificate of Education 2015 SUPERVISOR TO ATTACH PROCESSING LABEL HERE Letter STUDENT NUMBER CHINESE FIRST LANGUAGE Written examination Monday 16 November 2015 Reading time: 11.45 am to 12.00

More information

Microsoft Word - Final Exam Review Packet.docx

Microsoft Word - Final Exam Review Packet.docx Do you know these words?... 3.1 3.5 Can you do the following?... Ask for and say the date. Use the adverbial of time correctly. Use Use to ask a tag question. Form a yes/no question with the verb / not

More information

1.ai

1.ai HDMI camera ARTRAY CO,. LTD Introduction Thank you for purchasing the ARTCAM HDMI camera series. This manual shows the direction how to use the viewer software. Please refer other instructions or contact

More information

Microsoft PowerPoint _代工實例-1

Microsoft PowerPoint _代工實例-1 4302 動態光散射儀 (Dynamic Light Scattering) 代工實例與結果解析 生醫暨非破壞性分析團隊 2016.10 updated Which Size to Measure? Diameter Many techniques make the useful and convenient assumption that every particle is a sphere. The

More information

<4D6963726F736F667420576F7264202D2032303130C4EAC0EDB9A4C0E04142BCB6D4C4B6C1C5D0B6CFC0FDCCE2BEABD1A15F325F2E646F63>

<4D6963726F736F667420576F7264202D2032303130C4EAC0EDB9A4C0E04142BCB6D4C4B6C1C5D0B6CFC0FDCCE2BEABD1A15F325F2E646F63> 2010 年 理 工 类 AB 级 阅 读 判 断 例 题 精 选 (2) Computer mouse How does the mouse work? We have to start at the bottom, so think upside down for now. It all starts with mouse ball. As the mouse ball in the bottom

More information

Microsoft Word - ChineseSATII .doc

Microsoft Word - ChineseSATII .doc 中 文 SAT II 冯 瑶 一 什 么 是 SAT II 中 文 (SAT Subject Test in Chinese with Listening)? SAT Subject Test 是 美 国 大 学 理 事 会 (College Board) 为 美 国 高 中 生 举 办 的 全 国 性 专 科 标 准 测 试 考 生 的 成 绩 是 美 国 大 学 录 取 新 生 的 重 要 依

More information

入學考試網上報名指南

入學考試網上報名指南 入 學 考 試 網 上 報 名 指 南 On-line Application Guide for Admission Examination 16/01/2015 University of Macau Table of Contents Table of Contents... 1 A. 新 申 請 網 上 登 記 帳 戶 /Register for New Account... 2 B. 填

More information

Microsoft Word - TIP006SCH Uni-edit Writing Tip - Presentperfecttenseandpasttenseinyourintroduction readytopublish

Microsoft Word - TIP006SCH Uni-edit Writing Tip - Presentperfecttenseandpasttenseinyourintroduction readytopublish 我 难 度 : 高 级 对 们 现 不 在 知 仍 道 有 听 影 过 响 多 少 那 次 么 : 研 英 究 过 文 论 去 写 文 时 作 的 表 技 引 示 巧 言 事 : 部 情 引 分 发 言 该 生 使 在 中 用 过 去, 而 现 在 完 成 时 仅 表 示 事 情 发 生 在 过 去, 并 的 哪 现 种 在 时 完 态 成 呢 时? 和 难 过 道 去 不 时 相 关? 是 所 有

More information

Lorem ipsum dolor sit amet, consectetuer adipiscing elit

Lorem ipsum dolor sit amet, consectetuer adipiscing elit English for Study in Australia 留 学 澳 洲 英 语 讲 座 Lesson 3: Make yourself at home 第 三 课 : 宾 至 如 归 L1 Male: 各 位 朋 友 好, 欢 迎 您 收 听 留 学 澳 洲 英 语 讲 座 节 目, 我 是 澳 大 利 亚 澳 洲 广 播 电 台 的 节 目 主 持 人 陈 昊 L1 Female: 各 位

More information

2017 CCAFL Chinese in Context

2017 CCAFL Chinese in Context Student/Registration Number Centre Number 2017 PUBLIC EXAMINATION Chinese in Context Reading Time: 10 minutes Working Time: 2 hours and 30 minutes You have 10 minutes to read all the papers and to familiarise

More information

可 愛 的 動 物 小 五 雷 雅 理 第 一 次 小 六 甲 黃 駿 朗 今 年 暑 假 發 生 了 一 件 令 人 非 常 難 忘 的 事 情, 我 第 一 次 參 加 宿 營, 離 開 父 母, 自 己 照 顧 自 己, 出 發 前, 我 的 心 情 十 分 緊 張 當 到 達 目 的 地 後

可 愛 的 動 物 小 五 雷 雅 理 第 一 次 小 六 甲 黃 駿 朗 今 年 暑 假 發 生 了 一 件 令 人 非 常 難 忘 的 事 情, 我 第 一 次 參 加 宿 營, 離 開 父 母, 自 己 照 顧 自 己, 出 發 前, 我 的 心 情 十 分 緊 張 當 到 達 目 的 地 後 郭家朗 許鈞嵐 劉振迪 樊偉賢 林洛鋒 第 36 期 出版日期 28-3-2014 出版日期 28-3-2014 可 愛 的 動 物 小 五 雷 雅 理 第 一 次 小 六 甲 黃 駿 朗 今 年 暑 假 發 生 了 一 件 令 人 非 常 難 忘 的 事 情, 我 第 一 次 參 加 宿 營, 離 開 父 母, 自 己 照 顧 自 己, 出 發 前, 我 的 心 情 十 分 緊 張 當 到 達 目

More information

PowerPoint Presentation

PowerPoint Presentation TOEFL Practice Online User Guide Revised September 2009 In This Guide General Tips for Using TOEFL Practice Online Directions for New Users Directions for Returning Users 2 General Tips To use TOEFL Practice

More information

Microsoft PowerPoint - AWOL - Acrobat Windows Outlook.ppt [Compatibility Mode]

Microsoft PowerPoint - AWOL - Acrobat Windows Outlook.ppt [Compatibility Mode] AWOL Windows - Tips & Tricks Resolution, color depth & refresh rate Background color Service packs Disk cleanup (cleanmgr) Disk defragmentation AWOL Windows Resolution, Color Depth & Refresh Rate The main

More information

K301Q-D VRT中英文说明书141009

K301Q-D VRT中英文说明书141009 THE INSTALLING INSTRUCTION FOR CONCEALED TANK Important instuction:.. Please confirm the structure and shape before installing the toilet bowl. Meanwhile measure the exact size H between outfall and infall

More information

BC04 Module_antenna__ doc

BC04 Module_antenna__ doc http://www.infobluetooth.com TEL:+86-23-68798999 Fax: +86-23-68889515 Page 1 of 10 http://www.infobluetooth.com TEL:+86-23-68798999 Fax: +86-23-68889515 Page 2 of 10 http://www.infobluetooth.com TEL:+86-23-68798999

More information

99 學年度班群總介紹 第 370 期 班群總導 陳怡靜 G45 班群總導 陳怡靜(河馬) A 家 惠如 家浩 T 格 宜蓁 小 霖 怡 家 M 璇 均 蓁 雴 家 數學領域 珈玲 國燈 370-2 英領域 Kent

99 學年度班群總介紹 第 370 期 班群總導 陳怡靜 G45 班群總導 陳怡靜(河馬) A 家 惠如 家浩 T 格 宜蓁 小 霖 怡 家 M 璇 均 蓁 雴 家 數學領域 珈玲 國燈 370-2 英領域 Kent 2010 年 8 月 27 日 出 刊 精 緻 教 育 宜 蘭 縣 公 辦 民 營 人 國 民 中 小 學 財 團 法 人 人 適 性 教 育 基 金 會 承 辦 地 址 : 宜 蘭 縣 26141 頭 城 鎮 雅 路 150 號 (03)977-3396 http://www.jwps.ilc.edu.tw 健 康 VS. 學 習 各 位 合 夥 人 其 實 都 知 道, 我 是 個 胖 子, 而

More information

Microsoft Word - 第四組心得.doc

Microsoft Word - 第四組心得.doc 徐 婉 真 這 四 天 的 綠 島 人 權 體 驗 營 令 我 印 象 深 刻, 尤 其 第 三 天 晚 上 吳 豪 人 教 授 的 那 堂 課, 他 讓 我 聽 到 不 同 於 以 往 的 正 義 之 聲 轉 型 正 義, 透 過 他 幽 默 熱 情 的 語 調 激 起 了 我 對 政 治 的 興 趣, 願 意 在 未 來 多 關 心 社 會 多 了 解 政 治 第 一 天 抵 達 綠 島 不 久,

More information

Microsoft Word - 11月電子報1130.doc

Microsoft Word - 11月電子報1130.doc 發 行 人 : 楊 進 成 出 刊 日 期 2008 年 12 月 1 日, 第 38 期 第 1 頁 / 共 16 頁 封 面 圖 話 來 來 來, 來 葳 格 ; 玩 玩 玩, 玩 數 學 在 11 月 17 到 21 日 這 5 天 裡 每 天 一 個 題 目, 孩 子 們 依 據 不 同 年 段, 尋 找 屬 於 自 己 的 解 答, 這 些 數 學 題 目 和 校 園 情 境 緊 緊 結

More information

4. 每 组 学 生 将 写 有 习 语 和 含 义 的 两 组 卡 片 分 别 洗 牌, 将 顺 序 打 乱, 然 后 将 两 组 卡 片 反 面 朝 上 置 于 课 桌 上 5. 学 生 依 次 从 两 组 卡 片 中 各 抽 取 一 张, 展 示 给 小 组 成 员, 并 大 声 朗 读 卡

4. 每 组 学 生 将 写 有 习 语 和 含 义 的 两 组 卡 片 分 别 洗 牌, 将 顺 序 打 乱, 然 后 将 两 组 卡 片 反 面 朝 上 置 于 课 桌 上 5. 学 生 依 次 从 两 组 卡 片 中 各 抽 取 一 张, 展 示 给 小 组 成 员, 并 大 声 朗 读 卡 Tips of the Week 课 堂 上 的 英 语 习 语 教 学 ( 二 ) 2015-04-19 吴 倩 MarriottCHEI 大 家 好! 欢 迎 来 到 Tips of the Week! 这 周 我 想 和 老 师 们 分 享 另 外 两 个 课 堂 上 可 以 开 展 的 英 语 习 语 教 学 活 动 其 中 一 个 活 动 是 一 个 充 满 趣 味 的 游 戏, 另 外

More information

<4D6963726F736F667420576F7264202D205F4230365FB942A5CEA668B443C5E9BB73A740B5D8A4E5B8C9A552B1D0A7F75FA6BFB1A4ACFC2E646F63>

<4D6963726F736F667420576F7264202D205F4230365FB942A5CEA668B443C5E9BB73A740B5D8A4E5B8C9A552B1D0A7F75FA6BFB1A4ACFC2E646F63> 運 用 多 媒 體 製 作 華 文 補 充 教 材 江 惜 美 銘 傳 大 學 應 用 中 文 系 chm248@gmail.com 摘 要 : 本 文 旨 在 探 究 如 何 運 用 多 媒 體, 結 合 文 字 聲 音 圖 畫, 製 作 華 文 補 充 教 材 當 我 們 在 進 行 華 文 教 學 時, 往 往 必 須 透 過 教 案 設 計, 並 製 作 補 充 教 材, 方 能 使 教 學

More information

A Community Guide to Environmental Health

A Community Guide to Environmental Health 102 7 建 造 厕 所 本 章 内 容 宣 传 推 广 卫 生 设 施 104 人 们 需 要 什 么 样 的 厕 所 105 规 划 厕 所 106 男 女 对 厕 所 的 不 同 需 求 108 活 动 : 给 妇 女 带 来 方 便 110 让 厕 所 更 便 于 使 用 111 儿 童 厕 所 112 应 急 厕 所 113 城 镇 公 共 卫 生 设 施 114 故 事 : 城 市 社

More information

2009.05

2009.05 2009 05 2009.05 2009.05 璆 2009.05 1 亿 平 方 米 6 万 套 10 名 20 亿 元 5 个 月 30 万 亿 60 万 平 方 米 Data 围 观 CCDI 公 司 内 刊 企 业 版 P08 围 观 CCDI 管 理 学 上 有 句 名 言 : 做 正 确 的 事, 比 正 确 地 做 事 更 重 要 方 向 的 对 错 于 大 局 的 意 义 而 言,

More information

Lorem ipsum dolor sit amet, consectetuer adipiscing elit

Lorem ipsum dolor sit amet, consectetuer adipiscing elit 留 学 澳 洲 英 语 讲 座 English for Study in Australia 第 十 三 课 : 与 同 学 一 起 做 功 课 Lesson 13: Working together L1 Male 各 位 听 众 朋 友 好, 我 是 澳 大 利 亚 澳 洲 广 播 电 台 的 节 目 主 持 人 陈 昊 L1 Female 各 位 好, 我 是 马 健 媛 L1 Male L1

More information

國立中山大學學位論文典藏

國立中山大學學位論文典藏 I II III IV The theories of leadership seldom explain the difference of male leaders and female leaders. Instead of the assumption that the leaders leading traits and leading styles of two sexes are the

More information

untitled

untitled Co-integration and VECM Yi-Nung Yang CYCU, Taiwan May, 2012 不 列 1 Learning objectives Integrated variables Co-integration Vector Error correction model (VECM) Engle-Granger 2-step co-integration test Johansen

More information

Microsoft PowerPoint - STU_EC_Ch08.ppt

Microsoft PowerPoint - STU_EC_Ch08.ppt 樹德科技大學資訊工程系 Chapter 8: Counters Shi-Huang Chen Fall 2010 1 Outline Asynchronous Counter Operation Synchronous Counter Operation Up/Down Synchronous Counters Design of Synchronous Counters Cascaded Counters

More information

徐汇教育214/3月刊 重 点 关 注 高中生异性交往的小团体辅导 及效果研究 颜静红 摘 要 采用人际关系综合诊断量表 郑日昌编制并 与同性交往所不能带来的好处 带来稳定感和安全感 能 修订 对我校高一学生进行问卷测量 实验组前后测 在 够度过更快乐的时光 获得与别人友好相处的经验 宽容 量表总分和第 4 项因子分 异性交往困扰 上均有显著差 大度和理解力得到发展 得到掌握社会技术的机会 得到 异

More information

Preface This guide is intended to standardize the use of the WeChat brand and ensure the brand's integrity and consistency. The guide applies to all d

Preface This guide is intended to standardize the use of the WeChat brand and ensure the brand's integrity and consistency. The guide applies to all d WeChat Search Visual Identity Guidelines WEDESIGN 2018. 04 Preface This guide is intended to standardize the use of the WeChat brand and ensure the brand's integrity and consistency. The guide applies

More information

高中英文科教師甄試心得

高中英文科教師甄試心得 高 中 英 文 科 教 師 甄 試 心 得 英 語 學 系 碩 士 班 林 俊 呈 高 雄 市 立 高 雄 高 級 中 學 今 年 第 一 次 參 加 教 師 甄 試, 能 夠 在 尚 未 服 兵 役 前 便 考 上 高 雄 市 立 高 雄 高 級 中 學 專 任 教 師, 自 己 覺 得 很 意 外, 也 很 幸 運 考 上 後 不 久 在 與 雄 中 校 長 的 會 談 中, 校 長 的 一 句

More information

hks298cover&back

hks298cover&back 2957 6364 2377 3300 2302 1087 www.scout.org.hk scoutcraft@scout.org.hk 2675 0011 5,500 Service and Scouting Recently, I had an opportunity to learn more about current state of service in Hong Kong

More information

PowerPoint Presentation

PowerPoint Presentation Decision analysis 量化決策分析方法專論 2011/5/26 1 Problem formulation- states of nature In the decision analysis, decision alternatives are referred to as chance events. The possible outcomes for a chance event

More information

國 立 政 治 大 學 教 育 學 系 2016 新 生 入 學 手 冊 目 錄 表 11 國 立 政 治 大 學 教 育 學 系 博 士 班 資 格 考 試 抵 免 申 請 表... 46 論 文 題 目 申 報 暨 指 導 教 授... 47 表 12 國 立 政 治 大 學 碩 博 士 班 論

國 立 政 治 大 學 教 育 學 系 2016 新 生 入 學 手 冊 目 錄 表 11 國 立 政 治 大 學 教 育 學 系 博 士 班 資 格 考 試 抵 免 申 請 表... 46 論 文 題 目 申 報 暨 指 導 教 授... 47 表 12 國 立 政 治 大 學 碩 博 士 班 論 國 立 政 治 大 學 教 育 學 系 2016 新 生 入 學 手 冊 目 錄 一 教 育 學 系 簡 介... 1 ( 一 ) 成 立 時 間... 1 ( 二 ) 教 育 目 標 與 發 展 方 向... 1 ( 三 ) 授 課 師 資... 2 ( 四 ) 行 政 人 員... 3 ( 五 ) 核 心 能 力 與 課 程 規 劃... 3 ( 六 ) 空 間 環 境... 12 ( 七 )

More information

1505.indd

1505.indd 上 海 市 孙 中 山 宋 庆 龄 文 物 管 理 委 员 会 上 海 宋 庆 龄 研 究 会 主 办 2015.05 总 第 148 期 图 片 新 闻 2015 年 9 月 22 日, 由 上 海 孙 中 山 故 居 纪 念 馆 台 湾 辅 仁 大 学 和 台 湾 图 书 馆 联 合 举 办 的 世 纪 姻 缘 纪 念 孙 中 山 先 生 逝 世 九 十 周 年 及 其 革 命 历 程 特 展

More information

124 第十三期 Conflicts in the Takeover of the Land in Taiwan after the Sino-Japanese War A Case in the Change of the Japanese Names of the Taiwanese Peopl

124 第十三期 Conflicts in the Takeover of the Land in Taiwan after the Sino-Japanese War A Case in the Change of the Japanese Names of the Taiwanese Peopl 123 戰後初期臺灣土地接收的糾紛 以更改日式姓名的臺人遭遇為例 124 第十三期 Conflicts in the Takeover of the Land in Taiwan after the Sino-Japanese War A Case in the Change of the Japanese Names of the Taiwanese People Abstract By Ho Fung-jiao

More information

spss.doc

spss.doc SPSS 8 8.1 K-Means Cluster [ 8-1] 1962 1988 8-1 2 5 31 3 7 20 F2-F3 2 3 F3-F4 3 4 109 8 8-1 2 3 2 3 F2-F3 F3-F4 1962 344 3333 29 9 9.69 1.91 1963 121 1497 27 19 12.37 1.34 1964 187 1813 32 18 9.70 1.06

More information

Male Circumcision - Traditional Chinese

Male Circumcision - Traditional Chinese Male Circumcision Male circumcision is the removal of the foreskin around the end of the penis. If you decide on circumcision, your baby s doctor will do it in the hospital s nursery. If your baby is small

More information

Male Circumcision - Simplified Chinese

Male Circumcision - Simplified Chinese Male Circumcision Male circumcision is the removal of the foreskin around the end of the penis. If you decide on circumcision, your baby s doctor will do it in the hospital s nursery. If your baby is small

More information

Microsoft Word doc

Microsoft Word doc 中 考 英 语 科 考 试 标 准 及 试 卷 结 构 技 术 指 标 构 想 1 王 后 雄 童 祥 林 ( 华 中 师 范 大 学 考 试 研 究 院, 武 汉,430079, 湖 北 ) 提 要 : 本 文 从 结 构 模 式 内 容 要 素 能 力 要 素 题 型 要 素 难 度 要 素 分 数 要 素 时 限 要 素 等 方 面 细 致 分 析 了 中 考 英 语 科 试 卷 结 构 的

More information

Guide to Install SATA Hard Disks

Guide to Install SATA Hard Disks SATA RAID 1. SATA. 2 1.1 SATA. 2 1.2 SATA 2 2. RAID (RAID 0 / RAID 1 / JBOD).. 4 2.1 RAID. 4 2.2 RAID 5 2.3 RAID 0 6 2.4 RAID 1.. 10 2.5 JBOD.. 16 3. Windows 2000 / Windows XP 20 1. SATA 1.1 SATA Serial

More information

GCSE Mathematics Question Paper Unit 2 March 2012

GCSE Mathematics Question Paper Unit 2 March 2012 Centre Number Surname Candidate Number For Examiner s Use Other Names Candidate Signature Examiner s Initials General Certificate of Secondary Education Higher Tier March 2012 Pages 2 3 4 5 Mark Mathematics

More information

Important Notice SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provided by SUNPLUS TECHNOLO

Important Notice SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provided by SUNPLUS TECHNOLO Car DVD New GUI IR Flow User Manual V0.1 Jan 25, 2008 19, Innovation First Road Science Park Hsin-Chu Taiwan 300 R.O.C. Tel: 886-3-578-6005 Fax: 886-3-578-4418 Web: www.sunplus.com Important Notice SUNPLUS

More information

<4D6963726F736F667420506F776572506F696E74202D20B5DAD2BBD5C228B4F2D3A1B0E6292E707074205BBCE6C8DDC4A3CABD5D>

<4D6963726F736F667420506F776572506F696E74202D20B5DAD2BBD5C228B4F2D3A1B0E6292E707074205BBCE6C8DDC4A3CABD5D> Homeworks ( 第 三 版 ):.4 (,, 3).5 (, 3).6. (, 3, 5). (, 4).4.6.7 (,3).9 (, 3, 5) Chapter. Number systems and codes 第 一 章. 数 制 与 编 码 . Overview 概 述 Information is of digital forms in a digital system, and

More information

東吳大學

東吳大學 律 律 論 論 療 行 The Study on Medical Practice and Coercion 林 年 律 律 論 論 療 行 The Study on Medical Practice and Coercion 林 年 i 讀 臨 療 留 館 讀 臨 律 六 礪 讀 不 冷 療 臨 年 裡 歷 練 禮 更 老 林 了 更 臨 不 吝 麗 老 劉 老 論 諸 見 了 年 金 歷 了 年

More information

Chn 116 Neh.d.01.nis

Chn 116 Neh.d.01.nis 31 尼 希 米 书 尼 希 米 的 祷 告 以 下 是 哈 迦 利 亚 的 儿 子 尼 希 米 所 1 说 的 话 亚 达 薛 西 王 朝 二 十 年 基 斯 流 月 *, 我 住 在 京 城 书 珊 城 里 2 我 的 兄 弟 哈 拿 尼 和 其 他 一 些 人 从 犹 大 来 到 书 珊 城 我 向 他 们 打 听 那 些 劫 后 幸 存 的 犹 太 人 家 族 和 耶 路 撒 冷 的 情 形

More information

考試學刊第10期-內文.indd

考試學刊第10期-內文.indd misconception 101 Misconceptions and Test-Questions of Earth Science in Senior High School Chun-Ping Weng College Entrance Examination Center Abstract Earth Science is a subject highly related to everyday

More information

TX-NR3030_BAS_Cs_ indd

TX-NR3030_BAS_Cs_ indd TX-NR3030 http://www.onkyo.com/manual/txnr3030/adv/cs.html Cs 1 2 3 Speaker Cable 2 HDMI OUT HDMI IN HDMI OUT HDMI OUT HDMI OUT HDMI OUT 1 DIGITAL OPTICAL OUT AUDIO OUT TV 3 1 5 4 6 1 2 3 3 2 2 4 3 2 5

More information

2015年4月11日雅思阅读预测机经(新东方版)

2015年4月11日雅思阅读预测机经(新东方版) 剑 桥 雅 思 10 第 一 时 间 解 析 阅 读 部 分 1 剑 桥 雅 思 10 整 体 内 容 统 计 2 剑 桥 雅 思 10 话 题 类 型 从 以 上 统 计 可 以 看 出, 雅 思 阅 读 的 考 试 话 题 一 直 广 泛 多 样 而 题 型 则 稳 中 有 变 以 剑 桥 10 的 test 4 为 例 出 现 的 三 篇 文 章 分 别 是 自 然 类, 心 理 研 究 类,

More information

國立桃園高中96學年度新生始業輔導新生手冊目錄

國立桃園高中96學年度新生始業輔導新生手冊目錄 彰 化 考 區 104 年 國 中 教 育 會 考 簡 章 簡 章 核 定 文 號 : 彰 化 縣 政 府 104 年 01 月 27 日 府 教 學 字 第 1040027611 號 函 中 華 民 國 104 年 2 月 9 日 彰 化 考 區 104 年 國 中 教 育 會 考 試 務 會 編 印 主 辦 學 校 : 國 立 鹿 港 高 級 中 學 地 址 :50546 彰 化 縣 鹿 港 鎮

More information

[ 13 年 12 月 06 日, 下 午 6 点 24 分 ] Intel Hosts 新 加 入 的 同 学 们, 快 去 听 听 在 线 宣 讲 会 哦, 同 时 完 成 页 面 下 方 有 奖 调 查, 就 有 资 格 参 与 大 奖 抽 取 啦! [ 13 年 12 月 06 日, 下 午

[ 13 年 12 月 06 日, 下 午 6 点 24 分 ] Intel Hosts 新 加 入 的 同 学 们, 快 去 听 听 在 线 宣 讲 会 哦, 同 时 完 成 页 面 下 方 有 奖 调 查, 就 有 资 格 参 与 大 奖 抽 取 啦! [ 13 年 12 月 06 日, 下 午 China Career Fair: To Know a Different Intel Time Participants Chat Transcript [ 13 年 12 月 06 日, 下 午 6 点 00 分 ] Participant Hi [ 13 年 12 月 06 日, 下 午 6 点 00 分 ] Intel Hosts 大 家 好! [ 13 年 12 月 06 日, 下 午

More information

VASP应用运行优化

VASP应用运行优化 1 VASP wszhang@ustc.edu.cn April 8, 2018 Contents 1 2 2 2 3 2 4 2 4.1........................................................ 2 4.2..................................................... 3 5 4 5.1..........................................................

More information

< F5FB77CB6BCBD672028B0B6A46AABE4B751A874A643295F5FB8D5C5AA28A668ADB6292E706466>

< F5FB77CB6BCBD672028B0B6A46AABE4B751A874A643295F5FB8D5C5AA28A668ADB6292E706466> A A A A A i A A A A A A A ii Introduction to the Chinese Editions of Great Ideas Penguin s Great Ideas series began publication in 2004. A somewhat smaller list is published in the USA and a related, even

More information

川 外 250 人, 上 外 222 人, 广 外 209 人, 西 外 195 人, 北 外 168 人, 中 南 大 学 135 人, 西 南 大 学 120 人, 湖 南 大 学 115 人, 天 外 110 人, 大 连 外 国 语 学 院 110 人, 上 海 外 事 学 院 110 人,

川 外 250 人, 上 外 222 人, 广 外 209 人, 西 外 195 人, 北 外 168 人, 中 南 大 学 135 人, 西 南 大 学 120 人, 湖 南 大 学 115 人, 天 外 110 人, 大 连 外 国 语 学 院 110 人, 上 海 外 事 学 院 110 人, 关 于 考 研 准 备 的 几 点 建 议 主 讲 : 张 伯 香 如 何 选 择 学 校 和 专 业 一. 按 招 生 性 质, 全 国 高 校 大 致 可 分 为 以 下 几 类 : 1. 综 合 类 院 校 比 较 知 名 的 有 北 大 南 大 复 旦 武 大 中 大 南 开 厦 大 等 这 类 院 校 重 视 科 研 能 力, 考 试 有 一 定 的 难 度, 比 较 适 合 于 那 些

More information

2005 5,,,,,,,,,,,,,,,,, , , 2174, 7014 %, % 4, 1961, ,30, 30,, 4,1976,627,,,,, 3 (1993,12 ),, 2

2005 5,,,,,,,,,,,,,,,,, , , 2174, 7014 %, % 4, 1961, ,30, 30,, 4,1976,627,,,,, 3 (1993,12 ),, 2 3,,,,,, 1872,,,, 3 2004 ( 04BZS030),, 1 2005 5,,,,,,,,,,,,,,,,, 1928 716,1935 6 2682 1928 2 1935 6 1966, 2174, 7014 %, 94137 % 4, 1961, 59 1929,30, 30,, 4,1976,627,,,,, 3 (1993,12 ),, 2 , :,,,, :,,,,,,

More information

2. 熟 读 题 目 3. 积 累 核 心 句 式 4. 列 出 每 道 题 的 提 纲 5. 构 造 各 部 分 的 论 证 模 板 6. 全 文 练 习 10 到 20 篇 文 章 如 何 分 析 Argument 题 目 1. Argument 题 目 的 文 字 结 构 1) 题 目 的 出

2. 熟 读 题 目 3. 积 累 核 心 句 式 4. 列 出 每 道 题 的 提 纲 5. 构 造 各 部 分 的 论 证 模 板 6. 全 文 练 习 10 到 20 篇 文 章 如 何 分 析 Argument 题 目 1. Argument 题 目 的 文 字 结 构 1) 题 目 的 出 GRE Revised General Test Analytical Writing 精 讲 精 练 班 笔 记 李 延 隆 新 浪 博 客 :http://blog.sina.com.cn/liyanlong76 新 浪 微 博 :http://weibo.com/liyanlong76 私 人 邮 箱 :liyanlong@xdf.cn 微 信 号 :liyanlong76 QQ: 676244491

More information

2. 佔 中 對 香 港 帶 來 以 下 影 響 : 正 面 影 響 - 喚 起 市 民 對 人 權 及 ( 專 制 ) 管 治 的 關 注 和 討 論 o 香 港 市 民 總 不 能 一 味 認 命, 接 受 以 後 受 制 於 中 央, 沒 有 機 會 選 出 心 中 的 理 想 特 首 o 一

2. 佔 中 對 香 港 帶 來 以 下 影 響 : 正 面 影 響 - 喚 起 市 民 對 人 權 及 ( 專 制 ) 管 治 的 關 注 和 討 論 o 香 港 市 民 總 不 能 一 味 認 命, 接 受 以 後 受 制 於 中 央, 沒 有 機 會 選 出 心 中 的 理 想 特 首 o 一 220 參 考 答 案 專 題 1. 公 民 抗 命 與 革 命 的 異 同 如 下 : 公 民 抗 命 革 命 相 同 之 處 目 的 兩 種 行 動 都 是 為 了 抗 拒 當 權 政 府 不 受 歡 迎 的 決 定 及 政 策 方 法 兩 者 都 是 在 嘗 試 其 他 合 法 的 抗 爭 行 動 後, 無 可 奈 何 的 最 後 手 段 不 同 之 處 目 的 只 是 令 政 府 的 某 些

More information

Microsoft Word - 武術合併

Microsoft Word - 武術合併 11/13 醫 學 系 一 年 級 張 雲 筑 武 術 課 開 始, 老 師 並 不 急 著 帶 我 們 舞 弄 起 來, 而 是 解 說 著 支 配 氣 的 流 動 為 何 構 成 中 國 武 術 的 追 求 目 標 武 術, 名 之 為 武 恐 怕 與 其 原 本 的 精 義 有 所 偏 差 其 實 武 術 是 為 了 讓 學 習 者 能 夠 掌 握 身 體, 保 養 身 體 而 發 展, 並

More information

三維空間之機械手臂虛擬實境模擬

三維空間之機械手臂虛擬實境模擬 VRML Model of 3-D Robot Arm VRML Model of 3-D Robot Arm MATLAB VRML MATLAB Simulink i MATLAB Simulink V-Realm Build Joystick ii Abstract The major purpose of this thesis presents the procedure of VRML

More information

Logitech Wireless Combo MK45 English

Logitech Wireless Combo MK45 English Logitech Wireless Combo MK45 Setup Guide Logitech Wireless Combo MK45 English................................................................................... 7..........................................

More information

東莞工商總會劉百樂中學

東莞工商總會劉百樂中學 /2015/ 頁 (2015 年 版 ) 目 錄 : 中 文 1 English Language 2-3 數 學 4-5 通 識 教 育 6 物 理 7 化 學 8 生 物 9 組 合 科 學 ( 化 學 ) 10 組 合 科 學 ( 生 物 ) 11 企 業 會 計 及 財 務 概 論 12 中 國 歷 史 13 歷 史 14 地 理 15 經 濟 16 資 訊 及 通 訊 科 技 17 視 覺

More information

第 二 單 元 我 過 去 都 做 了 什 麼 決 定? 將 生 涯 建 構 論 建 構 理 論 應 用 在 課 程 當 中, 就 是 敘 事 取 向 的 生 涯 諮 商, 他 們 利 用 幻 遊 個 人 傳 記 及 說 故 事 等 方 式, 讓 案 主 從 中 去 挖 掘 或 發 現 自 己 過

第 二 單 元 我 過 去 都 做 了 什 麼 決 定? 將 生 涯 建 構 論 建 構 理 論 應 用 在 課 程 當 中, 就 是 敘 事 取 向 的 生 涯 諮 商, 他 們 利 用 幻 遊 個 人 傳 記 及 說 故 事 等 方 式, 讓 案 主 從 中 去 挖 掘 或 發 現 自 己 過 主 題 八 : 決 策 風 格 與 技 巧 壹 主 題 教 學 目 標 1. 能 理 解 決 策 的 意 義 和 性 質 2. 使 學 生 能 瞭 解 自 己 的 決 策 風 格 3. 能 知 道 過 去 決 定 與 未 來 是 環 環 相 扣 的 4. 能 了 解 自 己 的 決 策 過 程, 並 思 考 未 來 生 涯 計 畫 貳 主 題 教 學 大 綱 1. 讓 學 生 了 解 決 策 的 意

More information

The Development of Color Constancy and Calibration System

The Development of Color Constancy and Calibration System The Development of Color Constancy and Calibration System The Development of Color Constancy and Calibration System LabVIEW CCD BMP ii Abstract The modern technologies develop more and more faster, and

More information

從篤加有二「區」談當代平埔文化復振現相

從篤加有二「區」談當代平埔文化復振現相 從 篤 加 有 二 邱 談 族 群 正 名 運 動 從 篤 加 有 二 邱 談 族 群 正 名 運 動 陳 榮 輝 台 南 女 子 技 術 學 院 通 識 教 育 中 心 講 師 摘 要 本 文 從 篤 加 村 非 平 埔 族 裔 的 正 名 運 動, 探 討 篤 加 村 民 因 不 認 同 廟 後 區 ( 邱 ) 所 形 成 的 平 埔 族 裔 概 念, 從 地 理 變 遷 村 廟 沿 革 族 譜

More information

國 史 館 館 刊 第 23 期 Chiang Ching-kuo s Educational Innovation in Southern Jiangxi and Its Effects (1941-1943) Abstract Wen-yuan Chu * Chiang Ching-kuo wa

國 史 館 館 刊 第 23 期 Chiang Ching-kuo s Educational Innovation in Southern Jiangxi and Its Effects (1941-1943) Abstract Wen-yuan Chu * Chiang Ching-kuo wa 國 史 館 館 刊 第 二 十 三 期 (2010 年 3 月 ) 119-164 國 史 館 1941-1943 朱 文 原 摘 要 1 關 鍵 詞 : 蔣 經 國 贛 南 學 校 教 育 社 會 教 育 掃 盲 運 動 -119- 國 史 館 館 刊 第 23 期 Chiang Ching-kuo s Educational Innovation in Southern Jiangxi and

More information

ANQING GAOQI PRIMARY SCHOOL 2012 2 2 2012 2012-5-16-1 - 2012 2 13 01 03 07 17 20 24 28 30 36 39 42 44 46 52 54 58 59Unit 6 At a farm Part A Lets Talk 62 64 66 68 72 75 79-2 - 2 3 10 1 2 3 4-3 - 2 5-4 -

More information

encourages children to develop rich emotions through close contact with surrounding nature. It also cultivates a foundation for children s balanced de

encourages children to develop rich emotions through close contact with surrounding nature. It also cultivates a foundation for children s balanced de * ** *** **** The Instruction of a Sense of Seasons in the Field Environment through the Comparison of Kindergartens in Germany, Australia and Japan Kazuyuki YOKOIKimihiko SAITOKatsushi ONO Koichi EBIHARA

More information

A Study on Grading and Sequencing of Senses of Grade-A Polysemous Adjectives in A Syllabus of Graded Vocabulary for Chinese Proficiency 2002 I II Abstract ublished in 1992, A Syllabus of Graded Vocabulary

More information

States and capital package

States and capital package : 1 Students are required to know 50 states and capitals and their geological locations. This is an independent working packet to learn about 50 states and capital. Students are asked to fulfill 4 activities

More information

十二年國民基本教育

十二年國民基本教育 0 會 考, 世 紀 教 育 工 程 的 重 要 環 節 2 編 者 的 話 3 高 瞻 遠 矚 看 會 考 概 論 篇 壹 簡 介 5 貳 考 試 科 目 成 績 計 算 7 參 試 務 規 劃 11 肆 成 績 應 用 12 條 分 縷 析 答 客 問 釋 疑 篇 13 追 根 究 柢 說 考 題 解 惑 篇 壹 考 試 科 目 與 命 題 依 據 15 貳 考 試 題 型 15 參 考 試 時

More information

bbc_bond_is_back_worksheet.doc

bbc_bond_is_back_worksheet.doc Bond Is Back 邦 德 回 来 了 1 Bond Is Back 邦 德 回 来 了 Devil May Care New Bond Book 肆 无 忌 惮, 不 顾 一 切 邦 德 新 书 Read the text below and do the activity that follows. 阅 读 下 面 的 短 文, 然 后 完 成 练 习 : Fans of James Bond

More information

IP Access Lists IP Access Lists IP Access Lists

IP Access Lists IP Access Lists IP Access Lists Chapter 10 Access Lists IP Access Lists IP Access Lists IP Access Lists Security) IP Access Lists Access Lists (Network router For example, RouterA can use an access list to deny access from Network 4

More information

Untitled-3

Untitled-3 SEC.. Separable Equations In each of problems 1 through 8 solve the given differential equation : ü 1. y ' x y x y, y 0 fl y - x 0 fl y - x 0 fl y - x3 3 c, y 0 ü. y ' x ^ y 1 + x 3 x y 1 + x 3, y 0 fl

More information

(baking powder) 1 ( ) ( ) 1 10g g (two level design, D-optimal) 32 1/2 fraction Two Level Fractional Factorial Design D-Optimal D

(baking powder) 1 ( ) ( ) 1 10g g (two level design, D-optimal) 32 1/2 fraction Two Level Fractional Factorial Design D-Optimal D ( ) 4 1 1 1 145 1 110 1 (baking powder) 1 ( ) ( ) 1 10g 1 1 2.5g 1 1 1 1 60 10 (two level design, D-optimal) 32 1/2 fraction Two Level Fractional Factorial Design D-Optimal Design 1. 60 120 2. 3. 40 10

More information

國立中山大學學位論文典藏.PDF

國立中山大學學位論文典藏.PDF I II III The Study of Factors to the Failure or Success of Applying to Holding International Sport Games Abstract For years, holding international sport games has been Taiwan s goal and we are on the way

More information

2-7.FIT)

2-7.FIT) 文 化 园 地 8 2009 年 8 月 18 日 星 期 二 E-mail:liuliyuan@qunlitimes.com 群 立 文 化 感 受 今 天 你 开 心 了 吗? 周 传 喜 群 雄 争 立 竞 争 意 识 ; 傲 立 群 雄 奋 斗 目 标, 这 几 句 话 一 直 是 群 立 的 文 化 和 方 针, 也 同 样 是 我 很 喜 欢 的 座 右 铭 我 想 这 几 句 话 生

More information

K7VT2_QIG_v3

K7VT2_QIG_v3 ............ 1 2 3 4 5 [R] : Enter Raid setup utility 6 Press[A]keytocreateRAID RAID Type: JBOD RAID 0 RAID 1: 2 7 RAID 0 Auto Create Manual Create: 2 RAID 0 Block Size: 16K 32K

More information

前 言 一 場 交 換 學 生 的 夢, 夢 想 不 只 是 敢 夢, 而 是 也 要 敢 去 實 踐 為 期 一 年 的 交 換 學 生 生 涯, 說 長 不 長, 說 短 不 短 再 長 的 路, 一 步 步 也 能 走 完 ; 再 短 的 路, 不 踏 出 起 步 就 無 法 到 達 這 次

前 言 一 場 交 換 學 生 的 夢, 夢 想 不 只 是 敢 夢, 而 是 也 要 敢 去 實 踐 為 期 一 年 的 交 換 學 生 生 涯, 說 長 不 長, 說 短 不 短 再 長 的 路, 一 步 步 也 能 走 完 ; 再 短 的 路, 不 踏 出 起 步 就 無 法 到 達 這 次 壹 教 育 部 獎 助 國 內 大 學 校 院 選 送 優 秀 學 生 出 國 研 修 之 留 學 生 成 果 報 告 書 奧 地 利 約 翰 克 卜 勒 大 學 (JKU) 留 學 心 得 原 就 讀 學 校 / 科 系 / 年 級 : 長 榮 大 學 / 財 務 金 融 學 系 / 四 年 級 獲 獎 生 姓 名 : 賴 欣 怡 研 修 國 家 : 奧 地 利 研 修 學 校 : 約 翰 克 普

More information

ENGG1410-F Tutorial 6

ENGG1410-F Tutorial 6 Jianwen Zhao Department of Computer Science and Engineering The Chinese University of Hong Kong 1/16 Problem 1. Matrix Diagonalization Diagonalize the following matrix: A = [ ] 1 2 4 3 2/16 Solution The

More information

中 國 學 研 究 期 刊 泰 國 農 業 大 學 บ นทอนเช นก น และส งผลก บการด ดแปลงจากวรรณกรรมมาเป นบทภาพยนตร และบทละคร โทรท ศน ด วยเช นก น จากการเคารพวรรณกรรมต นฉบ บเป นหล

中 國 學 研 究 期 刊 泰 國 農 業 大 學 บ นทอนเช นก น และส งผลก บการด ดแปลงจากวรรณกรรมมาเป นบทภาพยนตร และบทละคร โทรท ศน ด วยเช นก น จากการเคารพวรรณกรรมต นฉบ บเป นหล วารสารจ นศ กษา มหาว ทยาล ยเกษตรศาสตร การเล อกสรรของย คสม ยท แตกต างก น โดยว เคราะห การด ดแปลง บทละครโทรท ศน หร อบทภาพยนต จากผลงานคลาสส กวรรณกรรม สม ยใหม ของจ น The Choice of Times Film Adaptation of Chinese

More information

天 主 教 輔 仁 大 學 社 會 學 系 學 士 論 文 小 別 勝 新 婚? 久 別 要 離 婚? 影 響 遠 距 家 庭 婚 姻 感 情 因 素 之 探 討 Separate marital relations are getting better or getting worse? -Exp

天 主 教 輔 仁 大 學 社 會 學 系 學 士 論 文 小 別 勝 新 婚? 久 別 要 離 婚? 影 響 遠 距 家 庭 婚 姻 感 情 因 素 之 探 討 Separate marital relations are getting better or getting worse? -Exp 天 主 教 輔 仁 大 學 社 會 學 系 學 士 論 文 小 別 勝 新 婚? 久 別 要 離 婚? 影 響 遠 距 家 庭 婚 姻 感 情 因 素 之 探 討 Separate marital relations are getting better or getting worse? -Explore the impact of emotional factors couples do not

More information

PowerPoint 簡報

PowerPoint 簡報 國 立 中 山 大 學 財 務 管 理 學 系 Department of Finance, NSYSU 刊 登 之 文 章, 其 版 權 屬 於 本 系, 非 徵 得 同 意, 不 得 轉 載 本 期 目 錄 1. 財 管 系 榮 譽 及 活 動 訊 息 2. 讓 夢 想 貣 飛 / 楊 佳 霖 3. Student Ambassador(SA)/ 陳 伯 穎 4. 財 務 報 表 之 重 大 變

More information

十二年國民基本教育

十二年國民基本教育 0 會 考, 世 紀 教 育 工 程 的 重 要 環 節 2 編 者 的 話 3 高 瞻 遠 矚 看 會 考 概 論 篇 壹 簡 介 4 貳 考 試 科 目 6 參 成 績 計 算 6 肆 試 務 規 劃 7 伍 成 績 應 用 8 追 根 究 柢 說 考 題 解 惑 篇 壹 試 題 取 材 與 命 題 原 則 9 貳 各 科 考 試 內 容 11 参 各 科 問 與 答 17 由 小 見 大 觀

More information

十二年國民基本教育

十二年國民基本教育 0 會 考, 世 紀 教 育 工 程 的 重 要 環 節 2 編 者 的 話 3 高 瞻 遠 矚 看 會 考 概 論 篇 壹 簡 介 5 貳 考 試 科 目 成 績 計 算 7 參 試 務 規 劃 11 肆 成 績 應 用 13 條 分 縷 析 答 客 問 釋 疑 篇 14 追 根 究 柢 說 考 題 解 惑 篇 壹 試 題 取 材 與 命 題 原 則 16 貳 各 科 考 試 內 容 18 参 各

More information

KillTest 质量更高 服务更好 学习资料 半年免费更新服务

KillTest 质量更高 服务更好 学习资料   半年免费更新服务 KillTest 质量更高 服务更好 学习资料 http://www.killtest.cn 半年免费更新服务 Exam : ICDL-Excel Title : The ICDL L4 excel exam Version : DEMO 1 / 11 1. Which one of the following formulas would be appropriate to calculate the

More information

coverage2.ppt

coverage2.ppt Satellite Tool Kit STK/Coverage STK 82 0715 010-68745117 1 Coverage Definition Figure of Merit 2 STK Basic Grid Assets Interval Description 3 Grid Global Latitude Bounds Longitude Lines Custom Regions

More information

Microsoft PowerPoint - STU_EC_Ch04.ppt

Microsoft PowerPoint - STU_EC_Ch04.ppt 樹德科技大學資訊工程系 Chapter 4: Boolean Algebra and Logic Simplification Shi-Huang Chen Fall 200 Outline Boolean Operations and Expressions Laws and Rules of Boolean Algebra DeMorgan's Theorems Boolean Analysis

More information

第一章 緒論

第一章 緒論 (informed consent) 6 . (Informed 23 Consent) 24 (Informed Consent) informed consent 1. 2. 7 3. 4. 5. 6.. 26 1. 8 2. 3. 4. 5. 6.. Braddock 1993 59 65 1057 (discussion of the patient s role in decision making)

More information

Untitiled

Untitiled 目 立人1 2011 录 目 录 专家视点 权利与责任 班主任批评权的有效运用 齐学红 3 德育园地 立 沿着鲁迅爷爷的足迹 主题队活动案例 郑海娟 4 播下一颗美丽的种子 沿着鲁迅爷爷的足迹 中队活动反思 郑海娟 5 赠人玫瑰 手有余香 关于培养小学生服务意识的一些尝试和思考 孙 勤 6 人 教海纵横 2011 年第 1 期 总第 9 期 主办单位 绍兴市鲁迅小学教育集团 顾 问 编委会主任 编

More information

Improved Preimage Attacks on AES-like Hash Functions: Applications to Whirlpool and Grøstl

Improved Preimage Attacks on AES-like Hash Functions: Applications to Whirlpool and Grøstl SKLOIS (Pseudo) Preimage Attack on Reduced-Round Grøstl Hash Function and Others Shuang Wu, Dengguo Feng, Wenling Wu, Jian Guo, Le Dong, Jian Zou March 20, 2012 Institute. of Software, Chinese Academy

More information

星河33期.FIT)

星河33期.FIT) 大 事 记 渊 2011.11 要 要 2011.12 冤 1 尧 11 月 25 日 下 午 袁 白 银 区 首 届 中 小 学 校 长 论 坛 在 我 校 举 行 遥 2 尧 在 甘 肃 省 2011 年 野 十 一 五 冶 规 划 课 题 集 中 鉴 定 中 袁 我 校 教 师 郝 香 梅 负 责 的 课 题 叶 英 语 课 堂 的 艺 术 性 研 究 曳 袁 张 宏 林 负 责 的 叶 白

More information

(2008) 主 张 教 师 在 课 文 教 学 中 应 让 学 生 有 意 识 地 注 意 语 块, 并 指 出 语 块 教 学 对 大 学 生 的 英 语 写 作 能 力 有 着 重 要 的 意 义 于 秀 莲 (2008) 以 大 学 生 为 受 试 对 象, 在 对 不 同 学 生 分 别

(2008) 主 张 教 师 在 课 文 教 学 中 应 让 学 生 有 意 识 地 注 意 语 块, 并 指 出 语 块 教 学 对 大 学 生 的 英 语 写 作 能 力 有 着 重 要 的 意 义 于 秀 莲 (2008) 以 大 学 生 为 受 试 对 象, 在 对 不 同 学 生 分 别 第 17 卷 第 1 期 2015 年 2 月 基 础 英 语 教 育 Journal of Basic English Education Vol. 17, No. 1 Feb., 2015 结 合 语 块 教 学 提 高 中 下 水 平 学 生 写 作 能 力 的 研 究 曾 燕 文 摘 要 : 随 着 广 东 高 考 英 语 写 作 比 重 的 增 加, 如 何 提 高 中 下 水 平 学 生

More information

穨control.PDF

穨control.PDF TCP congestion control yhmiu Outline Congestion control algorithms Purpose of RFC2581 Purpose of RFC2582 TCP SS-DR 1998 TCP Extensions RFC1072 1988 SACK RFC2018 1996 FACK 1996 Rate-Halving 1997 OldTahoe

More information

ch_code_infoaccess

ch_code_infoaccess 地 產 代 理 監 管 局 公 開 資 料 守 則 2014 年 5 月 目 錄 引 言 第 1 部 段 數 適 用 範 圍 1.1-1.2 監 管 局 部 門 1.1 紀 律 研 訊 1.2 提 供 資 料 1.3-1.6 按 慣 例 公 布 或 供 查 閱 的 資 料 1.3-1.4 應 要 求 提 供 的 資 料 1.5 法 定 義 務 及 限 制 1.6 程 序 1.7-1.19 公 開 資

More information

<4D6963726F736F667420576F7264202D203033BDD7A16DA576B04FA145A4ADABD2A5BBACF6A16EADBAB6C0ABD2A4A7B74EB8712E646F63>

<4D6963726F736F667420576F7264202D203033BDD7A16DA576B04FA145A4ADABD2A5BBACF6A16EADBAB6C0ABD2A4A7B74EB8712E646F63> 論 史 記 五 帝 本 紀 首 黃 帝 之 意 義 林 立 仁 明 志 科 技 大 學 通 識 教 育 中 心 副 教 授 摘 要 太 史 公 司 馬 遷 承 父 著 史 遺 志, 並 以 身 膺 五 百 年 大 運, 上 繼 孔 子 春 秋 之 史 學 文 化 道 統 為 其 職 志, 著 史 記 欲 達 究 天 人 之 際, 通 古 今 之 變, 成 一 家 之 言 之 境 界 然 史 記 百

More information

參 加 第 二 次 pesta 的 我, 在 是 次 交 流 營 上 除 了, 與 兩 年 沒 有 見 面 的 朋 友 再 次 相 聚, 加 深 友 誼 外, 更 獲 得 與 上 屆 不 同 的 體 驗 和 經 歴 比 較 起 香 港 和 馬 來 西 亞 的 活 動 模 式, 確 是 有 不 同 特

參 加 第 二 次 pesta 的 我, 在 是 次 交 流 營 上 除 了, 與 兩 年 沒 有 見 面 的 朋 友 再 次 相 聚, 加 深 友 誼 外, 更 獲 得 與 上 屆 不 同 的 體 驗 和 經 歴 比 較 起 香 港 和 馬 來 西 亞 的 活 動 模 式, 確 是 有 不 同 特 WE ARE BOY S BRIGADE 參 加 第 二 次 pesta 的 我, 在 是 次 交 流 營 上 除 了, 與 兩 年 沒 有 見 面 的 朋 友 再 次 相 聚, 加 深 友 誼 外, 更 獲 得 與 上 屆 不 同 的 體 驗 和 經 歴 比 較 起 香 港 和 馬 來 西 亞 的 活 動 模 式, 確 是 有 不 同 特 別 之 處 如 控 制 時 間 及 人 流 方 面, 香

More information

-------------------------------------------------------------------------------- Pekinger in NewYork -------------------------------------------------------------------------------- 1011 121314 151617

More information

Some experiences in working with Madagascar: installa7on & development Tengfei Wang, Peng Zou Tongji university

Some experiences in working with Madagascar: installa7on & development Tengfei Wang, Peng Zou Tongji university Some experiences in working with Madagascar: installa7on & development Tengfei Wang, Peng Zou Tongji university Map data @ Google Reproducible research in Madagascar How to conduct a successful installation

More information