搜索资源列表
车牌识别
- 需要注意的地方: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程 应用程序生成--》
picCopyRight
- vs.net环境下GDI+编程,可实现给照片添加背景版权和转换照片格式为您所想要的格式(常用的,如jpg,bmp,jpeg,gif等)-vs.net environment GDI + programming can be achieved to add background pictures copyright and photo format conversion to your desired format (commonly used, such as jpg, bmp, jpeg, g
GDI_Meta
- 这个程序实现了一般绘图应用程序所具有的绝大多数功能,并提供了一些额外的辅助功能。可以进行直线图元、椭圆图元、三角形图元、矩形图元等图元的绘制,还可以填充图元,绘制文本,改变线条颜色、类型以及填充方式等。允许对图形的删除、修改、拷贝、剪切、平移、撤销等操作。允许改变图元的颜色、线形、形状等。还有辅助网格功能方便用户进行定位绘制。还有文件格式和数据库支持等功能。对想了解GDI编程的朋友有极大的帮助。-the process of general graphics applications have
weizeke
- 维则克方块:黑白递归调用。这是小弟学分形学是做的VC++ WIN32+GDI 编程;-peacekeeping grams squares were : black and white recursive call. This is the brother-credit study is done VC WIN32 GDI programming;
vc6gdiplussrc
- GDI+的应用使得平面图形图象编程变的更加容易,本文以一个基于对话框的时钟程序为例,在VC6.0中调用*.png图片实现半透明渐变窗口,该程序实现了指针式和数字式两种时钟显示方式。窗口实现了半透明渐变窗口、窗口拖动无移动矩形框、隐藏了任务栏窗体按钮等。-the GDI graphics application allows the image plane programming changes easier, Based on a clock based on the dialog proces
MyPaint_new
- 功能:实现了对直线 矩形 椭圆三种图元的绘制 选定 移动功能 是学习GDI编程基础很好的例子-functions : Implementation of three straight rectangular oval map of the mapping function is selected mobile learning program based GDI good example .. .
MyDraw_new
- 功能:用面向对象的思想来实现了对直线 矩形 椭圆三种图元的绘制 选定 移动 并添加了编辑设置图元多种属性功能 是深入学习GDI编程很好的例子-functions : Object-oriented thinking to achieve a pair of three straight rectangular oval map of the selected mobile mapping and add a map editor Set Attribute function of a varie
EastDraw_new
- 功能:采用面向对象的思想实现一个完整的图形绘制软件 功能齐全... 是全面掌握GDI编程不可多得的例子-functions : object-oriented thinking to achieve a complete graphics rendering software is complete ... fully grasp the GDI is not programming get an extra example
Addison.Wesley.Graphics.Programming.With.GDI.Plus.
- 这是迄今为止关于 GDI+ 图形编程最全面的一本书,本书将是一本 Windows 图形程序员非常有用的工具书。-this by far the GDI graphics programming on the most comprehensive one book, this book will be a Windows graphics programmers very useful tool.
GDIplus
- GDI+编程入门,自己收集的。 包括环境的搭建和基本的入门技法!-GDI+ Programming Introduction to their collection. Structures, including the environment and basic entry techniques!
myupload
- GDI+的应用使得平面图形图象编程变的更加容易,本文以一个基于对话框的时钟程序为例,在VC6.0中调用*.png图片实现半透明渐变窗口,该程序实现了指针式和数字式两种时钟显示方式。窗口实现了半透明渐变窗口、窗口拖动无移动矩形框、隐藏了任务栏窗体按钮等。-GDI+ application programming makes the plane graphic images become easier, this paper, a dialog-based clock program as an
WindowsGDIranda
- GDI 是Windows 图形图像编程的主要接口,但是其功能贫乏,使用复杂给程序员带来很多的不 便。GDI + 的出现使这一现象大为改观,它是微软的. Net Framework 的一个重要组成部分,大大增强了 Windows 的图形图像开发接口,同时它也改变了传统的GDI 编程模式,使开发工作大幅度简化。首先从理 论角度介绍GDI + 的种种优越特性,再从代码开发的角度说明如何来使用GDI + 。-GDI is the main interface of Windows graph
GDI
- VC++ GDI图形图像处理 图形编程-VC++ GDI graphics programming, Graphics and Image Processing
grdemulator_luojimen
- 实现简单逻辑门电路的绘制,拖动,修改,删除等功能,适合于初学gdi编程的同学。-Simple logic gates, draw, drag, modify, delete, and other functions, suitable for beginner students gdi programming.
Visual-CPP.NET-GDIP
- Visual C++.NET GDI+编程基础,Visual C++.NET GDI+编程基础-The Visual C++.NET GDI+ Programming Fundamentals, Visual C++.NET GDI+ Programming Fundamentals
vc6GDIplusSrc
- 一个VC编写GDI应用程序的示例,可以学习GDI编程-A the VC prepared GDI application example, can learn GDI programming
GDI
- 易语言GDI绘制进度条源码,易语言写的图形图象编程,很好的参考。-Easy language GDI to draw the progress bar code, easy to graphics programming language to write, a good reference.
VB-GDI-bianchengshili
- VB编程代码,GDI绘图实力,值得下载,可以开发自己的图形程序。-VB programming code, GDI graphics capabilities, it is worth the download, you can develop your own graphics program.
tt
- 作为新一代操作系统的图形处理内核,GDI+在Windows XP和Windows Server 2003操作系统中扮演着极其重要的角色。 GDI+的出现,是对传统程序员的一种解脱。本书是目前国内少有的全面介绍GDI+编程的参考书。本书从画笔与画刷、文本与字体、区域与路径等基础知识谈起,将GDI+的技术细节一一展开。此外,GDI+的矩阵运算、图像的编码与解码、图像色彩信息校正等深层次知识,也都能够在本书中找到详细的说明。为了让读者更快地掌握GDI+编程,在每一章的内容中,都配有详尽的程序源代码