Search Results: File:Iterative Process Diagram.svg

Sorry, the article you're looking for isn't specifically available. Here are related topics:


File:Mandelbrot Set Image 96.png
Minggu, 2026-05-31 20:58:07

long double precision). Anti-aliasing: 64x SSAA (8x8 supersampling). Iterations: 50,000 max. Software: C++ (compiled with g++), GNU C++ Compiler. Previous...

Click to read more »
File:Mandelbrot Set Image 95.png
Selasa, 2026-05-19 21:20:16

long double precision). Anti-aliasing: 64x SSAA (8x8 supersampling). Iterations: 50,000 max. Software: C++ (compiled with g++), GNU C++ Compiler. Previous...

Click to read more »
File:Sicurezza funzioni di hash iterative.png
Jumat, 2022-03-18 01:07:01

Sicurezza_funzioni_di_hash_iterative.png English Italian Sicurezza funzioni di hash iterative...

Click to read more »
File:Iterative chessboard detection heatmap.png
Minggu, 2026-05-24 06:25:08

English An iterative coarse-to-fine localization pipeline for chessboard detection. described at URL: https://arxiv.org/abs/1708.03898...

Click to read more »
File:Mandelbrot Set Image 94.png
Selasa, 2026-05-19 22:26:36

long double precision). Anti-aliasing: 64x SSAA (8x8 supersampling). Iterations: 50,000 max. Software: C++ (compiled with g++), GNU C++ Compiler. Previous...

Click to read more »
File:Unified Process Model for Iterative Development.svg
Sabtu, 2024-07-20 07:08:23

publish it under the following license: English Unified Process Model for Iterative Development showing the four phases and the six disciplines URL: https://commons...

Click to read more »
File:Iterative Process Diagram.svg
Jumat, 2026-04-10 23:27:34

Attribution-Share Alike 4.0 truetrue English Iterative development model American English Diagram of iterative design process. Initial planning begins the...

Click to read more »
File:An Iterative Approach Guides Discovery of the FabI Inhibitor Fabimycin, a Late-Stage Antibiotic Candidate with In Vivo Efficacy against Drug-Resistant Gram-Negative Infections.pdf
Senin, 2025-04-21 08:11:43

org/licenses/by/4.0CC BY 4.0 Creative Commons Attribution 4.0 truetrue English An Iterative Approach Guides Discovery of the FabI Inhibitor Fabimycin, a Late-Stage...

Click to read more »
File:UML class diagram Rust iterators.svg
Minggu, 2026-01-25 13:06:11

