联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 绘图程序(71) 
按平台查找All Visual C++(71) 

[绘图程序] draw

基于C++实现的双缓存画图,非常适合初学者
Based on the c++ implementation of double buffer drawing, very suitable for beginners (2016-04-18, Visual C++, 2577KB, 下载2次)

http://www.pudn.com/Download/item/id/1460940620983736.html

[绘图程序] Tower-of-Hanoi

该文件包括了非递归、换位递归、汉诺塔、汉诺塔2、汉诺塔画图版、四塔、四塔2这7个c源文件
The document includes a non-recursive, transposition recursion, Tower of Hanoi, Hanoi Tower 2, Tower of Hanoi drawing version, four towers, four towers 2 7 c source files (2014-03-25, Visual C++, 4KB, 下载1次)

http://www.pudn.com/Download/item/id/2493251.html

[绘图程序] 2008302590145

C++绘图,使用GDI+MFC 使用双缓存加速图像显示速度 该程序为课程实习作业程序,使用VC6编写,不保证高版本的vc程序能够顺利运行
C++ graphics, dual cache using GDI+MFC (2013-12-17, Visual C++, 897KB, 下载6次)

http://www.pudn.com/Download/item/id/2428806.html

[绘图程序] CG_Bezier_B

双三次Bezier曲面和双三次B样条曲面的绘制 分别按键F1F2
Bicubic Bezier surfaces and bicubic B-spline surface mapping (2013-05-21, Visual C++, 8KB, 下载8次)

http://www.pudn.com/Download/item/id/2251980.html

[绘图程序] Draw

MFC下实现简单的绘图操作,使用双缓冲绘图方法
Use MFC to Draw (2013-05-06, Visual C++, 3617KB, 下载13次)

http://www.pudn.com/Download/item/id/2231274.html

[绘图程序] Bezier-surface-algorithm

mfc下的双三次Bezier曲面算法,可以进行双三次Bezier曲面算法逐步生成的演示,代码中含分步注释
mfc bicubic Bezier surface algorithm bicubic Bezier surface algorithm gradually generated presentation code containing step-by-step notes (2012-11-20, Visual C++, 2916KB, 下载16次)

http://www.pudn.com/Download/item/id/2053983.html

[绘图程序] SDC_TEST_01

本代码实现了双缓冲绘图的功能,代码简介,能够帮助初学者快速掌握双缓冲绘图技能
The source implementation of double buffering graphics functions, code Introduction。 (2012-03-29, Visual C++, 1919KB, 下载3次)

http://www.pudn.com/Download/item/id/1810629.html

[绘图程序] Dorw

双缓冲绘图,普通绘图会出现闪屏的现象,用双缓冲就不会有这种情况出现
Dorw picture! (2012-02-23, Visual C++, 45KB, 下载4次)

http://www.pudn.com/Download/item/id/1777737.html

[绘图程序] zy19

动态绘制同心园,很小的一个程序,仅供娱乐用处
paint circle in tiam (2011-07-16, Visual C++, 1895KB, 下载2次)

http://www.pudn.com/Download/item/id/1599229.html

[绘图程序] AutoCADCurvetech

AUTOCAD 曲线技术,重点分析双圆弧、样条线和NURB拟合技术
AUTOCAD curve of technology, the focus of double arc, spline fitting lines and NURB (2011-03-29, Visual C++, 67KB, 下载30次)

http://www.pudn.com/Download/item/id/1472307.html

[绘图程序] doubleframebuffer

VC双缓冲绘图的详细说明及一个MFC实例,利用双缓冲绘图可防止绘图画面抖动刷新
VC double buffering the drawing and a detailed description of MFC instance, the use of double buffering the drawing to prevent jitter, refresh the drawing screen (2009-11-11, Visual C++, 2015KB, 下载1158次)

http://www.pudn.com/Download/item/id/966937.html

[绘图程序] 85375568krijin

克里金插值计算,一种拟合算法,主要用于等值线应用。
Kriging interpolation calculation, a fitting algorithm, mainly for the application of contour lines. (2009-07-13, Visual C++, 2KB, 下载119次)

http://www.pudn.com/Download/item/id/843146.html

[绘图程序] DrawWave_SaveAsBmp

MFC双缓冲绘图,正弦波移动,适合工控数据采集.
MFC double buffering graphics, sine-wave movement, suitable for industrial data acquisition. (2009-05-14, Visual C++, 32KB, 下载158次)

http://www.pudn.com/Download/item/id/759550.html

[绘图程序] BanJingZK

钣金计算展开软件,小巧、快速,需要关联CAD.
Calculation of sheet metal to start the software, compact, fast, and necessary associated CAD. (2009-03-04, Visual C++, 34KB, 下载7次)

http://www.pudn.com/Download/item/id/660240.html

[绘图程序] DoubleBuffered

双缓冲画图,采用VC2008mfc编写,有需要的朋友可以参考参考
Double buffer drawing, using VC2008mfc prepared in need of a friend can refer to reference (2009-02-08, Visual C++, 37KB, 下载38次)

http://www.pudn.com/Download/item/id/640240.html

[绘图程序] Kriging

克里金算法的实现(C++)
Kriging algorithm (C++) (2009-01-05, Visual C++, 1816KB, 下载305次)

http://www.pudn.com/Download/item/id/624344.html

[绘图程序] dbbtest

双缓冲绘图的一个程序,对比使用双缓冲和不使用双缓冲绘图的区别
Double buffer drawing a procedure, compared to the use of double buffering and non-use of double buffer drawing the distinction (2007-12-18, Visual C++, 59KB, 下载44次)

http://www.pudn.com/Download/item/id/377849.html

[绘图程序] DrawPane

简单的绘图程序,利用双缓冲的技术实现!可以画线,圆等基本图形。
simple mapping procedures, the use of double buffering technology! It drew lines, round basic graphics. (2006-12-12, Visual C++, 42KB, 下载261次)

http://www.pudn.com/Download/item/id/233067.html

[绘图程序] paintdouble11DBBTest

双缓冲绘图 VC 初学者和一般爱好者可以看看,我看了之后觉得好,就发上来了
double buffering graphics VC beginners and general lovers can see, I feel that after a good read on the line with the (2006-11-25, Visual C++, 53KB, 下载22次)

http://www.pudn.com/Download/item/id/228780.html

[绘图程序] dddraw1

有关双缓冲绘图的程序 vc6.0
the double buffer mapping procedures vc6.0 (2005-02-19, Visual C++, 37KB, 下载55次)

http://www.pudn.com/Download/item/id/1108819429448527.html
1234
总计:71