资源简介
Bezier曲线为法国Citeroen汽车公司的 De Cateljau于1959年发明,但当时作为公司
技术机密,直到1975年之后才引起人们注意,1962年法国Renault公司的工程师Bezier独立提出Bezier曲线曲面,于1968年成功用于UNISURF汽车造型系统中,该代码很好模拟显示四次Bezier曲线动态显示非常直观,该代码VC++6实现
代码片段和文件信息
// MainFrm.cpp : implementation of the CMainframe class
//
#include “stdafx.h“
#include “Trst19.h“
#include “MainFrm.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMainframe
IMPLEMENT_DYNCREATE(CMainframe CframeWnd)
BEGIN_MESSAGE_MAP(CMainframe CframeWnd)
//{{AFX_MSG_MAP(CMainframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code !
ON_WM_CREATE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
static UINT indicators[] =
{
ID_SEPARATOR // status line indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};
//////
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2507 2017-10-21 14:09 test\MainFrm.cpp
文件 1581 2017-10-21 14:09 test\MainFrm.h
文件 578 2017-10-21 14:21 test\P2.cpp
文件 517 2017-10-21 14:21 test\P2.h
文件 4311 2017-10-21 14:09 test\ReadMe.txt
文件 68578 2017-10-21 14:17 test\res\about.bmp
文件 766 2017-10-21 14:17 test\res\DRAW.ICO
文件 4710 2017-10-21 14:17 test\res\EXIT.ICO
文件 3638 2017-10-21 14:17 test\res\Help.ico
文件 1654 2017-10-21 14:17 test\res\Toolbar.bmp
文件 1078 2017-10-21 14:09 test\res\Trst19.ico
文件 398 2017-10-21 14:09 test\res\Trst19.rc2
文件 1078 2017-10-21 14:09 test\res\Trst19Doc.ico
文件 820 2017-10-21 14:17 test\resource.h
文件 208 2017-10-21 14:09 test\StdAfx.cpp
文件 1054 2017-10-21 14:09 test\StdAfx.h
文件 108320 2018-04-05 20:17 test\Trst19.aps
文件 1714 2018-04-05 20:17 test\Trst19.clw
文件 4213 2017-10-21 15:12 test\Trst19.cpp
文件 4932 2017-10-21 22:10 test\Trst19.dsp
文件 537 2017-10-21 14:09 test\Trst19.dsw
文件 1356 2017-10-21 14:09 test\Trst19.h
文件 82944 2018-04-05 20:18 test\Trst19.ncb
文件 50688 2018-04-05 20:18 test\Trst19.opt
文件 2429 2018-04-05 20:17 test\Trst19.plg
文件 10710 2017-10-21 14:17 test\Trst19.rc
文件 1742 2017-10-21 14:09 test\Trst19Doc.cpp
文件 1475 2017-10-21 14:09 test\Trst19Doc.h
文件 8117 2017-10-24 21:32 test\Trst19View.cpp
文件 2007 2017-10-24 18:24 test\Trst19View.h
............此处省略6个文件信息
相关资源
- DevC++
- VC++6.0
- vc++6.0初学入门教程(PDF编辑版)
- Vc++ 400例 指定初始目录的源程序
- Vc++6.0中文版
- vC++6.0 绿色版
- vc++6.0程序调试步骤
- vc++6.0 (32位64位都可以)
- 最大长方体问题--动态规划C++
- VC++读写FAT32操作
- VC++ 实现简单的文件加密与解密功能
- VC++编程经典之- 文件系统
- 模拟鼠标单击、双击 C++实现
- VC++ 三维图形绘制
- vc++实现图像的缩放
- VC++ 信息加密聊天源代码
- 用mfc编写的示波器动态显示程序
- 操作系统课程设计——一动态分区分
- VC++6.0连接ORACLE
- 使用C++绘制动态星空
- Bezier曲线,三次B样条曲线
- 信息论,费诺和霍夫曼,译码,vc++,
- VC++实现GPS数据采集与提取的软件编程
- vc++6.0鼠标钩子程序
- IEC104规约的VC++实现
- VC++实现的停车场管理系统
- RC4算法实现VC++
- c++ 数据库 图书馆管理系统
- 小波变换的MFC实现
- 成绩管理系统(基于文件输入输出流
评论
共有 条评论