搜索资源列表
sql_ado
- ADO访问数据库,实现BLOB数据:bmp,jpg图像的存取,并用ListBox显示数据库字段列表-ADO database and achieve BLOB data : bmp, jpg image access, ListBox and use database fields show list
wapsiteBuilder
- 一个用ASP和ACCESS做的网络建站系统 1.WAP站长论坛网站系统【测试版】 2.只能添加一级主题栏目 3.\"文章栏目、文件栏目\"添加栏目后再添加分类 4.可自定上传文件类型,上传目录,必须保证该目录存在,否则上传不了文件 5.可自定排序,序号越小越排前 6.文件栏目类型:图片属于图像类,铃声、视频等属于音像类,游戏、软件等属于软件类,文件扩展名必须带“.”,多个扩展名用“,”隔开,如“.gif,.jar,.jpg” 7.如有任何问题或建议,请联系
ImageData
- 数据库存储图片,可以将图片存入access数据库,也可以读出另存为,支持BMP,JPG等
vc 存取jpg图片到数据库
- 本数据库为access2000格式,如使用的是access97必须用access2000对数据库进行转化 后方可修改。-access2000 the database format, such as the use of Access must access2000 the database after conversion may be revised.
将jpg图象文件保存到ACCESS库中
- 本源代码以将jpeg图片存入数据库为例,介绍了将大数据存入数据库的方法。-source code to be jpeg images stored in the database as an example, introduces a large data into the database.
databaseimg
- 一个数据应用举例,利用VC++操作Access数据库,读写数据库的BMP图像文件,注意这里仅支持BMP图像,如果要支持其它格式如JPG/GIF等,需要修改程序,本实例只是演示如何从数据库读取BMP编辑信息并显示、如何写入BMP图像信息到数据库,测试运行了一下,正常工作,运行时请将数据库移到Debug目录下。-For example a data application using VC++ to operate Access database, the database read and wri
accessSavePic
- 直以来,好多人认为ACCESS及其他小型桌面数据库无法存取jpg图片,本人也一直在探寻小型数据库存取jpg图片的方法,终于有所收获,试验成功,可以方便地将jpg存到ACCESS数据库中及正常通过image显示,现将代码公布给大家,有这方面需要的朋友可以参考-Straight years, a lot of people think that ACCESS and other small desktop database can not access the jpg image, I have a
jpg
- VC++环境下,在数据库中,以文件的形式存取图像的例子!-VC++ environment, in the database, to document examples of the form of access to images!
Wiete-jpg-to-Access
- 一个简单的例子,演示了如何将JPG图片写入ACCESS数据库。-An example to show how to write jpg image to access database .
PictureInSQL
- vb.net环境中,实现图形数据(*.jpg,*.bmp等图片)在SQL数据库中的存取。-vb.net environment of graphics data (*. jpg,*. bmp, etc. images) in the SQL database access.
qddown_vc7255423562
- 主要介绍如何通过VISUAL C++ ADO接口存储JPG到ACCE-Describes how VISUAL C++ ADO interface to store the JPG to ACCESS
SaveBMP-to-access
- 将图形文件保存到access数据库中,可以读取,保存,显示,支持bmp,gif,jpg等格式文件-The graphic file to access the database, you can read, save, display, support bmp, gif, jpg and other formats
JPG2Database
- 从access数据库中调用数据并显示出来,能打开jpg图像并存入数据库中。-Call data from the access database and displayed, and can open jpg images stored in the database.
jpggif
- 一个用于显示jpg gif图片的c++源码,很不错的一个项目源码,可以用于参考学习-Class (source code) C++ access the registry, including access to the registry, and in MFC
MFCPADOPACCESS
- 用MFC + ADO 把jpg图象文件放入ACCESS库中,很强大的哦-Jpg image file into MFC+ ADO ACCESS library is very powerful, oh
delphiphototype
- Delphi获取图片类型,获取GIF/JPG/JPEG/ICO/BMP等图像的格式属性,可指定外部图像文件,获取后显示在窗口的文本框中。-Delphi get the picture type for GIF/JPG/JPEG/ICO/BMP image format attributes, you can specify an external image file, access the text box in the window.
ocx2getscrjpg
- 本程序功能,获取计算机屏幕图像,保存到jpg文件。是一个Delphi 做的ActiveX 控件。-The program features, access to the computer screen image, save it to jpg file. It is an ActiveX control to do with delphi .
ado_jpg
- vc ado 插入jpg图片 acce-vc ado insert picture jpg into access
TextOnBmp
- VC++在BMP图片上显示文本,是一个VC++窗口绘图的例子,JPG格式图片未做测试。显示文字主要是使用TextOut方法,完整的过程是:定义位图对象,加载背景位图,获取位图信息(图像宽度和高度),获取窗口客户区域,获取窗口设备上下文,定义一个内存设备上下文,CreateCompatibleDC方法创建与pDC兼容的设备上下文,选中位图对象在窗口中绘图,设置透明的背景模式,输出文本-VC++ to display text on the BMP picture window is a VC++