imperative programming wikipedia - EAS

第 7-16 筆,共 379,000 筆搜尋結果
  1. Comparison of programming paradigms - Wikipedia

    https://en.wikipedia.org/wiki/Comparison_of_programming_paradigms

    網頁Imperative programming – focuses on how to execute, defines control flow as statements that change a program state. Declarative programming – focuses on what to execute, defines program logic, but not detailed control flow. The following are widely considered the main programming paradigms, as seen when measuring programming language …

  2. Imperative ProgrammierungWikipedia

    https://de.wikipedia.org/wiki/Imperative_Programmierung

    網頁Imperative Programmierung ( lateinisch imperare ‚anordnen‘, ‚befehlen‘) ist ein Programmierparadigma, nach dem „ein Programm aus einer Folge von Anweisungen besteht, die vorgeben, in welcher Reihenfolge was vom Computer getan werden soll“. [1] Die imperative Programmierung ist das am längsten bekannte Programmierparadigma.

  3. What is Imperative Programming? - Computer Hope

    https://www.computerhope.com/jargon/i/imp-programming.htm

    網頁2019年6月30日 · Imperative programming is a paradigm of computer programming where the program describes steps that change the state of the computer. Unlike declarative programming, which describes "what" …

  4. 宣告式編程 - 维基百科,自由的百科全书

    https://zh.wikipedia.org/wiki/宣告式編程

    網頁宣告式編程 (英語: Declarative programming )或译为声明式编程,是對與 指令式編程 不同的 編程範型 的一種合稱。 它们建造计算机程序的结构和元素,表达 计算 的逻辑而不用描述它的 控制流程 [1] 。 目录 1 概述 2 定义 3 子编程范型 3.1 逻辑式编程 3.2 函数式编程 3.3 约束式编程 4 參見 5 參考 6 外部連結 概述 [ 编辑] 常見的宣告式語言包括: 資料庫 查詢 …

  5. 命令式编程(Imperative) vs声明式编程( Declarative) - 知乎

    https://zhuanlan.zhihu.com/p/34445114

    網頁简单的定义 命令式编程(Imperative):详细的命令机器怎么(How)去处理一件事情以达到你想要的结果(What); 声明式编程( Declarative):只告诉你想要的结果(What),机器自己摸索过程(How) 以生活中打车到王府井大街作为例子 命令式编程(imperative):详细描述路径 下个路口左转 下个有红灯的路口右转 前进100米 在下个 …

  6. Buzz Word 1 : Declarative vs. Imperative - iT 邦幫忙::一起幫忙解 …

    https://ithelp.ithome.com.tw/articles/10233761

    網頁2020年9月3日 · Imperative programming is a programming paradigm that uses statements that change a program's state. 著重在 HOW ,具體表達程式碼該做什麼才能達到目標,比較像我以前撰寫程式的思維,程式一步一步按著順序照著你給他指示執行。 Imperative 比較常運用 Statement ,也就是 if , while , for , switch 等。 Example: OOP …

  7. List of programming languages by type - Wikipedia

    https://en.wikipedia.org/wiki/List_of_programming_languages_by_type

    網頁OpenCL (extension of C and C++ to use the GPU and parallel extensions of the CPU) OptimJ (extension of Java with language support for writing optimization models and powerful abstractions for bulk data processing) Perl. Pike. Python (embedded in Maya, Blender, and other 3-D animation packages) Rexx. Ring.

  8. Programming language - Wikipedia

    https://en.wikipedia.org/wiki/Programming_language

    網頁A programming language is a system of notation for writing computer programs. [1] Most programming languages are text-based formal languages, but they may also be graphical. They are a kind of computer …

  9. 命令型プログラミング - Wikipedia

    https://ja.wikipedia.org/wiki/命令型プログラミング

    網頁命令型プログラミング ( 英: Imperative Programming )は、 プログラム の 状態 ( 英語版 ) を変化させる ステートメント を基本文に用いる総称的な プログラミングパラダイム である。 ステートメントでは コマンド (命令文)が多用される。 宣言型プログラミング と対をなしての プログラミング言語 の分類用語としても扱われている。 宣言型の 数 …

  10. Reactive programming - Wikipedia

    https://en.wikipedia.org/wiki/Reactive_programming

    網頁Reactive programming can be purely static where the data flows are set up statically, or be dynamic where the data flows can change during the execution of a program. The use of data switches in the data flow graph could to some extent make a static data flow graph appear as dynamic, and blur the distinction slightly.



Results by Google, Bing, Duck, Youtube, HotaVN