Welcome![Sign In][Sign Up]
Location:
Search - draw

Search list

[Shot Gamestg

Description: 该程序中可以学习用VC实现direct draw编程,可以作为游戏编程的入门资料。-the procedure can be used to study VC direct draw programming, game programming can be used as data entry.
Platform: | Size: 2630656 | Author: 摩尔 | Hits:

[Otherecpxs

Description: 数据结构中的二叉树,二叉排序树,遍历左右孩子,输入数值划出圆-data structure, the binary, binary sort tree traversal around children, the importation of numerical round draw
Platform: | Size: 2048 | Author: yang | Hits:

[Otherdraw-colorlb

Description: UNZIP with directory preservation. This sample contains long file names. Uploaded on 24 April, 2000. The COLORLB sample shows how to implement an owner-draw list box. The box is drawn LBS_OWNERDRAWFIXED and also uses the LBS_HASSTRINGS style. The box allows you to individually set the color of each item in the box
Platform: | Size: 53248 | Author: 陈云 | Hits:

[Game ProgramCDDGame-saintfighter-src-code

Description: 一个完整的2D滚屏游戏示例,编译后可以运行玩耍。使用DIRECT DRAW,DIRECT INPUT,DIRECT SOUND;游戏逻辑完整,有记分系统,供喜欢游戏编程的初学者参考切磋。-a full 2d scrolling screen game demo.play it after building.using DIRECT DRAW,DIRECT INPUT,DIRECT SOUND,game logic is complete,whith score counting system.it is prepared for the beginner of game development.
Platform: | Size: 3288064 | Author: 包明 | Hits:

[GUI DevelopVS05-06Lew

Description: 微软官方给出的一个图形界面的例子~可用来画简单的流程图-Microsoft is a graphical interface to the example can be used to draw simple flowchart
Platform: | Size: 246784 | Author: 孙立文 | Hits:

[GDI-BitmapRectTracker

Description: MFC 带有一个 CRectTracker 类. 用来画出所谓的橡皮条矩形. 但在 WTL 里面, 没有对应的类. 所以,自己写了一个非常简单的 mix-in class, 在 WTL 里面使用, 将这个类作为您的窗口的基类即可让窗口具有画橡皮条矩形的行为.上载的压缩文件包含两个源文件, RectTracker.h 即为这个 mix-in class. SnapShotWnd.h 为使用这个类的一个窗口. 还有一张屏幕抓图, 从图片可以看出这个窗口的功能, 他实现类似透明窗口的功能. 注意那个虚线框, 就是 CRectTracker 画出来的.-MFC with a CRectTracker category. To draw of the so-called rubber rectangle. The WTL, there's no corresponding category. So they want to write a very simple mix-in class, the WTL is used to this category as your window so that the base class can be painted with rubber window the behavior of the rectangle. on the compressed file contains two sources, namely the RectTracker.h mix-in class. SnapShotWnd.h for the use of this kind of a window. Previously there a screen, pictures can be seen from the window of the function, he achieved similar functions transparent window . Note that dash is the CRectTracker painting.
Platform: | Size: 50176 | Author: 肖吉 | Hits:

[Button controldock_window_demo

Description: A Powerfull Ownerdraw Menu A fully featured owner-draw menu class CMenuXP is a class derived from CMenu using ownerdraw technology. I named it MenuXP because I expected it to be like the menus found in Office XP and Windows XP, but I failed to accomplish it. The main difficulty that I had was converting the 3D border of the menu into a flat one, but I hope it is still useful to you. I constructed the class from the Scribble sample application and some of the drawing code is copied from the CCoolMenuManager class. Additionally, I have also used a class named CBCGKeyHelper from BCGControlBar to show the accelerator key text.-A Powerfull Ownerdraw Menu A fully featured owner-draw menu class CMenuXP is a class derived from CMenu using ownerdraw technology. I named it MenuXP because I expected it to be like the menus found in Office XP and Windows XP, but I failed to accomplish it. The main difficulty that I had was converting the 3D border of the menu into a flat one, but I hope it is still useful to you. I constructed the class from the Scribble sample application and some of the drawing code is copied from the CCoolMenuManager class. Additionally, I have also used a class named CBCGKeyHelper from BCGControlBar to show the accelerator key text.
Platform: | Size: 65536 | Author: 胡欣 | Hits:

[Graph DrawingGraphicsApp

Description: 该程序显示了如何绘制各种形状、线条和文本-the program shows how to draw various shapes, lines and text
Platform: | Size: 3072 | Author: 柳叶 | Hits:

[Dialog_WindowDrawInDialog

Description: This demo is from << MFC anwswer book>> , Program show to how to draw a picture on the area of the Dialog.-This demo is from lt;lt; MFC anwswer bookgt;gt; , Program show to how to draw a picture on the area of the Dialog.
Platform: | Size: 3371008 | Author: 曾晖 | Hits:

[CSharp实例27(钟表)

Description: 一个电子钟程序。使用C#编写。基于Direct.Draw完整源码.-an electronic bell procedures. The use of C#. Based on Direct.Draw complete source code.
Platform: | Size: 48128 | Author: 张山 | Hits:

[Windows Developdraw1111w

Description: 画图程序,实现一个抽象基类,派生出各种图形,只需要设定好起始点和终点就可以画出图形-drawing program and achieving an abstract base class, derived from various graphics only need to set a good starting point and destination can draw graphics
Platform: | Size: 118784 | Author: ruby | Hits:

[GDI-BitmapGDI+Draw

Description: 利用GDI+和CImage类实现任意格式图像的打开,复制,剪切,粘贴,选择,线性渐变,中心渐变及图形对象的绘制.-using GDI and CImage achieve arbitrary category of open-format images, copy, cut, paste, select, linear gradient, the center graded and graphical object mapping.
Platform: | Size: 381952 | Author: 菜鸟高手 | Hits:

[Button controlActiveXShadeButton

Description: There are many owner-draw button written using C++ and the MFC classes. There a lso many ActiveX controls, mostly written in Visual Basic. While with C++ you can easily use both the MFC and the OCX controls, with Visual Basic you need to convert the MFC objects to an activex control. Unluckily, the class wizard doesn t cover all the messages and the events sent to an ActiveX control, and some messages are different, so most of the magic must be hand written. Because sometimes a piece of code is more clear than the article itself, I included the porting of CxShadeButton to an ActiveX control, but it s just an example, in the article I will speak about a generic AxButtonCtrl. -There are many owner-draw button written using C++ and the MFC classes. There a lso many ActiveX controls, mostly written in Visual Basic. While with C++ you can easily use both the MFC and the OCX controls, with Visual Basic you need to convert the MFC objects to an activex control. Unluckily, the class wizard doesn t cover all the messages and the events sent to an ActiveX control, and some messages are different, so most of the magic must be hand written. Because sometimes a piece of code is more clear than the article itself, I included the porting of CxShadeButton to an ActiveX control, but it s just an example, in the article I will speak about a generic AxButtonCtrl.
Platform: | Size: 71680 | Author: 刘亦菲 | Hits:

[GUI Developdraw-sin-graph

Description: 一个使用VB完成的函数曲线绘图小程序,可以实现基本的三角函数绘制,如正弦,余弦,正切等-a VB completed mapping function curves small programs, can achieve a basic trigonometry mapping, such as sine, cosine, tangent, etc.
Platform: | Size: 1024 | Author: 杨沧海 | Hits:

[OpenGL programsimuopengl

Description: 三维数据显示利用了,OPENGL,可以实现旋转,平一等功能-use of 3D data, OpenGL, can achieve a rotating draw function
Platform: | Size: 288768 | Author: | Hits:

[OpenGL programGxbOpengl5

Description: 本程序实现了利用OpenGL来绘制三维场景,场景可以进行远、近距离的查看,可以切换目标形状等。-realized by the use of OpenGL to draw 3D scene, the scene can be far, close to the Show, can switch targets shape.
Platform: | Size: 233472 | Author: hxr | Hits:

[JSP/JavaMouseDraw1

Description: 这个JAVA小程序是实现图形用户界面的,利用鼠标画图。-this small program is the graphical user interface, use of the mouse to draw.
Platform: | Size: 2048 | Author: 王菲 | Hits:

[Graph Drawingwsedit

Description: 可以绘制直线、文本框、表格,是模板编辑软件。本代码版权属北京宏生电通网络科技有限公司。你可以用做研究,如果要进行商用,请联系宏生电通网络,并购买版权。-can draw straight lines, text frames, forms, templates editing software. The code is owned Beijing Acer Health Communication Network Technology Limited. You can do research, to conduct business, please contact Acer Health Communication Network, and the purchase of copyright.
Platform: | Size: 964608 | Author: 宏生电通 | Hits:

[ADO-ODBCHuffmanTwoTree

Description: 实现数据的压缩,演示Huffman二叉树的应用。虽然压缩效果不如rar等,但是作为一种算法,具有可借鉴的价值。-data compression, presentations Huffman binary tree applications. Although not rar compression, but as an algorithm that can draw is the value.
Platform: | Size: 6144 | Author: 祝桦岸 | Hits:

[Graph DrawingExample031

Description: -鼠标绘图,可以根据自己不同的需要绘制图形,供大家参考。-- mouse cartography, may be different according to oneself needs to draw up the graph, for everybody reference.
Platform: | Size: 2048 | Author: sadf | Hits:
« 1 2 34 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net