Welcome![Sign In][Sign Up]
Location:
Search - mfc b

Search list

[Other resourceB-spline_parametric_curve

Description: mfc实现的二次B样条曲线实例,点击所有的点之后,点击生成按钮,自动实现绘制二次B样条曲线。 此实例是我费了很大劲才找来的,对研究二次B样条曲线绘制会有很大帮助。
Platform: | Size: 41854 | Author: 游弋人生 | Hits:

[Windows DevelopMFC绘制CAD曲线

Description: 用MFC编写的绘制CAD常用曲线的小程序,其中包括参数样条、Bezier曲线、B样条曲线。 使用了MFC模板,OpenGL函数库。支持鼠标交互式输入,在一个工程中完成了三种曲线的拟合.点击工具栏中的“曲线”,鼠标选择画线类型。选择之后,鼠标取点后,将画出你所想画的曲线。
Platform: | Size: 137273 | Author: xc_chu | Hits:

[SourceCode二次三次B样条曲线代码

Description: 用VC6,MFC,实现了二次和三次B样条曲线的绘制。
Platform: | Size: 28979 | Author: asdfghjkl1107@163.com | Hits:

[GDI-Bitmapcagd

Description: 画Bezier及B样条曲线,及对曲线的一些操作,包括移动控制点,移动曲线,曲线求交等等。
Platform: | Size: 117228 | Author: w36650804 | Hits:

[VC/MFCMFC_Black_Book

Description: MFC Black Book Introduction: Are you an MFC programmer? Good. There are two types of MFC programmers. What kind are you? The first kind are the good programmers who write programs that conform to the way MFC wants you to do things. The second bunch are wild-eyed anarchists who insist on getting things done their way. Me, I’m in the second group. If you are in the same boat (or would like to be) this book is for you. This book won’t teach you MFC—not in the traditional sense. You should pick it up with a good understanding of basic MFC programming and a desire to do things differently. This isn’t a Scribble tutorial (although I will review some fundamentals in the first chapter). You will learn how to wring every drop from your MFC programs. You’ll discover how to use, abuse, and abandon the document/view architecture. If you’ve ever wanted custom archives, you’ll find that, too.-MFC Black Book Introduction : Are you an MFC programmer Good. There are two typ es of MFC programmers. What kind are you The firs t kind are the good programmers who write progra ms that conform to the way MFC wants you to do thin gs. The second bunch are wild-eyed anarchists w ho insist on getting things done their way. Me, I'm in the second group. If you are in the same boa t (or would like to be), this book is for you. This b ook will not teach you MFC-not in the traditional s 810005. You should pick it up with a good understan ding of basic MFC programming and a desire to do t hings differently. This is not a tutor Scribble ial (although I will review some fundamentals i n the first chapter). You will learn how to wring every drop from your MFC programs. You'll disco ver how to
Platform: | Size: 1705984 | Author: Mr .Wang | Hits:

[GDI-BitmapMFCBezier

Description: Bezier曲线的C++算法实现.利用MFC库自己编写.-Bezier curve C algorithm. Use to prepare themselves for MFC.
Platform: | Size: 37888 | Author: 李才 | Hits:

[Video CaptureAVIConverter

Description: DirectShow转换Avi到Bmp每桢一张bmp,自定义类合成Bmp为Avi 各种参数可以调节,visual studio 2005实现,MFC 对话框框架-DirectShow conversion to a Bmp every Lo bmp, Since the class definition for Avi Bmp synthesis parameters can be adjusted. achieve visual studio 2005, MFC dialog framework
Platform: | Size: 263168 | Author: 杨柳 | Hits:

[GDI-BitmapCopyBMP

Description: VC/MFC 用鼠标绘制矩形 将矩形内的区域形成图像在另一个区域中显示-VC/MFC drawing rectangle with the mouse to the rectangular region of the image displayed in another region
Platform: | Size: 344064 | Author: 朱某某 | Hits:

[GUI Developbcg

Description: 基于MFC的扩展的一个很漂亮的GUI库,现在已经开始收费,这样的源代码已经很难找了-MFC-based extension of a very pretty GUI library, has now begun charging, so that the source code has been hard to find a
Platform: | Size: 1269760 | Author: leonliu | Hits:

[Chess Poker gamescanvas_color_Bomp

Description: 使用MFC开发,模仿WindowsXp的扫雷游戏,砖块为彩色的 鼠标左键在砖块上拖动时砖块颜色会变化,重置按钮的表情除事件变化外也会随时间变化 快捷键 C 初级 Z 中级 G 高级 B 彩雷英雄榜 Space或Enter 重新开局 资源文件: FaceButton.bmp tile_num.bmp-The use of MFC development, imitation of mine Windowsxp games, for the color of the bricks in the brick on the left mouse button when dragging bricks will change color, reset button face changes in addition to the events will change over time shortcut keys C primary Z Intermediate High B Cai Lei G standings hero Space or Enter re-opening resource file: FaceButton.bmptile_num.bmp
Platform: | Size: 518144 | Author: ZZP | Hits:

[Special Effectschepaishibie

Description: 读BMP文件,只能打开256色 (可以是灰度) 显示和内存贴图技术 关于调色板: 调色板实际上是一个数组,4个BYTE 分别是 B,G,R,和 Reserved 每一个像素点都有一个相应的数组。 关于VC和windows 的绘图机制: 使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device-context)设备上下文 windows下的MFC编程机制,消息驱动,事件等待! 全局的app(应用程序对象) 注意 手工分配内存的清除 和CDC对象的删除 以释放系统的GDI资源 每一个new操作符都要对应一个delete -Reading of BMP files, open only 256 colors (can be a gray-scale) display and memory mapping technology on the palette: the palette is actually an array, 4 BYTE are B, G, R, and every Reserved pixel has a corresponding array. On the VC and the windows of the drawing mechanism: the use of GDI (Graphics Device Interface) objects, used by CDC category, CPaintDC same (device-context) equipment under the windows context MFC programming mechanisms, message-driven, event wait! Overall app (application objects) Note the allocation of memory, manual removal and CDC object to delete the GDI release system resources every new operator should correspond to a delete
Platform: | Size: 238592 | Author: 嘉川 | Hits:

[Picture ViewerLoadBmp

Description: MFC读取Bmp图片 可打开Bmp图片,并把BMp图片绘制到view中来-MFC read Bmp image to open Bmp pictures, and Bmp images to view in the drawing to
Platform: | Size: 2807808 | Author: 李多 | Hits:

[Graph DrawingB-spline_parametric_curve

Description: mfc实现的二次B样条曲线实例,点击所有的点之后,点击生成按钮,自动实现绘制二次B样条曲线。 此实例是我费了很大劲才找来的,对研究二次B样条曲线绘制会有很大帮助。-mfc realized quadratic B-spline curve example, click on all the points, click generate button, automatically rendering the second B-spline curve. This example is my great劲才charges brought, and the study of quadratic B-spline curve drawn would be of considerable help.
Platform: | Size: 1942528 | Author: 游弋人生 | Hits:

[Windows DevelopB-Tree

Description: 在MFC的SDI中动态产生二叉树并动态使用箭头进行遍历,难得一见-B-Tree in SDI
Platform: | Size: 3458048 | Author: tr0j4n | Hits:

[Graph programBiSheXin

Description: 基于VC++MFC以及openGL实现贝塞尔曲线,B样条曲线,Nurbs曲线的绘制,拖动控制点可以移动曲线-Based on VC++ MFC and achievement of openGL Bezier curves, B-Spline Curves, Nurbs curve drawing, drag the control point can move the curve
Platform: | Size: 2036736 | Author: 康曦 | Hits:

[Graph DrawingBezier

Description: MFC绘制Bezier曲线,B样条曲线,曲线拟合-MFC Drawing Bezier curves, B-spline curve, curve fitting
Platform: | Size: 3630080 | Author: tina | Hits:

[GUI Developmfc

Description: 同时张出两个对话框,窗口A: ComboBox 里面存储着窗口B的标题, 点击按钮1设置窗口B的标题. Button 4个, 文本框一个, 输入数字后点击4个方位的按钮, 窗口B会移动多少距离. 滑块 , 改变窗口B的透明度-Zhang also the two dialog boxes, windows A: ComboBox B which stores the title of the window, click the B button 1 set the window title. Button 4个, a text box, enter the number 4 position and click the button, the window B will How much distance move. slider to change the transparency of the window B
Platform: | Size: 3784704 | Author: 黄礼祥 | Hits:

[Graph DrawingBspline_MFC

Description: MFC绘制Bezier曲线,B样条曲线,曲线拟合-MFC Drawing Bezier curves, B-spline curve, curve fitting
Platform: | Size: 1935360 | Author: liu | Hits:

[ADO-ODBCMFC-ATM-of-CBC

Description: MFC 实现中国建设银行自动取款机 带界面 带语音 带数据库 1. 设计平台与系统功能设计 1)设计平台 设计平台:MicroSoft Windows xp 设计工具: Microsoft visual c++ 6.0 MicroSoft Office Access 2003 方正畅听语音朗读软件 2)系统功能描述: a.查询余额:查看客户当前可用余额 b 修改密码:修改并保存用户的密码 c.取款服务:取现金服务 d.转账服务:转账服务 e.打印凭条服务:打印服务记录 f.语音提示服务:语音提示操作功能 -a simple of using mfc to realize ATM machine of BCB
Platform: | Size: 20320256 | Author: wangdingqiao | Hits:

[Graph DrawingCAGD_B_Spline_3

Description: B样条曲线的MFC实现,包括准均匀、非均匀、分段bezier及相关的基函数。-B-spline curve MFC implementation, including quasi-uniform, non-uniform, piecewise bezier and associated basis functions.
Platform: | Size: 3995648 | Author: 刘磊 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net