范文健康探索娱乐情感热点
热点动态
科技财经
情感日志
励志美文
娱乐时尚
游戏搞笑
探索旅游
历史星座
健康养生
美丽育儿
范文作文
教案论文

计算机的算法是什么?你了解吗?

  英语科技类阅读系列第9篇 — 算法
  Text: 961 words
  Category: computing
  关注 头条+西瓜+抖音号:杨老师STEAM教育
  Explainer: What is an algorithm? 讲解员: 什么是算法?
  Computers and others use these step-by-step rules to answer questions and process data.
  计算机和其他设备使用这些循序渐进的规则来回答问题和处理数据
  Back in the 9th century, a famous mathematician and astronomer made a lot of discoveries in science, math and the number system that we now use. His name was Muhammad ibn Mūsa al-Khwarizmī. His last name is Persian for the area of his birth: Khwãrezm. Over the centuries, as his fame grew, people outside the Middle East altered his name to Algoritmi. This version of his name would later be adapted as the English term that describes the step-by-step recipes we now known as algorithms.
  早在9世纪,一位著名的数学家和天文学家在科学、数学和我们现在使用的数字系统方面做出了很多发现。他的名字叫穆罕默德-伊本-穆萨-赫瓦里兹米。他的姓是波斯语,表示他出生的地区: 赫瓦里兹米。几个世纪以来,随着他的名气越来越大,中东以外的人把他的名字改为阿尔戈里特米。他的这个名字后来被改编为英语术语,描述我们现在所知的算法,就如一步一步做饭的食谱。
  An algorithm is a precise step-by-step series of rules that leads to a product or to the solution to a problem. One good example is a recipe.
  算法是一套精确的、按部就班的规则,这些规则会导致产品或问题的解决方案。一个很好的例子就是食谱。
  When bakers follow a recipe to make a cake, they end up with cake. If you follow that recipe precisely, time after time your cake will taste the same. But deviate from that recipe, even a little, and what emerges from the oven may disappoint your taste buds.
  当面包师按照食谱制作蛋糕时,他们最终得到的是蛋糕。如果你严格按照这个食谱做,你的蛋糕尝起来还是一样的。但如果偏离这个食谱,哪怕只是一点点,从烤箱里出来的东西可能会让你的味蕾失望。
  Some steps in an algorithm depend on what happened or was learned in earlier steps. Consider the cake example. Dry ingredients and wet ingredients might need to be combined in separate bowls before they can be mixed together. Similarly, some cookie batters must be chilled before they can be rolled out and cut into shapes. And some recipes call for the oven to be set to one temperature for the first few minutes of baking, and then changed for the rest of the cooking or baking time.
  算法中的一些步骤取决于在之前的步骤中发生了什么或学到了什么。考虑蛋糕的例子。干食材和湿食材可能需要在混合之前分别在不同的碗中混合。同样,一些饼干面糊在擀开和切成形状之前必须先冷却。有些食谱要求在烘焙的前几分钟将烤箱的温度设置为一个温度,然后在剩下的烹饪或烘焙时间里改变温度。
  We even use algorithms to make choices throughout the week.
  我们甚至用算法来做选择
  Let’s say you have an afternoon with nothing planned — no family activities, no chores. To settle on what to do, you will likely think through a series of smaller questions (or steps). For instance: Do you want to spend time alone or with a friend? Do you want to stay inside or go out? Do you prefer to play a game or watch a movie?
  让我们假设你有一个没有计划的下午没有家庭活动,没有家务。在决定要做什么时,你可能会考虑一系列较小的问题(或步骤)。例如:你想独处还是和朋友在一起?你想呆在家里还是出去?你喜欢玩游戏还是看电影  ?
  At each step you will consider one or more things. Some of your choices will depend on data you gathered from other sources, such as the weather forecast. Perhaps you realize that (1) your best friend is available, (2) the weather is warm and sunny, and (3) you’d love to play basketball. Then you might decide to go to a nearby park so the two of you can shoot hoops. At each step, you made a small choice that got you closer to your ultimate decision. (You can create a flowchart that lets you map the steps to a decision.)
  每一步你都要考虑一件或多件事情。您的一些选择将取决于您从其他来源收集的数据,如天气预报。也许你意识到:(1)你最好的朋友就在身边;(2)天气温暖、阳光灿烂;(3)你会喜欢打篮球。然后你可能会决定去附近的公园,这样你们两个就可以打篮球了。每一步,你都做了一个小的选择,让你更接近最终的决定。(您可以创建一个流程图,以便将步骤映射到决策。)
  Computers use algorithms, too. These are the sets of instructions a computer program must follow in order. Instead of a step in a cake recipe (such as mix flour with baking powder), the computer’s steps are equations or rules.
  计算机也使用算法。这些是计算机程序必须按顺序执行的指令集。电脑的步骤不是制作蛋糕的步骤(把面粉和发酵粉混合),而是方程式或规则。
  Awash in algorithms 沉浸在算法里
  Algorithms are everywhere in computers. The most well-known example might be a search engine, such as Google. To find the closest veterinarian that treats snakes or the fastest route to school, you might type the relevant question into Google and then review its list of possible solutions.
  算法在计算机中无处不在。最著名的例子可能是搜索引擎,例如谷歌。为了找到最近的治疗蛇的兽医或去学校的最快路线,你可以把相关的问题输入谷歌,然后查看可能的解决方案列表。
  Mathematicians and computer scientists designed the algorithms that Google uses. They realized that searching the whole internet for the words in every question would take too long. One shortcut: Count the links between webpages, then give extra credit to pages with lots of links to and from other pages. Pages with more links to and from other pages will rank higher in the list of possible solutions that emerge from the search request.
  数学家和计算机科学家设计了谷歌使用的算法。他们意识到在整个互联网上搜索每个问题的单词会花费太多时间。一个快捷方法是:计算网页之间的链接,然后给那些与其他网页有大量链接的页面额外加分。与其他页面有更多链接的页面将在搜索请求中出现的可能解决方案列表中排名更高。
  Many computer algorithms seek new data as they work through a solution to some problem. A map app on a smartphone, for example, contains algorithms designed to find the fastest route or perhaps the shortest one. Some algorithms will connect to other databases to identify new construction zones (to avoid) or even recent accidents (which can tie up traffic). The app also may help drivers follow a chosen route.
  许多计算机算法在解决某些问题时寻找新的数据。例如,智能手机上的一款地图应用程序包含了旨在找到最快或最短路线的算法。一些算法将连接到其他数据库,以识别新的建筑区域(以避免),甚至是最近的事故(可能会堵塞交通)。该应用程序还可以帮助司机遵循选定的路线。
  Algorithms can become complex as they gather lots of data from different sources to reach one or more solutions. The steps in most algorithms must follow a set order. Those steps are called dependencies.
  算法可能会变得复杂,因为它们从不同的来源收集大量的数据,以达到一个或多个解决方案。大多数算法的步骤都必须遵循一定的顺序。这些步骤称为依赖项。
  One example is an if/then statement. You acted like a computer algorithm when you decided how to spend your afternoon. One step was to consider the weather. IF the weather is sunny and warm, THEN you (might) choose to go outside.
  举个例子就是"如果…那么…"的陈述。当你决定如何度过你的下午时,你行为上就像一个计算机算法。第一步是考虑天气。如果天气晴朗温暖,那么你可能会选择外出。
  Algorithms sometimes also glean data on how people have used their computers. They may track what stories or websites people have read. Those data are used to offer these people new stories. This can be helpful if they want to see more stuff from the same source or about the same topic. Such algorithms can be harmful, however, if they prevent or in some way discourage people from seeing new or different types of information.
  算法有时也会收集人们如何使用电脑的数据。他们可能会追踪人们读过的故事或网站。这些数据被用来为这些人提供新的故事。如果他们想看到更多来自同一来源或关于同一主题的内容,这是很有帮助的。然而,如果这些算法阻止或以某种方式阻止人们看到新的或不同类型的信息,那么它们可能是有害的。
  We use computer algorithms for so many things. New or improved ones emerge every day. For instance, specialized ones help explain how diseases spread. Some help predict the weather. Others choose investments in the stock market.
  我们在很多事情上都使用计算机算法。每天都会出现新的或改进过的算法。例如,专门的算法有助于解释疾病是如何传播的。一些算法帮助预测天气。其他人则选择股票市场投资。
  The future will include algorithms that teach computers how to better understand more complex data. This is the beginning of what people call machine learning: computers teaching computers.
  未来将包括教计算机如何更好地理解更复杂的数据的算法。这就是人们所说的机器学习的开始:计算机教计算机  。
  Another area being developed is a faster way to sort through images. There are apps that pull up possible plant names based on a photograph. Such tech currently works better on plants than it does on people. Apps that are designed to recognize faces may be fooled by haircuts, glasses, facial hair or bruises, for instance. These algorithms are still not as accurate as people tend to be. The trade-off: They’re much faster.
  另一个正在开发的领域是快速分类图像的方法。有些应用程序可以根据照片找出可能的植物名称。这种技术目前在植物上比在人身上更有效。例如,用于识别人脸的应用程序可能会被发型、眼镜、面部毛发或擦伤所欺骗。这些算法仍然没有人们期望的那么精确。代价是:它们要快得多。

