CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - picture database

搜索资源列表

  1. birdphoto

    0下载:
  2. 飞鸟个人相册程序采用了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
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1887475
    • 提供者:孙芳
  1. 111

    0下载:
  2. 思路简要说明: 1、图像二值化 将图片中的各点用0或1表示,1为有效点,0为背景。这里使用的是最大类间方差法 (otsu),在资料中有介绍。 2、去除干扰点 3、分割 将整个的图片分为每个单独的字,在下一步中才能一一识别。 4、与样本库进行对比,寻求最近似匹配 这步是比较核心的地方,由于要识别的图形每次都是随机变化的,我们不能进行完 全匹配识别,所以使用的是‘欧氏距离’来进行最近似匹配,资料中的《自由手写体 数字识别》里面有详细说明。
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:874533
    • 提供者:yangq
  1. SMailExpress

    0下载:
  2. 主要功能: 1. 完美支持单发和群体发送,内置邮件文本编辑器,用起来和WORD一样得心应手。 2. 可以自定义smtp 3. 邮件支持不同地区编码(简体、繁体、韩文、西欧、日文等); 4. 成功失败都有据可查; 5. 支持发布text、html格式邮件内容.发信人,签名随意更改 6. 加入自定义变量,每一封邮件都不相同; 7. 支持自定义图片发送,自带日志记录功能, 所有情况一目了然 8. 支持EXCEL,ACCESS等数据库格式 9.多线程发送,每天
  3. 所属分类:Other systems

    • 发布日期:2017-06-09
    • 文件大小:16432207
    • 提供者:jiuwei
  1. Def_Gallery

    0下载:
  2. VB.net + ASP.net 2.0 Picture Gallery Work with MySQL database.-VB.net+ ASP.net 2.0 Picture Gallery Work with MySQL database.
  3. 所属分类:MySQL

    • 发布日期:2017-03-29
    • 文件大小:3193
    • 提供者:vb_developer
  1. savepictures

    0下载:
  2. 利用C#把图片存入SQL serv数据库-The use of C# the picture into the database SQL serv
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:1377
    • 提供者:8812345oh
  1. MyImageEditor

    0下载:
  2. 一个类似Windows画图板的小程序.功能和界面全部模仿于Windows自带的画图板,界面如截图。功能主要有: 手绘线、简单图形、文字输入、图块拖放、重复撤销、画面缩放、打开保存图片文件,另外为了直接从数据库或者XML中存取图片,另外还提供了从Base64编码存取图片的接口,其他还实现了和画图板同样效果的工具箱及颜料盒。-A similar small Windows drawing board procedures. Functions and interfaces in Windows, b
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:385730
    • 提供者:Fbw
  1. 123

    0下载:
  2. 数据库课程设计总结报告附带图片~~~说明很详细~~~和大家分享-Final Report of the database curriculum design attached picture ~ ~ ~ Descr iption ~ ~ ~ very detailed and to share
  3. 所属分类:Education soft system

    • 发布日期:2017-04-24
    • 文件大小:92547
    • 提供者:wanghao
  1. Ok3w_AspNews

    0下载:
  2. 一、后台直接更新系统信息,方便配置站点; 二、数据库在线压缩、备份; 三、友情链接管理; 四、站点介绍类文章任意添加; 五、新闻文章管理: 六、留言/评论管理。 七、网站管理员权限设置(超级管理员和新闻编辑人员); 八、站点信息配置删除一些无用信息; 九、改进留言/评论管理方式; 十、优化vbs.asp调用函数,增加图片列表函数及更多属性控制; -First, the background information directly update the s
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-05-02
    • 文件大小:521579
    • 提供者:TAKAHASHI
  1. zhao

    0下载:
  2. DELPHI写图片批量导入数据库 -DELPHI picture bulk import the database to write to write picture DELPHI bulk import database
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:327912
    • 提供者:追梦
  1. vcInsertBmptoAccess0001

    0下载:
  2. 该源码是基于数据库ACCESS的,对于图片插入数据库来说,不同于普通的文字,数字 ,字符等,图片存储是以OLOB,大二进制对象的形式存储在数据库中的,对初学者理 解更有用,我也是近期才向这方面努力的-The source is based on the ACCESS database, and the picture is inserted into the database is different from the ordinary text, numbers, char
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-24
    • 文件大小:7814351
    • 提供者:冷风
  1. InsertBmptoAccess0002

    0下载:
  2. 该源码是基于数据库ACCESS的,对于图片插入数据库来说,不同于普通的文字,数字,字符等,图片存储是以OLOB,大二进制对象的形式存储在数据库中的,可以插入,删除,前一记录,后一记录,-The source is based on the ACCESS database, and the picture is inserted into the database is different from the ordinary text, numbers, characters and so on,
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-22
    • 文件大小:6286779
    • 提供者:冷风
  1. vcShowBmpfromAccess0003

    0下载:
  2. 该源码是基于数据库ACCESS的,对于图片插入数据库来说,不同于普通的文字,数字,字符等,图片存储是以OLOB,大二进制对象的形式存储在数据库中的,可以插按编号显示数据库中的图片(BMP格式);-The source is based on the ACCESS database, and the picture is inserted into the database is different from the ordinary text, numbers, characters and s
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-18
    • 文件大小:5035903
    • 提供者:冷风
  1. vcBmpAccessminrikeji0004

    0下载:
  2. 该源码是基于数据库ACCESS的,对于图片插入数据库来说,不同于普通的文字,数字 ,字符等,图片存储是以OLOB,大二进制对象的形式存储在数据库中的,界面有列表 框,可以看到数据库的信息,包括图片显示,是明日科技中的一个源码,拿来分享-The source is based on the ACCESS database, and the picture is inserted into the database is different from the ordinary t
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-23
    • 文件大小:7196834
    • 提供者:冷风
  1. picture_in_the_database

    0下载:
  2. 一个用于在数据库中存储图片的小程序,可以用于数据库程序开发的参考,总的说,还是比较实用!~ -A picture in the database storage of small procedures, can be used to develop a reference database program, the general said, it is quite useful! ~
  3. 所属分类:Database system

    • 发布日期:2017-05-18
    • 文件大小:5031651
    • 提供者:liyang
  1. CSharp_save_picture_into_Oracle

    0下载:
  2. CSharp保存图片信息到Oracle数据库Blob字段中的写法-CSharp save picture messages to Oracle database Blob field formulation
  3. 所属分类:CSharp

    • 发布日期:2016-01-21
    • 文件大小:36986
    • 提供者:千里马
  1. kechengsheji

    0下载:
  2. 数据库编程的课程设计,需要将数据库文件夹添加到你本地的的数据库,,SQL2000下的 能存储图片-Database Programming in curriculum design, needs to be added to the database folder of your local database,, SQL2000 can be stored under the picture
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-12
    • 文件大小:2811509
    • 提供者:刘乐宝
  1. login

    0下载:
  2. 基于国产数据库openbase的图片管理系统的登陆界面-Based on the picture of domestic database management system openbase landing interface
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:1194
    • 提供者:zhou
  1. openDownload

    0下载:
  2. 基于国产数据库openbase的图片管理系统的图片下载界面-Based on the picture of domestic openbase database management system interface to download the picture
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-11
    • 文件大小:827
    • 提供者:zhou
  1. openbseUpload

    0下载:
  2. 基于国产数据库Opnebase的图片管理系统中的上传图片的代码-Based on the picture of domestic Opnebase database management system code pictures
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-11
    • 文件大小:881
    • 提供者:zhou
  1. openbaseList

    0下载:
  2. 基于国产数据库openbase的图片管理系统中显示图片列表的代码-Based on the picture of domestic openbase database management system to display images of the code list
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-02
    • 文件大小:1187
    • 提供者:zhou
« 1 2 3 4 56 7 8 9 10 11 12 »
搜珍网 www.dssz.com