Share to:

Search Results: File:IMAX.svg

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


File:IMAX.svg
Rabu, 2025-11-26 22:57:16

English IMAX black logo Polish Logo IMAX...

Click to read more »
File:IMAX blue logo.svg
Rabu, 2025-11-26 22:57:45

English IMAX blue logo determination method or standard: SHA-1...

Click to read more »
File:IMAX comparison-fr.svg
Senin, 2026-04-20 18:57:00

English French IMAX, comparaison des formats 35 mm et 70 mm described at URL: https://commons.wikimedia.org/wiki/File:Imax_comparison.png determination...

Click to read more »
File:Imaxcomparison.png
Rabu, 2024-12-18 13:54:44

bytes) Conversion to PNG of: ''An illustrative comparison between 35mm and 70mm IMAX negatives. Created by [[User:Kaereachi|me]]; no copyright.'' English...

Click to read more »
File:IMAX comparison.svg
Senin, 2026-03-09 02:24:17

DescriptionIMAX comparison.svg English: An illustrative comparison between 35mm and 70mm IMAX negatives. Date 26 October 2013, 10:16:30 Source Vectorized...

Click to read more »
File:Fourier transform – Rectangular.svg
Minggu, 2026-04-26 10:30:59

generates these SVG images: File:Window function and frequency response - Bartlett-Hann.svg File:Window function and frequency response - Blackman.svg File:Window...

Click to read more »
File:1d choisi parmi 3 differents.png
Rabu, 2025-11-12 02:12:15

