随笔分类 - win32游戏开发程序设计基础
win32框架,GDI图形编程,游戏
摘要:效果: 实现代码: // 弹弹球.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "resource.h" #include <time.h> #define MAX_LOADSTR
阅读全文
摘要:// 吃砖块.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "resource.h" #include <math.h> #include <stdio.h> #define MA
阅读全文
摘要:先了解一下曼德博集合 下面引用百科 曼德布洛特集合(Mandelbrot set)是在复平面上组成分形的点的集合,一种分形图案。 曼德布洛特集合(Mandelbrot set)是在复平面上组成分形的点的集合,一种分形图案。 中文名曼德勃罗集合外文名Mandelbrot set含 义复平面上组成分形的
阅读全文