-
Based on OPenGL and c++ to build three
基于OPenGL和c++构建的三维可视化程序。-Based on OPenGL and c++ to build three-dimensional visualization program.
- 2022-01-26 06:16:14下载
- 积分:1
-
一个在单文档引用程序中的绘图算法,提供了最基本的思路
一个在单文档引用程序中的绘图算法,提供了最基本的思路-a document cited in a single procedure for the drawing algorithm, provide the most basic ideas
- 2022-05-20 09:30:34下载
- 积分:1
-
注意,本程序的细化算法要应用于含线条的黑白二值图像才可以看出细化效果。
注意,本程序的细化算法要应用于含线条的黑白二值图像才可以看出细化效果。-Note that the thinning algorithm of this procedure should be used with lines of black and white binary image thinning effect can be seen.
- 2023-01-01 00:45:05下载
- 积分:1
-
爱国者数码相机T1000的二次开发包,有用的着的可以下载.
爱国者数码相机T1000的二次开发包,有用的着的可以下载.-T1000
- 2023-03-06 11:45:03下载
- 积分:1
-
bmp图像进行处理,如点运算,锐化,分割
bmp图像进行处理,如点运算,锐化,分割-bmp image processing, such as the point of computing, sharpening, partition
- 2023-04-08 17:30:04下载
- 积分:1
-
手写数字识别,很不错的啊!具有图形用户界面,使用方便…
手写数字识别系统,非常好的啊!带有GUI界面,使用方便!-handwritten numeral recognition, very good ah! With a GUI interface, easy to use!
- 2023-08-15 14:30:08下载
- 积分:1
-
利用单文档界面打开一个bmp位图,建立一个位图类CDIB,里面有开发位图类和调用位图类的详细代码。...
利用单文档界面打开一个bmp位图,建立一个位图类CDIB,里面有开发位图类和调用位图类的详细代码。-It s a VC++ programmer which can open and display abitmap graph.
- 2022-02-02 03:33:55下载
- 积分:1
-
画图工具L c R G NONE End Enum Dim graph As Graphic Private Type Lnode’定义一个节点类型来 保存每个...
画图工具L c R G NONE End Enum Dim graph As Graphic Private Type Lnode’定义一个节点类型来 保存每个图形的信息 Sx As Single Sy As Single Tx As Single Ty As Single Bch As Graphic Color As Long End Type 画图:直线,圆跟矩形都用Line方法来实现,封装在Public Sub-drawing tools c R L G NONE End Enum Dim graph As Graphic Private Type Lnode "definition of a node to preserve each type of graphical information Sx As Sy As Single Single Single Tx As Ty As Single Bch As Long As Graphic Color End Type Painting : linear , round rectangle with both methods to achieve Line, the Public Sub Packaging
- 2023-03-29 15:00:02下载
- 积分: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
-
数字图像处理类
这是一个基于MFC平台的使用C++数字图像处理类库。包含了基本的数字图像处理算法。
- 2022-04-24 00:53:57下载
- 积分:1