interface IntoIterator << (T) >> { + into_iter() } interface Iterator << (T) >> { + next() } interface ExactSizeIterator << (T) >> implements Iterator { + len()...

Click to read more »
File:Urdad for system design.pdf
Kamis, 2024-07-11 14:00:17

Paper explaining the URDAD iterative software development process, as published by Dr. Fritz Solms, STCD This file is licensed under the Creative Commons...

Click to read more »
File:Basic iterative network.png
Jumat, 2026-02-20 02:55:31

0 Creative Commons Attribution-Share Alike 4.0 truetrue English Basic iterative network that resembles neural network determination method or standard:...

Click to read more »
File:Wikimania 2023 - Room 311 - 19 August - New'pedias! Rapid, iterative, automagical construction of large reference works.webm
Jumat, 2024-10-25 22:51:12

BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue English New'pedias: Rapid, iterative, automagical construction of large reference works...

Click to read more »
File:Heart-direct-vs-iterative-reconstruction.png
Sabtu, 2025-10-11 16:57:58

https://creativecommons.org/licenses/by-sa/3.0CC BY-SA 3.0 Creative Commons Attribution-Share Alike 3.0 truetrue en:Iterative_reconstruction English...

Click to read more »
File:Cantor set in seven iterations.svg
Kamis, 2026-01-01 03:28:18

Inkscape or any other graphical vector graphics editor Six iterations Five iterations Four iterations | English Russian Семь итераций построения канторова множества...

Click to read more »
File:Iterated logarithm.png
Senin, 2025-10-06 09:50:19

demonstrating that the iterated logarithm of 4 (base e) is 2. The curve is log(n), and the other lines are following the path of iteration. determination method...

Click to read more »
File:Anja Tončić, iterative workflows 2023-2025.jpg
Sabtu, 2026-05-09 19:09:38

4.0 Creative Commons Attribution-Share Alike 4.0 truetrue English Anja Tončić, iterative workflows 2023-2025 determination method or standard: SHA-1...

Click to read more »
File:Learning Engineering Process with Iterative Design-Build.png
Selasa, 2024-02-13 14:50:11

Commons Attribution 4.0 truetrue English Learning Engineering Process with Iterative Design-Build author name string: Jgoodell2 Wikimedia username: Jgoodell2...

Click to read more »
File:CT scan Iterative reconstruction (left) versus filtered backprojection (right).jpg
Rabu, 2024-01-24 22:40:25

Creative Commons Attribution-Share Alike 4.0 truetrue English CT scan using iterative reconstruction (left) versus filtered backprojection (right) Wikimedia...

Click to read more »
File:Anja Tončić, studio iterative workflows 2023-2025.jpg
Sabtu, 2026-05-02 19:17:41

org/licenses/by-sa/4.0CC BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue English Anja Tončić, studio iterative workflows 2023-2025...

Click to read more »
File:Anja Tončić , iterative workflows 2023-2025 (2).jpg
Sabtu, 2026-05-02 19:17:35

https://creativecommons.org/licenses/by-sa/4.0CC BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue English Anja Tončić , iterative workflows 2023-2025 (2)...

Click to read more »
File:Cantor set in seven iterations-2011-18-03.svg
Selasa, 2025-11-11 08:34:54

is a derivative work of the following images: File:Cantor_set_in_seven_iterations.svg licensed with PD-ineligible 2010-12-25T22:13:26Z Sarang 729x118 (998...

Click to read more »
File:Koch Snowflake 0th iteration.svg
Rabu, 2025-02-19 10:32:13

Side length of the base triangle: 500 Number of iterations: 0 Total number of walls: 3 Length of each wall: 500 Total length of all walls: 1500 English...

Click to read more »
File:UML PHP iterator interface.svg
Sabtu, 2025-05-24 03:28:18

PlantUML source code. interface Iterator extends Traversable { +current(): mixed +key(): mixed +next(): void +rewind(): void +valid(): bool } I, the copyright...

Click to read more »
File:Koch Snowflake 3rd iteration.svg
Sabtu, 2025-05-31 19:08:44

Side length of the base triangle: 500 Number of iterations: 3 Total number of walls: 192 Length of each wall: 18.5185185185 Total length of all walls:...

Click to read more »
File:Iterative methods for parameter estimation (IA iterativemethods1094527629).pdf
Senin, 2024-10-14 09:56:01

Iterative methods for parameter estimation   (  ) Author MacHardy, William R. Title Iterative methods for parameter estimation Publisher Monterey, California:...

Click to read more »
File:IteratedLoxodromicTsfm.png
Senin, 2023-02-13 18:15:09

Iterated Loxodromic Mobius Transformation English...

Click to read more »
File:Koch Snowflake 2nd iteration.svg
Rabu, 2025-02-19 10:32:14

Side length of the base triangle: 500 Number of iterations: 2 Total number of walls: 48 Length of each wall: 55.5555555556 Total length of all walls: 2666...

Click to read more »
File:Pictorial representation of the bidirectional iterative deepening depth-first search algorithm.png
Jumat, 2022-07-22 08:37:54

Creative Commons Attribution-Share Alike 4.0 truetrue English Bidirectional iterative deepening depth-first search URL: https://commons.wikimedia.org/wiki/user:Rodion...

Click to read more »
File:Koch Snowflake 5th iteration.svg
Rabu, 2025-02-19 10:32:16

Side length of the base triangle: 500 Number of iterations: 5 Total number of walls: 3072 Length of each wall: 2.05761316872 Total length of all walls:...

Click to read more »
File:IteratedEllipticalTsfm.png
Senin, 2023-02-13 18:14:29

Iterated Elliptical Mobius Transformation English...

Click to read more »
File:Koch Snowflake 1st iteration.svg
Rabu, 2025-02-19 10:32:14

Side length of the base triangle: 500 Number of iterations: 1 Total number of walls: 12 Length of each wall: 166.666666667 Total length of all walls: 2000...

Click to read more »
File:Koch Snowflake 6th iteration.svg
Rabu, 2025-02-19 10:32:16

Side length of the base triangle: 500 Number of iterations: 6 Total number of walls: 12288 Length of each wall: 0.685871056241 Total length of all walls:...

Click to read more »
File:01 law of iterated expectations.png
Rabu, 2025-01-22 07:27:10

Commons Attribution-Share Alike 4.0 truetrue English English: The law of iterated expectations. Equivalence of the two-step projecttion and direct projection...

Click to read more »
File:Koch Snowflake 4th iteration.svg
Minggu, 2025-05-11 08:27:09

Side length of the base triangle: 500 Number of iterations: 4 Total number of walls: 768 Length of each wall: 6.17283950617 Total length of all walls:...

Click to read more »
File:Multidimensional spectral estimation using iterative methods (IA multidimensional1094530666).pdf
Rabu, 2024-08-21 02:13:16

spectral estimation using iterative methods   (  ) Author Wester, Roderick C. Title Multidimensional spectral estimation using iterative methods Publisher Monterey...

Click to read more »
File:An iterative unfolding procedure (IA jresv68An4p401).pdf
Rabu, 2024-08-21 18:30:22

An iterative unfolding procedure   (  ) Author Uhlig, Ronald P. Title An iterative unfolding procedure Volume 68A Publisher National Bureau of Standards...

Click to read more »
File:Cantor-Volterra-Smith set in five iterations.svg
Selasa, 2025-11-11 08:33:29

is a derivative work of the following images: File:Cantor_set_in_seven_iterations-2011-18-03.svg licensed with PD-ineligible 2011-03-18T09:42:16Z Elvino...

Click to read more »
File:IteratedHyperbolicTsfm.png
Jumat, 2026-01-02 18:38:13

Iterate Hyperbolic Mobius Transformation English determination method or standard: SHA-1...

Click to read more »
File:New stopping criteria for iterative root finding.pdf
Minggu, 2025-04-20 01:32:20

DescriptionNew stopping criteria for iterative root finding.pdf English: Nikolajsen, Jorgen L. (2014). "New stopping criteria for iterative root finding". Royal Society...

Click to read more »
File:Iterative system modeling using multigrid techniques. (IA iterativesystemm00rich).pdf
Selasa, 2025-12-23 19:55:01

Iterative system modeling using multigrid techniques.   (  ) Author Richter, Dean A.;Tummala, Murali. Title Iterative system modeling using multigrid...

Click to read more »
File:Software testing for evolutionary iterative rapid prototyping (IA softwaretestingf1094527570).pdf
Rabu, 2024-08-21 16:02:44

for evolutionary iterative rapid prototyping   (  ) Author Davis, Edward V., Jr. Title Software testing for evolutionary iterative rapid prototyping...

Click to read more »
File:Iterative zoom into fractal pattern generated by four coupled quadratic maps.jpg
Rabu, 2025-04-09 11:39:08

BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue English Iterative zoom into fractal pattern generated by four coupled quadratic maps author...

Click to read more »
File:An iterative extension of Prony's method for ARMA signal modeling (IA iterativeextensi00ther).pdf
Minggu, 2024-08-18 14:47:57

An iterative extension of Prony's method for ARMA signal modeling   (  ) Author Therrien, Charles W.;Velasco, Carlos H. Title An iterative extension of...

Click to read more »
File:An Iterative Calibration Curve Procedure (IA jresv89n2p187 A1b).pdf
Minggu, 2024-08-18 16:37:23

An Iterative Calibration Curve Procedure   (  ) Author Spiegelman, C.H. Title An Iterative Calibration Curve Procedure Volume 89 Publisher National Institute...

Click to read more »
File:Restorative-iterative initialization for a global prediction model (IA restorativeitera00winn).pdf
Minggu, 2026-04-26 15:36:25

Restorative-iterative initialization for a global prediction model   (  ) Author Winninghoff, Francis J. Title Restorative-iterative initialization for...

Click to read more »
File:Iteration of the past - geograph.org.uk - 5706257.jpg
Kamis, 2025-09-25 05:57:11

Creative Commons Attribution-Share Alike 2.0 Generic license. Attribution: Iteration of the past by Neil Owen You are free: to share – to copy, distribute...

Click to read more »
File:IML++ v.1.2 iterative methods library, reference guide (IA imlv12iterativem5860dong).pdf
Minggu, 2024-08-18 16:46:55

iterative methods library, reference guide   (  ) Author Dongarra, Jack Lumsdaine, Andrew Pozo, Rolan Remington, Karin A. Title IML++ v.1.2 iterative...

Click to read more »
File:Iterative determination of parameters for an exact penalty function (IA iterativedetermi00hart).pdf
Minggu, 2024-08-18 15:42:09

Iterative determination of parameters for an exact penalty function   (  ) Author Hartman, James K. Title Iterative determination of parameters for an...

Click to read more »
File:An iterative layered elastic computer program for rational pavement design - USACE-p266001coll1-4843.pdf
Senin, 2025-07-07 07:26:31

English: An iterative layered elastic computer program for rational pavement design   (  ) Author English: Waterways Experiment Station (U.S.); United...

Click to read more »
File:An iterative process to solve the graph-coloring problem. (IA iterativeprocess00read).pdf
Senin, 2024-08-26 04:50:00

An iterative process to solve the graph-coloring problem.   (  ) Author Read, Dennis Spencer Title An iterative process to solve the graph-coloring problem...

Click to read more »
File:Sierpinski Hexagon Iterations 01-04.svg
Sabtu, 2025-10-18 21:26:26

it under the following license: English Sierpinski hexagon, first four iterations with center polygons colored magenta. Wikimedia username: 0x0077BE URL:...

Click to read more »
File:Бинарное дерево.png
Sabtu, 2023-08-12 22:02:04

Iterations - количество итераций uses GraphABC; const H = 50; Iterations = 6; procedure DrawTree(x, y, dx, iterations: integer); begin if iterations >...

Click to read more »
File:Iterated elimination by mixed strategy example.png
Selasa, 2025-03-04 10:45:22

publish it under the following license: English Example of game using iterated elimination resulting in a mixed strategy author name string: Byzantine23...

Click to read more »
File:Huygens-construction-two-iterations.svg
Rabu, 2025-10-08 21:33:45

this work, hereby publish it under the following license: English Two iterations of Huygens' construction. Wikimedia username: Gavin R Putland URL: https://commons...

Click to read more »
File:Lévy's dragon curve (IFS).jpg
Senin, 2020-09-14 07:09:38

fractal. The image was created from using a "iterated function system", (IFS). See also: w:en:Paul Pierre Lévy w:en:Iterated function system English...

Click to read more »
File:Development-iterative.png
Jumat, 2026-03-20 21:39:43

DescriptionDevelopment-iterative.png Iterative development illustration Date 16 October 2007 Source Own work Author Dutchguilder...

Click to read more »
File:〱 iteration marks in Truyền kỳ mạn lục.png
Senin, 2026-03-16 00:49:43

org/publicdomain/mark/1.0/PDMCreative Commons Public Domain Mark 1.0falsefalse English 〱 iteration marks in Truyền kỳ mạn lục: repeating 習習 and 處處....

Click to read more »
File:An iterative image registration algorithm by optimizing similarity measurement (IA jresv115n1p1).pdf
Senin, 2025-07-07 12:38:55

An iterative image registration algorithm by optimizing similarity measurement   (  ) Title An iterative image registration algorithm by optimizing similarity...

Click to read more »
File:Menger sponge (Level 0-3).jpg
Senin, 2025-03-17 04:33:45

number of cubes at a given iteration is 20 n {\displaystyle 20^{n}} , where n {\displaystyle n} is the number of iterations performed on the first cube:...

Click to read more »
File:Harter-Heighways dragon curve (IFS).jpg
Minggu, 2020-09-13 02:48:30

curve, a fractal. The image was created from using a "iterated function system", (IFS). See also: w:en:Dragon curve w:en:Iterated function system English...

Click to read more »
File:Sierpinski triangle (RGB).jpg
Sabtu, 2021-09-25 09:16:07

a fractal. The image was created from using a "iterated function system", (IFS). See also: en:Sierpinski triangle en:Iterated function system English...

Click to read more »
File:Estimating the weight of Douglas-fir tree boles and logs with an iterative computer model (IA CAT92273034).pdf
Rabu, 2026-06-03 13:49:13

Estimating the weight of Douglas-fir tree boles and logs with an iterative computer model   (  ) Author Waddell, Dale R Weyermann, D. L. cn Lambert, Michael...

Click to read more »
File:En-uk-iterative.ogg
Kamis, 2024-04-18 17:19:31

DescriptionEn-uk-iterative.ogg English: Pronunciation of the term in British English, recorded by Xonique, 31 January 2010 Date 31 January 2010 Source...

Click to read more »
File:Projection sur l'arc de triomphe du carrousel du louvre d'un autoportrait de Arnaud Prinstet.jpg
Jumat, 2025-09-19 21:44:34

English Wikimedia username: Iteration author name string: Iteration URL: https://commons.wikimedia.org/wiki/user:Iteration determination method or standard:...

Click to read more »
File:Iterative methods for estimation of 2-D AR parameters using a data-adaptive Toeplitz approximation algorithm. (IA iterativemethods00erem).pdf
Rabu, 2024-08-21 07:12:22

Iterative methods for estimation of 2-D AR parameters using a data-adaptive Toeplitz approximation algorithm.   (  ) Author Eremic, John C.;Tummala, Murali...

Click to read more »
File:Iterative computation of time-optimal control functions on the differential analyzer. (IA iterativecomputa00berg).pdf
Selasa, 2026-05-12 21:18:23

Iterative computation of time-optimal control functions on the differential analyzer.   (  ) Author Berg, Robert Lloyd.; Title Iterative computation of...

Click to read more »
File:Comparison of several iterative techniques in the solution of symmetric banded equations on a two-pipe Cyber 205 (IA comparisonofseve00scan).pdf
Senin, 2024-04-08 15:59:20

Comparison of several iterative techniques in the solution of symmetric banded equations on a two-pipe Cyber 205   (  ) Author Scandrett, Clyde. Title...

Click to read more »
File:An iterative solution to the generalized eigenvalue-eigenvector problem (IA iterativesolutio00brun).pdf
Minggu, 2024-08-25 17:51:43

An iterative solution to the generalized eigenvalue-eigenvector problem   (  ) Author Brunell, Ronald D. Title An iterative solution to the generalized...

Click to read more »
File:Lévy's C-curve (IFS).jpg
Sabtu, 2025-05-10 04:26:43

was created from using a "iterated function system", (IFS). See also: w:en:Lévy C curve w:en:Paul Pierre Lévy w:en:Iterated function system English determination...

Click to read more »
File:Mandelbrot inside (64 iters B&W).gif
Senin, 2025-12-29 10:09:30

example the function uses 64 iterations and a palette of 128 colours. It starts from palette index = 64. Then in every iteration it tests for x * y < 0, if...

Click to read more »
File:Mandelbrot inside (64 iters colour).gif
Senin, 2020-09-14 07:44:02

example the function uses 64 iterations and a palette of 128 colours. It starts from palette index = 64. Then in every iteration it tests for x * y < 0, if...

Click to read more »
File:An implementation of an iterative global flow analysis algorithm. (IA implementationof00cowa).pdf
Jumat, 2024-08-16 03:33:02

implementation of an iterative global flow analysis algorithm.   (  ) Author Cowan, Jack William Title An implementation of an iterative global flow analysis...

Click to read more »
File:A periodic scheduling heuristic for mapping iterative task graphs onto distributed memory multiprocessors (IA aperiodicschedul1094542991).pdf
Minggu, 2024-08-18 03:06:52

A periodic scheduling heuristic for mapping iterative task graphs onto distributed memory multiprocessors   (  ) Author Kasinger, Charles D. Title A periodic...

Click to read more »
File:Koch curve (L-system construction).jpg
Jumat, 2024-10-11 21:31:24

The two remaining parts are the second and the third iteration of the system, (the first iteration makes a copy of the constructor). See also: en:L-system...

Click to read more »
File:Sierpinski tetrahedron.jpg
Sabtu, 2021-09-25 09:15:44

was created from using a "iterated function system", (IFS). See also: w:en:Sierpinski triangle w:en:Tetrahedron w:en:Iterated function system See also:...

Click to read more »
File:Sierpinski pyramid.jpg
Sabtu, 2021-09-25 09:15:31

created from using an "iterated function system", (IFS). Main English Wikipedia article: Sierpinski triangle. See also: en:Iterated function system and...

Click to read more »
File:NewtonIteration Ani.gif
Selasa, 2026-01-27 23:52:32

Fragen und Hinweise auf meiner Diskussionsseite English Animation of a few iterations of Newton's method for finding roots of a function Simplified Chinese...

Click to read more »
File:Iterative retrieval and statistical specification of atmospheric thicknesses from VTPR clear-column radiance data (IA iterativeretriev1094540308).pdf
Sabtu, 2024-08-17 02:22:03

Iterative retrieval and statistical specification of atmospheric thicknesses from VTPR clear-column radiance data   (  ) Author Moran, Douglas Ray Title...

Click to read more »
File:3D Cantor set.jpg
Minggu, 2023-05-28 15:22:52

The image was created from using a "iterated function system", (IFS). See also: w:en:Cantor set w:en:Iterated function system See also: Solkoll & Solkoll...

Click to read more »
File:IFS (2D) 10082019.png
Kamis, 2020-10-22 12:33:20

8000 8000 Iteration 2 3977 5930 1961 1977 8000 8000 Iteration 3 3977 6906 984 1008 8000 8000 Iteration 4 3977 7398 492 516 8000 8000 Iteration 5 3984 7641...

Click to read more »
File:Austin Ambassador - Final Iteration of the Big Wedgie (filtered version).jpeg
Selasa, 2023-10-03 09:09:49

Charles01 says at File:Austin Ambassador - Final Iteration of the Big Wedgie.JPG:- "I took this photo myself and hereby release it into the public domain...

Click to read more »
File:Sierpinski tetrahedron (Detail).jpg
Sabtu, 2021-09-25 09:15:48

image was created from using a "iterated function system", (IFS). See also: en:Sierpinski triangle en:Tetrahedron en:Iterated function system See also: Solkoll...

Click to read more »
File:Georeferencing of slabs point clouds generated by photogrammetry (right) on the overall point cloud obtained from TLS (left) using the Iterative Closest Point algorithm (RMS of the registration 0.34 cm). 40494 2021 590 Fig7 HTML.webp
Senin, 2023-09-18 22:15:47

photogrammetry (right) on the overall point cloud obtained from TLS (left) using the Iterative Closest Point algorithm (RMS of the registration 0.34 cm)....

Click to read more »
File:User-centered iterative design of a collaborative virtual environment (IA usercenterediter1094510874).pdf
Kamis, 2025-05-01 15:21:09

User-centered iterative design of a collaborative virtual environment   (  ) Author Boswell, James E. Title User-centered iterative design of a collaborative...

Click to read more »
File:Julia set (Rev formula 01).jpg
Minggu, 2020-09-13 17:09:31

Julia set, a fractal. Here created using the reversed formula in an iterated function system. Formula used: z n + 1 = z n − c {\displaystyle z_{n+1}={\sqrt...

Click to read more »
File:The design of a stand-alone division tactics simulator utilizing non-proprietary (open source) media and iterative development (IA thedesignofstand109452887).pdf
Minggu, 2024-08-18 20:03:53

division tactics simulator utilizing non-proprietary (open source) media and iterative development   (  ) Author Ernst, Ryan B. Title The design of a stand-alone...

Click to read more »
File:Iterative algorithms for two-person zero-sum games (IA iterativelgorith1094513622).pdf
Minggu, 2024-08-18 22:20:48

Iterative algorithms for two-person zero-sum games   (  ) Author Limsakul, Piya Title Iterative algorithms for two-person zero-sum games Publisher Monterey...

Click to read more »
File:Sierpinski triangle (blue).jpg
Senin, 2026-05-04 07:29:38

58). The image was created from using an iterated function system. See also: en:Sierpinski triangle en:Iterated function system en:Hausdorff dimension English...

Click to read more »
File:Harter-Heighways dragon curve (3D twist).jpg
Rabu, 2025-12-31 06:32:47

The image was created from using a "iterated function system", (IFS). See also: w:en:Dragon curve w:en:Iterated function system See also: Solkoll & Solkoll...

Click to read more »
File:Ilustration showing FBP, Hybrid IR and Model-based IR.svg
Rabu, 2023-01-04 19:55:45

0CC BY 4.0 Creative Commons Attribution 4.0 truetrue English Filtered back projection (FBP), hybrid iterative reconstruction (IR), and model-based IR...

Click to read more »
File:Power Iterations.webm
Rabu, 2024-02-21 06:57:15

0 Creative Commons Attribution-Share Alike 4.0 truetrue English Power Iterations Wikimedia username: Gpeyre URL: https://commons.wikimedia.org/wiki/user:Gpeyre...

Click to read more »
File:An iterative method for finding the transient response of an automatically controlled missile having non-linear stiffness. (IA iterativemethodf00grah).pdf
Minggu, 2024-08-18 06:14:47

An iterative method for finding the transient response of an automatically controlled missile having non-linear stiffness.   (  ) Author Graham, Bruce...

Click to read more »
File:Julia set (Rev formula 04).gif
Sabtu, 2025-01-18 11:38:58

Julia set, a fractal. Here created using the reversed formula in an iterated function system. Formula used: z n + 1 = z n − c {\displaystyle z_{n+1}={\sqrt...

Click to read more »
File:Sierpinski square.jpg
Minggu, 2020-09-13 12:04:27

point. The image was created from using an "iterated function system" (IFS). See also: w:en:Sierpinski triangle w:en:Iterated function system English...

Click to read more »
File:Casio fx-7000G KeyboardLower.JPG
Sabtu, 2025-11-22 20:03:11

keyboard. The Ans key could be used to represent the last answer; simple iterative functions could be built up. English determination method or standard:...

Click to read more »
File:Algorithme de Crozat.JPEG
Selasa, 2023-08-01 12:30:14

d'[[Hérodote]] qui génère des construction pyramidale par application itérative et qui, selon le [[Système constructif des pyramides]], aurait constitué...

Click to read more »
File:Sierpinski triangle evolution.svg
Senin, 2021-04-19 00:30:30

English Evolution of the Sierpinski triangle with 5 iterations....

Click to read more »
File:An Iterative Linear Programming Approach to Solving Large Cumulative Search-Evasion Games (IA aniterativelinea1094530678).pdf
Minggu, 2024-08-25 03:42:14

An Iterative Linear Programming Approach to Solving Large Cumulative Search-Evasion Games   (  ) Author Bothwell, Brian P. Title An Iterative Linear Programming...

Click to read more »
File:Кольцо деревьев.png
Kamis, 2024-12-19 15:10:47

K2 = 0.5; K3 = 0.45; IncAngle = 15; Rotation = 45; R1 = 130; R2 = 160; Iterations = 10; procedure RLine(x, y, x1, y1: real):=Line(Round(x), Round(y), Round(x1)...

Click to read more »
File:Koch curve (IFS).jpg
Minggu, 2025-11-30 04:32:57

Koch curve, a fractal. The image was created from using a "iterated function system", (IFS). See also: English determination method or standard: SHA-1...

Click to read more »
File:25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany on 9 January 2025 - 5.jpg
Jumat, 2026-05-08 23:13:41

28 January 2025 English 25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany on 9 January 2025 applies to jurisdiction: United...

Click to read more »
File:Koch snowflake (RGB-CMY).jpg
Rabu, 2026-04-29 06:41:41

von Koch snowflake, a fractal. The image was created from using a "iterated function system", (IFS). See also: English determination method or standard:...

Click to read more »
File:Italian Minister of Defense Guido Crosetto greets United States Secretary of Defense Lloyd Austin at the 25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany, 9 January 2025.jpg
Jumat, 2026-05-08 17:23:31

Crosetto greets United States Secretary of Defense Lloyd Austin at the 25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany, January...

Click to read more »
File:Mengerschwamm OpenCL 26K 10072019.jpg
Minggu, 2022-06-12 17:15:43

26754 Iteration 2 1332 287 17427 26179 26754 26754 Iteration 1 1254 314 17505 26231 26754 26754 Iteration 1 13560 11992 2508 2665 26754 26754 Iteration 3...

Click to read more »
File:1st Air Assault School iteration in Romania (7521085).jpg
Kamis, 2025-02-27 06:35:11

School of the 101st Airborne Division (Air Assault) conducts their first iteration of Air Assault classes at Mihail Kogalniceanu Airbase, Romania on November...

Click to read more »
File:Douady rabbit - final phase after fixed number of iterations without bailout test.gif
Minggu, 2026-05-10 15:18:13

IterationMax forward iterations // index of 1D memory array k = f(iX, iY); Z = give_z(iX, iY); // forward iteration with fixed number of iterations //...

Click to read more »
File:Mandelbrot set iteration.gif
Rabu, 2025-10-29 02:31:07

4.0 Creative Commons Attribution 4.0 truetrue English mandelbrot set iteration author name string: Periquito no auge Wikimedia username: Periquito no...

Click to read more »
File:Первая полоса new.svg
Jumat, 2025-06-13 22:24:07

English newer iteration used by: Pervaya Polosa...

Click to read more »
File:25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany on 9 January 2025 - 2.jpg
Selasa, 2026-06-02 14:39:06

28 January 2025 English 25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany on 9 January 2025 applies to jurisdiction: United...

Click to read more »
File:Sierpinski triangle 6th iteration.svg
Rabu, 2025-02-19 10:33:30

https://creativecommons.org/licenses/by-sa/4.0CC BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue English Sierpinski triangle 6th iteration...

Click to read more »
File:Fractal weeds.jpg
Minggu, 2020-09-13 19:01:23

Fractal weeds created from the use of a iterated function system in three dimensions. See also: Solkoll & Solkoll 2D English...

Click to read more »
File:25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany on 9 January 2025 - 4.jpg
Selasa, 2026-06-02 14:39:06

28 January 2025 English 25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany on 9 January 2025 applies to jurisdiction: United...

Click to read more »
File:Sierpinski triangle 2nd iteration.svg
Rabu, 2025-02-19 10:33:29

https://creativecommons.org/licenses/by-sa/4.0CC BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue English Sierpinski triangle 2nd iteration...

Click to read more »
File:Julia set (Rev formula 02).jpg
Sabtu, 2025-01-18 11:37:06

then after a number of pre-iterations (10-20) the position of Z {\displaystyle Z} is constantly plotted after each iteration. The method is wery much like...

Click to read more »
File:Sierpinski triangle 4th iteration.svg
Rabu, 2025-02-19 10:33:29

https://creativecommons.org/licenses/by-sa/4.0CC BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue English Sierpinski triangle 4th iteration...

Click to read more »
File:Sierpinski triangle 1st iteration.svg
Rabu, 2025-02-19 10:33:31

https://creativecommons.org/licenses/by-sa/4.0CC BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue English Sierpinski triangle 1st iteration...

Click to read more »
File:25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany on 9 January 2025 - 3.jpg
Jumat, 2026-05-08 23:13:14

28 January 2025 English 25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany on 9 January 2025 applies to jurisdiction: United...

Click to read more »
File:Buddhabrot-deep.jpg
Sabtu, 2023-12-30 10:34:26

SOURCE_ROWS; iterations = RED_ITERATIONS_UPPER; if (GREEN_ITERATIONS_UPPER > iterations) iterations = GREEN_ITERATIONS_UPPER; if (BLUE_ITERATIONS_UPPER > iterations)...

Click to read more »
File:Sierpinski triangle 3rd iteration.svg
Rabu, 2025-02-19 10:33:28

https://creativecommons.org/licenses/by-sa/4.0CC BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue English Sierpinski triangle 3rd iteration...

Click to read more »
File:Sierpinski triangle 9th iteration.svg
Rabu, 2025-02-19 10:33:31

0CC BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue English Sierpinski triangle 9th iteration determination method or standard: SHA-1...

Click to read more »
File:Saber Guardian 21 Dry-Iteration (6667327).jpg
Jumat, 2026-05-15 16:10:21

Bulgarian Armed Forces operate BMP-23 infantry fighting vehicles for a dry iteration run in support of Saber Guardian 21 at Novo Selo Training Range, May 27...

Click to read more »
File:Arnold's Cat Map animation (74px).gif
Sabtu, 2023-09-16 00:52:33

#transfer back to image0 for the next iteration iteration += 1 saveImages(image0, iteration) # save this iteration's image if equal(image0, imageOrig): break...

Click to read more »
File:Arnold's Cat Map animation (74px, labelled).gif
Rabu, 2025-11-19 14:17:02

#transfer back to image0 for the next iteration iteration += 1 saveImages(image0, iteration) # save this iteration's image if equal(image0, imageOrig): break...

Click to read more »
File:Flag of the Confederate States (1863–1865).svg
Kamis, 2026-02-26 07:46:59

English The flag of the Confederate States in 1863, one of the earlier iterations of the flag...

Click to read more »
File:Sierpinski triangle 8th iteration.svg
Rabu, 2025-11-12 10:30:57

0CC BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue English Sierpinski triangle 8th iteration determination method or standard: SHA-1...

Click to read more »
File:Sierpinski triangle 7th iteration.svg
Selasa, 2025-11-04 02:25:14

0CC BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue English Sierpinski triangle 7th iteration determination method or standard: SHA-1...

Click to read more »
File:Sierpinski triangle 0th iteration.svg
Rabu, 2025-02-19 10:33:28

0CC BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue English Sierpinski triangle 0th iteration determination method or standard: SHA-1...

Click to read more »
File:Sierpinski triangle 5th iteration.svg
Minggu, 2025-12-14 20:00:45

0CC BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue English Sierpinski triangle 5th iteration determination method or standard: SHA-1...

Click to read more »
File:A superlinear iteration method for calculation of finite length journal bearing's static equilibrium position.pdf
Senin, 2025-04-21 05:39:26

DescriptionA superlinear iteration method for calculation of finite length journal bearing's static equilibrium position.pdf English: Zhou, Wenjie; Wei...

Click to read more »
File:Iteration 1 Solution.png
Rabu, 2026-02-18 01:01:15

BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue English Iteration 1 Solution Wikimedia username: Abdulwahaboffice author name string: Abdulwahab...

Click to read more »
File:173rd Engineer Company, 173rd AB team blank fire iteration (8900920).jpg
Minggu, 2025-11-30 21:43:46

Company, 173rd Airborne Brigade provide security during a team blank fire iteration at the 7th Army Training Command's Grafenwoehr Training Area, Germany...

Click to read more »
File:Julia set (Rev formula 03).jpg
Sabtu, 2024-10-19 07:30:53

then after a number of pre-iterations (10-20) the position of Z {\displaystyle Z} is constantly plotted after each iteration. The method is wery much like...

Click to read more »
File:Mandelbrot set 3D fractional iterations.jpg
Selasa, 2022-06-28 01:54:16

Attribution-Share Alike 4.0 truetrue English This is a 3D rendering of the Mandelbrot set using fractional iteration data to calculate height values...

Click to read more »
File:Iterator-icon-rounded.svg
Sabtu, 2022-05-28 23:49:17

Attribution-Share Alike 4.0 truetrue English Rounded button with text "Iterator" author name string: Sergey Fedotov Wikimedia username: AsahiOcean URL:...

Click to read more »
File:IterationAJ2.jpg
Rabu, 2026-03-18 09:13:10

0CC BY-SA 3.0 Creative Commons Attribution-Share Alike 3.0 truetrue en:Iteration_of_mathematical_curves English Wikimedia username: Andrzej1964 URL: https://commons...

Click to read more »
File:173rd Engineer Company, 173rd AB team blank fire iteration (8900932).jpg
Senin, 2025-11-03 06:36:33

173rd Airborne Brigade throws a grappling hook during a team blank fire iteration at the 7th Army Training Command's Grafenwoehr Training Area, Germany...

Click to read more »
File:Static tests of reinforced concrete beams- Report 1- Development of iterative analysis procedure and tests of beams reinforced with steel, aluminum, and fiber glass, with and without helical comp ... - USACE-p266001coll1-10051.pdf
Senin, 2025-11-03 15:50:30

English: Static tests of reinforced concrete beams: Report 1: Development of iterative analysis procedure and tests of beams reinforced with steel, aluminum...

Click to read more »
File:Power iterations and the dominant eigenvalue problem (IA poweriterationsd00lead).pdf
Rabu, 2024-08-21 01:24:13

Power iterations and the dominant eigenvalue problem   (  ) Author Leader, Jeffery J. Title Power iterations and the dominant eigenvalue problem Publisher...

Click to read more »
File:U.S. Secretary of Defense Lloyd Austin with Georgia Minister of Defense Irakli Chikovani upon the conclusion of the 23rd iteration of the Ukraine Defense Contact Group at NATO Headquarters in Brussels, Belgium, June 13, 2024.jpg
Jumat, 2025-12-19 00:00:21

Defense Irakli Chikovani (ირაკლი ჩიქოვანი) upon the conclusion of the 23rd iteration of the Ukraine Defense Contact Group at NATO Headquarters in Brussels...

Click to read more »
File:Juliamenge mit reziproker komplexer Zahl z.png
Minggu, 2023-10-08 10:13:02

complex iterative sequence: f(z) = 1/z + c German Visualisierung einer Juliamenge mit reziproker komplexer Zahl z für die komplexe iterative Folge: f(z)...

Click to read more »
File:IterationAJ3.jpg
Rabu, 2026-03-25 00:28:22

0CC BY-SA 3.0 Creative Commons Attribution-Share Alike 3.0 truetrue en:Iteration_of_mathematical_curves English URL: https://commons.wikimedia.org/wiki/user:Andrzej1964...

Click to read more »
File:3-12 Marines Execute M777 Howitzer Dry-Fire Drills (8931389).jpg
Kamis, 2025-07-03 18:23:45

South Korea, March 18, 2025. KMEP is a semi-annual exercise that provides iterative opportunities for ROK Marine Corps and U.S. determination method or standard:...

Click to read more »
File:Koch Snowflake 7th iteration.png
Selasa, 2025-07-08 21:24:05

4.0 Creative Commons Attribution-Share Alike 4.0 truetrue English 7th iteration of the Koch Snowflake author name string: Walwal20 URL: https://commons...

Click to read more »
File:Mandelbrot-no-histogram-coloring-1000-iterations.png
Jumat, 2020-09-18 08:52:58

Plot of Mandelbrot set using the escape time algorithm with a maximum of 1000 iterations per pixel author name string: Jdbtwo Wikimedia username: Jdbtwo...

Click to read more »
File:173rd Engineer Company, 173rd AB team blank fire iteration (8900927).jpg
Minggu, 2025-03-23 09:15:59

Engineer Company, 173rd Airborne Brigade take cover during a team blank fire iteration at the 7th Army Training Command's Grafenwoehr Training Area, Germany...

Click to read more »
File:Estimating the spatial extent of attractors of iterated function systems (IA estimatingspatia00canr).pdf
Minggu, 2024-08-18 19:30:32

of attractors of iterated function systems   (  ) Author Canright, David. Title Estimating the spatial extent of attractors of iterated function systems...

Click to read more »
File:Ramstein Air Base hosts 25th iteration of Ukraine Defense Contact Group (8825405).jpg
Jumat, 2026-02-06 03:41:38

capture images and video during the 25th Ukraine Defense Contact Group iteration on Jan. 9, 2025, at Ramstein Air Base, Germany. The event, hosted by U...

Click to read more »
File:173rd Engineer Company, 173rd AB team blank fire iteration (8900930).jpg
Kamis, 2026-04-02 02:44:51

Airborne Brigade conduct a simulated car sweep during a team blank fire iteration at the 7th Army Training Command's Grafenwoehr Training Area, Germany...

Click to read more »
File:Ramstein Air Base hosts 25th iteration of Ukraine Defense Contact Group (8825462).jpg
Jumat, 2025-12-26 05:32:25

capture images and video during the 25th Ukraine Defense Contact Group iteration on Jan. 9, 2025, at Ramstein Air Base, Germany. determination method or...

Click to read more »
File:SineIterates.jpg
Sabtu, 2025-09-13 18:40:14

2010-11-19 19:26 Cuzkatzimhut 752×569× (171954 bytes) inclusion of 1/4 iterate 2010-11-19 01:03 Cuzkatzimhut 1013×550× (117769 bytes) 2010-11-18 17:19...

Click to read more »
File:Ramstein Air Base hosts 25th iteration of Ukraine Defense Contact Group (8825437).jpg
Jumat, 2026-02-06 03:33:18

delegates from nearly 50 nations during his final appearance at the 25th iteration of the UDCG at Ramstein Air Base, Germany, Jan. 9, 2025. determination...

Click to read more »
File:Ramstein Air Base hosts 25th iteration of Ukraine Defense Contact Group (8825404).jpg
Rabu, 2025-12-17 16:54:50

nations gather to discuss combined support for Ukraine during the 25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany, Jan...

Click to read more »
File:Ramstein Air Base hosts 25th iteration of Ukraine Defense Contact Group (8825407).jpg
Jumat, 2026-02-06 03:42:11

nations gather to discuss combined support for Ukraine during the 25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany, Jan...

Click to read more »
File:173rd Engineer Company, 173rd AB team blank fire iteration (8900931).jpg
Minggu, 2025-03-23 09:16:03

Company, 173rd Airborne Brigade provides security during a team blank fire iteration at the 7th Army Training Command's Grafenwoehr Training Area, Germany...

Click to read more »
File:United States Secretary of Defense Lloyd Austin hosts the 25th iteration of the Ukraine Defense Contact Group (UDCG) at Ramstein Air Base, Germany on 9 January 2025.jpg
Jumat, 2026-05-08 06:21:20

English United States Secretary of Defense Lloyd Austin hosts the 25th iteration of the Ukraine Defense Contact Group (UDCG) at Ramstein Air Base, Germany...

Click to read more »
File:Ramstein Air Base hosts 25th iteration of Ukraine Defense Contact Group (8825436).jpg
Jumat, 2026-02-06 03:42:31

III provides closing remarks during his final appearance at the 25th iteration of the UDCG at Ramstein Air Base, Germany, Jan. 9, 2025. determination...

Click to read more »
File:173rd Engineer Company, 173rd AB team blank fire iteration (8900928).jpg
Jumat, 2025-12-19 23:04:41

Company, 173rd Airborne Brigade form a firing line during a team blank fire iteration at the 7th Army Training Command's Grafenwoehr Training Area, Germany...

Click to read more »
File:173rd Engineer Company, 173rd AB team blank fire iteration (8900919).jpg
Minggu, 2025-03-23 09:15:53

173rd Airborne Brigade load blank ammunition during a team blank fire iteration at the 7th Army Training Command's Grafenwoehr Training Area, Germany...

Click to read more »
File:Iterated stereographic sum.png
Kamis, 2026-04-09 16:56:12

Creative Commons Attribution-Share Alike 4.0 truetrue English Graphs of the iterated stereographic sum as functions author name string: Jacob Rus Wikimedia...

Click to read more »
File:Mandelbrot set 3D integer iterations.jpg
Selasa, 2022-06-28 01:54:20

Commons Attribution-Share Alike 4.0 truetrue English This is a 3D rendering of the Mandelbrot set using integer iteration values to calculate height values...

Click to read more »
File:Reversed Julia set C = ( 0.4 0.3 ).gif
Sabtu, 2025-01-18 11:34:43

then after a number of pre-iterations (10-20) the position of Z {\displaystyle Z} is constantly plotted after each iteration. The method is very much like...

Click to read more »
File:Ramstein Air Base hosts 25th iteration of Ukraine Defense Contact Group (8825461).jpg
Jumat, 2026-02-06 03:34:11

speaks at a press conference during the 25th Ukraine Defense Contact Group iteration on Jan. 9, 2025, at Ramstein Air Base, Germany. determination method or...

Click to read more »
File:173rd Engineer Company, 173rd AB team blank fire iteration (8900921).jpg
Minggu, 2025-03-23 09:15:55

173rd Airborne Brigade check their equipment prior to a team blank fire iteration at the 7th Army Training Command's Grafenwoehr Training Area, Germany...

Click to read more »
File:Iteration structure flowchart-en.svg
Jumat, 2026-05-29 05:04:49

Creative Commons Attribution-Share Alike 4.0 truetrue English Example of iteration structure using flowchart. Arabic مثال عن هيكل تكرار مُعبَّر عنه بمخطط...

Click to read more »
File:PTV-methods post processing.png
Kamis, 2025-07-10 17:34:22

Creative Commons Attribution 4.0 truetrue English Visual representation of iterative particle reconstruction scheme used to post process images used for lagrangian...

Click to read more »
File:173rd Engineer Company, 173rd AB team blank fire iteration (8900926).jpg
Minggu, 2025-03-23 09:15:58

Company, 173rd Airborne Brigade runs for cover during a team blank fire iteration at the 7th Army Training Command's Grafenwoehr Training Area, Germany...

Click to read more »
File:173rd Engineer Company, 173rd AB team blank fire iteration (8900925).jpg
Minggu, 2025-03-23 09:15:57

173rd Airborne Brigade throws a grappling hook during a team blank fire iteration at the 7th Army Training Command's Grafenwoehr Training Area, Germany...

Click to read more »
File:KMEP 25 1- 9th ESB Alpha Co Shoothouse (9084757).jpg
Rabu, 2025-07-02 08:14:53

Story, South Korea, on March 27, 2025. KMEP is an exercise that provides iterative opportunities for ROK Marine Corps and U.S. determination method or standard:...

Click to read more »
File:Arnold's Cat Map animation (74px, zoomed, labelled).gif
Rabu, 2025-11-19 14:15:03

#transfer back to image0 for the next iteration iteration += 1 saveImages(image0, iteration) # save this iteration's image if equal(image0, imageOrig): break...

Click to read more »
File:173rd Engineer Company, 173rd AB team blank fire iteration (8900917).jpg
Minggu, 2025-03-23 09:15:52

173rd Airborne Brigade throws a grappling hook during a team blank fire iteration at the 7th Army Training Command's Grafenwoehr Training Area, Germany...

Click to read more »
File:Iteration structure flowchart-ar.svg
Jumat, 2026-05-29 05:04:45

Creative Commons Attribution-Share Alike 4.0 truetrue English Example of iteration structure using flowchart. Arabic مثال عن هيكل تكرار مُعبَّر عنه بمخطط...

Click to read more »
File:Dyadic odometer iterated four times.svg
Minggu, 2026-05-31 20:30:38

Creative Commons Attribution-Share Alike 4.0 truetrue English Dyadic odometer iterated four times URL: https://commons.wikimedia.org/wiki/user:Linas author name...

Click to read more »
File:173rd Engineer Company, 173rd AB team blank fire iteration (8900935).jpg
Minggu, 2025-03-23 09:16:05

173rd Airborne Brigade covers his teammates during a team blank fire iteration at the 7th Army Training Command's Grafenwoehr Training Area, Germany...

Click to read more »
File:Ramstein Air Base hosts 25th iteration of Ukraine Defense Contact Group (8825463).jpg
Jumat, 2026-02-06 03:34:39

speaks at a press conference during the 25th Ukraine Defense Contact Group iteration on Jan. 9, 2025, at Ramstein Air Base, Germany. determination method or...

Click to read more »
File:Ramstein Air Base hosts 25th iteration of Ukraine Defense Contact Group (8825438).jpg
Jumat, 2026-02-06 03:33:38

III provides closing remarks during his final appearance at the 25th iteration of the UDCG at Ramstein Air Base, Germany, Jan. 9, 2025. determination...

Click to read more »
File:Mandelbrot gradient iterations.gif
Minggu, 2025-10-12 17:43:35

Attribution-Share Alike 4.0 truetrue English Mandelbrot rendering of progressive iterations from 285 to approximately 200,000 with corresponding bounded gradients...

Click to read more »
File:U S European Command at the 50th iteration of the U S -Portugal Standing Bilateral Commission (8153758).jpg
Kamis, 2024-12-12 14:29:36

Countering Weapons of Mass Destruction, provides remarks during the 50th iteration of the U.S. determination method or standard: work of the federal government...

Click to read more »
File:Sierpinski triangle evolution square.svg
Senin, 2021-04-19 00:30:29

Evolution of the Sierpinski triangle in five iterations, starting with a square. English...

Click to read more »
File:Programmierung.Java.GameOfLife.png
Jumat, 2026-05-15 10:37:26

of a Java programm for the iteration of Conway's Game of Life German Bildschirmaufnahme eines Java-Programms zur Iteration von Conways Spiel des Lebens...

Click to read more »
File:Mandelbrot-histogram-10000-iterations.png
Senin, 2022-09-12 21:06:10

English Plot of the Mandelbrot set using histogram coloring at a maximum of 10000 iterations per pixel author name string: Jdbtwo Wikimedia username: Jdbtwo...

Click to read more »
File:Kyle the Lizard.png
Sabtu, 2026-05-16 23:53:35

English Obscure character loosely based on Kermit the Frog original iterations operator: Reddit...

Click to read more »
File:Pentagram map convex heptagon iterate.svg
Minggu, 2026-05-31 20:33:00

BY-SA 4.0 Creative Commons Attribution-Share Alike 4.0 truetrue English Iterate of the pentagram map on the heptagone given as exemple 1.3 in Glick 2020...

Click to read more »
File:Sine fixed point.png
Minggu, 2020-10-04 06:56:35

  Fixed point iteration of the sine function. English...

Click to read more »
File:2-2CR conduct blank fire iteration during AgS19 (5641197).jpg
Jumat, 2026-06-05 18:08:28

Squadron, 2d Cavalry Regiment, fires a 40mm round during a blank fire iteration during the squadron live-fire range during exercise Agile Spirit 19 at...

Click to read more »
File:Mandelbrot-no-histogram-coloring-100-iterations.png
Senin, 2022-09-12 21:06:15

Plot of Mandelbrot set using the escape time algorithm with a maximum of 100 iterations per pixel author name string: Jdbtwo Wikimedia username: Jdbtwo...

Click to read more »
File:Mandelbrot-histogram-1000-iterations.png
Sabtu, 2024-12-14 11:13:41

Plot of the Mandelbrot set using histogram coloring at a maximum of 1000 iterations per pixel author name string: Jdbtwo Wikimedia username: Jdbtwo determination...

Click to read more »
File:173rd Engineer Company, 173rd AB team blank fire iteration (8900933).jpg
Minggu, 2025-03-23 09:16:04

Company, 173rd Airborne Brigade form a firing line during a team blank fire iteration at the 7th Army Training Command's Grafenwoehr Training Area, Germany...

Click to read more »
File:173rd Engineer Company, 173rd AB team blank fire iteration (8900937).jpg
Minggu, 2025-03-23 09:16:07

173rd Airborne Brigade attack an objective during a team blank fire iteration at the 7th Army Training Command's Grafenwoehr Training Area, Germany...

Click to read more »
File:Checkerboard iteration 6 eighths.png
Senin, 2024-12-30 18:26:11

Creative Commons Attribution-Share Alike 4.0 truetrue English Checkerboard iteration 6 eighths author name string: Sven Hermann Wikimedia username: Schachlich...

Click to read more »
File:Mandelbrot gradient iterations thumb.gif
Selasa, 2022-04-26 11:39:23

Attribution-Share Alike 4.0 truetrue English Thumbnail for Mandelbrot gradient iterations.gif URL: https://commons.wikimedia.org/wiki/User:Jeeber47 Wikimedia username:...

Click to read more »
File:Picard iteration example tan x.svg
Selasa, 2026-05-19 23:32:08

Commons Attribution-Share Alike 4.0 truetrue English Example of Picard iteration author name string: Ovinus Wikimedia username: Ovinus URL: https://commons...

Click to read more »
File:2-2CR conduct blank fire iteration during AgS19 (5641187).jpg
Jumat, 2026-06-05 18:08:27

Squadron, 2d Cavalry Regiment, receives information during a blank fire iteration during the squadron live-fire range during exercise Agile Spirit 19 at...

Click to read more »
File:173rd Engineer Company, 173rd AB team blank fire iteration (8900922).jpg
Minggu, 2025-03-23 09:15:56

Engineer Company, 173rd Airborne Brigade take cover during a team blank fire iteration at the 7th Army Training Command's Grafenwoehr Training Area, Germany...

Click to read more »
File:Ramstein Air Base hosts 25th iteration of Ukraine Defense Contact Group (8825439).jpg
Jumat, 2026-02-06 03:33:55

Ukraine Defense Contact Group during his final appearance at the 25th iteration of the UDCG at Ramstein Air Base, Germany, Jan. 9, 2025. determination...

Click to read more »
File:United States Secretary of Defense Lloyd Austin and President of Ukraine Volodymyr Zelenskyy open the 25th iteration of the Ukraine Defense Contact Group, Ramstein Air Base, Germany, 9 January 2025.jpg
Senin, 2026-03-16 09:27:16

Lloyd Austin and President of Ukraine Volodymyr Zelenskyy open the 25th iteration of the Ukraine Defense Contact Group, Ramstein Air Base, Germany, 9 January...

Click to read more »
File:United States Secretary of Defense Lloyd Austin and President of Ukraine Volodymyr Zelenskyy opening the 25th iteration of the Ukraine Defense Contact Group, Ramstein Air Base, Germany, 9 January 2025.jpg
Jumat, 2026-02-06 13:33:51

Austin and President of Ukraine Volodymyr Zelenskyy opening the 25th iteration of the Ukraine Defense Contact Group, Ramstein Air Base, Germany, 9 January...

Click to read more »
File:Mandelbrot-histogram-100-iterations.png
Kamis, 2026-04-30 14:24:55

Plot of the Mandelbrot set using histogram coloring at a maximum of 100 iterations per pixel author name string: Jdbtwo Wikimedia username: Jdbtwo determination...

Click to read more »
File:United States Secretary of Defense Lloyd Austin and President of Ukraine Volodymyr Zelenskyy open the 25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany, January 9, 2025.jpg
Jumat, 2026-05-08 06:20:22

Lloyd Austin and President of Ukraine Volodymyr Zelenskyy open the 25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany, January...

Click to read more »
File:Dragon curve.png
Sabtu, 2024-09-21 03:27:12

Pen() zeichne(find_iteration(it)) set_back() p.color('red') zeichne(find_iteration(it)) set_back() p.color('blue') zeichne(find_iteration(it)) set_back()...

Click to read more »
File:Cantor dust in three dimensions iteration 5.svg
Kamis, 2024-02-01 01:14:30

Commons Attribution-Share Alike 4.0 truetrue English an image of the 5th iteration of Cantor dust in three dimensions author name string: WalkingRadiance...

Click to read more »
File:Juliasetsdkpictlightpot.jpg
Sabtu, 2022-05-21 08:17:13

Our method of colouring is based on the real iteration number, which is connected with the potential function ϕ ( z ) {\displaystyle \phi (z)} of the...

Click to read more »
File:IterationAJ1.jpg
Jumat, 2026-05-29 08:12:45

Abs(Math.Cos(3*x)))) x=r*math.cos(t) y=r*math.sin(t) DrawXY() EndFor EndFor Iteration_of_mathematical_curves English Wikimedia username: Andrzej1964 URL: https://commons...

Click to read more »
File:Arnoldi Iteration.gif
Sabtu, 2023-09-16 01:57:52

Creative Commons Attribution-Share Alike 4.0 truetrue English Arnoldi iteration demonstrating convergence of Ritz values (red) to the eigenvalues (black)...

Click to read more »
File:Mobius23623.jpeg
Selasa, 2023-02-14 18:33:37

Continuous iteration of a mobius transformation. English...

Click to read more »
File:Hill Top House Hotel Third version.jpg
Sabtu, 2023-06-17 01:58:19

English Hill Top House Hotel, Third iteration (3 stories)...

Click to read more »
File:Iterated stereographic sum – angle measures.png
Sabtu, 2026-06-06 06:51:02

4.0 Creative Commons Attribution-Share Alike 4.0 truetrue English The iterated stereographic sum becomes ordinary scalar multiplication, in terms of angle...

Click to read more »
File:Dyadic odometer thrice iterated.svg
Minggu, 2026-05-31 20:34:37

Commons Attribution-Share Alike 4.0 truetrue English Dyadic odometer thrice iterated URL: https://commons.wikimedia.org/wiki/user:Linas author name string:...

Click to read more »
File:Mobius23622.jpeg
Selasa, 2023-02-14 18:33:17

Continuous iteration of a mobius transformation. English...

Click to read more »
File:Iterated stereographic sum of a half-tangent.png
Selasa, 2022-10-04 03:18:08

4.0 Creative Commons Attribution-Share Alike 4.0 truetrue English The iterated stereographic sum of a half-tangent {{mvar|h}} is the half-tangent of a...

Click to read more »
File:Desmos Screenshot of First Iteration of Chaplygin Example.png
Kamis, 2026-04-23 15:40:31

This is the example of lower and upper bound approximation for the first iteration of approximations for the integral of e^(x^2) determination method or...

Click to read more »
File:Ukrainian Minister of Defense Rustem Umerov, U.S. Secretary of Defense Lloyd Austin and Capability Coalition Leadership Group at the 25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany, 9 January 2025.jpg
Jumat, 2026-05-08 06:24:45

Defense Lloyd Austin and Capability Coalition Leadership Group at the 25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany, 9...

Click to read more »
File:United States Secretary of Defense Lloyd Austin and President of Ukraine Volodymyr Zelenskyy meet at the 25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany, 9 January 2025.jpg
Jumat, 2026-05-08 06:19:17

Austin and President of Ukraine Volodymyr Zelenskyy meet at the 25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany, 9...

Click to read more »
File:IterationAJ4.jpg
Sabtu, 2025-04-05 02:45:44

Cos(t)+3*math.cos(2*t/3) x=2*Math.Sin(x)-3*math.sin(2*t/3) Draw XY() EndFor Iteration of mathematical curves I, the copyright holder of this work, hereby publish...

Click to read more »
File:20240816 Abox - Mod Kali-V3 × KIFS Diffuse.png
Senin, 2024-12-16 05:30:48

2 1 1; transf_scale_015 1; transf_start_iterations_B 1; transf_stop_iterations_15 112; transf_stop_iterations_B 320; [fractal_2] IFS_abs_x true; IFS_abs_y...

Click to read more »
File:Dyadic odometer, twice iterated.svg
Minggu, 2026-05-31 20:34:17

Commons Attribution-Share Alike 4.0 truetrue English Dyadic odometer, twice iterated URL: https://commons.wikimedia.org/wiki/user:Linas author name string:...

Click to read more »
File:An-iteration-of-the-Nelder-Mead-method-over-two-dimensional-space-showing-point-p-min.png
Selasa, 2023-08-08 08:31:40

org/licenses/by/4.0CC BY 4.0 Creative Commons Attribution 4.0 truetrue English An iteration of the Nelder-Mead method over two-dimensional space determination method...

Click to read more »
File:Menger sponge (2D).jpg
Senin, 2020-09-14 11:26:29

they are all similar in construction. The image was created from using an iterated function system, (IFS). ¹Not really fair, the Sierpinski method uses 1:2...

Click to read more »
File:Mandelbrot-no-histogram-coloring-10000-iterations.png
Kamis, 2024-07-11 05:42:05

Mandelbrot set using the escape time algorithm with a maximum of 10000 iterations per pixel author name string: Jdbtwo Wikimedia username: Jdbtwo determination...

Click to read more »
File:Quadratic Julia set with Internal level sets for internal ray 0.ogv
Jumat, 2023-09-01 13:30:46

forward iteration of critical point Z = 0 */ Zx=0.0; Zy=0.0; Zx2=Zx*Zx; Zy2=Zy*Zy; for (Iteration=0;Iteration<_IterationMax && ((Zx2+Zy2)<ER2);Iteration++)...

Click to read more »
File:AsiaOne Orange 2020.png
Jumat, 2025-06-13 22:33:03

English AsiaOne's current iteration, from 20/02/2020 onwards used by: AsiaOne determination method or standard: SHA-1...

Click to read more »
File:O Wikimedia 2030 - Recommendation - Evaluate, Iterate, and Adapt.ogg
Rabu, 2020-10-14 00:57:41

Alike 4.0 truetrue English Wikimedia 2030 Recommendations - Evaluate, Iterate, and Adapt URL: https://commons.wikimedia.org/wiki/user:KVaidla_%28WMF%29...

Click to read more »
File:Cantor dust in three dimensions iteration 4.svg
Kamis, 2024-02-01 01:14:29

Commons Attribution-Share Alike 4.0 truetrue English an image of the 4th iteration of Cantor dust in three dimensions author name string: WalkingRadiance...

Click to read more »
File:3 iterations of similarities applied to 3 regular polygons.svg
Minggu, 2023-05-28 19:24:32

similarities as transformations that can have a center,  here are three iterations of similarities.  Each similarity has its invariant point at the center...

Click to read more »
File:The Twilight Zone (2019 TV series) logo.svg
Senin, 2025-12-15 09:47:03

English Official logo of the 2019 iteration of the television series The Twilight Zone determination method or standard: machine learning...

Click to read more »
File:United States Secretary of Defense Lloyd Austin and President of Ukraine Volodymyr Zelenskyy open the 25th iteration of the Ukraine Defense Contact Group, Ramstein Air Base, Germany, January 9, 2025.jpg
Jumat, 2026-05-08 06:20:05

Lloyd Austin and President of Ukraine Volodymyr Zelenskyy open the 25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany, January...

Click to read more »
File:Zorder.png
Minggu, 2020-09-06 03:02:55

All following user names refer to en.wikipedia. The image shows four iterators of the z-order curve. It was created by the uploader. Legend: (cur) =...

Click to read more »
File:Juliasetsdkjulia1.jpg
Minggu, 2025-04-06 15:19:27

English Julia set drawn by distance estimation, the iteration is of the form <math>f_c(z) = 1 - z^2 + \frac{z^5}{2 + 4z} + c</math> in black and white...

Click to read more »
File:BFR in flight (cropped)-2018 version.png
Sabtu, 2024-06-08 23:08:49

English Starship ascending, on top of Super Heavy booster (2018 design iteration) Italian Lo Starship e il SuperHeavy durante l'ascesa (rendering del 2018)...

Click to read more »
File:U.S. Secretary of Defense Lloyd Austin, Estonia Minister of Defense Hanno Pevkur and Ukrainian Minister of Defense Rustem Umerov at 25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany, 9 January 2025.jpg
Jumat, 2026-05-08 05:37:06

Hanno Pevkur and Ukrainian Minister of Defense Rustem Umerov at 25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany, 9...

Click to read more »
File:German Minister of Defense Boris Pistorius greets United State Secretary of Defense Lloyd Austin at the 25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany, January 9, 2025.jpg
Jumat, 2026-05-08 18:47:30

Pistorius greets United State Secretary of Defense Lloyd Austin at the 25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany, January...

Click to read more »
File:Ukrainian Minister of Defense Rustem Umerov, U.S. Secretary of Defense Lloyd Austin and Capability Coalition Leadership Group of the 25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany, 9 January 2025.jpg
Jumat, 2026-05-08 06:25:19

Defense Lloyd Austin and Capability Coalition Leadership Group of the 25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany, 9...

Click to read more »
File:Poland Minister of Defense Władysław Kosiniak-Kamysz greets United States Secretary of Defense Lloyd Austin at the 25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany, 9 January 2025.jpg
Jumat, 2026-05-08 11:57:03

Kosiniak-Kamysz greets United States Secretary of Defense Lloyd Austin at the 25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany, 9...

Click to read more »
File:20240816 Abox - Mod Kali-V3 × KIFS 16K.jpg
Senin, 2024-12-16 05:30:47

25; detail_level 4; formula_1 136; formula_2 10; formula_iterations_1 2; formula_start_iteration_1 1; fov 360; fractal_position 8,5 0 0; gamma 2; glow_enabled...

Click to read more »
File:United States Secretary of Defense Lloyd Austin and President of Ukraine Volodymyr Zelenskyy meet at the 25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany, January 9, 2025.jpg
Jumat, 2026-05-08 06:19:35

Austin and President of Ukraine Volodymyr Zelenskyy meet at the 25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany, January...

Click to read more »
File:Backward Iteration.svg
Selasa, 2023-10-24 11:26:37

z*z+0.25 "In the dynamic plane, external rays can be drawn by backwards iteration. It is most effective for a periodic or preperiodic angle. You must keep...

Click to read more »
File:Elmer-pump-heatequation.png
Rabu, 2022-07-20 22:35:52

Factor = 1 Linear System Solver = Iterative Linear System Iterative Method = BiCGStab Linear System Max Iterations = 500 Linear System Convergence Tolerance...

Click to read more »
File:Sierpinsky triangle (evolution).png
Jumat, 2025-11-14 14:38:34

  Sierpinski triangle, the evolution in five iterations. Image done by Solkoll English determination method or standard: SHA-1...

Click to read more »
File:Ensemble de Cantor.png
Jumat, 2023-04-21 18:02:24

following user names refer to fr.wikipedia. 2006-08-28 13:27 Prokofiev 779×127× (5485 bytes) Ensemble de Cantor. Méthode de construction itérative. English...

Click to read more »
File:4.12.-Evaluate-Iterate-and-Adapt.ogg
Minggu, 2023-05-28 23:39:24

Movement strategy recommendations in audio format - Recommendation. Evaluate, Iterate and Adapt URL: https://commons.wikimedia.org/wiki/user:KVaidla_%28WMF%29...

Click to read more »
File:Cantor dust in two dimensions iteration 4.svg
Kamis, 2024-02-01 01:14:35

Commons Attribution-Share Alike 4.0 truetrue English an image of the 4th iteration of Cantor dust in two dimensions author name string: WalkingRadiance Wikimedia...

Click to read more »
File:20240816 Abox - Mod Kali-V3 × KIFS 16BIT.png
Senin, 2024-12-16 05:30:46

2 1 1; transf_scale_015 1; transf_start_iterations_B 1; transf_stop_iterations_15 112; transf_stop_iterations_B 320; [fractal_2] IFS_abs_x true; IFS_abs_y...

Click to read more »
File:ISO 6309 - 07 - Push to open (Proposal 02).svg
Rabu, 2024-11-27 11:38:14

that was considered for use in ISO 6309, but was ultimately rejected or iterated upon described at URL: https://www.tamabi.ac.jp/soumu/gai/hojo/seika/2003/kyoudou-ota1...

Click to read more »
File:ISO 6309 - 07 - Push to open (Proposal 01).svg
Rabu, 2024-11-27 06:37:11

that was considered for use in ISO 6309, but was ultimately rejected or iterated upon described at URL: https://www.tamabi.ac.jp/soumu/gai/hojo/seika/2003/kyoudou-ota1...

Click to read more »
File:Cantor dust in two dimensions iteration 5.svg
Kamis, 2024-02-01 01:14:36

Commons Attribution-Share Alike 4.0 truetrue English an image of the 5th iteration of Cantor dust in two dimensions author name string: WalkingRadiance Wikimedia...

Click to read more »
File:Cantor dust in three dimensions iteration 0.svg
Kamis, 2024-02-01 01:14:25

Commons Attribution-Share Alike 4.0 truetrue English an image of the 0th iteration of Cantor dust in three dimensions author name string: WalkingRadiance...

Click to read more »
File:20240816 Abox - Mod Kali-V3 × KIFS NORMAL.png
Senin, 2024-12-16 05:30:49

2 1 1; transf_scale_015 1; transf_start_iterations_B 1; transf_stop_iterations_15 112; transf_stop_iterations_B 320; [fractal_2] IFS_abs_x true; IFS_abs_y...

Click to read more »
File:Cantor dust in two dimensions iteration 2.svg
Kamis, 2024-02-01 01:14:33

Commons Attribution-Share Alike 4.0 truetrue English an image of the 2nd iteration of Cantor dust in two dimensions author name string: WalkingRadiance Wikimedia...

Click to read more »
File:Kinder Joy logo.svg
Kamis, 2025-09-25 21:59:48

English 2013 iteration of the Kinder Joy brand logo...

Click to read more »
File:Ukrainian Minister of Defense Rustem Umerov, U.S. Secretary of Defense Lloyd Austin and Capability Coalition Leadership Group at the 25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany, January 9, 2025.jpg
Jumat, 2026-05-08 06:25:04

Defense Lloyd Austin and Capability Coalition Leadership Group at the 25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany, January...

Click to read more »
File:Newton iteration.png
Minggu, 2025-12-21 15:02:08

the source used to create this file. Deutsch ∙ English ∙ +/− (Newton iteration) % illustration of Newton's method for finding a zero of a function function...

Click to read more »
File:Mobius23621.jpeg
Jumat, 2024-08-16 22:02:16

Continuous iteration of a mobius transformation. English determination method or standard: SHA-1...

Click to read more »
File:20240816 Abox - Mod Kali-V3 × KIFS WORLD.png
Senin, 2024-12-16 05:30:51

2 1 1; transf_scale_015 1; transf_start_iterations_B 1; transf_stop_iterations_15 112; transf_stop_iterations_B 320; [fractal_2] IFS_abs_x true; IFS_abs_y...

Click to read more »
File:ILSMJ.png
Jumat, 2026-01-30 13:14:26

forward iteration of critical point ) for each point Z compute its External Last Iteration ( Escape Time). if ( IterationMax != eLastIteration ) then mark...

Click to read more »
File:United Kingdom Secretary of State for Defense John Healey greets United States Secretary of Defense Lloyd Austin at the 25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany, January 9, 2025.jpg
Jumat, 2026-05-08 06:25:35

Healey greets United States Secretary of Defense Lloyd Austin at the 25th iteration of the Ukraine Defense Contact Group at Ramstein Air Base, Germany, January...

Click to read more »
File:Bilibili 2023.svg
Rabu, 2025-09-17 16:09:58

English The is the fourth and current iteration of the logo of video sharing website Bilibili. It was officially used since 2023. determination method...

Click to read more »
File:Lyapunov fractal 2.png
Jumat, 2025-05-23 18:36:06

following user names refer to en.wikipedia. Lyapunov logistic fractal with iteration sequence AABAB. By Blotwell. Legend: (cur) = this is the current file...

Click to read more »
File:Cantor dust in three dimensions iteration 1.svg
Kamis, 2024-02-01 01:14:26

Commons Attribution-Share Alike 4.0 truetrue English an image of the 1st iteration of Cantor dust in three dimensions author name string: WalkingRadiance...

Click to read more »
File:V-дерево.png
Sabtu, 2023-08-12 21:52:15

RLine(x, y, rx, ry); if iterations > 0 then begin Dec(iterations); l := l / 2; Draw(lx, ly, l, iterations); Draw(rx, ry, l, iterations); end; end; begin LockDrawing();...

Click to read more »
File:20240816 Abox - Mod Kali-V3 × KIFS Shadow.png
Senin, 2024-12-16 05:30:50

2 1 1; transf_scale_015 1; transf_start_iterations_B 1; transf_stop_iterations_15 112; transf_stop_iterations_B 320; [fractal_2] IFS_abs_x true; IFS_abs_y...

Click to read more »
File:Number smaller then one after repetitive squaring.svg
Minggu, 2025-11-09 18:53:45

0 after iterations using function f(r)=r*r", dimensions = [1000, 1000], yrange = [-0.01,1.01], /*xrange = [ZxMin,ZyMax],*/ xlabel = "iteration ", ylabel...

Click to read more »
File:Square koch 1.png
Selasa, 2022-11-29 03:20:41

variation of Koch curve L-System - 1 iteration. uploaded by Jdandr2 at en:   English...

Click to read more »
File:Square koch 2.png
Selasa, 2022-11-29 03:20:51

variation of Koch curve L-System - 2 iterations. Uploaded by Jdandr2 at en:   English...

Click to read more »
File:Lyapunov fractal 1.png
Rabu, 2020-09-09 11:21:35

following user names refer to en.wikipedia. Lyapunov logistic fractal with iteration sequence AB. By Blotwell. Legend: (cur) = this is the current file, (del)...

Click to read more »
File:Raku Programming - Array Elements - Modify Array - Iterate - Array -Dr Raku.png
Sabtu, 2026-01-03 23:40:28

0 truetrue English Create an Array, Access elements, Modify Elements & iterate over Array author name string: Dr Raku Wikimedia username: Dr Raku URL:...

Click to read more »
File:Fatou componenets 3.png
Kamis, 2025-11-27 22:04:37

forward iteration of critical point ) for each point Z compute its External Last Iteration ( Escape Time). if ( IterationMax != eLastIteration ) then mark...

Click to read more »
File:Iterated logistic functions.svg
Rabu, 2026-03-04 21:35:49

Dashed], PlotLegends -> Placed[ LineLegend[Range[5], LegendLabel -> Placed["Iteration:", Left], LegendLayout -> "Row"], Above ], ImageSize -> Medium ] I, the...

