-
1 Advanced performance algorithm
Electronics: APAУниверсальный русско-английский словарь > Advanced performance algorithm
-
2 алгоритм выполнения
алгоритм выполнения
(напр. задания, программы)
[А.С.Гольдберг. Англо-русский энергетический словарь. 2006 г.]Тематики
EN
Русско-английский словарь нормативно-технической терминологии > алгоритм выполнения
-
3 алгоритм
algorithm, device, procedure, scheme, strategy, technique* * *алгори́тм м.
algorithmконструи́ровать алгори́тм — synthesize an algorithmпо ( такому-то) [m2]алгори́тму — by a (so and so) program [algorithm]распи́сывать алгори́тм в … (напр. команды) — break down an algorithm in … (e. g., commands)
(с)формулировать алгори́тм — develop an algorithmалгори́тм выполне́ния — execution [performance] algorithmвычисли́тельный алгори́тм — computational algorithmдекоди́рующий алгори́тм — decoding algorithmалгори́тм деле́ния Эвкли́да — Euclidean division algorithmдетермини́рованный алгори́тм — deterministic algorithmалгори́тм Ква́йна — Quine algorithmлоги́ческий алгори́тм — logical algorithmлока́льный алгори́тм — local algorithmалгори́тм Мак-Кла́ски — McCluskey algorithmнорма́льный алгори́тм — normal algorithmобобщё́нный алгори́тм — generalized algorithmалгори́тм обуче́ния распознава́ния — pattern-recognition algorithmалгори́тм перево́да1. ( до ввода в машину) translation algorithm2. ( в ходе работы программы) interpretation algorithmпосле́довательный алгори́тм — sequential algorithmалгори́тм По́ста — Post algorithmпо́стовский алгори́тм см. алгоритм Постаалгори́тм приведе́ния — reduction algorithmалгори́тм распределе́ния — scheduling algorithmрекурси́вный алгори́тм — recursive algorithmсамоизменя́ющийся алгори́тм — self-adaptive algorithmалгори́тм сложе́ния — addition algorithmалгори́тм с непо́лной па́мятью — partial-memory algorithmалгори́тм составле́ния гра́фика или расписа́ния — scheduling algorithmалгори́тм с по́лной па́мятью — full-memory algorithmтабли́чный алгори́тм — table algorithmалгори́тм трансля́ции — compilation [translation] algorithmалгори́тм Тью́ринга — Turing algorithmуниверса́льный алгори́тм — universal algorithmалгори́тм управле́ния — control algorithmалгори́тм управля́ющего устро́йства — controller algorithmчелно́чный алгори́тм — shuttle algorithmалгори́тм чи́сленного ана́лиза — numerical analysis algorithmалгори́тм Эвкли́да — Euclidean algorithmэквивале́нтные алгори́тмы — equivalent algorithmsэлемента́рный алгори́тм — elementary algorithm -
4 функционирование
1. operation2. performanceРусско-английский словарь по информационным технологиям > функционирование
-
5 программа
1) General subject: bill (концерта и т. п.), blueprint, catalogue, package, playbill, program, programme, project (строительства и т. п.), routine, schedule, scheme, syllabus (курса, лекций), syllabus (курса, лекций, подготовки и т.п.)2) Computers: software3) Geology: slate (состязаний и т.п.)4) Naval: program instruction5) American: catalog6) Sports: repertoire, routines (в спортивной гимнастике)7) Military: equipment requirements program, itinerary (напр. визита), mine development program, priority placement program, (специальная) project, reserve enlisted program, sequence, slate, syllabus (боевой подготовки)8) Engineering: agenda, code, high performance computing and communications initiative, mission (напр. проведения экспериментов), route9) Bookish: schema10) Construction: policy11) Mathematics: course, диспетчер, загрузчик, консультант12) Religion: outreach13) Accounting: layout15) TV: lineup16) Information technology: TSR program, applet (в интерфейсе Windows), application (прикладная), code (машинная), computer programme, data flow program, product, program item, rout (стандартная), routine (стандартная), routine program, routine program (стандартная), rtn (стандартная)17) Oil: curriculum18) Geophysics: module, LMO - Linear Move Out19) Metrology: algorithm20) Advertising: program book, programme book, schedule (передач)21) Patents: (стандартная) routine (для ЭВМ)22) Business: plan23) Missiles: preset24) Automation: (управляющая) code, instruction (действий), profile (напр. развития отрасли), (стандартная) routine25) Quality control: scope (напр. статистического наблюдения)26) Robots: program( производственная)28) Makarov: application program (прикладная), code (ЭВМ), code (управляющая), diary, job, procedure, program (последовательность команд для решения задачи), routine (для ЭВМ), routine (последовательность команд для выполнения какой-л. операции), schedule (мероприятия)29) Logistics: doctrine30) Marketology: initiative
См. также в других словарях:
Performance tuning — is the improvement of system performance. This is typically a computer application, but the same methods can be applied to economic markets, bureaucracies or other complex systems. The motivation for such activity is called a performance problem … Wikipedia
Performance Enhancing Proxy — Performance Enhancing Proxies (PEPs) are network agents designed to improve the end to end performance of some communications protocol such as Transmission Control Protocol. PEPs function by breaking the end to end connection into multiple… … Wikipedia
Algorithm — Flow chart of an algorithm (Euclid s algorithm) for calculating the greatest common divisor (g.c.d.) of two numbers a and b in locations named A and B. The algorithm proceeds by successive subtractions in two loops: IF the test B ≤ A yields yes… … Wikipedia
Algorithm characterizations — The word algorithm does not have a generally accepted definition. Researchers are actively working in formalizing this term. This article will present some of the characterizations of the notion of algorithm in more detail. This article is a… … Wikipedia
Performance analysis — In software engineering, performance analysis, more commonly today known as profiling, is the investigation of a program s behavior using information gathered as the program executes (i.e. it is a form of dynamic program analysis, as opposed to… … Wikipedia
Kruskal's algorithm — is an algorithm in graph theory that finds a minimum spanning tree for a connected weighted graph. This means it finds a subset of the edges that forms a tree that includes every vertex, where the total weight of all the edges in the tree is… … Wikipedia
Page replacement algorithm — This article is about algorithms specific to paging. For outline of general cache algorithms (e.g. processor, disk, database, web), see Cache algorithms. In a computer operating system that uses paging for virtual memory management, page… … Wikipedia
Selection algorithm — In computer science, a selection algorithm is an algorithm for finding the kth smallest number in a list (such a number is called the kth order statistic). This includes the cases of finding the minimum, maximum, and median elements. There are… … Wikipedia
Sorting algorithm — In computer science, a sorting algorithm is an algorithm that puts elements of a list in a certain order. The most used orders are numerical order and lexicographical order. Efficient sorting is important for optimizing the use of other… … Wikipedia
Genetic algorithm — A genetic algorithm (GA) is a search heuristic that mimics the process of natural evolution. This heuristic is routinely used to generate useful solutions to optimization and search problems. Genetic algorithms belong to the larger class of… … Wikipedia
Rete algorithm — The Rete algorithm is an efficient pattern matching algorithm for implementing production rule systems. The Rete algorithm was designed by Dr Charles L. Forgy of Carnegie Mellon University, first published in a working paper in 1974, and later… … Wikipedia