搜索资源列表
Cord
- 一个采用VC6.0的GDI函数编写的平面绘图程序,能够对各种基本图形进行绘制、编辑、拖动、剪切、撤消修改、保存数据到文档。适合初学者学习、模仿。-a VC6.0 used GDI function of the two-dimensional drawings to prepare procedures to be able to conduct basic graphics rendering, editing, drag, shear, the withdrawal of changes t
贝赛尔纽曼函数绘图代码
- 运行环境TC,windows .实现贝赛尔纽曼函数绘图源代码-operating environment, windows. Mapping function to achieve Beisaierniuman source code
C语言绘图与计算机仿真技术
- Turbo C 2.0包含了一个比Basic语言绘画更强的绘图函数库.它支持微机CGA EGA VGA等多种图形适配器的各种图形模式,提供了绘制各种图形,输出各种字体的图形库函数,并具有丰富的对图形进行着色,填充的功能。在图形程序及软件的编制与开发中,Turbo C绘图已越来越受到广大用户的青睐-Turbo C 2.0 includes a painting than Basic language stronger graphics libraries. It supports Computer
beisaierniumandraw
- 贝赛尔纽曼函数绘图代码,贝赛尔,纽曼的阶数都可以由用户自己定义-Beisaierniuman function mapping code, Bessel, Newman's order can be defined by the users themselves
DrawTextS
- 利用GDI+编写绘图程序,会比使用传统C++ MFC类绘图更有效率,而且支持透明等效果,使用GDI+的绘图函数编写程序,其语言与C#、JAVA语言及其相识,有帮与代码移植。-prepared using GDI drawing procedures than using traditional C + + MFC class graphics more efficient, but support transparency effects, the use of GDI drawing func
drawBitPoly
- 众所周知,如果使用MFC接触类,绘制使用位图为绘图刷的多边形,位图大小,颜色都会受到限制,本例使用基础的MFC绘图函数,自己创造条件,突破此限制,可以使用任何大小、分辨率、颜色位图,填充多边形-known if the use of MFC contact category, rendering the use of brush-map drawings of polygons, bitmap size, colors will be restricted, the use of cases b
vc_CALL_MATLAB_C++graphiclib
- VC++下调用matlab图形库函数进行绘图并显示到VC的图形界面中。-VC call Matlab graphics library functions and mapping indicates that the VC graphics interface.
Mypainter
- 基于vc的绘图小程序,能画,直线,圆,矩形,椭圆,(全部为自己定义的函数)可以进行线形,颜色设置.-based on the mapping of small vc procedures can draw a straight, round, rectangular, oval, (all their own definition of the function) can be linear, color set.
badaoxiama1
- 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 比较重要的地方 读BMP文件,只能打开256色 (可以是灰度) 关于VC和windows 的绘图机制: 使用GDI(图形设备接口)对象,通常使用CDC 类,CPaintDC也一样(device-context)设备上下文 windows下的MFC编程机制,消息驱动,事件等待! 虽然已经弄出来了,还是希望大家好好读读源程序。 你们以
GDI
- 这是VC中GDI和绘图函数的一个简单的使用示例 运行程序后点击1234这四个按钮 可分别看到绘图函数、画笔、画刷以及字体的使用示例
基于TMS320F2812 DSP芯片的Modbus串口通讯程序
- VC++绘图函数源代码
Drawpad
- VC6.0写的画图板,绘图函数除了画点外都是自己写的,有画直线,画圆,画多边形和多边形剪裁等功能。-Written by VC6.0 drawing board, drawing function points in addition to painting his own writing, and painting a straight line, circle, polygon and polygon drawing functions tailoring.
drawing
- 用于vc中的绘图功能,可提供具体的绘图函数,函数可直接用-The graphics for the vc can provide specific mapping function, the function can be directly used
graphics-processing-technology
- VB中图形处理技术大全 包括API函数绘图技术-VB Daquan in graphics processing technology, including graphics API function
BeiSaiE
- VC绘制贝赛尔曲线,VC通过GDI,GDI+绘图函数实现绘图算法,绘制贝赛尔曲线-VC draw a Bezier curve by GDI, GDI+ drawing, the VC function drawing algorithm to draw a Bezier curve
DrawCoor
- 实现坐标系下作图的绘图函数,怎么画横纵坐标-Drawing function mapping coordinate system, how to draw horizontal and vertical coordinates
C3E6DRAWITEMs
- DrawItem.C -- 演示使用各种绘图函数绘制图形-DrawItem.C- demo draw graphics using various drawing functions
252
- 运用了一些基本绘图函数绘制图形,可供新手参考-Use some basic drawing functions to draw graphics, reference for the novice
lab63
- windows编程,鼠标操作,基本绘图函数和子窗口的结合-combined with windows programming, mouse, basic drawing functions and sub-window
windows程序设计GDI函数编写绘图软件
- 使用c++开发,windows程序设计GDI函数编写的可以实现画线,画图,字体,线的粗细颜色等功能,模仿电脑上的画图工具