-
maching cube的vc源代码,可以参考下做法,做算法用
maching cube的vc源代码,可以参考下做法,做算法用-maching cube of vc source code, can refer to the next practice, make algorithm
- 2022-03-18 08:12:01下载
- 积分:1
-
MasterCAM的几个基本图形.立体图.是选修课时的作业.希望对大家有用!...
MasterCAM的几个基本图形.立体图.是选修课时的作业.希望对大家有用!-MasterCAM a few basic graphics. Three-dimensional map. Optional in the operation. We hope to have use!
- 2022-06-03 12:30:16下载
- 积分:1
-
vbe 3.0 例 C语言 和 masm 汇编 混合编程 这是 C语言部分。
vbe 3.0 例 C语言 和 masm 汇编 混合编程 这是 C语言部分。-vsea vbe 3.0 samples c
- 2022-04-06 18:09:48下载
- 积分:1
-
数字图像处理第二版中文版(冈萨雷斯),学校图像处理的经典...
数字图像处理第二版中文版(冈萨雷斯),学校图像处理的经典-Digital Image Processing Second Edition Chinese (Gonzalez), school classic image processing
- 2022-04-18 03:49:16下载
- 积分:1
-
心电波形监测算法,相信对了有一定帮助…
心电波形的监测算法,相信对大家一定有帮助-ECG waveform monitoring algorithm, we believe that the right will certainly help!
- 2022-07-04 04:40:12下载
- 积分:1
-
This is the beginning of school vc when I wrote a small software (big eyes stare...
这是刚开始学vc时我自己写的一个小软件(一双大眼睛盯着你的鼠标,不要吓到了),主要是鼠标操作和画图,我想应该很有参考价值。-This is the beginning of school vc when I wrote a small software (big eyes stare at your mouse, not to frighten a), primarily mouse and drawing operation, I think it should be of great reference value.
- 2022-08-02 14:19:39下载
- 积分:1
-
C语言直接写DWG图形文件接口
C语言直接写DWG图形文件接口-C language directly write DWG graphics interface
- 2022-04-02 10:35:55下载
- 积分:1
-
with vb achieve bezier curves generated! A very useful procedure!
用vb实现bezier曲线生成! 一个十分有用的程序!-with vb achieve bezier curves generated! A very useful procedure!
- 2022-06-20 03:33:38下载
- 积分:1
-
在平面随机生成散列的二维点,点数可由用户输入,然后将散列的点进行三角剖分,生成三角网。可以用于算法演示,这个比较老的代码,速度并不快,也可以继续改进。...
在平面随机生成散列的二维点,点数可由用户输入,然后将散列的点进行三角剖分,生成三角网。可以用于算法演示,这个比较老的代码,速度并不快,也可以继续改进。-The demo can show an example of delaunay and the a algorithm is not very fast.
- 2023-05-05 14:00:04下载
- 积分: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