CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - WORD
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
GUI Develop
Windows Kernel
WinSock-NDIS
Driver Develop
ADO-ODBC
GDI-Bitmap
CSharp
.net
Multimedia Develop
Communication
Shell api
ActiveX/DCOM/ATL
IME Develop
ISAPI-IE
Hook api
Screen saver
DirextX
Process-Thread
Console
File Operate
Printing program
Multi Monitor
DNA
Other
Search - WORD - List
[
GDI-Bitmap
]
vb绘制等值线
DL : 1
vb绘制等值线 是一本书中关于图形的章节,word格式,其中包含等值线源码.-Draw contours using VB.It is a chapter about graphics of a book. file type is word. and source codes about contours are included.
Date
: 2008-10-13
Size
: 193.05kb
User
:
林辉
[
GDI-Bitmap
]
WoordPaad
DL : 0
很好的类word界面模块,用户可以根据源码说明轻松使用所要的模块-good word category interface module, users can easily source note to the use of the module
Date
: 2008-10-13
Size
: 184.94kb
User
:
蓝海
[
GDI-Bitmap
]
几种常用图像处理算法
DL : 0
几种常用图像处理算法 里面包含完整的算法实现函数代码 已编辑成为word文档格式 便于复制: 垂直镜像 图像的旋转 图像缩放 256图像转化成灰度图像 随即噪声 亮度调整 色调调整 对比度调 八种图像处理算法函数 -several common image processing algorithm containing the complete algorithm editing function has become a code word document easy copy format : vertical rotating mirror image resizer 256 images into gray image brightness adjustment immediately noise color-eight adjusts the contrast image processing algorithm functions
Date
: 2008-10-13
Size
: 21.55kb
User
:
唐代
[
GDI-Bitmap
]
WordPic
DL : 0
很多人看过论坛上有人用‘灌’‘水’两个字组合成一幅图案,我这个程序就是用来生成这样图案的工具-many people read the forum was to 'irrigation water''' word combinations as a logo, my procedure is used to generate this image of a tool
Date
: 2008-10-13
Size
: 26.9kb
User
:
三方
[
GDI-Bitmap
]
VerificationCode
DL : 0
一个图形信息校验码识别程序,类似很多网站上的验证码功能,可以指定验证码信息类型,如大小写英文,数字,随机混杂等,可以指定验证码长度,指定背景图片,最强的是可以像GG的弯曲不规则文字显示,总之是一个不错的演示程序,记得以前有网友问我要过,这不,找到后发了出来. -a graphical information-correcting code identification procedures, similar to many websites on the functional verification code, test code can be specified types of information, such as case-sensitive English, figures, random mixing, can specify validation code length, designated background pictures, is the strongest of bending like GG irregular words, a word is a good demonstration program, remember that someone had asked me, this is not to find out after the fat.
Date
: 2008-10-13
Size
: 33.81kb
User
:
郑为发
[
GDI-Bitmap
]
clip_graph
DL : 0
本源码给出了实现线段和矩形的裁剪算法. 包含有一\"图形裁剪\"文件夹 实验步骤的简要提示的WORD文档--Grphics experiment NO4-图形裁剪.doc 一可执行文件-- 图形裁剪.exe - The source code has produced the realization line segment and the rectangle cuts out the algorithm Contains has a \"graph to cut out\" folder laboratory procedure brief prompt WORD documents --Grphics experiment the NO4- graph to cut out doc one may the execution file -- graph cut out exe
Date
: 2008-10-13
Size
: 85.5kb
User
:
于心不甘
[
GDI-Bitmap
]
dutu
DL : 0
自己写的一个实现word标注的程序,实现对读入的图形新型·进行标注-himself wrote a realization of the word tagging procedures to achieve read graphics new antidepressants. .
Date
: 2008-10-13
Size
: 89.68kb
User
:
刘用
[
GDI-Bitmap
]
vbGDI+.RAR
DL : 0
用GDI+实现窗体阴影字 我草你吗了B还让我写说明。 你吗的逼的。我草草草 -using GDI achieve Form shadow grass you my word? B also asked me to write shows. You all the surroundings. I hastily grass
Date
: 2008-10-13
Size
: 32.9kb
User
:
张龙
[
GDI-Bitmap
]
MUD_Yourself
DL : 0
一个自编的MUD客户端, 可以连接到MUD服务器,并能够显示MUD标准颜色代码, 想要研究文字处理, GDI API的朋友可以看看. -the MUD client, can connect to the MUD servers, and to show MUD standard color code, to study word processing, GDI API friends can see.
Date
: 2008-10-13
Size
: 697.2kb
User
:
谢东亮
[
GDI-Bitmap
]
DOC2TIFF_TEST1
DL : 2
将word文件格式doc转换为传真文件格式tif,使用VC开发
Date
: 2008-10-13
Size
: 3.72mb
User
:
陈伟忠
[
GDI-Bitmap
]
位图全色生操作类,指纹识别,角点检测,锐化,反色等操作类C++
DL : 0
指纹识别中的一个步骤分支点检测的实现,使用的是我个人编写的位图操作类,本位图操作类中的算法组,可以用于所有能够返回具有指针特性图像矩阵的文档操作类库。也就是说通用性很强。算法组还包括指纹识别算法,卷积函数。位图操作类包括的方法有 tmBmp(); tmBmp(const std::string & fname, BYTE clrBit = 8 ,DWORD imW = 256,DWORD imH = 256); virtual ~tmBmp(); //复制构造函数 tmBmp(const tmBmp & bmp); virtual const tmBmp & operator = (const tmBmp & init); //打开位图 virtual bool openBmp(const std::string fname); //另存位图 virtual bool saveBmp(const std::string fname); //保存位图 virtual bool saveBmp(); //创建一幅位clrBit位,宽imw高imH的位图 virtual bool createBmp(const std::string fname,BYTE clrBit,DWORD imW,DWORD imH); //从灰度数组,创建灰度图像 template bool createGrayBmp(T * imArray,DWORD imW,DWORD imH); //释放读入的图像 virtual void releaseBmp(); //获得图像的宽度 DWORD getWidth(); //获得图像的高度 DWORD getHeight(); //获得颜色位数 WORD getClrBit(); //显示位图信息 void showBmpInfo(); //获取调色板某一元素的值,存入RGBQuad bool getRGBQuad(RGBQuad &, BYTE index); //用RGBQuad更改调色板某一元素的值 bool setRGBQuad(RGBQuad &, BYTE index); //重命名位图 void rename(const std::string fname = "新建位图.bmp"); //颜色反转 virtual void reverseColor(); //将一幅图片的像素区,装换为灰度值数组 template bool tranToArray(T * pixelArray); //如果是8位以内的图像本函数为 //在图像上(x,y)处画颜色索引为redPart的点 //对于16,24,32位的图像为 //在图像上(x,y)处画颜色为redPart+greenPart+bluePart的点 //x为行号,y为列号 bool putPixel(DWORD x,DWORD y,BYTE redPart=0,BYTE greenPart=0,BYTE bluePart=0);
Date
: 2009-04-09
Size
: 15.35kb
User
:
tr0217
[
GDI-Bitmap
]
模拟windows自带的画图程序
DL : 0
使用Vs.Net 开发平台下的MFC应用程序框架实现一个画图程序,尽可能多的实现Windows自带的画图功能,并扩展其功能。 (1) 能够用鼠标操控方式,绘制直线、矩形、椭圆。 (2) 能够在绘制一图形前以菜单方式设置线的粗细、颜色。 (3) 在绘图时,选择绘制某种图像后,在画布中按住鼠标左键后移动鼠标,在画布中实时的根据鼠标的移动显示相应的图形;在松开鼠标左键后,一次绘图操作完成。 (4) 可以以矢量图方式保存绘制的图形。 (5) 可以读取保存的矢量图形文件,并显示绘图的结果。 界面与功能: (1) 有画直线、矩形、椭圆的工具箱。 (2) 有颜色选择工具箱。 (3) 对于当前选中的绘图工具,以“下沉”的形式显示。 (4) 在状态栏中显示鼠标的位置。 (5) 在鼠标移向某一绘图工具不动时,有工具的功能提示。 (6) 在菜单上有当前选中的菜单项标识(即前面有小钩) 高级功能: (1) 可选择打开或关闭工具栏。 (2) 应用程序的标题栏上有程序的图标。 (3) 可以用鼠标选中绘制的某一图形。被选中的图形符号有标识(参见Word,如一直线段,其两端点上加了两个小框;矩形上有8个小框点)。 (4) 修改被选中的图形。通过鼠标的“拖拽”,可以改变图形的位置或大小。 (5) 删除被选中的图形。 其他功能: (1) 能够用鼠标操控方式,绘制曲线、文字。 (2) 能够在绘制一图形前以菜单方式设置线的线型。 (3) 撤销和恢复操作 (4) 可以调整画布的大小 (5) 可以以位图(bmp格式)方式保存绘制的图形。 (6) 修改鼠标符号为十字型
Date
: 2012-06-27
Size
: 2.41mb
User
:
luoshao@163.com
[
GDI-Bitmap
]
MUD_Yourself
DL : 0
一个自编的MUD客户端, 可以连接到MUD服务器,并能够显示MUD标准颜色代码, 想要研究文字处理, GDI API的朋友可以看看. -the MUD client, can connect to the MUD servers, and to show MUD standard color code, to study word processing, GDI API friends can see.
Date
: 2025-12-20
Size
: 697kb
User
:
谢东亮
[
GDI-Bitmap
]
5个图形报表控件
DL : 0
5个可用于工业编程的报表和图形控件-5 can be used for industrial programmable graphics statements and controls
Date
: 2025-12-20
Size
: 83kb
User
:
Reker
[
GDI-Bitmap
]
vb绘制等值线
DL : 0
vb绘制等值线 是一本书中关于图形的章节,word格式,其中包含等值线源码.-Draw contours using VB.It is a chapter about graphics of a book. file type is word. and source codes about contours are included.
Date
: 2025-12-20
Size
: 193kb
User
:
林辉
[
GDI-Bitmap
]
WoordPaad
DL : 0
很好的类word界面模块,用户可以根据源码说明轻松使用所要的模块-good word category interface module, users can easily source note to the use of the module
Date
: 2025-12-20
Size
: 185kb
User
:
蓝海
[
GDI-Bitmap
]
几种常用图像处理算法
DL : 0
几种常用图像处理算法 里面包含完整的算法实现函数代码 已编辑成为word文档格式 便于复制: 垂直镜像 图像的旋转 图像缩放 256图像转化成灰度图像 随即噪声 亮度调整 色调调整 对比度调 八种图像处理算法函数 -several common image processing algorithm containing the complete algorithm editing function has become a code word document easy copy format : vertical rotating mirror image resizer 256 images into gray image brightness adjustment immediately noise color-eight adjusts the contrast image processing algorithm functions
Date
: 2025-12-20
Size
: 21kb
User
:
唐代
[
GDI-Bitmap
]
WordPic
DL : 0
很多人看过论坛上有人用‘灌’‘水’两个字组合成一幅图案,我这个程序就是用来生成这样图案的工具-many people read the forum was to 'irrigation water''' word combinations as a logo, my procedure is used to generate this image of a tool
Date
: 2025-12-20
Size
: 27kb
User
:
三方
[
GDI-Bitmap
]
DOC2TIFF_TEST1
DL : 0
将word文件格式doc转换为传真文件格式tif,使用VC开发-Word file format will be converted to fax doc file formats tif, the use of VC development
Date
: 2025-12-20
Size
: 3.72mb
User
:
陈伟忠
[
GDI-Bitmap
]
C-word-curve-algorithm
DL : 0
windows环境下用visual C++实现计算机图形学中C字曲线算法的编码-windows environment using visual C++ implementation computer graphics algorithms in C code word curve
Date
: 2025-12-20
Size
: 249kb
User
:
jack
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.