Click to read more »
File:Cantor dust in two dimensions iteration 1.svg
Kamis, 2024-02-01 01:14:32

Commons Attribution-Share Alike 4.0 truetrue English an image of the 1st iteration of Cantor dust in two dimensions author name string: WalkingRadiance Wikimedia...

Click to read more »
File:Cantor dust in three dimensions iteration 2.svg
Kamis, 2024-02-01 01:14:27

Commons Attribution-Share Alike 4.0 truetrue English an image of the 2nd iteration of Cantor dust in three dimensions author name string: WalkingRadiance...

Click to read more »
File:Cantor dust in three dimensions iteration 3.svg
Kamis, 2024-02-01 01:14:28

Commons Attribution-Share Alike 4.0 truetrue English an image of the 3rd iteration of Cantor dust in three dimensions author name string: WalkingRadiance...

Click to read more »
File:Lévy C curve (3D-twist).jpg
Sabtu, 2026-03-07 23:10:41

i ) {\displaystyle 1/sqrt(phi)} ). The image was created from using a "iterated function system", (IFS). See also: See also: Solkoll & Solkoll 2D English...

Click to read more »
File:Cantor dust in two dimensions iteration 0.svg
Kamis, 2024-02-01 01:14:31

Commons Attribution-Share Alike 4.0 truetrue English an image of the 0th iteration of Cantor dust in two dimensions author name string: WalkingRadiance Wikimedia...