73,53。2C,最近世界频频高温天气,人类距离灾难有多远?进入6月,美国加拿大地区遭遇极端高温天气,多地温度普遍超过45,高温天气导致汽车自燃引发森林火灾事故上升,截止目前高温天气总共导致600多人丧生。6月22日,科威特的努瓦西布记录到中国睡狮已醒,世界正在颤抖华夏文明千年,山河幅员万里,数亿同胞共心,光芒点亮世界!这是一个古老的文明,这是一个历史悠久的国家,这是一个文化灿烂的中国!一切好像在昨天,一切发生在今天,一切美好在明天,站在时间宇宙存在造物主,这个世界的结构不是偶然的,双缝干涉可以证明中国科学院院士诺贝尔物理学奖获得者杨振宁在一次采访中说如果你问我说是有没有上帝呢,如果你所谓的上帝是个人形状的,那我想没有,如果问我说是有没有一个造物者,那我想是有的,因为整个这个小奶狗推荐48小时有你更有爱!大宝贝们我们又见面啦是愉快的周末哟!今天小奶狗就要给你们推荐些周末必备!一定要好好看哦世界太大,只想小一点的小酸奶!原谅小苛刻来点小奢侈懂你的小情绪告别小压力做回小可爱!回归质朴,经常喝牛奶和不喝牛奶的差异有多大?HEY,请问区别真的很大吗?喝牛奶和不喝牛奶叮咚,叮咚未读群消息99喝牛奶的好处多到让你意想不到大家都知道牛奶对于身体的益处较为强大牛奶当中不仅含有丰富的蛋白质钙等营养物质,还有着全球缺芯有多严重?波及169个行业,汽车手机皆中招,或持续几年相信大家伙从去年开始,就一直有听到一种说法,全球缺芯!那问题也就来了,这芯片短缺严重到什么程度了?先看看对普通人的影响吧,一个最直白的感受,就是手机游戏机显卡笔记本甚至汽车等产品,看完这个论述,你也可能会制造不受重力约束的飞行器现在很多科学家都想把研制反重力飞行器,顾名思义,反重力飞行器就是不受重力或叫引力的约束,而且自身能产生一种反重力(引力)方向的力,利用这个推动力任意飞行我认为反重力大多数人都理解错前沿技术单光子激光雷达数据的实时3D重建方法获取更多信息,请关注我们受英国国防部大学防务研究合作项目资助,赫瑞瓦特大学与法国图卢兹大学合作,提出了一种用于从单光子数据实时重建三维(3D)场景的方法。3D场景重建在自主导航环境荣耀出售?怎么不说是华为手机业务出售?文当下君图片来源网络节后的诸多新闻里,当属华为将出售荣耀品牌的消息最为吊诡。这则消息为什么有传播的土壤?主要还是华为手机业务目前面临的死结所致。根据美国的实体清单,且华为也公开证实如果华为梦回2012,记曾经的国产手机操作系统梦上次,我们讲到了美国实体清单升级和华为危局。其实有个大家多少忽略了的问题就是,华为其实在操作系统上也受制于谷歌。令人叹息的是,其实在2012年,中国手机业是有一次弯道超车的机会的。北京目前主要新增来源于新发地当地网友表示目前疫情的控制住表面上更像是新发地相关流行病学调查接近尾声,所有相关人员已经纳入了医学观察。接下来,如果所有的感染者都是在纳入观察的人群里出现的,那现在就已经控制住了,
我们的银河系是扭曲的,科学家们不知道为什么在银河系的边缘正在酝酿着麻烦新的测量表明,银盘的一种特殊扭曲几乎没有移动,这与早先的报道相矛盾。到目前为止,还没有人知道哪个发现最终会是正确的。这关系到宇宙中螺旋星系的结构和形成的智人是如何战胜尼安德特人,并存续下来的?多亏地球磁场的神助攻现在的人类虽然有着不同的肤色,并可以细分为众多的民族,但从根上来讲,我们都是智人的后代。在很久很久以前,智人并不是地球上唯一的智慧生命,还有着以尼安德特人为代表的其它人种,不过最终银河系中心异常明亮,4000亿颗恒星都在围绕它旋转,里面是什么?导语太阳系是非常广阔的,它是地球的家园,但在太阳系之外,还存在着一个更广阔的世界,那就是银河系,太阳系已经足够广阔了,它广阔到人类至今都无法走出,但人类的好奇心并没有因此而得到满足关于时间旅行,爱因斯坦说,我们能穿越到未来,但却无法回到过去20世纪时期,有一位伟大的科学家,爱因斯坦研究出了狭义相对论,这个理论对于我们大多数人来说,既陌生又深奥,因为这个理论不是与我们日常所经历的生活息息相关,但大多数科学家已经接受了这理解电荷的本质比发现高能光子更有意义我国科学家观测到迄今最高能量光子电荷的本质!我们应该要搞清楚电荷概念为什么要引入?到底是描述什么?本质是什么?而不是去说存在不存在?电子间所谓电荷间的电磁作用本质上是电子中黑洞态光无中生有,这个无应该这样理解,它类似但不是以太,类似但不是零星海泛舟本老拳我看了半天你这个无跟时空有啥区别,引力就是时空弯曲导致的。你说的是纯真空么,没有量子涨落的真空。本老拳星海泛舟我说的无,就是空间尺寸。天光下临没有真正的真空。本老拳我美国国家航空航天局(NASA)正在认真对待不明飞行物CNN新闻报道,NASA的新任局长正在努力在他上任的第一个月里进一步研究不明飞行物。前佛罗里达州参议员和航天经验丰富的比尔尼尔森在周四接受CNN商业频道的蕾切尔克兰采访时表示,任何缅甸琥珀中首次发现虾类化石本报讯(记者陈怡希)6月5日,中外科学家团队在科学通报英文版发表论文,描述了缅甸克钦邦琥珀中首例虾类化石。据悉,此次发现填补了缅甸琥珀十足目虾类的产出空白,将琥珀虾类的保存记录提前对话帽天山古生物长足啰哩山虫来源人民网云南频道长足啰哩山虫属于稀有化石,分布于云南澄江和昆明海口5。18亿年前的下寒武统帽天山页岩段。长足啰哩山虫虫体小而细长,长不到2cm。头部短,具有1对头附肢,躯干由13日媒日本将部署变形机器人探月据日本读卖新闻6月1日报道,日本宇宙航空研究开发机构(JAXA)宣布,2022年将部署同玩具制造商多美公司等企业共同开发的超小型探测机器人登月。登月运载任务将由日本新兴航天企业iS从发货到签收仅8小时,天舟二号的宇宙快递这样送科技日报实习生季天宇记者张晔5月29日晚,历经坎坷的天舟二号货运飞船终于在海南文昌发射场成功发射。8小时后,天舟二号与天和核心舱完成对接,快递包裹顺利抵达目的地。作为货运飞船的天舟