initialisation for imax = 4:2:12 for jmax = imax:2:12 for kmax = jmax:2:12 for i = 1:imax for j = 1:jmax for k = 1:kmax ijkmax = max(i, j, k); resultat(imax, jmax...

Click to read more »
File:1d choisi parmi 2 differents.png
Minggu, 2023-04-09 16:29:31

pas affichées for imax = 4:2:12 for jmax = imax:2:12 for i = 1:imax for j = 1:jmax if j > i then resultat(imax, jmax, j) = resultat(imax, jmax, j) + 1; else...

Click to read more »
File:1d choisi parmi 2 differents depasser score.png
Minggu, 2023-04-09 16:29:33

affichées for imax=4:2:12 for jmax=imax:2:12 for i=1:imax for j=1:jmax if j>i then resultat(imax,jmax,j) = resultat(imax,jmax,j)+1; else resultat(imax,jmax,i)...

Click to read more »
File:Time series of the Tent map for the parameter m=2.0 made with increased precision.svg
Jumat, 2025-03-07 19:44:30

m*x else m*(1-x) $ GivePoints(x0, iMax):= block( [Points,i,Point], i:0, x:x0, Point:[i,x], Points:[Point], while (i<iMax) do ( x:f(x), i:i+1, Point:[i,x]...

Click to read more »
File:Gauss function.svg
Rabu, 2020-09-30 16:25:07

dx, iMax], if (n>20) then iMax:10 else iMax : 250, xMax : 1/n, xMin : 1/(n+1), dx : (xMax - xMin)/iMax, Part : makelist(xMin + i*dx, i, 0, iMax), Part :...

Click to read more »
File:Arrows plot of Mandelbrot set gradient.svg
Rabu, 2025-02-19 10:31:19

*/ Potential(c):= block( [i, iMax, z, ER, n,t], z:0, i:0, iMax : 1000, n:1, ER:1000, t: cabs(z), while i< iMax and t< ER do ( /* print("i = ", i...

Click to read more »
File:Normal lines to the ellipse.svg
Selasa, 2026-03-17 12:20:40

give_line(t=0) */ iMax:200; /* --------------------computations -------------------------------*/ tt: makelist(2*%pi*i/iMax, i, iMin, iMax)$ /* list of angles...

Click to read more »
File:DistanceToFixed.svg
Jumat, 2026-05-01 18:46:56

z2):=float(abs(z2-z1))$ /* gives an orbit of z0 under fc where iMax is the length of the orbit */ GiveList(z0,c, iMax):= block ( [i,zAlfa,zprev,znext,dist,d_list], zAlfa:GiveFixed(c)...

Click to read more »
File:Preimages of the circle under map f(z) = z*z+0.25.svg
Kamis, 2026-04-09 12:21:27

under fc where iMax is the length of the orbit */ GiveForwardOrbit(z0,c, iMax):= block ( [i,z, orbit], z:z0, orbit :[d(z)], i:1, while ( i<iMax ) do ( z:f(z)...

Click to read more »
File:Jungreis.svg
Rabu, 2025-02-19 10:32:09

parameter plane - jungreis algorithm to time : 263 sec for jMax:100; and iMax:800; 4000 sec for jMax:400 */ kill(all); remvalue(all); /* ==============...

Click to read more »
File:Imax format srov 35mm.png
Rabu, 2024-12-18 13:54:44

available|new image name}}. It is recommended to name the SVG file “Imax format srov 35mm.svg”—then the template Vector version available (or Vva) does...

Click to read more »
File:Imax format srov 35mm 70mm.png
Rabu, 2024-12-18 13:54:44

available|new image name}}. It is recommended to name the SVG file “Imax format srov 35mm 70mm.svg”—then the template Vector version available (or Vva) does...

Click to read more »
File:Regression pic assymetrique.gif
Minggu, 2025-12-07 06:12:33

sqrt(sum((Yexp-Ycal).^2)); endfunction function [A, R] = gaussnewton(f, X, Yexp, A0, imax, epsilon) // A : jeu de paramètres optimisé par régression (vecteur) // R :...

Click to read more »
File:Regression pic gaussien dissymetrique bruite.svg
Jumat, 2021-07-02 08:16:55

sqrt(sum((Yexp-Ycal).^2)); endfunction function [A, R] = gaussnewton(f, X, Yexp, A0, imax, epsilon) // A: set of parameters of the model optimised by regression (vector)...

Click to read more »
File:Scalar field, potential of Mandelbrot set.svg
Rabu, 2025-02-19 10:33:24

*/ Potential(c):= block( [i, iMax, z, ER, n,t], z:0, i:0, iMax : 1000, n:1, ER:1000, t: cabs(z), while i< iMax and t< ER do ( /* print("i = ", i...

Click to read more »
File:Points of rectangular mesh.svg
Kamis, 2025-10-09 04:05:30

*/ Potential(c):= block( [i, iMax, z, ER, n,t], z:0, i:0, iMax : 1000, n:1, ER:1000, t: cabs(z), while i< iMax and t< ER do ( /* print("i = ", i...

Click to read more »
File:Parabolic orbits insidse upper main chessboard box for f(z) = z^2 +0.25.svg
Senin, 2026-03-30 03:38:28

curves ) * size of the svg file ( but not the png file ) * time of computation */ jMax:1001; /* number of the circle points */ iMax:100; /* number of the...

Click to read more »
File:Dynamic internal and external rays.svg
Selasa, 2026-05-19 05:33:16

internal point */ GiveInternalRays(z0,c,iMax):= block ([a,b,d,z], a:[], b:[], d:[], z:z0, for i:1 thru iMax step 1 do ( a:consD(z,a), z:f(z,c), b:consD(z...

Click to read more »
File:ImaxScanRateLessInformationGraphite.svg
Senin, 2025-01-06 14:45:18

DescriptionImaxScanRateLessInformationGraphite.svg Imax of oxidation and redcution current as function of scan rate for a graphite electrode Source This...

Click to read more »
File:Distance Quadratic Siegel Golden Mean.svg
Sabtu, 2026-01-03 00:26:59

GivePlaneDistance(c1,c2):=float(abs(c2-c1))$ f(z):=rectform(z*z+c); GiveList(z0, iMax):= block ( [zprev,znext,dist,d_list], zprev:z0, znext:f(zprev),...

Click to read more »
File:Dynamical plane with branched periodic external ray 0 for map f(z) = z*z + 0.35.svg
Kamis, 2026-01-01 00:06:24

but also precision of curves ) * size of the svg file ( but not the png file ) * time of computation */ iMax: 10; /* number of points in the line segment...

Click to read more »
File:Osculating circles of the Archimedean spiral.svg
Jumat, 2025-03-07 19:44:33

top right; unset mouse", terminal = 'svg, file_name = sconcat(path,"spiral_rc13_", string(iMin),"_", string(iMax)), font_size = 13, font = "Liberation...

Click to read more »
File:Time series of the Tent map for the parameter m=2.0 which shows numerical error.svg
Jumat, 2025-03-07 19:44:34

m*x else m*(1-x) $ GivePoints(x0, iMax):= block( [Points,i,Point], i:0, x:x0, Point:[i,x], Points:[Point], while (i<iMax) do ( x:f(x), i:i+1, Point:[i,x]...

Click to read more »
File:Circle to cardioid.svg
Rabu, 2025-02-19 10:31:22

l(t):=%e^(%i*t*2*%pi); compile(all)$ /* ---- const ----*/ iMax:100; /* number of points to draw */ dt:1/iMax; /* point to point method of drawing */ t:0; /* angle...

Click to read more »
File:Basilica Julia set with spine.svg
Sabtu, 2025-11-22 00:03:39

Max_R):= /* */ block( [iMax:200, iMax2:0], /* ----- forward iteration of 2 points : z_last and w --------------*/ array(forward,iMax-1), /* forward orbit...

Click to read more »
File:Unrolled cardioid.svg
Rabu, 2025-05-07 12:58:34

the unit hemicircle */ w1:-1; w2:%i; w3:1; iMax:100; /* number of points to draw */ dz:abs(zMax-z1)/iMax; /* z step */ /* =================== functions...

Click to read more »
File:Critical Orbit for Golden Mean Quadratic Julia set.svg
Jumat, 2025-11-07 18:13:16

kill(all) $ f(z,c):=z*z+c $ critical_orbit(c,iMax):= block( /* iMax : Number of iterations , for most cases iMax:100 */ ER:2.0, z:0+0*%i, /* first point =...

Click to read more »
File:Rabbit Julia set with spine.svg
Sabtu, 2025-11-22 00:03:01

Max_R):= /* */ block( [iMax:200, iMax2:0], /* ----- forward iteration of 2 points : z_last and w --------------*/ array(forward,iMax-1), /* forward orbit...

Click to read more »
File:Mandelbrot Components.svg
Rabu, 2025-12-10 23:21:31

points of closed curve you want to draw ( iMax ). Compute d t = 1 i M a x {\displaystyle dt={\frac {1}{iMax}}\,} start with t = 0 {\displaystyle t=0\...

Click to read more »
File:Paritition of dynamic plane of quadratic polynomial for 1 6.svg
Jumat, 2025-03-07 19:44:32

Max_R):= /* */ block( [iMax:200, iMax2:0], /* ----- forward iteration of 2 points : z_last and w --------------*/ array(forward,iMax-1), /* forward orbit...

Click to read more »
File:Circle2heart.png
Minggu, 2024-03-17 09:48:27

/* */ f(w):=sqrt(abs(realpart(w)))-imagpart(w); iMax:1000; /* number of points to draw */ dt:1/iMax; r:4; /* radius of circle */ /* circle D={w:abs(2w)=1...

Click to read more »
File:Paritition of dynamic plane of quadratic polynomial for 9 56.svg
Jumat, 2025-03-07 19:44:32

Max_R):= /* */ block( [iMax:200, iMax2:0], /* ----- forward iteration of 2 points : z_last and w --------------*/ array(forward,iMax-1), /* forward orbit...

Click to read more »
File:Other domains for Fatou coordinate for f(z) = z+a 2z ^2+O(z^3).svg
Rabu, 2025-02-19 10:33:01

from u plane go to z plane using z=h(u) */ kill(all); remvalue(all); /* */ iMax:1000; /* number of points to draw */ uxMin: -80; /* */ /* ===================...

Click to read more »
File:Window function and frequency response - Rectangular.svg
Kamis, 2023-11-16 21:41:46

s]; A = toeplitz(c0); [V,evals] = eigs(A, 1); [emax,imax] = max(abs(diag(evals))); w = abs(V(:,imax)); w = w.'; w = w / max(w); % plotWindow(w, "DPSS"...

Click to read more »
File:Dynamical plane with branched periodic external ray 0 for map f(z) = z*z + 0.35.png
Rabu, 2025-01-01 04:32:22

but also precision of curves ) * size of the svg file ( but not the png file ) * time of computation */ iMax:12; /* number of the orbit points: forward...

Click to read more »
File:Paritition of dynamic plane of quadratic polynomial for 1 4.svg
Selasa, 2025-11-25 09:45:31

Max_R):= /* */ block( [iMax:200, iMax2:0], /* ----- forward iteration of 2 points : z_last and w --------------*/ array(forward,iMax-1), /* forward orbit...

Click to read more »
File:Julia set with 3 external rays.svg
Rabu, 2026-03-04 08:21:44

internal point */ GiveInternalRays(z0,c,iMax):= block ([a,b,d,z], a:[], b:[], d:[], z:z0, for i:1 thru iMax step 1 do ( a:consD(z,a), z:f(z,c), b:consD(z...

Click to read more »
File:Domains for Fatou coordinate for f(z) = z+a 2z ^2+O(z^3).png
Senin, 2024-11-18 05:13:35

from u plane go to z plane using z=h(u) */ kill(all); remvalue(all); /* */ iMax:1000; /* number of points to draw */ uxMin: -80; /* */ /* ===================...

Click to read more »
File:Paritition of dynamic plane of quadratic polynomial for 129 over 16256.svg
Rabu, 2025-02-19 10:33:02

Max_R):= /* */ block( [iMax:200, iMax2:0], /* ----- forward iteration of 2 points : z_last and w --------------*/ array(forward,iMax-1), /* forward orbit...

Click to read more »
File:Mandelbrot set with Interior detection method.png
Senin, 2025-12-01 17:23:39

// gives last iterate = escape time // output 0< i < iMax int iterate(double complex C , int iMax) { int i=0; double complex Z= C; // initial value for...

Click to read more »
File:Mandelbrot set Components by Newton method.svg
Jumat, 2026-05-15 09:45:26

f(F(n-1, z, c),c)$ /* */ G(n,z,c):=F(n, z, c)-z$ iMax:100; /* number of points to draw */ dt:1/iMax; /* unit circle D={w:abs(w)=1 } where w=l(t) t is...

Click to read more »
File:DistanceToFixed.png
Jumat, 2026-05-01 18:46:55

GivePlaneDistance(z1,z2):=float(abs(z2-z1))$ GiveList(z0,c, iMax):= block ( [i,zAlfa,zprev,znext,dist,d_list], zAlfa:GiveFixed(c), zprev:z0...

Click to read more »
File:OMNIMAX frame (English).svg
Minggu, 2026-01-18 21:53:36

DescriptionOMNIMAX frame (English).svg English: OmniMax Frame Layout Date 22 March 2011 Source http://en.wikipedia.org/wiki/File:OMNIMAX_frame_(English)...

Click to read more »
File:Water-rocket-altitude-graph.svg
Sabtu, 2022-02-26 16:46:48

yarr, varr, marr, marr_air = trajectory(mw, tarr) imax = np.argmax(yarr) h_max = yarr[imax] + varr[imax]**2 * 0.5 / g return h_max p0 = 5e5 h_array = [hmax(mw)...

Click to read more »
File:Comb.svg
Jumat, 2025-03-07 19:44:32

,0],[1/(2^i),1]])$ compile(all); /* ----- constans and variables --- */ iMax:100; p:[]; /* list with points object */ pp:[]; /* list of points objects...

Click to read more »
File:1.43 on 1.78.svg
Senin, 2024-09-23 15:00:26

on 1.78.svg Suomi: 1.43 (IMAX) kuvasuhteen mustat palkit piirrettynä 1.78 (16:9) kuvasuhteeseen. English: Displaying aspect ratio 1.43:1 (IMAX) on a normal...

Click to read more »
File:Fat Basilica Julia set DLD field lines.png
Sabtu, 2022-03-05 20:20:23

unsigned int iMax; // = i2Dsize-1 = // The size of array has to be a positive constant integer // unsigned int i1Dsize ; // = i2Dsize = (iMax -iMin + 1)...

Click to read more »
File:JuliaRay3.png
Rabu, 2026-03-04 07:34:20

Max_R):= /* */ block( [iMax:200, iMax2:0], /* ----- forward iteration of 2 points : z_last and w --------------*/ array(forward,iMax-1), /* forward orbit...

Click to read more »
File:Cauliflower Julia set DLD field lines.png
Selasa, 2025-03-25 21:17:33

unsigned int iMax; // = i2Dsize-1 = // The size of array has to be a positive constant integer // unsigned int i1Dsize ; // = i2Dsize = (iMax -iMin + 1)...

Click to read more »
File:Gradient of potential.svg
Jumat, 2025-03-07 19:44:31

sublist_indices(pp, lambda([p], p = lmax(pp))), print ("iMax = ", iMax), iMax : first(iMax), cMax : cc[iMax], /* find cMax = c of dpMax */ print("next point...

Click to read more »
File:Mandelbrot set Components.jpg
Rabu, 2025-01-22 14:46:01

points of closed curve you want to draw ( iMax ). Compute d t = 1 i M a x {\displaystyle dt={\frac {1}{iMax}}\,} start with t = 0 {\displaystyle t=0\...

Click to read more »
File:Jung200.png
Jumat, 2026-03-06 06:35:41

and iMax:800; 4000 sec for jMax:400 */ start:elapsed_run_time (); jMax:300; /* precision = proportional to details and time of computations */ iMax:800;...

Click to read more »
File:Circle2cardioid.png
Minggu, 2024-03-17 09:48:25

Wayback Machine */ /* conformal map */ f(w):=w-w*w; iMax:100; /* number of points to draw */ dt:1/iMax; /* circle D={w:abs(2w)=1 } where w=l(t) t is angle...

Click to read more »
File:Erays.svg
Senin, 2025-04-21 00:39:15

W-plane */ /* Unit circle */ R: 1; circle_angles: makelist(i/(10*iMax), i, 0, 10*iMax-1); /* more angles = more points */ CirclePoints: map(GiveCirclePoint...

Click to read more »
File:65 mm film (15-70).svg
Jumat, 2025-01-31 10:32:50

Description65 mm film (15-70).svg English: 15-perf 65 mm (70 mm) film diagram, showing frame lines and perforations. Partially abstracted from ISO 3023:1995...

Click to read more »
File:Cauliflower Julia set DLD.png
Kamis, 2024-02-15 11:28:21

unsigned int iMax; // = i2Dsize-1 = // The size of array has to be a positive constant integer // unsigned int i1Dsize ; // = i2Dsize = (iMax -iMin + 1)...

Click to read more »
File:Basilica Julia set - DLD.png
Sabtu, 2023-11-04 02:46:45

unsigned int iMax; // = i2Dsize-1 = // The size of array has to be a positive constant integer // unsigned int i1Dsize ; // = i2Dsize = (iMax -iMin + 1)...

Click to read more »
File:Numerical method for finding gradient of 2D scalar field (potential).svg
Kamis, 2025-11-06 17:34:39

sublist_indices(pp, lambda([p], p = lmax(pp))), print ("iMax = ", iMax), iMax : first(iMax), cMax : cc[iMax], /* find cMax = c of dpMax */ print("next point...

Click to read more »
File:Demm 2000 Mandelbrot set.jpg
Senin, 2026-04-20 15:01:24

************************************************* function Rainbow(iMin, iMax, i: Integer): TColor; // gives rainbow gradient of color // Opracował Witold...

Click to read more »
File:Mandelbrot set Component by Newton method.png
Minggu, 2025-12-07 20:43:29

f(F(n-1, z, c),c)$ /* */ G(n,z,c):=F(n, z, c)-z$ iMax:100; /* number of points to draw */ dt:1/iMax; /* unit circle D={w:abs(w)=1 } where w=l(t) t is...

Click to read more »
File:External rays and critical orbit landing on the parabolic fixed point for t=5 over 11.png
Selasa, 2023-03-21 18:05:21

org/wiki/File:Backward_Iteration.svg fprintf(stderr, "draw external ray \n"); int i = 0; // iteration = number of points //int iMax = 10000000; double r = 10000...

Click to read more »
File:Complex log mapping.svg
Senin, 2024-04-08 20:47:32

lines */ /* f_0 plane = z-plane */ circle_angles: makelist(i/(10*iMax), i, 0, 10*iMax-1)$ /* more angles = more points */ /* Unit circle */ R: 1; UnitCirclePointsZ:...

Click to read more »
File:Oblivion-2013-Movie-Title.jpg
Jumat, 2025-11-14 18:02:30

amerikanske filmen Oblivion. Date 12 June 2015 Source http://scifimafia.com/2013/04/new-imax-poster-and-featurette-for-oblivion/ Author Universal Pictures...

Click to read more »
File:Julia set for fc(z) = z*z+c where c = -0.749998153581339 +0.001569040474910*I; t = 0.49975027919634618290 with orbits.png
Rabu, 2025-12-03 01:38:51

https://commons.wikimedia.org/wiki/File:Backward_Iteration.svg int i = 0; // iteration = number of points int iMax = 10000000; double r = 10000.0; // very big radius...

Click to read more »
File:InfoldingSiegelDisk1over3.gif
Sabtu, 2025-11-29 15:33:26

(iSide) - NrOfCrOrbitPoints = ; // check rang of type for big numbers : iMax, i, NrOfCrOrbitPoints %lld and %llu for print long long int...

Click to read more »
File:Julia set c = -1.05204872 DLD.png
Sabtu, 2025-11-01 19:10:44

unsigned int iMax; // = i2Dsize-1 = // The size of array has to be a positive constant integer // unsigned int i1Dsize ; // = i2Dsize = (iMax -iMin + 1)...

Click to read more »
File:3D RGB profile of the Smooth Cool Warm diverging color gradient by Kenneth Moreland.png
Senin, 2024-01-29 04:21:55

Vepstas January 16 1994 : void make_cmap (void) */ int i; int iMax = 239; i=(int)(iMax-1)*position; c[0] = c[1] = c[2] = 0; /* set up a default look up...

Click to read more »
File:Julia set for fc(z)= z^6+A*z+c where c = 4.6875e-1 - 5.703125e-1 *I and A = 6.96854889392852783203125e-2 - 1.07958018779754638671875e-1*I.png
Selasa, 2025-01-28 20:13:51

unsigned int iMax; // = i2Dsize-1 = // The size of array has to be a positive constant integer // unsigned int i1Dsize ; // = i2Dsize = (iMax -iMin + 1)...

Click to read more »
File:OMNIMAX frame (English).png
Kamis, 2024-07-11 12:07:44

DescriptionOMNIMAX frame (English).png English: The frame layout of the IMAX Dome film Date 16 January 2011 Source Based on Author Ben Schumin, English-language...

Click to read more »
File:Julia set for z^2+0.7i*z.png
Minggu, 2025-01-12 09:03:40

unsigned int iMax; // = i2Dsize-1 = // The size of array has to be a positive constant integer // unsigned int i1Dsize ; // = i2Dsize = (iMax -iMin + 1)...

Click to read more »
File:Parabolic Julia set for internal angle 1 over 20.png
Rabu, 2026-03-18 04:01:22

unsigned int iMax ; // = i2Dsize-1 = // The size of array has to be a positive constant integer // unsigned int i1Dsize ; // = i2Dsize = (iMax -iMin + 1)...

Click to read more »
File:3D RGB profile of cubehelix color gradient.png
Jumat, 2025-11-14 04:00:40

Vepstas January 16 1994 : void make_cmap (void) */ int i; int iMax = 239; i=(int)(iMax-1)*position; c[0] = c[1] = c[2] = 0; /* set up a default look up...

Click to read more »
File:Cubic set z^3+A*z+c with two cycles of length 3 and 105.png
Sabtu, 2024-04-27 21:59:09

unsigned int iMax; // = i2Dsize-1 = // The size of array has to be a positive constant integer // unsigned int i1Dsize ; // = i2Dsize = (iMax -iMin + 1)...

Click to read more »
File:Wikipedia April Fools 2026 video.webm
Kamis, 2026-06-04 20:07:46

vector.svg File:Whiteside Movie Theater.jpg File:April the Pony.png File:Interior of IMAX cinema in Lahore.jpg File:Wikipe-tan full length.svg File:Jake...

Click to read more »
File:Parabolic Julia set for internal angle 1 over 30 with target set.png
Jumat, 2025-12-05 22:08:19

InitColors(int iMax, unsigned char a[]) { int i; //int iMax = iPeriodChild; iPeriodChild and iColorsOfInterior unsigned int iStep; iStep= 150/iMax; for (i =...

Click to read more »
File:Parabolic Julia set for internal angle 1 over 30.png
Minggu, 2025-12-28 08:27:13

InitColors(int iMax, unsigned char a[]) { int i; //int iMax = iPeriodChild; iPeriodChild and iColorsOfInterior unsigned int iStep; iStep= 150/iMax; for (i =...

Click to read more »
File:3D RGB profile of the Linear Gray Continous color gradient.png
Jumat, 2025-11-14 04:02:41

Vepstas January 16 1994 : void make_cmap (void) */ int i; int iMax = 239; i=(int)(iMax-1)*position; c[0] = c[1] = c[2] = 0; /* set up a default look up...

Click to read more »
File:Erays.png
Senin, 2024-11-18 05:13:40

W-plane */ /* Unit circle */ R: 1; circle_angles: makelist(i/(10*iMax), i, 0, 10*iMax-1); /* more angles = more points */ CirclePoints: map(GiveCirclePoint...

Click to read more »
Prefix: a b c d e f g h i j k l m n o p q r s t u v w x y z 0 1 2 3 4 5 6 7 8 9

Portal di Ensiklopedia Dunia

Kembali kehalaman sebelumnya