CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 数据库编程 搜索资源 - 图像数据

搜索资源列表

  1. sql_ado

    0下载:
  2. ADO访问数据库,实现BLOB数据:bmp,jpg图像的存取,并用ListBox显示数据库字段列表-ADO database and achieve BLOB data : bmp, jpg image access, ListBox and use database fields show list
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:2.2mb
    • 提供者:zcl
  1. DaQing

    0下载:
  2. 这是个用access数据库提取二进制数据,并且在对话框中显示出来图像。
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:203.56kb
    • 提供者:吕静涛
  1. ins

    0下载:
  2. 实现从数据库中查询一条记录,然后插入到另一个数据库中:包括图像数据即二进制数据.改进后可实现将任何文件以二进制形式存入数据库-from a database for a record, and then inserted into another database : including image data that is binary data. Improvements can be achieved in any document stored in the database binar
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:1.14kb
    • 提供者:王永雷
  1. vb6写入图像或二进制文件信息到MSSQL

    0下载:
  2. 列出了关键的读取文件和写入数据库的代码,其他的不罗嗦.
  3. 所属分类:数据库编程

  1. DBF_LIB

    0下载:
  2. VC的一个类,用于存储图像等数据,打包图像文件,按照照DBF的memeo类型文件读写规则 -VC' s a class for storing images and other data, packaged image file, according to according to type of DBF files to read and write the rules of the memeo
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-01
    • 文件大小:4.85kb
    • 提供者:Eric
  1. jpg_bmp_database

    0下载:
  2. 在delphi中如何在数据库中实现图像数据的存取技术-In delphi how to achieve the images in the database data access technology
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-01
    • 文件大小:283.51kb
    • 提供者:甘柏荣
  1. ADOOperatePic

    0下载:
  2. 使用ADO向数据库添加BLOB数据(图像),很到的VC6.0示例代码-Add the use of ADO to the database BLOB data (image), it is to VC6.0 sample code
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-06
    • 文件大小:1.13mb
    • 提供者:hsc
  1. ADOOperatePic2

    0下载:
  2. 使用ADO从数据库中读出BLOB数据(图像),先前有上传一个 使用ADO向数据库添加BLOB数据(图像) 的示例代码,这个与之配对,很好的VC6.0示例代码.-Use ADO to read from the database BLOB data (image), prior to upload a database using ADO to add BLOB data (image) of the sample code, this with the matching VC6.0 good s
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-04
    • 文件大小:630.3kb
    • 提供者:hsc
  1. databaseimg

    0下载:
  2. 一个数据应用举例,利用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
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-02
    • 文件大小:557.57kb
    • 提供者:994
  1. jpg

    0下载:
  2. VC++环境下,在数据库中,以文件的形式存取图像的例子!-VC++ environment, in the database, to document examples of the form of access to images!
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-28
    • 文件大小:104.89kb
    • 提供者:li
  1. vbsqlserver

    0下载:
  2. Visual Bisic 结合 Sqlserver 实现在mapx 图像中的定位,实用数据库中存储的数据显示目标地点-Visual Bisic with Sqlserver achieve the positioning of images in mapx, practical data stored in the database the location
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-08
    • 文件大小:6.41kb
    • 提供者:tudongmei
  1. adoblob

    0下载:
  2. 在vc++开发过程中,有时候需要将数据以二进制方式存储在数据库中,本代码就是实现这一过程的示例,VC++使用ADO实现BLOB二进制大对象数据的存取,其存取的方式与普通数据有所区别,并给出实现图像存取显示的完整示例工程。 -In vc++ development process, and sometimes need to be binary data stored in the database, the code is an example of realization of this
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-04
    • 文件大小:50.37kb
    • 提供者:madud00102
  1. bitmap-access

    0下载:
  2. 一个数据应用举例,利用VC++操作Access数据库,读写数据库的BMP图像文件-A data application example, the use of VC++ Operating Access database, read and write BMP image file database
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-05
    • 文件大小:555.75kb
    • 提供者:
  1. ADOOperatePic

    0下载:
  2. vc 使用ADO向数据库添加BLOB数据(图像)\ADOOperatePic的源码-vc added to the database using ADO BLOB data (image) \ ADOOperatePic source
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-06
    • 文件大小:501.6kb
    • 提供者:潘晨光
  1. ADOOperatePic2

    0下载:
  2. vc 使用ADO从数据库中读出BLOB数据(图像)\ADOOperatePic2的源码-vc use ADO to read out from the database BLOB data (image) \ ADOOperatePic2 source
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-08
    • 文件大小:621.06kb
    • 提供者:潘晨光
  1. ADOOperatePic

    0下载:
  2. vc——使用ADO向数据库添加BLOB数据(图像)\ADOOperatePic-vc- add to the database using ADO BLOB data (image) \ ADOOperatePic
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-06
    • 文件大小:502.98kb
    • 提供者:
  1. ADOOperatePic2

    0下载:
  2. vc——使用ADO从数据库中读出BLOB数据(图像)\ADOOperatePic2-vc- Using ADO to read out from the database BLOB data (image) \ ADOOperatePic2
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-07
    • 文件大小:622.45kb
    • 提供者:
  1. ADOOperatePic2

    0下载:
  2. vc——使用ADO从数据库中读出BLOB数据(图像)\ADOOperatePic2的程序源码,值得一看!-vc- Using ADO to read out from the database BLOB data (image) \ ADOOperatePic2 the program source code, worth a visit!
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-01
    • 文件大小:623.84kb
    • 提供者:
  1. ADOOperatePic

    0下载:
  2. 使用ADO向数据库添加BLOB数据(图像)\ADOOperatePic\ADOOperatePic.rar,很不错的vc源码,希望对大家有所帮助。-Added to the database using ADO BLOB data (image) \ ADOOperatePic \ ADOOperatePic.rar, very good vc source, we want to help.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-01
    • 文件大小:503.71kb
    • 提供者:
  1. ADOOperatePic2

    0下载:
  2. 使用ADO从数据库中读出BLOB数据(图像)\ADOOperatePic2\ADOOperatePic2.rar,很不错的vc源码,希望对大家有所帮助。-Using ADO to read out from the database BLOB data (image) \ ADOOperatePic2 \ ADOOperatePic2.rar, very good vc source, we want to help.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-02
    • 文件大小:623.92kb
    • 提供者:
« 12 »
搜珍网 www.dssz.com