CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - brush
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - brush - List
[
Other resource
]
Brush DC Motor
DL : 0
一个单片机控制有刷电机的C代码-an MCU control of a motor brush C code
Update
: 2008-10-13
Size
: 4.64kb
Publisher
:
于良耀
[
GDI-Bitmap
]
GDI pattern brush tool with C++ source code
DL : 1
GDI pattern brush tool with C++ source code可以选择并设计新的填充图形-GDI pattern brush tool with C source code can select and design new graphics Filled
Update
: 2008-10-13
Size
: 79.38kb
Publisher
:
张翰
[
Windows Develop
]
drawer
DL : 0
一个VB开发的画图程序,模仿woindows画笔-a VB drawing programs, copying woindows brush
Update
: 2025-02-19
Size
: 23kb
Publisher
:
王雅男
[
SCM
]
Brush DC Motor
DL : 0
一个单片机控制有刷电机的C代码-an MCU control of a motor brush C code
Update
: 2025-02-19
Size
: 4kb
Publisher
:
于良耀
[
Graph Drawing
]
打开的曲线和闭合的曲线
DL : 0
本程序绘制打开闭合的曲线,闭合曲线可以使用Brush对象填充-mapping procedures to open the closed curve, closed curves can be used to fill Brush object
Update
: 2025-02-19
Size
: 8kb
Publisher
:
邱波
[
GDI-Bitmap
]
GDI pattern brush tool with C++ source code
DL : 0
GDI pattern brush tool with C++ source code可以选择并设计新的填充图形-GDI pattern brush tool with C source code can select and design new graphics Filled
Update
: 2025-02-19
Size
: 79kb
Publisher
:
张翰
[
Graph Drawing
]
Brush
DL : 0
仿照 Windows “画图”的小程序,仅供初学者研究。-modeled on the Windows "drawing" a small procedure, only beginners study.
Update
: 2025-02-19
Size
: 19kb
Publisher
:
子龙
[
GDI-Bitmap
]
Pen
DL : 0
画图里画笔功能的实现,解压缩后用vc6.0打开,直接运行即可.-Paint brush functions in the realization of decompression after vc6.0 open, can be directly run.
Update
: 2025-02-19
Size
: 38kb
Publisher
:
[
Graph Drawing
]
MiniDrawPad
DL : 0
*** *** ****MiniDrawPad 的说明********************************************** 本程序完成的是一个类似于Windows画图板的画图程序。完成的功能有: (1) 新建一个空白文档 (2) 打开或保存图形文档 (3) 绘制基本图形:直线,矩形,实心矩形,椭圆,实心椭圆,圆,实心圆,圆角矩形,实心圆角矩形。 (4) 用鼠标拖动进行随笔画 (5) 橡皮擦 (6) 添加文字 (7) 选择字体风格: 粗体,斜体 (8) 设置画笔颜色 (10)设置画笔粗细 (11)屏幕没有闪动情况-**************** MiniDrawPad note********************************************** This procedure is similar to the completion of a drawing board Windows Paint program. Completion of the function are: (1) Create a new blank document (2) open or save graphics files (3) rendering the basic graphics: linear, rectangular, solid rectangular, oval, solid oval, round, solid round, rounded rectangular, solid round rectangular angle. (4) with the mouse to drag the essay painting (5) Eraser (6) Add text (7) Select the font style: bold, italic, (8) set the brush color (10) set the brush size (11) screen is not flashing situation
Update
: 2025-02-19
Size
: 227kb
Publisher
:
stone
[
GDI-Bitmap
]
custom_pattern_brush_src
DL : 0
A cool GDI pattern brush tool with C++ source code, You can create a new office xp style pattern fill mode quickly -A cool GDI pattern brush tool with C++ Source code, You can create a new office xp style pattern fill mode quickly
Update
: 2025-02-19
Size
: 24kb
Publisher
:
罗
[
Internet-Network
]
DialUp
DL : 0
原创: 外挂网站刷IP程序的源码 自动ADSL拨号刷新IP,可录制鼠标模拟点击自动点击操作,统计点击数,自动清除COOKIES记录-Original: Plug-site IP procedures Brush source automatically refresh ADSL dial-up IP, can be recorded automatically clicks the mouse click operation simulation, statistical clicks automatically recorded Clear COOKIES
Update
: 2025-02-19
Size
: 171kb
Publisher
:
nick xu
[
CSharp
]
FormDraw
DL : 0
一个简单的窗体交互绘图程序,实现添加设置绘图参数的菜单项和对话框。在设置对话框中,设置笔的种类、风格、粗细和颜色;设置刷的种类、填充样式、填充颜色、填充图片等 -Form a simple interactive drawing program, add the set graphics parameters to achieve the menu items and dialog box. In the settings dialog box, set the pen type, style, thickness and color set brush types, fill style, fill color, fill, photographs, and other
Update
: 2025-02-19
Size
: 135kb
Publisher
:
sysull
[
Menu control
]
liaozhigan0873
DL : 0
// CDC::FillSolidRect is faster, but it does not handle 8-bit color depth VERIFY(brush.CreateSolidBrush( RGB(r+rStep*iOnBand, g + gStep*iOnBand, b + bStep * iOnBand))) pDC->FillRect(&rectFill,&brush) VERIFY(brush.DeleteObject()) if(rectFill.bottom > rect.bottom)- // CDC::FillSolidRect is faster, but it does not handle 8-bit color depth VERIFY(brush.CreateSolidBrush( RGB(r+rStep*iOnBand, g+ gStep*iOnBand, b+ bStep* iOnBand))) pDC->FillRect(&rectFill,&brush) VERIFY(brush.DeleteObject()) if(rectFill.bottom > rect.bottom)
Update
: 2025-02-19
Size
: 88kb
Publisher
:
郭文三
[
Other
]
Brush
DL : 0
SDK中画笔的实现.还可以画直线,椭圆和矩形-SDK in the realization of the brush. Can also draw a straight line, oval and rectangular
Update
: 2025-02-19
Size
: 8.01mb
Publisher
:
star
[
Other
]
Brush_Pen
DL : 0
VC++入门,一个画刷程序,MFC编程,编译通过-VC entry, a painting brush procedures, MFC programming, the compiler through
Update
: 2025-02-19
Size
: 33kb
Publisher
:
huoshuli
[
Graph program
]
GraphicsMM_Brushes
DL : 0
WPF画刷演示。透明遮照画刷,颜色画刷,图像画刷。-WPF brush painting demonstration.遮照transparent painting brush, colors, painting brush, image brush painting.
Update
: 2025-02-19
Size
: 5.35mb
Publisher
:
xiangzhou
[
Graph Drawing
]
Brush-Wizard
DL : 0
画笔精灵,用vb.net编写的,新手可以学习下-Brush Wizard
Update
: 2025-02-19
Size
: 861kb
Publisher
:
kensin
[
GDI-Bitmap
]
Brush
DL : 0
在此应用程序中,主要讲解了使用画刷,实现画不同的图形。-In this application, mainly on the use of paint brush, paint a different realization of the graphics.
Update
: 2025-02-19
Size
: 25kb
Publisher
:
canteen
[
Other
]
brush
DL : 0
是用VC++ 实现的一画笔画刷的画图功能,很简单,适合初学者-it is an very simple program in VC++. the funtion is to implement the brush for drawing
Update
: 2025-02-19
Size
: 3.4mb
Publisher
:
韩求真
[
matlab
]
Brush-Less-DC-Motor
DL : 0
Brush Less DC Motor is very advanced Motor where we don t use commutators
Update
: 2025-02-19
Size
: 3.37mb
Publisher
:
acts
«
1
2
3
4
5
6
7
8
9
10
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.