Click to read more »
File:Cantor dust in two dimensions iteration 6.svg
Kamis, 2024-02-01 01:14:37

Commons Attribution-Share Alike 4.0 truetrue English an image of the 6th iteration of Cantor dust in two dimensions author name string: WalkingRadiance Wikimedia...

Click to read more »
File:20240816 Abox - Mod Kali-V3 × KIFS ZBUFFER.png
Senin, 2024-12-16 05:30:52

2 1 1; transf_scale_015 1; transf_start_iterations_B 1; transf_stop_iterations_15 112; transf_stop_iterations_B 320; [fractal_2] IFS_abs_x true; IFS_abs_y...

Click to read more »
File:Square koch 0.png
Minggu, 2026-05-17 04:16:51

variation of Koch curve L-System - 0 iterations   English determination method or standard: SHA-1...

Click to read more »
File:Cantor dust in two dimensions iteration 3.svg
Kamis, 2024-02-01 01:14:34

Commons Attribution-Share Alike 4.0 truetrue English an image of the 3rd iteration of Cantor dust in two dimensions author name string: WalkingRadiance Wikimedia...

Click to read more »
File:Fermi-Dirac distribution.gif
Sabtu, 2025-11-29 08:16:50

framerate = 10 t_iterator = exp.(range(log(2),log(375),38)) t_iterator = [t_iterator;reverse(t_iterator)] record(fig, "nfermi.gif", t_iterator; framerate =...

Click to read more »
File:Quadratic Julia set with Internal binary decomposition for internal ray 0.ogv
Sabtu, 2024-10-12 22:01:50

forward iteration of critical point Z = 0 */ Zx=0.0; Zy=0.0; Zx2=Zx*Zx; Zy2=Zy*Zy; for (Iteration=0;Iteration<_IterationMax && ((Zx2+Zy2)<ER2);Iteration++)...

Click to read more »
File:PythagorasTree2.png
Selasa, 2020-09-15 17:56:20

Description: Pythagoras tree under construction, order 1 (after the first iteration). Source: English Wikipedia, original upload 22 August 2005 by Herbee...

Click to read more »
File:EDA sample-iterations.svg
Jumat, 2026-05-22 16:16:33

GNUplot script: set term svg size 600 600 dynamic set output 'EDA_sample-iterations.svg' set xlabel "x" set ylabel "i" plot "donnees.txt" index 0 using 4:1...

Click to read more »
File:Solution of systems of linear equations by minimized iterations (IA jresv49n1p33).pdf
Minggu, 2024-08-18 15:11:50

equations by minimized iterations   (  ) Author Lanczos, C. Title Solution of systems of linear equations by minimized iterations Volume 49 Publisher National...

Click to read more »
File:Треугольник Серпинского.png
Sabtu, 2026-06-06 23:00:33

Dec(iterations); Draw(x, y, mx1, my1, mx3, my3, iterations); Draw(mx1, my1, x1, y1, mx2, my2, iterations); Draw(mx3, my3, mx2, my2, x2, y2, iterations);...

Click to read more »
File:ISO 6309 - 04 - Emergency exit (Proposal 07.svg
Sabtu, 2025-11-01 08:57:12

that was considered for use in ISO 6309, but was ultimately rejected or iterated upon described at URL: https://www.tamabi.ac.jp/soumu/gai/hojo/seika/2003/kyoudou-ota1...

Click to read more »
File:3 iterations of similarities applied to 3 regular polygons FR.svg
Minggu, 2023-05-28 19:24:32

en tant que transformations qui peuvent avoir un centre,  voici trois itérations de similitudes.  Chaque similitude a son point invariant au centre...

Click to read more »
File:ISO 6309 - 12 - Fire hose reel (Proposal 03).svg
Rabu, 2024-11-27 22:54:53

that was considered for use in ISO 6309, but was ultimately rejected or iterated upon described at URL: https://www.tamabi.ac.jp/soumu/gai/hojo/seika/2003/kyoudou-ota1...

Click to read more »
File:Infinite chess board.png
Rabu, 2026-05-27 08:53:26

Commons Attribution 4.0 truetrue English Infinite chess board iteration German Unendliche Schachbrett Iteration determination method or standard: SHA-1...

Click to read more »
File:NBC logo 2022 (vertical).svg
Sabtu, 2026-05-16 06:14:51

English 2022 iteration of the NBC's peacock logo Chinese (Taiwan) 美國電視臺 determination method or standard: ineligible for copyright protection determination...

Click to read more »
File:ISO 6309 - 04 - Emergency exit (Proposal 08).svg
Rabu, 2024-11-27 22:55:53

that was considered for use in ISO 6309, but was ultimately rejected or iterated upon described at URL: https://www.tamabi.ac.jp/soumu/gai/hojo/seika/2003/kyoudou-ota1...

Click to read more »
File:ISO 6309 - 12 - Fire hose reel (Proposal 01).svg
Rabu, 2024-11-27 22:55:19

that was considered for use in ISO 6309, but was ultimately rejected or iterated upon described at URL: https://www.tamabi.ac.jp/soumu/gai/hojo/seika/2003/kyoudou-ota1...

Click to read more »
File:ISO 6309 - 04 - Emergency exit (Proposal 04.svg
Sabtu, 2025-11-01 08:57:31

that was considered for use in ISO 6309, but was ultimately rejected or iterated upon described at URL: https://www.tamabi.ac.jp/soumu/gai/hojo/seika/2003/kyoudou-ota1...

Click to read more »
File:Wikipe-tan SPNATI old.png
Senin, 2026-05-04 02:48:41

English Earliest SPNATI iteration of Wikipe-tan described at URL: https://gitgud.io/spnati/spnati/-/blob/0e6691ada995d944d15baed131861b11eeca0586/opp...

Click to read more »
File:ISO 6309 - 04 - Emergency exit (Proposal 01).svg
Sabtu, 2025-11-01 08:57:51

that was considered for use in ISO 6309, but was ultimately rejected or iterated upon described at URL: https://www.tamabi.ac.jp/soumu/gai/hojo/seika/2003/kyoudou-ota1...

Click to read more »
File:Ron Huebner-Maastricht Studio-1986.jpg
Selasa, 2025-11-18 22:43:49

Ron Huebner, 1986, Jan van Eyck studio, Maastricht, Netherlands with an iteration of the work “Bomb as Void - Everything | Nothing”. determination method...

Click to read more »
File:ISO 6309 - 04 - Emergency exit (Proposal 05).svg
Sabtu, 2025-11-01 08:57:25

that was considered for use in ISO 6309, but was ultimately rejected or iterated upon described at URL: https://www.tamabi.ac.jp/soumu/gai/hojo/seika/2003/kyoudou-ota1...

Click to read more »
File:ISO 6309 - 09 - Break glass to obtain access (Proposal 05).svg
Rabu, 2024-11-27 06:37:21

that was considered for use in ISO 6309, but was ultimately rejected or iterated upon described at URL: https://www.tamabi.ac.jp/soumu/gai/hojo/seika/2003/kyoudou-ota1...

Click to read more »
File:ISO 6309 - 09 - Break glass to obtain access (Proposal 01).svg
Rabu, 2024-11-27 06:37:13

that was considered for use in ISO 6309, but was ultimately rejected or iterated upon described at URL: https://www.tamabi.ac.jp/soumu/gai/hojo/seika/2003/kyoudou-ota1...

Click to read more »
File:ISO 6309 - 04 - Emergency exit (Proposal 03).svg
Sabtu, 2025-11-01 08:57:38

that was considered for use in ISO 6309, but was ultimately rejected or iterated upon described at URL: https://www.tamabi.ac.jp/soumu/gai/hojo/seika/2003/kyoudou-ota1...

Click to read more »
File:U.S. Secretary of Defense Lloyd J. Austin III speaks at the 23rd iteration of the Ukraine Defense Contact Group at NATO Headquarters in Brussels, Belgium on June 13, 2024.jpg
Kamis, 2025-12-18 01:39:00

English U.S. Secretary of Defense Lloyd J. Austin III speaks at the 23rd iteration of the Ukraine Defense Contact Group at NATO Headquarters in Brussels...

Click to read more »
File:ISO 6309 - 04 - Emergency exit (Proposal 06).svg
Sabtu, 2025-11-01 08:57:19

that was considered for use in ISO 6309, but was ultimately rejected or iterated upon described at URL: https://www.tamabi.ac.jp/soumu/gai/hojo/seika/2003/kyoudou-ota1...

Click to read more »
File:U.S. Secretary of Defense Lloyd Austin with Argentina Minister of Defense Luis Petri upon the conclusion of the 23rd iteration of the Ukraine Defense Contact Group at NATO Headquarters in Brussels, Belgium, June 13, 2024.jpg
Kamis, 2025-12-18 23:59:24

Argentina Minister of Defense Luis Petri upon the conclusion of the 23rd iteration of the Ukraine Defense Contact Group at NATO Headquarters in Brussels...

Click to read more »
File:PDT entropy evolution localized field.png
Sabtu, 2026-05-23 01:52:47

transformation showing entropy reduction and probability concentration under iterative probabilistic reweighting. Programmatically generated using Python in...

Click to read more »
File:U.S. Secretary of Defense Lloyd Austin meets NATO Secretary General Jens Stoltenberg at the 23rd iteration of the Ukraine Defense Contact Group at NATO in Brussels, Belgium on June 13, 2024.jpg
Kamis, 2025-12-18 23:58:53

Lloyd Austin meets NATO Secretary General Jens Stoltenberg at the 23rd iteration of the Ukraine Defense Contact Group at NATO in Brussels, Belgium, June...

Click to read more »
File:LCMM.jpg
Jumat, 2026-03-06 06:34:13

0; Zy=0.0; Zx2=Zx*Zx; Zy2=Zy*Zy; /* */ for (Iteration=0;Iteration<IterationMax && ((Zx2+Zy2)<ER2);Iteration++) { Zy=2*Zx*Zy + Cy; Zx=Zx2-Zy2 +Cx; Zx2=Zx*Zx;...

Click to read more »
File:United States Secretary of Defense Lloyd Austin with Argentina Minister of Defense Luis Petri upon the conclusion of the 23rd iteration of the Ukraine Defense Contact Group at NATO Headquarters in Brussels, Belgium on June 13, 2024.jpg
Kamis, 2025-12-18 23:57:46

Argentina Minister of Defense Luis Petri upon the conclusion of the 23rd iteration of the Ukraine Defense Contact Group at NATO Headquarters in Brussels...

Click to read more »
File:ISO 6309 - 09 - Break glass to obtain access (Proposal 04).svg
Minggu, 2025-12-07 07:25:40

that was considered for use in ISO 6309, but was ultimately rejected or iterated upon described at URL: https://www.tamabi.ac.jp/soumu/gai/hojo/seika/2003/kyoudou-ota1...

Click to read more »
File:Heavy Lévy.jpg
Minggu, 2020-09-13 03:37:09

used as the "parameter" that is converged in 18 levels using a two rule iterated function system. The convergence of the sphere is written in all 18 levels...

Click to read more »
File:ISO 6309 - 09 - Break glass to obtain access (Proposal 02).svg
Jumat, 2025-02-28 07:47:32

that was considered for use in ISO 6309, but was ultimately rejected or iterated upon described at URL: https://www.tamabi.ac.jp/soumu/gai/hojo/seika/2003/kyoudou-ota1...

Click to read more »
File:Distance between repetitive squaring of point smaller then one.svg
Jumat, 2026-05-01 18:48:15

iterations r(0) < 1.0 using function f(r)=r*r", dimensions = [1000, 1000], yrange = [-0.001,0.001], /*xrange = [ZxMin,ZyMax],*/ xlabel = "iteration "...

Click to read more »
File:Iterated subtraction of d until modulo d.svg
Kamis, 2026-05-21 00:25:20

Creative Commons Attribution-Share Alike 4.0 truetrue English Through an iterated subtraction of d from n as long as the difference is positive, calculation...

Click to read more »
File:FR-Py4Inf-05-Itérations.pdf
Kamis, 2020-10-08 10:50:18

DescriptionFR-Py4Inf-05-Itérations.pdf English: Python Lecture French 5 Date 1 January 2012 Source https://drive.google.com/folderview...

Click to read more »
File:Menger 4.jpg
Jumat, 2020-09-18 14:50:24

Description: Menger-Schwamm - 4. Iteration Source: German Wikipedia, original upload 1. Jun 2004 by Macguru (selfmade) de:Bild:Menger 4.jpg English...

Click to read more »
File:Square koch 3.png
Jumat, 2025-11-14 18:02:57

variation of Koch curve L-System - 3 iterations. Uploaded by Jdandr2 at en:   English determination method or standard: SHA-1...

Click to read more »
File:Pavage penrose p3 algo 6pas.gif
Rabu, 2024-01-17 23:17:50

hereby publish it under the following license: English French 6 premières itérations de l'algorithme de découpe pour faire un pavage de penrose de type 3....

Click to read more »
File:UserResearchProcess.png
Jumat, 2025-06-20 06:36:54

Attribution-Share Alike 4.0 truetrue English Diagram representing the iterative user research process author name string: Gergodley Wikimedia username:...

Click to read more »
File:Mandel lsm bw.jpg
Senin, 2022-05-30 23:00:09

0; Zy=0.0; Zx2=Zx*Zx; Zy2=Zy*Zy; /* */ for (Iteration=0;Iteration<IterationMax && ((Zx2+Zy2)<ER2);Iteration++) { Zy=2*Zx*Zy + Cy; Zx=Zx2-Zy2 +Cx; Zx2=Zx*Zx;...

Click to read more »
File:ISO 6309 - 12 - Fire hose reel (Proposal 02).svg
Senin, 2025-04-07 10:22:21

that was considered for use in ISO 6309, but was ultimately rejected or iterated upon described at URL: https://www.tamabi.ac.jp/soumu/gai/hojo/seika/2003/kyoudou-ota1...

Click to read more »
File:U.S. Secretary of Defense Lloyd Austin with Argentina Minister of Defense Luis Petri upon the conclusion of the 23rd iteration of the Ukraine Defense Contact Group at NATO Headquarters in Brussels, Belgium on June 13, 2024.jpg
Kamis, 2025-12-18 23:58:30

Argentina Minister of Defense Luis Petri upon the conclusion of the 23rd iteration of the Ukraine Defense Contact Group at NATO Headquarters in Brussels...

Click to read more »
File:Menger 3.jpg
Selasa, 2026-05-12 21:33:04

Description: Menger-Schwamm - 3. Iteration Source: German Wikipedia, original upload 1. Jun 2004 by Macguru (selfmade) de:Bild:Menger 3.jpg English...

Click to read more »
File:ISO 6309 - 09 - Break glass to obtain access (Proposal 03).svg
Kamis, 2025-09-04 04:08:26

that was considered for use in ISO 6309, but was ultimately rejected or iterated upon described at URL: https://www.tamabi.ac.jp/soumu/gai/hojo/seika/2003/kyoudou-ota1...

Click to read more »
File:Boundedness and asymptotics of the Generalized Theodorus Iteration (IA boundednessasymp00lead).pdf
Sabtu, 2024-08-17 23:47:54

Generalized Theodorus Iteration   (  ) Author Leader, Jeffery J. Title Boundedness and asymptotics of the Generalized Theodorus Iteration Publisher Monterey...

Click to read more »
File:Iter 1024.gif
Minggu, 2020-09-13 14:13:08

Mandelbrot set image created with 1024 iteration max. Made with X port of w:fractint.   This photo or image was moved from the English Wikipedia, retaining...

Click to read more »
File:Menger 5.jpg
Minggu, 2020-09-13 03:19:00

Description: Menger-Schwamm - 5. Iteration Source: German Wikipedia, original upload 1. Jun 2004 by Macguru (selfmade) de:Bild:Menger 5.jpg English...

Click to read more »
File:Parabolic Julia set from period 2 thru internal angle 1 over 2.png
Minggu, 2026-02-15 08:48:26

forward iteration of critical point Z = 0 */ Zx=0.0; Zy=0.0; Zx2=Zx*Zx; Zy2=Zy*Zy; for (Iteration=0;Iteration<_IterationMax && ((Zx2+Zy2)<ER2);Iteration++)...

Click to read more »
File:Parabolic Julia set from period 3 thru internal angle 1 over 3.png
Jumat, 2020-09-18 13:07:07

forward iteration of critical point Z = 0 */ Zx=0.0; Zy=0.0; Zx2=Zx*Zx; Zy2=Zy*Zy; for (Iteration=0;Iteration<_IterationMax && ((Zx2+Zy2)<ER2);Iteration++)...

Click to read more »
File:U.S. Secretary of Defense Lloyd Austin and NATO Secretary General Jens Stoltenberg address the press upon the conclusion of the 23rd iteration of the Ukraine Defense Contact Group at NATO in Brussels, Belgium, June 13, 2024.jpg
Kamis, 2025-12-18 01:38:38

General Jens Stoltenberg address the press upon the conclusion of the 23rd iteration of the Ukraine Defense Contact Group at NATO in Brussels, Belgium, June...

Click to read more »
File:U.S. Secretary of Defense Lloyd Austin and Chairman of the Joint Chiefs of Staff General Charles Brown, Jr. at the conclusion of the 23rd iteration of the Ukraine Defense Contact Group at NATO in Brussels, Belgium on June 13, 2024.jpg
Kamis, 2025-12-18 23:59:53

General CQ Brown, Jr. with journalists at the conclusion of the 23rd iteration of the Ukraine Defense Contact Group at NATO in Brussels, Belgium on June...

Click to read more »
File:ISO 6309 - 04 - Emergency exit (Proposal 02).svg
Minggu, 2025-12-21 16:20:21

that was considered for use in ISO 6309, but was ultimately rejected or iterated upon described at URL: https://www.tamabi.ac.jp/soumu/gai/hojo/seika/2003/kyoudou-ota1...

Click to read more »
File:San Miguel Corporation logo.svg
Senin, 2024-12-30 00:23:43

https://creativecommons.org/publicdomain/mark/1.0/PDMCreative Commons Public Domain Mark 1.0falsefalse English SMC new 2012 logo iteration...

Click to read more »
File:PythagorasTree1.png
Selasa, 2020-09-15 17:56:18

Description: Pythagoras tree under construction, order 0 (before the first iteration). Source: English Wikipedia, original upload 22 August 2005 by Herbee...

Click to read more »
File:Parabolic Julia set for internal angle 1 over 3.png
Jumat, 2025-12-05 22:09:36

forward iteration of critical point Z = 0 */ Zx=0.0; Zy=0.0; Zx2=Zx*Zx; Zy2=Zy*Zy; for (Iteration=0;Iteration<_IterationMax && ((Zx2+Zy2)<ER2);Iteration++)...

Click to read more »
File:Filled.jpg
Minggu, 2025-03-23 00:41:37

Zy=Z0y; /* */ Zx2=Zx*Zx; Zy2=Zy*Zy; /* */ for (Iteration=0;Iteration<IterationMax && ((Zx2+Zy2)<ER2);Iteration++) { Zy=2*Zx*Zy + Cy; Zx=Zx2-Zy2 +Cx; Zx2=Zx*Zx;...

Click to read more »
File:U.S. Secretary of Defense Lloyd Austin hosts the 23rd iteration of the Ukraine Defense Contact Group alongside Chairman of the Joint Chiefs of Staff General CQ Brown, Jr. at NATO in Brussels, Belgium on June 13, 2024.jpg
Jumat, 2025-12-19 00:00:03

June 2024 English U.S. Secretary of Defense Lloyd Austin hosts the 23rd iteration of the Ukraine Defense Contact Group alongside Chairman of the Joint Chiefs...

Click to read more »
File:Scala data structures.svg
Kamis, 2020-10-22 02:53:02

digraph G{ Iterable -> Seq; Iterable -> Set; Iterable -> Map; Seq -> Range; Seq -> List; Seq -> Vector; Seq -> Array [style=dashed]; Seq -> String [style=dashed];...

Click to read more »
File:U.S. Secretary of Defense Lloyd Austin and Chairman of the Joint Chiefs of Staff General Charles Brown, Jr. with reporters at the 23rd iteration of the Ukraine Defense Contact Group at NATO in Brussels, Belgium on June 13, 2024.jpg
Kamis, 2025-12-18 23:57:16

Chiefs of Staff General Charles Brown, Jr. with reporters at the 23rd iteration of the Ukraine Defense Contact Group at NATO in Brussels, Belgium on June...

Click to read more »
File:Laredo Coat of Arms.png
Jumat, 2025-10-03 02:48:52

featuring the original flag of the Confederate States of America(Previous iterations used the Confederate battle flag to represent the Confederate States of...

Click to read more »
File:Mandel bd.png
Senin, 2025-12-01 17:23:29

0; Zy=0.0; Zx2=Zx*Zx; Zy2=Zy*Zy; /* */ for (Iteration=0;Iteration<IterationMax && ((Zx2+Zy2)<ER2);Iteration++) { Zy=2*Zx*Zy + Cy; Zx=Zx2-Zy2 +Cx; Zx2=Zx*Zx;...

Click to read more »
File:Mandel bd.jpg
Minggu, 2025-11-30 16:04:05

0; Zy=0.0; Zx2=Zx*Zx; Zy2=Zy*Zy; /* */ for (Iteration=0;Iteration<IterationMax && ((Zx2+Zy2)<ER2);Iteration++) { Zy=2*Zx*Zy + Cy; Zx=Zx2-Zy2 +Cx; Zx2=Zx*Zx;...

Click to read more »
File:Iter 32.gif
Kamis, 2025-11-20 01:18:27

Mandelbrot set image created with 32 iteration max. At this point, the whole picture is inside the set. Made with X port of fractint. English determination...

Click to read more »
File:Mandelbrot-Menge mit OrbitTrap 20201028 100It.png
Rabu, 2023-07-26 09:24:21

the following license: English Mandelbrot set with Orbit Trap and 100 iterations. German Mandelbrot-Menge mit Orbit Trap und 100 Iterationen. Wikimedia...

Click to read more »
File:Buddhabrot.jpg
Sabtu, 2023-12-30 10:34:30

Buddhabrot image made with limit at 8,000 iterations by Evercat on 12:21, 31 Jan 2005 (UTC) This images was on the EN server but is re-uploaded here so...

Click to read more »
File:Organized Labor masthead.png
Selasa, 2025-07-22 10:23:10

work, hereby publish it under the following license: English Current iteration of Organized Labor's masthead; first appeared in print in early 2025 author...

Click to read more »
File:Adaptive selections of sample size and solver iterations in stochastic optimization with applicåation to nonlinear commodity flow problems (IA adaptiveselectio109454818).pdf
Jumat, 2024-08-16 04:16:32

Adaptive selections of sample size and solver iterations in stochastic optimization with applicåation to nonlinear commodity flow problems   (  ) Author...

Click to read more »
File:A Metropolis-Hastings Buddhabrot render.jpg
Minggu, 2025-02-09 08:15:23

Buddhabrot render. I plotted 100 million orbits to an extent of 1 million iterations. author name string: Quacktal Wikimedia username: Quacktal URL: https://commons...

Click to read more »
File:1959 Swisher A32.jpg
Selasa, 2026-06-02 17:52:48

this work, hereby publish it under the following license: English First iteration 1959 Swisher A32 Zero Turn object of statement has role: photographer...

Click to read more »
File:Lévy's C curve (3D-goggles).jpg
Jumat, 2025-11-14 20:25:50

view, look at the color version). The image was created from using a "iterated function system", (IFS). See also: See also: Solkoll & Solkoll 2D English...

Click to read more »
File:Iter 1M.gif
Minggu, 2021-11-07 06:06:31

Pakaran 640×480×8 (128583 bytes) Mandelbrot set image created with a million iteration max. Made with X port of [[fractint]] by [[User:Pakaran]] English...

Click to read more »
File:Mandelbrot d 9.png
Senin, 2025-12-01 17:23:18

Color shows in which quadrant of a Cartesian coordinate system n-th iteration lands: re(z_n) > 0 and im(z_n) > 0 (first quadrant) re(z_n) < 0 and im(z_n)...

Click to read more »
File:Menger 1.jpg
Selasa, 2025-09-09 01:14:41

Description: Menger-Schwamm - 1. Iteration Source: German Wikipedia, original upload 1. Jun 2004 by Macguru (selfmade) de:Bild:Menger 1.jpg English determination...

Click to read more »
File:K-means convergence.gif
Jumat, 2026-01-02 04:21:06

the previous iteration (i.e. assigned to the closest mean of the previous iteration). This is why the black lines are already one iteration ahead (the Voronoi...

Click to read more »
File:Iter 64.gif
Minggu, 2020-09-13 14:13:23

Description: Mandelbrot set image created with 64 iteration max. Made with X port of w:fractint. Source: English Wikipedia, original upload 27 February...

Click to read more »
File:Ada lovelace 02k 31i.png
Minggu, 2025-01-12 09:33:16

Edward Chalon, color quanticized down to 2 colors. Iteration #31 of the k-means algorithms (last iteration before stabilization) determination method or standard:...

Click to read more »
File:Menger 2.jpg
Selasa, 2026-03-24 23:26:00

Description: Menger-Schwamm - 2. Iteration Source: German Wikipedia, original upload 1. Jun 2004 by Macguru (selfmade) de:Bild:Menger 2.jpg English determination...

Click to read more »
File:Double diamond design model 2021.jpg
Minggu, 2026-05-10 17:29:15

English An adaptation of the Double Diamond Design Model to highlight the iterative nature of the design process. author name string: Jnychka Wikimedia username:...

Click to read more »
File:Iterative process.gif
Rabu, 2026-02-18 01:01:50

DescriptionIterative process.gif עברית: iterative process Date 16 July 2020 Source Own work Author Moshe Shmueli...

Click to read more »
File:Computational comparison of value iteration algorithms for discounted Markov decision processes (IA computationalcom00thom).pdf
Rabu, 2024-08-21 17:06:27

iteration - and looks at various methods for eliminating non-optimal actions both permanently and temporarily Subjects: Markov processes; Iterative methods...

Click to read more »
File:LCMJ rabbit.jpg
Selasa, 2025-12-02 15:26:34

orbit */ Zx2=Zx*Zx; Zy2=Zy*Zy; /* */ for (Iteration=0;Iteration<IterationMax && ((Zx2+Zy2)<ER2);Iteration++) { Zy=2*Zx*Zy + Cy; Zx=Zx2-Zy2 +Cx; Zx2=Zx*Zx;...

Click to read more »
File:Iterative PKS.png
Rabu, 2020-10-21 13:51:49

DescriptionIterative PKS.png English: iterative PKS responsible for synthesis of calicheamicin enediyne core Date 28 May 2014, 15:27:11 Source Own work...

Click to read more »
File:Mandelbrot set with field lines.png
Senin, 2025-02-10 04:02:40

----------------------------------------------------- hobold: Let's remove the iteration bands and change the relative sizes of black and white checkerboard areas...

Click to read more »
File:Ada k15 i48.png
Minggu, 2025-01-12 09:34:26

Edward Chalon, color quanticized down to 15 colors. Iteration #48 of the k-means algorithms (last iteration before stabilization). determination method or...

Click to read more »
File:Vector Loading.svg
Rabu, 2026-04-29 12:21:45

tux-loading-indicator-spin; -webkit-animation-duration: 1.5s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-name:...

Click to read more »
File:Ada lovelace 10k 31i.png
Minggu, 2025-01-12 09:34:09

Edward Chalon, color quanticized down to 10 colors. Iteration #31 of the k-means algorithms (last iteration before stabilization) determination method or standard:...

Click to read more »
File:Iterative development model.svg
Jumat, 2023-04-21 14:03:40

DescriptionIterative development model.svg English: Iterative development model Date 22 July 2014, 16:51:47 Source Iterative development model V2.jpg...

Click to read more »
File:Parabolic julia set c=-0.75.png
Minggu, 2026-02-15 08:48:40

forward iteration of critical point Z = 0 */ Zx=0.0; Zy=0.0; Zx2=Zx*Zx; Zy2=Zy*Zy; for (Iteration=0;Iteration<_IterationMax && ((Zx2+Zy2)<ER2);Iteration++)...

Click to read more »
File:Parabolic Julia set from period 5 thru internal angle 1 over 3.png
Senin, 2022-05-30 22:38:14

forward iteration of critical point Z = 0 */ Zx=0.0; Zy=0.0; Zx2=Zx*Zx; Zy2=Zy*Zy; for (Iteration=0;Iteration<_IterationMax && ((Zx2+Zy2)<ER2);Iteration++)...

Click to read more »
File:Hepta 1p4 1e5points 2.png
Minggu, 2026-05-31 20:37:30

license: English Chaos game played on an heptagon, with r=1.4 and 10^5 iterations author name string: TheRealJenze Wikimedia username: TheRealJenze URL:...

Click to read more »
File:Bof61.png
Kamis, 2025-11-27 05:39:12

Zy2=ZPrevieousY*ZPrevieousY; /* iterate and save points for analysis */ for (Iteration=1;Iteration<Iteration_Max+1 ;Iteration++) { ZNextY=2*ZPrevieousX*ZPrevieousY...

Click to read more »
File:Parabolic julia set c = -1.125 + 0.21650635094611*i.png
Selasa, 2020-10-20 16:19:49

forward iteration of critical point Z = 0 */ Zx=0.0; Zy=0.0; Zx2=Zx*Zx; Zy2=Zy*Zy; for (Iteration=0;Iteration<_IterationMax && ((Zx2+Zy2)<ER2);Iteration++)...

Click to read more »
File:01 3D Koch Schneeflocke-5.svg
Kamis, 2025-07-03 02:27:52

Attribution-Share Alike 4.0 truetrue English 3D Koch Snowflake, tetrahedron 2<sup>nd</sup> iteration German 3D Koch Schneeflocke, Tetraeder 2. Iteration...

Click to read more »
File:An iteration algorithm for optimal network flows. (IA iterationalgorit00woon).pdf
Selasa, 2024-08-20 17:27:05

An iteration algorithm for optimal network flows.   (  ) Author Woong, Chang Joon. Title An iteration algorithm for optimal network flows. Publisher Monterey...

Click to read more »
File:Hepta 2p1 1e5points.png
Minggu, 2026-05-31 20:38:50

license: English Chaos game played on an heptagon, with r=2.1 and 10^5 iterations author name string: TheRealJenze Wikimedia username: TheRealJenze URL:...

Click to read more »
File:Hepta 2 1e5points 4.png
Minggu, 2026-05-31 20:38:58

license: English Chaos game played on an heptagon, with r=2 and 10^5 iterations author name string: TheRealJenze Wikimedia username: TheRealJenze URL:...

Click to read more »
File:Ada lovelace 20k 54i.png
Senin, 2023-07-10 04:35:35

Edward Chalon, color quanticized down to 20 colors. Iteration #54 of the k-means algorithms (last iteration before stabilization) determination method or standard:...

Click to read more »
File:Ada lovelace 05k 24i.png
Minggu, 2025-01-12 09:33:41

Edward Chalon, color quanticized down to 5 colors. Iteration #24 of the k-means algorithms (last iteration before stabilization) determination method or standard:...

Click to read more »
File:Parameter plane and Mandelbrot set for f(z) = z^4 + m*z.png
Jumat, 2025-12-05 22:12:50

temp The iteration will be much faster, if you compute z^4 by squaring Z^2 : for (Iteration=0; Iteration<IterationMax && Zx2+Zy2<ER2; Iteration++) { Zx2...

Click to read more »
File:Parabolic Julia set from period 2 thru internal angle 1 over 4.png
Jumat, 2025-12-05 22:05:03

forward iteration of critical point Z = 0 */ Zx=0.0; Zy=0.0; Zx2=Zx*Zx; Zy2=Zy*Zy; for (Iteration=0;Iteration<_IterationMax && ((Zx2+Zy2)<ER2);Iteration++)...

Click to read more »
File:Dataflowiterstructure.png
Jumat, 2024-06-21 19:53:02

Title : Dataflow iteration code (internal) structure. Author : Poil 23:21, 21 May 2005 (UTC) Related to : Licence : Source available upon request. English...

Click to read more »
File:Cosine fixed point.svg
Selasa, 2024-04-16 23:57:13

svg]]. 2007-04-30 09:10 Tinctorius 600×480×0 (11310 bytes) Fixed point iteration of the cosine function. Derived from [[:Image:Sine fixed point.svg]]....

Click to read more »
File:Phantom1936.png
Selasa, 2025-10-07 08:09:44

shows no renewals for the early strips, so the early black and white iteration of the character is public domain. English Screenshot from a Phantom strip...

Click to read more »
File:UML generator in PHP.svg
Rabu, 2025-08-20 13:29:42

interface Iterator implements Traversable { current(): mixed key(): mixed next(): void rewind(): void valid(): bool } class Generator implements Iterator { +...

Click to read more »
File:Cpmj.png
Rabu, 2025-01-29 18:14:29

Method of drawing : escape time (function GiveLastIteration) potential (function jlogphi) Code is formatted with Emacs Fat rabbit , components, C=-0.12565651+0...

Click to read more »
File:CPM-86.png
Senin, 2026-03-30 01:38:41

strict";function n(t){return n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(n){return typeof n}:function(n){return n&&"function"==typeof Symbo...

Click to read more »
File:01 3D Koch Schneeflocke-2.svg
Minggu, 2025-08-03 23:33:55

under the following license: English 3D Koch Snowflake, tetrahedron 1st iteration author name string: Д.Ильин Wikimedia username: Д.Ильин URL: https://commons...

Click to read more »
File:Ada Lovelace by Alfred Edward Chalon, k25 i144.png
Selasa, 2023-10-17 20:17:43

Edward Chalon, color quanticized down to 25 colors. Iteration #144 of the k-means algorithms (last iteration before stabilization) determination method or standard:...

Click to read more »
File:Iterative method.svg
Rabu, 2020-09-09 15:15:00

DescriptionIterative method.svg English: Geometrical interpretation of iterative method Русский: Геометрическая интерпретация метода простых итераций...

Click to read more »
File:Logistic cobweb diagram animation.gif
Sabtu, 2026-01-10 22:23:27

Commons Attribution-Share Alike 4.0 truetrue English Animation of the iterative procedure used to create logistic cobweb diagrams, for select values of...

Click to read more »
File:Hanster Keyboard Layout new.png
Senin, 2026-05-04 08:58:16

work, hereby publish it under the following license: English The new iteration of my Hanster keyboard layout, optimized for various factors author name...

Click to read more »
File:Iterative-algorithm.svg
Selasa, 2023-05-16 17:01:31

DescriptionIterative-algorithm.svg English: Iterative reconstruction paradigm Date 4 November 2016 Source Own work Author Fpvidal...

Click to read more »
File:An iteration method for the solution of the eigenvalue problem of linear differential and integral operators (IA jresv45n4p255).pdf
Minggu, 2024-08-18 13:21:53

An iteration method for the solution of the eigenvalue problem of linear differential and integral operators   (  ) Author Lanczos, C. Title An iteration...

Click to read more »
File:Media Viewer Iteration- Usability Study Findings August, 2014.pdf
Jumat, 2026-04-10 20:06:55

DescriptionMedia Viewer Iteration- Usability Study Findings August, 2014.pdf English: Report from a usability study done on proposed improvements to Media...

Click to read more »
File:Buddhabrot z3-fire (1).png
Kamis, 2025-10-16 22:28:08

buddhabrot fractal uses z_n+1 = z_n³ + c rather than z² + c. It is 64 MP iterated to 20000. I, the copyright holder of this work, hereby publish it under...

Click to read more »
File:1051x446-first 39131 primes.jpg
Selasa, 2023-03-14 12:06:55

Generated in C++, with 1 iteration of Fermat primality test. I, the copyright holder of this work, hereby publish it under the following license: English...

Click to read more »
File:Hepta 1p6 1e5points.png
Minggu, 2026-05-31 20:38:54

license: English Chaos game played on an heptagon, with r=1.6 and 10^5 iterations author name string: TheRealJenze Wikimedia username: TheRealJenze URL:...

Click to read more »
File:1862 Portland City Hall.png
Minggu, 2024-08-25 05:52:31

0/PDMCreative Commons Public Domain Mark 1.0falsefalse English Third iteration of City Hall, Portland, Maine (c. 1904) applies to jurisdiction: United...

Click to read more »
File:Mandelpart2 red.png
Jumat, 2025-10-17 20:15:45

282, -0.01) at magnification 195.3125 times along the Y-Axis using 5000 iterations; color adjusted from [http://en.wikipedia.org/wiki/Image:Mandelpart2.png]...

Click to read more »
File:01 3D Koch Schneeflocke-2.0.svg
Kamis, 2025-07-03 11:05:30

Koch Snowflake, tetrahedron 11<sup>st</sup> iteration German 3D Koch Schneeflocke, Tetraeder 1. Iteration author name string: Petrus3743 Wikimedia username:...

Click to read more »
File:Parabolic Julia set for internal angle 1 over 4.png
Jumat, 2026-05-01 16:04:59

forward iteration of critical point Z = 0 */ Zx=0.0; Zy=0.0; Zx2=Zx*Zx; Zy2=Zy*Zy; for (Iteration=0;Iteration<_IterationMax && ((Zx2+Zy2)<ER2);Iteration++)...

Click to read more »
File:KIFS RGBA8 20220323.png
Selasa, 2025-12-02 13:46:43

hereby publish it under the following license: English A kaleidoscopic iterated function system. German Ein kaleidoskopisch iteriertes Funktionensystem...

Click to read more »
File:Golden traditional Wiki animation.gif
Jumat, 2020-11-06 15:41:21

205,330) created using my own Java program. Features include: *normalized iteration count algorithm for smoothing *taking the square root of t English...

Click to read more »
File:Iterative development model V2.jpg
Kamis, 2025-09-18 13:17:11

File:Iterative development model.svg is a vector version of this file. It should be used in place of this JPG file when not inferior. File:Iterative development...

Click to read more »
File:Mercure galant - 1710-06,-07,-08 (Page 1 crop).png
Senin, 2026-04-13 11:31:46

titre du ''Mercure galant'' de Dufresny, 1710-1714. C'est la première itération du ''Mercure'' à porter une image de Mercure. determination method or...

Click to read more »
File:Periodic cycles.png
Rabu, 2020-10-14 11:21:33

components counterclockwise, in each iteration (i.e. the cycle rotates by 2/5 of a revolution, in each iteration). The p in p/q works as a rotation parameter...

Click to read more »
File:Iter 512.gif
Rabu, 2024-09-11 23:54:56

Mandelbrot set image created with 512 iteration max. Made with X port of w:fractint. This photo or image was moved from the English Wikipedia, retaining...

Click to read more »
File:Iter 256.gif
Senin, 2026-03-30 09:28:38

Mandelbrot set image created with 256 iteration max. Made with X port of w:fractint.   This photo or image was moved from the English Wikipedia, retaining...

Click to read more »
File:Wavefront control for space telescope applications using adaptive optics (IA wavefrontcontrol109453085).pdf
Minggu, 2024-08-18 16:25:21

combined with a modal iterative closed loop feedback controller, showing a 36 fold improvement in RMS wavefront error over the iterative closed loop feedback...

Click to read more »
File:Prayagraj mahakumbh 2025.jpg
Rabu, 2026-01-14 17:29:15

American English The 2025 Prayag Maha Kumbh Mela was the most recent iteration of the Kumbh Mela, a Hindu pilgrimage festival that marked a full orbital...

Click to read more »
File:Iter 2048.gif
Senin, 2025-10-13 15:21:33

Mandelbrot set image created with 2048 iteration max. Made with X port of w:fractint.   This photo or image was moved from the English Wikipedia, retaining...

Click to read more »
File:Demj6.png
Sabtu, 2025-11-29 05:02:26

LastIteration = GiveLastIteration( Z0x,Z0y, Cx,Cy,IterationMax, ER2); /* compute pixel color (24 bit = 3 bytes) */ if (LastIteration == IterationMax)...

Click to read more »
File:Buddhabrot-W1000000-B100000-L20000-2000.jpg
Sabtu, 2023-12-30 10:34:22

Buddhabrot from 20,000 (purple), 100,000 (blue) and 1,000,000 (white) iterations. Español: Representación gráfica del Buddhabrot con 20.000 (púrpura),...

Click to read more »
File:Iter 128.gif
Jumat, 2024-10-04 09:01:25

Mandelbrot set image created with 128 iteration max. Made with X port of w:fractint.   This photo or image was moved from the English Wikipedia, retaining...

Click to read more »
File:Two-dimensional analysis of stress and strain in soils- Report no. 1- Iteration procedure for saturated elastic porous material - USACE-p266001coll1-4998.pdf
Minggu, 2026-05-03 08:57:11

Two-dimensional analysis of stress and strain in soils: Report no. 1: Iteration procedure for saturated elastic porous material – Report 1   (  ) Author...

Click to read more »
File:Multibrot Lupanov power-2 Q1.png
Rabu, 2023-02-22 13:02:46

{{Information |Description=Enlarged first quadrant of the Mandelbrot set for the iteration z->z^-2 + c. Because the set expands to infinity this image is generated...

Click to read more »
File:Interpolation weights of algebraic multigrid (IA interpolationwei00mira).pdf
Jumat, 2026-04-17 05:34:42

solving certain discretized systems so an iterative approach to determine the weights will prove useful. This iterative weight definition must balance the requirement...

Click to read more »
File:Quadratic Julia set with Internal tile for internal ray 0.ogv
Minggu, 2024-11-17 09:24:55

forward iteration of critical point Z = 0 */ Zx=0.0; Zy=0.0; Zx2=Zx*Zx; Zy2=Zy*Zy; for (Iteration=0;Iteration<_IterationMax && ((Zx2+Zy2)<ER2);Iteration++)...

Click to read more »
File:Mandelbrot DEM Sobel.png
Selasa, 2024-10-29 07:37:20

Zy2=ZPrevieousY*ZPrevieousY; /* iterate and save points for analysis */ for (Iteration=1;Iteration<Iteration_Max+1 ;Iteration++) { ZNextY=2*ZPrevieousX*ZPrevieousY...

Click to read more »
File:Ada lovelace k100 i295.png
Minggu, 2025-01-12 09:34:44

Chalon, color quanticized down to 100 colors. Iteration #295 of the k-means algorithms (last iteration before stabilization). author name string: E.Le...

Click to read more »
File:Juliasetsdkpictreal1.jpg
Kamis, 2025-03-20 10:44:15

features of the Mandelbrot and Julia sets for complex iteration. The usual family of iterations z 2 + c {\displaystyle z^{2}+c} can (in coordinate form)...

Click to read more »
File:Merkle-damgard.svg
Jumat, 2024-12-27 19:42:50

Diagram of an iterated hash function (Merkle-Damgard). Original illustration for Wikipedia (Inkscape)  The source code of this SVG is invalid due to 25...

Click to read more »
File:Normalized Iteration Count Algorithm 1.png
Jumat, 2024-07-05 09:29:17

DescriptionNormalized Iteration Count Algorithm 1.png English: Centered at about (0.16125, 0.638438i). I used the Normalized Iteration Count Algorithm to...

Click to read more »
File:Ada lovelace k13 i36.png
Senin, 2023-07-10 04:35:39

Edward Chalon, color quanticized down to 13 colors. Iteration #36 of the k-means algorithms (last iteration before stabilization). author name string: E.Le...

Click to read more »
File:Ada lovelace k15 i50.png
Senin, 2023-07-10 04:35:41

Edward Chalon, color quanticized down to 15 colors. Iteration #50 of the k-means algorithms (last iteration before stabilization). Second initialization color...

Click to read more »
File:Paratroopers from 18 countries in Exeter, Rhode Island in August during Leapfest 2025, the 40th iteration of the world’s largest and longest-running international static line parachute competition - 2.jpg
Sabtu, 2026-03-07 06:23:11

countries in Exeter, Rhode Island in August during Leapfest 2025, the 40th iteration of the world’s largest and longest-running international static line parachute...

Click to read more »
File:Power-2q.png
Selasa, 2020-09-15 15:53:34

fractal, power -2, enlarged 1st quadrant. Blue/grey show odd/even number of iterations to bail-out. |Source = I (~~~) created this work entirely by myself. |Date...

Click to read more »
File:DooSabin subdivision.png
Sabtu, 2026-01-10 19:50:24

799×246 (33577 bytes) {{Information |Description=Doo-Sabin subdivision iterations. |Source=I created this work entirely by myself. |Date=2008-08-24 |Author=Fredrik...

Click to read more »
File:Paratroopers from 18 countries in Exeter, Rhode Island in August during Leapfest 2025, the 40th iteration of the world’s largest and longest-running international static line parachute competition - 7.jpg
Sabtu, 2026-03-07 22:48:14

countries in Exeter, Rhode Island in August during Leapfest 2025, the 40th iteration of the world’s largest and longest-running international static line parachute...

Click to read more »
File:Ada lovelace k12 i38.png
Senin, 2023-07-10 04:35:38

Edward Chalon, color quanticized down to 15 colors. Iteration #38 of the k-means algorithms (last iteration before stabilization). author name string: E.Le...

Click to read more »
File:Iterative queries scheme.jpg
Kamis, 2025-09-04 14:48:50

DescriptionIterative queries scheme.jpg English: Iterative queries scheme Date 12 December 2013, 03:01:47 Source Own work Author Jane Kruch...

Click to read more »
File:Sierpinski square.png
Selasa, 2021-04-13 20:57:46

image was created from using an "iterated function system" (IFS). See also: w:en:Sierpinski triangle w:en:Iterated function system English Sierpinski...

Click to read more »
File:Augmented Lagrangian method for iterative directional TV refining.png
Senin, 2023-10-02 07:42:05

DescriptionAugmented Lagrangian method for iterative directional TV refining.png English: Augmented Lagrangian method for iterative directional TV refining Date 12...

Click to read more »
File:Paratroopers from 18 countries in Exeter, Rhode Island in August during Leapfest 2025, the 40th iteration of the world’s largest and longest-running international static line parachute competition - 6.jpg
Sabtu, 2026-03-07 22:48:09

countries in Exeter, Rhode Island in August during Leapfest 2025, the 40th iteration of the world’s largest and longest-running international static line parachute...

Click to read more »
File:Paratroopers from 18 countries in Exeter, Rhode Island in August during Leapfest 2025, the 40th iteration of the world’s largest and longest-running international static line parachute competition - 1.jpg
Sabtu, 2026-03-07 22:48:05

countries in Exeter, Rhode Island in August during Leapfest 2025, the 40th iteration of the world’s largest and longest-running international static line parachute...

Click to read more »
File:Juliasetsdkfieldlines4.jpg
Selasa, 2025-03-25 21:17:35

|Date = 11/4-10 |Author = Gert Buschmann |other_versions = }} English Pictures in the field lines for an iteration of the form <math>z^2 + c</math>...

Click to read more »
File:Ada lovelace k11 i67.png
Senin, 2023-07-10 04:35:37

Edward Chalon, color quanticized down to 15 colors. Iteration #50 of the k-means algorithms (last iteration before stabilization). Second initialization color...

Click to read more »
File:Agile-vs-iterative-flow.jpg
Senin, 2023-07-24 17:54:52

DescriptionAgile-vs-iterative-flow.jpg English: This diagram shows the differences in terms of frequency of releases and scale of impact between agile...

Click to read more »
File:Paratroopers from 18 countries in Exeter, Rhode Island in August during Leapfest 2025, the 40th iteration of the world’s largest and longest-running international static line parachute competition - 4.jpg
Jumat, 2025-12-19 22:45:57

countries in Exeter, Rhode Island in August during Leapfest 2025, the 40th iteration of the world’s largest and longest-running international static line parachute...

Click to read more »
File:Gamma Camera SPECT Iterative Reconstruction Lungs.png
Jumat, 2025-09-26 06:45:09

Iterative Reconstruction Lungs.png Singe photon emission tomography (SPECT) slice of lungs acquired by a Gamma-Camera reconstructed using iterative reconstruction...

Click to read more »
File:Ada lovelace k14 i41.png
Senin, 2023-07-10 04:35:40

Edward Chalon, color quanticized down to 14 colors. Iteration #41 of the k-means algorithms (last iteration before stabilization). author name string: E.Le...

Click to read more »
File:Renault Espace First Iteration.jpg
Minggu, 2024-11-24 09:19:46

DescriptionRenault Espace First Iteration.jpg Renault Espace J11 Date 1990 Source My own collection Author Charles01...

Click to read more »
File:Ladder iterative impedance.svg
Selasa, 2024-06-04 01:48:13

DescriptionLadder iterative impedance.svg English: Iterative impedance of an infinite ladder of L-sections Date 7th September 2014 Source Self created...

Click to read more »
File:Paratroopers from 18 countries in Exeter, Rhode Island in August during Leapfest 2025, the 40th iteration of the world’s largest and longest-running international static line parachute competition - 3.jpg
Sabtu, 2026-03-07 22:48:22

countries in Exeter, Rhode Island in August during Leapfest 2025, the 40th iteration of the world’s largest and longest-running international static line parachute...

Click to read more »
File:Apfelmann im Gras MM 90.jpg
Sabtu, 2023-09-09 08:44:23

Fig 2b in: Michael Michelitsch, "Color Maps Generated by "Trigonometric Iteration Loops" Comput. & Graphics, Vol 14, No. 1, pp. 125-126, 1990 and URL http://www...

Click to read more »
File:Paratroopers from 18 countries in Exeter, Rhode Island in August during Leapfest 2025, the 40th iteration of the world’s largest and longest-running international static line parachute competition - 12.jpg
Sabtu, 2026-03-07 19:04:03

countries in Exeter, Rhode Island in August during Leapfest 2025, the 40th iteration of the world’s largest and longest-running international static line parachute...

Click to read more »
File:Example of an iterative DNS resolver.svg
Jumat, 2020-10-09 19:45:06

DescriptionExample of an iterative DNS resolver.svg English: A DNS resolver iteratively queries a root nameserver, org. nameserver, and wikipedia.org....

Click to read more »
File:Paratroopers from 18 countries in Exeter, Rhode Island in August during Leapfest 2025, the 40th iteration of the world’s largest and longest-running international static line parachute competition - 11.jpg
Sabtu, 2026-03-07 22:46:56

countries in Exeter, Rhode Island in August during Leapfest 2025, the 40th iteration of the world’s largest and longest-running international static line parachute...

Click to read more »
File:Equalizer by Iterative Methods.png
Senin, 2026-03-09 10:41:11

DescriptionEqualizer by Iterative Methods.png English: The figure shows the circuit for an equalizer, designed by iterative methods Date early 2017 date...

Click to read more »
File:Menger-Schwamm.png
Sabtu, 2026-03-07 16:11:15

vergleichbar ist. English: Menger Sponge after four iterations. Français : Éponge de Menger après quatre itérations. Русский: Губка Менгера после четырёх итераций...

Click to read more »
File:Paratroopers from 18 countries in Exeter, Rhode Island in August during Leapfest 2025, the 40th iteration of the world’s largest and longest-running international static line parachute competition - 13.jpg
Kamis, 2026-03-05 12:43:13

countries in Exeter, Rhode Island in August during Leapfest 2025, the 40th iteration of the world’s largest and longest-running international static line parachute...

Click to read more »
File:Vision in Context.png
Rabu, 2026-01-14 02:55:21

Creative Commons Attribution-Share Alike 4.0 truetrue English DALLE2 ITERATIVE PROCCESS Hebrew דוגמה לתהליך עבודה עם DALLE2 author name string: Oronbb...

Click to read more »
File:Paratroopers from 18 countries in Exeter, Rhode Island in August during Leapfest 2025, the 40th iteration of the world’s largest and longest-running international static line parachute competition - 5.jpg
Sabtu, 2026-03-07 22:48:11

countries in Exeter, Rhode Island in August during Leapfest 2025, the 40th iteration of the world’s largest and longest-running international static line parachute...

Click to read more »
File:Mandelbrot seq.png
Senin, 2024-08-19 23:30:18

minnkaði. 2004-08-09 20:24 Spm 999×498×8 (87304 bytes) frá 1 upp í 100 iterations af Mandelbrot settinu. English determination method or standard: SHA-1...

Click to read more »
File:1-12 Cavalry Regiment Participates in Multinational Live Fire Exercise (9417608).jpg
Senin, 2026-03-16 20:05:54

Norwegian Leopard 2A8 battle tanks release smoke, signaling the end of the iteration, Dec. 2, 2025, Pabrade Training Area, Lithuania. determination method...

Click to read more »
File:Iterative Development Concept.PNG
Selasa, 2024-01-09 21:34:46

version available|new image name}}. It is recommended to name the SVG file “Iterative Development Concept.svg”—then the template Vector version available (or...

Click to read more »
File:Interior of the Cauliflower Julia set.png
Selasa, 2025-12-02 20:03:33

forward iteration of critical point Z = 0 */ Zx=0.0; Zy=0.0; Zx2=Zx*Zx; Zy2=Zy*Zy; for (Iteration=0;Iteration<_IterationMax && ((Zx2+Zy2)<ER2);Iteration++)...

Click to read more »
File:Coalition Forces Conduct Estonian-Led Battle Drills (8869244).jpg
Minggu, 2025-07-06 11:11:13

Defence Forces members take cover behind a vehicle during a training iteration in northern Iraq, Jan. 17, 2025. determination method or standard: work...

Click to read more »
File:Coalition Forces Conduct Estonian-Led Battle Drills (8869211).jpg
Kamis, 2025-12-11 00:06:59

members share their feedback during an after-action brief for a training iteration in northern Iraq, Jan. 17, 2025. determination method or standard: work...

Click to read more »
File:Iterative process for wikimedia thesis.png
Rabu, 2020-10-21 03:07:36

DescriptionIterative process for wikimedia thesis.png English: This is the iterative process I used during my bachelor's thesis. Date 19 April 2016 Source...

Click to read more »
File:Mandelbrot set with Interior detection method.png
Senin, 2025-12-01 17:23:39

i; // last iteration int p=6; // index of palette // compute escape time = last iteration: 1<i <= IterationMax i = iterate( c, IterationMax); i= i-1;...

Click to read more »
File:Siegel disk and external rays for fc(z) = z*z+c where c = -0.749998153581339 +0.001569040474910*I; t = 0.49975027919634618290.png
Jumat, 2023-03-10 21:31:38

Compute external ray on the dynamic plane ( Julia set) using backward iteration. Based on the code by Wolf Jung from program Mandel : http://www.mndynamics...

Click to read more »
File:Alg9n5.png
Kamis, 2024-10-10 02:42:19

Color shows in which quadrant of a Cartesian coordinate system n-th iteration lands: re(z_n) > 0 and im(z_n) > 0 (first quadrant) re(z_n) < 0 and im(z_n)...

Click to read more »
File:England and Wales population cartogram districts.svg
Rabu, 2024-12-04 11:48:09

(First grid 1 600; Diffusion grid size 1024; 8 iterations) QGIS: Cartogram Creator plugin 10 iterations I, the copyright holder of this work, hereby publish...

Click to read more »
File:Iterative deduktion.svg
Rabu, 2023-04-12 17:09:44

DescriptionIterative deduktion.svg Deutsch: Erstellt mit ebproof und tikz Date 8 April 2023 Source Own work Author Mathmensch...

Click to read more »
File:Project- Go-Comm (7171250).jpg
Selasa, 2024-12-31 15:37:19

English The first iteration of the Project: Go-Comm portable communications kit sits ready for use in October 2021. determination method or standard:...

Click to read more »
File:Evolutionary capability delivery of Coast Guard manpower system (IA evolutionarycapa1094542725).pdf
Kamis, 2026-03-05 14:07:56

Iterative Incremental Development (IID) process model to deliver capability in increments driven by schedule. The model consists of seven iterations with...

Click to read more »
File:Quartic Siegel Disk.jpg
Minggu, 2025-08-17 21:01:00

Commons Attribution-Share Alike 4.0 truetrue English This picture is an iterative / recursive Quartic (4th power) Polynomial Siegel disk object of statement...

Click to read more »
File:TLS-based prefiltering technique for time-domain ARMA modeling (IA tlsbasedprefilte00farg).pdf
Minggu, 2024-08-25 17:21:55

general non-linear and most ARMA modeling techniques are iterative in nature. The Iterative Prefiltering (IP) method has the advantage of computing potential...

Click to read more »
File:Negros Island Region 2024.png
Kamis, 2026-03-05 06:57:10

hereby publish it under the following license: English Map of the second iteration of Negros Island Region since June 2024 with 3 provinces: Negros Occidental...

Click to read more »
File:Coalition Forces Conduct Estonian-Led Battle Drills (8869225).jpg
Senin, 2025-11-24 01:52:05

Coalition members walk toward their vehicle to prepare for the next training iteration in northern Iraq, Jan. 17, 2025. determination method or standard: work...

Click to read more »
File:Soldiers with the 382nd Military Police Detachment and Romanian armed forces train together (6053452).jpg
Kamis, 2026-02-05 23:09:00

English Romanian military policeman waits to participate in a shooting iteration near Mihail Kogalniceanu Complex, Romania on Jan. 20, 2020. determination...

Click to read more »
File:Paratroopers from 18 countries in Exeter, Rhode Island in August during Leapfest 2025, the 40th iteration of the world’s largest and longest-running international static line parachute competition - 9.jpg
Jumat, 2025-12-19 22:28:24

countries in Exeter, Rhode Island in August during Leapfest 2025, the 40th iteration of the world’s largest and longest-running international static line parachute...

Click to read more »
File:Fatou componenets4.jpg
Minggu, 2025-03-16 06:14:03

Z_cr_x=0.0, Z_cr_y=0.0; /* critical point */ /* */ int Iteration,iIteration, IterationMax=80, IterationMaxBig=1000, iTemp; /* bail-out value , radius of circle ;...

Click to read more »
File:Northern Europe defense conference builds on longstanding partnerships for security (8763332).jpg
Senin, 2025-01-06 11:16:59

European Command and the German Ministry of Defense co-hosted the 2024 iteration of the Northern Europe Chiefs of Defense Conference in Berlin, Germany...

Click to read more »
File:LAMAT 25 Launches in Guyana (8961501).jpg
Kamis, 2026-05-14 07:55:41

with the United States Embassy hosted an opening ceremony for the last iteration of U.S. determination method or standard: work of the federal government...

Click to read more »
File:Fuerzas Commando 24 Assaulter Course II (8414304).jpg
Minggu, 2025-09-14 22:19:50

English Fuerzas Comando 2024 (FC24) judges change targets between shooting iterations during the Skills and Shooting Tests in Cerro Tigre, Panama, May 16, 2024...

Click to read more »
File:CP25 Costa Rica Medical Site (9206375).jpg
Sabtu, 2026-05-30 00:35:37

Continuing Promise 2025, July #, 2025. Continuing Promise 2025 is the 16th iteration of the U.S. 4th Fleet/U.S. determination method or standard: work of the...

Click to read more »
File:LsystemTree.svg
Rabu, 2020-09-09 08:34:47

=> K@[+L][-L]@K@L@; // leaf K => KK; // beam @ => ; // cleanup between iterations } English author name string: NightElfik URL: https://commons.wikimedia...

Click to read more »
File:Kartogram ludnosci Polski.svg
Kamis, 2025-10-02 21:47:33

ScapeToad (First grid 1 600; Diffusion grid size 1024; 8 iterations) Cartogram Creator plugin 10 iterations I, the copyright holder of this work, hereby publish...

Click to read more »
File:Iterative development model V2 bg.jpg
Sabtu, 2026-01-31 00:33:55

базирана на File:Iterative_development_model_V2.jpg Author Мартин Николов / Flextry потребител в bg.wikipedia Other versions File:Iterative_development_model_V2...

Click to read more »
File:CHIO-Aachen Opening (8516161).jpg
Senin, 2025-03-24 07:56:42

2024) - The U.S. European Command Joint Color Guard opens the 100th iteration of the World Equestrian Festival (CHIO-Aachen) held here. determination...

Click to read more »
File:Coalition Forces Conduct Estonian and German-Led Range Operations (9135489).jpg
Sabtu, 2025-12-06 12:19:48

English An Estonian Defence Forces member awaits the next firing iteration during range operations at Beneslawa Range in Erbil, Iraq, April 18, 2025....

Click to read more »
File:Moldovan soldiers conduct crowd control training during KFOR28 (6409423).jpg
Minggu, 2025-09-28 08:04:32

Army soldiers with the 22nd Peacekeeping Battalion wait for the next iteration of crowd control training at Hohenfels, Germany on Oct. 27, 2020. determination...

Click to read more »
File:95th CSSB Iron Stampede (9536018).jpg
Senin, 2026-03-16 08:11:59

Soldiers and British army soldiers pose for a photo after completing their iteration of the warrior skills lane in Landstuhl, Germany, Feb. 21, 2026. determination...

Click to read more »
File:Paratroopers from 18 countries in Exeter, Rhode Island in August during Leapfest 2025, the 40th iteration of the world’s largest and longest-running international static line parachute competition - 10.jpg
Jumat, 2025-12-19 22:13:13

countries in Exeter, Rhode Island in August during Leapfest 2025, the 40th iteration of the world’s largest and longest-running international static line parachute...

Click to read more »
File:Paratroopers from 18 countries in Exeter, Rhode Island in August during Leapfest 2025, the 40th iteration of the world’s largest and longest-running international static line parachute competition - 8.jpg
Minggu, 2026-03-22 00:36:27

countries in Exeter, Rhode Island in August during Leapfest 2025, the 40th iteration of the world’s largest and longest-running international static line parachute...

Click to read more »
File:Target set for internal ray 0.ogv
Senin, 2023-02-20 23:23:35

forward iteration of critical point Z = 0 */ Zx=0.0; Zy=0.0; Zx2=Zx*Zx; Zy2=Zy*Zy; for (Iteration=0;Iteration<_IterationMax && ((Zx2+Zy2)<ER2);Iteration++)...

Click to read more »
File:3-2CR M4 Qualification (9258450).jpg
Minggu, 2025-10-12 00:58:40

Squadron, 2nd Cavalry Regiment, observe targets during an M4 qualification iteration at the Grafenwoehr Training Area, Germany, Aug. 12, 2025. determination...

Click to read more »
File:U S Army Soldiers train with Syrian partners on Infantry Maneuver Range (9006721).jpg
Selasa, 2026-01-20 05:14:00

Partner Force Soldiers speak to one another after conducting a live fire iteration in Syria, April 24, 2025. determination method or standard: work of the...

Click to read more »
File:Optimal design of piezoelectric materials for maximal energy harvesting (IA optimaldesignofp1094545913).pdf
Sabtu, 2024-11-16 03:24:15

nearly orthogonal and balanced Latin hypercube (NOBLH) design, and NOBLH iterative methods, we find optimal solutions to maximize piezoelectric gen-erator...

Click to read more »
File:PALS 25- Maintaining Technological Advantage in Littoral Operations Presentation (9168157).jpg
Rabu, 2025-09-10 22:13:15

Technological Advantage in Littoral Operations Presentation at the 11th iteration of the Pacific Amphibious Leaders Symposium 25, Manila determination method...

Click to read more »
File:SETAF-AF hosts Best Squad Competition (7767682).jpg
Sabtu, 2024-12-28 02:21:17

503rd Infantry Regiment, 173rd Infantry Brigade, competes in the day iteration of land navigation for the U.S. determination method or standard: work...

Click to read more »
File:Finite volume element (FVE) discretization and multilevel solution of the axisymmetric heat equation (IA finitevolumeelem00lita).pdf
Minggu, 2024-08-18 06:50:55

point-source of heat applied to a metal block, is solved numerically; both iterative and multilevel solutions are computed in order to compare the two processes...

Click to read more »
File:Continuing Promise 2025 Ecuador Graphic (9181224).jpg
Jumat, 2026-05-15 19:47:26

English MANTA, Ecuador (July 14, 2025) Continuing Promise 2025 is the 16th iteration of the U.S. 4th Fleet/U.S. determination method or standard: work of the...

Click to read more »
File:CP25 Costa Rica Infographic (9239513).jpg
Sabtu, 2026-05-30 00:35:35

English COSTA RICA (August 4, 2025) Continuing Promise 2025 is the 16th iteration of the U.S. 4th Fleet/U.S. determination method or standard: work of the...

Click to read more »
File:Inclusive Product Development Framework Playbook Draft 1.png
Jumat, 2024-05-24 19:51:41

and own phases of our product development process is connected in an iterative loop. URL: https://commons.wikimedia.org/wiki/User:JTanner_%28WMF%29 author...

Click to read more »
File:Iterative Rekonstruktion in der Computertomografie O - CT axial - 001.jpg
Jumat, 2026-03-06 15:55:18

mAs. Links gefilterte Rückprojektion, Mitte iterative Rekonstruktion erste Generation, rechts iterative Rekonstruktion Modell-basiert. Insbesondere bei...

Click to read more »
File:Manning and automation of naval surface combatants- a functional allocation approach using axiomatic design theory (IA manningndutomati1094524367).pdf
Rabu, 2026-04-08 16:41:33

axiomatic design principles that strives to eliminate the currently accepted iterative nature of concept level ship design is proposed. Specifically, the hierarchical...

Click to read more »
File:Preparing Ammo (4588905).jpg
Selasa, 2025-09-23 20:36:21

Paratrooper from the 1-91 Cavalry (Airborne) prepares the round for the next iteration of firing the 120mm mortar. determination method or standard: work of...

Click to read more »
File:Koch Snowflake 6th iteration green.png
Sabtu, 2022-01-22 02:31:48

DescriptionKoch Snowflake 6th iteration green.png English: Koch Snowflake 6th iteration green Date 28 January 2018 Source Own work Author MathKnight...

Click to read more »
File:PALS 25- Official Gala Dinner (9172580).jpg
Selasa, 2025-09-09 10:13:08

Dancers perform a ceremonial dance during the official dinner at the 11th iteration of the Pacific Amphibious Leaders Symposium, Manila, Philippines, July...

Click to read more »
File:An implementation methodology and software tool for an entropy based engineering model for evolving systems (IA animplementation109451026).pdf
Senin, 2025-07-07 12:30:36

obtain the desired results. An iterative software development paradigm was used to write the application in 3 iterations using Visual Basic. At the end...

Click to read more »
File:Competitors take part in Fuerzas Comando 24 Sniper Course II (8414270).jpg
Minggu, 2025-09-14 22:54:09

English Evaluators debate the outcome of an iteration of a sniper exercise during Fuerzas Comando 24 (FC24) in Cerro Tigre, Panama, May 17, 2024. determination...

Click to read more »
File:Coalition Forces Conduct Estonian-Led Battle Drills (8869247).jpg
Rabu, 2025-10-08 03:53:15

members take cover and walk alongside a moving vehicle during a training iteration in northern Iraq, Jan. 17, 2025. determination method or standard: work...

Click to read more »
File:CP25 Dominican Republic Graphic (9201203).jpg
Jumat, 2026-05-15 19:48:17

Dominican Republic (July 20, 2025) Continuing Promise 2025 is the 16th iteration of the U.S. 4th Fleet/U.S. determination method or standard: work of the...

Click to read more »