-
use fractal iterative algorithm, to give a simple tree branch. No leaves. Fan to...
使用分形迭代算法,画出一棵简单的分支的树。没有树叶。顶端形成扇形,类似银杏树叶。-use fractal iterative algorithm, to give a simple tree branch. No leaves. Fan top form, similar ginkgo leaves.
- 2022-01-21 21:44:05下载
- 积分:1
-
这是用MFC编写的使用openGL的视口代码。
CChildView::CChildView() 构造函数
CChildView::~CChildVie...
这是用MFC编写的使用openGL的视口代码。
CChildView::CChildView() 构造函数
CChildView::~CChildView() 析构函数
BEGIN_MESSAGE_MAP(CChildView,CWnd ) 消息映射
BOOL CChildView::PreCreateWindow(CREATESTRUCT& cs)创建窗口重新设置窗口参数
BOOL CChildView::PreTranslateMessage( MSG* pMsg ) 翻译消息
int CChildView::OnCreate( LPCREATESTRUCT lpCreateStruct ) 窗口创建好后进入此函数 完成openGL的初始化
void CChildView::OnSize( UINT nType, int cx, int cy ) 当窗口大小发生改变时重新设置OPenGL的视口参数。
void CChildView::OnDestroy() 销毁窗口 -It is written in MFC to use openGL viewport code. CChildView:: CChildView () constructor CChildView:: ~ CChildView () destructor BEGIN_MESSAGE_MAP (CChildView, CWnd) message map BOOL CChildView:: PreCreateWindow (CREATESTRUCT & cs) to create a window to reset the window parameters BOOL CChildView:: PreTranslateMessage (MSG* pMsg ) translation of the message int CChildView:: OnCreate (LPCREATESTRUCT lpCreateStruct) window is created and entered this function to complete openGL initialization void CChildView:: OnSize (UINT nType, int
- 2022-03-16 00:49:44下载
- 积分:1
-
DIB(设备
DIB(Device-indepent bitmap)的与设备无关性主要体现在以下两个方面: DIB的颜色模式与设备无关。例如,一个256色的DIB即可以在真彩色显示模式下使用,也可以在16色模式下使用。 256色以下(包括256色)的DIB拥有自己的颜色表,像素的颜色独立于系统调色板。 由于DIB不依赖于具体设备,因此可以用来永久性地保存图象。DIB一般是以*.BMP文件的形式保存在磁盘中的,有时也会保存在*.DIB文件中。运行在不同输出设备下的应用程序可以通过DIB来交换图象。 DIB还可以用一种RLE算法来压缩图像数据,但一般来说DIB是不压缩的。 DIB的结构-DIB (Device-indepentent bitmap) has nothing to do with sexual equipment mainly in the following two aspects : DIB color mode has nothing to do with the equipment. For example, a 256-color DIB is the true color display mode, or can be used in 16 color mode. 256-color below (including 256 colors), the DIB has its own color table, color of the pixel independent system palette. As DIB is not dependent on specific equipment, it can be used for permanent preservation of images. DIB normally*. BMP file stored in the form of disk, sometimes stored in*. DIB document. Running on different output devices under the application of the procedure can be DIB to exchange images. DIB can also use a RLE compression algori
- 2022-03-07 07:46:45下载
- 积分:1
-
用vb对cad进行二次开发的几个简单功能,包括画表格等
用vb对cad进行二次开发的几个简单功能,包括画表格等-vb right cad with secondary development of a few simple functions, including painting forms, etc.
- 2022-05-21 11:26:10下载
- 积分:1
-
OpenGL的3D射击游戏实现
是一款基于opengl的3D射击游戏,类似cs.主要用到计算机图形学、c++、opengl的一些相关知识,有文档。程序需要做一点配置才能运行,中国普通本科计算机专业的学生可能用一周的时间才能让该程序运行起来
- 2022-03-31 11:42:50下载
- 积分:1
-
优化超好的2D引擎,用起来也非常简单,接口调用方便
优化超好的2D引擎,用起来也非常简单,接口调用方便-Optimization of super-good 2D engine, using them is also very simple and convenient interface calls
- 2022-03-18 14:38:29下载
- 积分:1
-
人脸识别论文:《采用Adaboost算法进行面部表情识别》《动态权值预划分实值Adaboost人脸检测算法》《改进的AdaBoost分类器在视频中的体育场景检测...
人脸识别论文:《采用Adaboost算法进行面部表情识别》《动态权值预划分实值Adaboost人脸检测算法》《改进的AdaBoost分类器在视频中的体育场景检测》-Face recognition thesis: the use of Adaboost algorithm to identify facial expressions, dynamic weight pre-classified real Adaboost face detection algorithm, Improved AdaBoost classifier of sports in the video scene detection
- 2023-01-05 07:25:03下载
- 积分:1
-
一些3D图形的绘制例子.
一些3D图形的绘制例子.-some 3D graphics rendering example.
- 2023-06-01 13:30:03下载
- 积分:1
-
jpeg解码程序IJG
jpeg解码程序IJG-jpeg decode program IJG
- 2022-07-02 08:42:16下载
- 积分:1
-
using vc programming, can handle eight bmp images. First threshold for segmentat...
采用vc++编程,可以处理8位bmp图像。先进行阈值分割,然后可以轮廓提取。最后可以进行平行线检测,采用hough变换-using vc programming, can handle eight bmp images. First threshold for segmentation, which can then be extracted contour. Finally parallel line can be detected using Hough Transform
- 2023-05-07 14:25:03下载
- 积分:1