代码搜索:mandelbrot
找到约 255 项符合「mandelbrot」的源代码
代码结果 255
www.eeworm.com/read/292011/8382825
c mandelbrot.c
/* Sequential Mandlebrot program */
#include
#include
#include
#include
#include
#include
#define X_RESN 800 /*
www.eeworm.com/read/390106/8485759
htm mandelbrot.htm
Creating an Image from an Array of Color-Indexed Pixel Values (Java Developers Almanac Example)
www.eeworm.com/read/184417/9101641
exe mandelbrot.exe
www.eeworm.com/read/184417/9101667
c mandelbrot.c
/* mandlebrot.c */
/* E. Angel, Interactive Computer Graphics */
/* A Top-Down Approach with OpenGL, Third Edition */
/* Addison-Wesley Longman, 2003 */
/* Draws the mandlebrot set with hard
www.eeworm.com/read/380622/9141084
dpr mandelbrot.dpr
program Mandelbrot;
uses
Forms,
MandelbrotThreadDemo in 'MandelbrotThreadDemo.pas' {Form1};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Appl
www.eeworm.com/read/380622/9141088
res mandelbrot.res
www.eeworm.com/read/380622/9141092
cfg mandelbrot.cfg
-$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+
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/379131/9206767
rc mandelbrot.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/379131/9206769
h mandelbrot.h
// Mandelbrot.h : main header file for the MANDELBROT application
//
#if !defined(AFX_MANDELBROT_H__3F714CF8_9884_426C_B79E_38C16C35725A__INCLUDED_)
#define AFX_MANDELBROT_H__3F714CF8_9884_426C_B
www.eeworm.com/read/379131/9206772