搜索资源列表
128X64LCD_display_source_code
- 12864 LCD图形显示程序例子 这是一个在LCD128*64上显示图形的一个程序,一直以来都总是不知道怎么搞,现在终于都通了,想当初在网上总找,要不是程序不全,就是无法运行,或者是C51汇编语言,让人不爽,这样的痛苦不可以再让别人难受了。在LCD上显示一幅图,是“我的电脑,我的文档”。IC用PIC16F877A,晶振4MHZ,采用并行8线,LCD:TS12864-3,接法在程序中有定义,只要将此程序COPY到你的PICC里编译下载后,在目标板上即可以看到图画了!-12,864 LCD g
getJPG
- C#.NET快速获取JPG图片大小及英寸分辨率 C#用图像控件对获取大批量JPG图片大小及英寸分辨率非常慢,因些才自己写这段代码来获取就快多了-C#.NET rapid access JPG Photo-inch size and resolution images using C# controls on access to a large amount JPG picture size and very slow-inch resolution, some only wrote this
MIC_fb1
- 基于VFW的VC程序,可以获取摄像头的图片并在对话框中显示。-VFW procedures based on the VC, you can access the camera and the picture displayed in the dialog box.
ReadPic
- 一款简单的验证码识别工具,在初始化状态下可以进行图片的分割、学习,获取字符的特征码,并保存到INI文件中,当学习足够多图片后就能准确地识别同类型的验证码。 本程序主在提供一种分析的思路方法,如何对验证码进行分割、过滤、规格化,去除杂点是识别的关键部分,每步过程都呈现在界面上。-A simple verification code recognition tools, in the initialization state, the picture can be split, study, a
VB
- VB6.0(WIndows XP运行良好) 本科毕业设计,包括图像采集、图像预处理,和图像测量,其实还有附加的其他功能,图片数据库(ACCESS 2003数据库),播放音乐等。很认真的毕业设计。还有做成了XP风格。-VB6.0 (WIndows XP is running well) undergraduate course graduation design, including the image acquisition, image preprocessing, and image mea
Pictest4
- 介绍了在Vc++环境中,利用ADO 2.5中所提供的Stream 对象和Fields对象进行数据库中图片的存取,同时,还利用了IPicture接口实现多种格式图片的显示,并通过控件自画的方法解决了图片显示的刷新问题-Introduced in Vc++ Environment, using ADO 2.5 provided in the Stream object and Fields object image database access, is also used IPicture int
picture
- 从图中分离出人物 选定区域,取点原则为点按顺序能围出一个闭合区域 得到人的轮廓图 把人物附到另一个图像上-Isolated from the chart figures selected regions, the principle point of access points in order to fence off a closed contour region were incorporated into the figures attached to another image
ImageUtils
- 支持bmp、gif、png、jpg、jpeg、tiff和ico格式的图片的显示,获取对应图片句柄,可以进行图片的缩放,保存对应格式的图片能根据制定的目录获取图像列表ImageList -Support for bmp, gif, png, jpg, jpeg, tiff and ico format picture display, access to the corresponding picture handle, you can zoom for picture, save the c
green
- 能够轻松的抓取屏幕上的图片,灵活处理所获取的图片并且实现自由简便的黏贴功能。-Easily be able to crawl on the screen of the picture, flexible access to treatment by the picture and realize simple adhesive function freely.
getImportant13points
- 此软件是用来分析图片均匀度的。实现了重要的十三点测试。功能有:13点灰度的获取、图片显示、校验因子的输入以及模拟结果显示等。-This software is used to analyze the uniformity of the picture. Achieve an important test 13:00. Features are: access to the 13 o' clock gray, picture display, calibration factor of th
plantEditor
- 功能和界面全部模仿于Windows自带的画图板,界面如截图。功能主要有: 手绘线、简单图形、文字输入、图块拖放、重复撤销、画面缩放、打开保存图片文件,另外为了直接从数据库或者XML中存取图片,另外还提供了从Base64编码存取图片的接口,其他还实现了和画图板同样效果的工具箱及颜料盒。 -Features and interfaces in Windows, bringing all to imitate the drawing board, interface, such as screen
chepaidingwei
- 对车牌图片进行定位,获取整个图像中的车牌部分,为车牌识别打下基础-Picture of the plate positioning, access to the entire image of the plate part of laying a foundation for the Vehicle License Plate Recognition
birdphoto
- 飞鸟个人相册程序采用了xml+asp技术。无需ACCESS数据库,移植方便。后台采用asp,使相册便于管理。 具有数据备份、恢复、批量上传和图片评论等功能。 -Procedures for the individual birds used album xml+ asp technology. No ACCESS database to facilitate transplantation. Background using asp, making the album easy t
MyImageEditor
- 一个类似Windows画图板的小程序.功能和界面全部模仿于Windows自带的画图板,界面如截图。功能主要有: 手绘线、简单图形、文字输入、图块拖放、重复撤销、画面缩放、打开保存图片文件,另外为了直接从数据库或者XML中存取图片,另外还提供了从Base64编码存取图片的接口,其他还实现了和画图板同样效果的工具箱及颜料盒。-A similar small Windows drawing board procedures. Functions and interfaces in Windows, b
pictureView
- 使用递归实现图片浏览功能,把图片存储到服务器端的本地文件夹,使客户端访问-The realization of the use of recursive picture browsing, picture storage to the server to the local client folder, so that client access
picmanage
- 基于ACCESS数据库对图片进行管理,方便地对图片进行显示,将图片保存进数据库,可以当作家庭相册使用-ACCESS-based database to manage images easily on the images to display, save the picture into the database, you can use as a family album ....
VB access save picture
- VB ACCESS存取图片 使用Stream对象,可以实现对数据库的图像存取。 数据库中存放图像的字段是二进制类型(Access为OLE类型)。 比如,如果用“CommonDialog”控件来选择你硬盘上的图像文件; 用“Picture”控件来显示图像。-VB ACCESS access to images using the Stream object can be achieved on a database image access. Images stor
ImageEditor
- 最近做了一个类似Windows画图板的小程序,拿来和大家分享一下。功能和界面全部模仿于Windows自带的画图板,界面如截图。功能主要有: 手绘线、简单图形、文字输入、图块拖放、重复撤销、画面缩放、打开保存图片文件,另外为了直接从数据库或者XML中存取图片,另外还提供了从Base64编码存取图片的接口,其他还实现了和画图板同样效果的工具箱及颜料盒。-Recently made a similar drawing board a small Windows program, bring and s
picture
- 获取网络验证码图片,VB编写网站登录框.自动刷新同步验证码-Access to network authentication code picture, written in VB website login box automatically refresh synchronization verification code
picture-processing
- 主要是车牌信息的存储和出入时间存储,实现车辆信息自动登记-Mainly the license information storage, storage and access time to realize automatic vehicle information registration