CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形/文字识别 搜索资源 - Interface

搜索资源列表

  1. 点阵汉字显示

    0下载:
  2. 在使用Turbo C进行程序设计时,一般情况下只好使用英文进行人机交互。要是想直接用中文界面,就需要另想他法了。那么在图形界面下显示汉字的问题就迫切需要解决了。-using Turbo C programming design, but under normal circumstances the use of the English language, human-computer interaction. If they wish to use the Chinese language in
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:2865
    • 提供者:邓立胡
  1. libsvm-mat-2.81-1

    0下载:
  2. 支撑向量机库libsvm与matlab的接口,可以连接在matlab中做实验!-Support Vector Machine for libsvm with Matlab interface can be connected to the experimental Matlab do!
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:68380
    • 提供者:付波
  1. 43536324

    0下载:
  2. dos界面下图形编辑,简单易行,希望大家多多支持。-dos interface graphics editing, simple, we hope for their support.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:29833
    • 提供者:魏建中
  1. sxh1

    0下载:
  2. 水仙花是个基本的小程序,但却是c和vc连接的很好的接口。-Narcissus is a basic small program, but it is c and vc good connectivity interface.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:10370
    • 提供者:肖鹏
  1. CaptureText

    0下载:
  2. 对于经常玩电脑的用户来说,常常会遇到这样的情况:我想把程序界面中的文字资料复制下来,可屏幕文字资料却偏偏不能被选中复制,这时真有点无可奈何的感觉。我们能不能自己DIY一个屏幕文字捕捉工具,打造自己的一个SPY,把鼠标即指的文字资料自动复制下来,甚至自动粘贴到我采集的文本文件中?其实这是肯定的,只要屏幕文字对象的窗口(控件)具有标签或文本属性。还等什么?快点DIY一个。-for regular playing computer users, often encountered such a sit
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:7652
    • 提供者:雪锋
  1. 2005060102

    0下载:
  2. 很不错的车牌识别软件,也是基于C的小程序,界面和效果都不错-very good license plate recognition software, as well as C-based small program interface and the results are pretty good
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:749626
    • 提供者:武彪
  1. CDlgOracleImageRW

    0下载:
  2. VC++中利用OO4O接口从Oracle数据库中读写图像 VC++中利用OO4O接口从Oracle数据库中读写图像-VC OO4O use interface from the Oracle database to read and write images to use VC then OO4O from mouth to read and write Oracle Database Image
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:78498
    • 提供者:玛丽
  1. jiemian3

    0下载:
  2. 一个仿窗口界面程序 ,供参考!希望以后多多和大家交流!-a fake window interface procedures for reference! And many hope to share!
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:2341
    • 提供者:火箭强
  1. shouxieshibie

    0下载:
  2. 支持手写数字识别及训练的程序源码,可以训练识别0-9的数字,有图形界面。-support handwritten numeral recognition and training program source code, can be trained to identify the figures 0-9, graphics interface.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:4854266
    • 提供者:lm
  1. basic_method

    0下载:
  2. test1.m 固定增量法求分界面 test2.m 利用误差平方和函数集群 delet.m 删除数组元素 Err.m 计算误差平方和 Distance.m 欧拉距离计算 -test1.m fixed incremental method for use interface test2.m squared error function cluster de let.m delete array elements Err.m calculation error square Di
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:4822
    • 提供者:杨奎元
  1. BindingSource_ex

    0下载:
  2. 以BindingSource的程式,基本的資料匯入、過濾排序資料、重新繫結或找尋某筆資料等功能,如果再修改一下可以成為會員資料管理的一個介面-BindingSource to the program, the basic data entry, filtering sorting information, Guitar re-line or find a T information, and other functions, if changes to become members of a d
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:782145
    • 提供者:郭順彬
  1. DirFilter

    0下载:
  2. 一个用java语言实现的文件过滤器图形界面,不错哦-a java language used in the paper filters graphical interface, yes oh
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:961
    • 提供者:冯少冲
  1. wuziqi_c_graphics

    0下载:
  2. 一个使用C语言写的五子棋程序,在C语言中实现了汉字输出,图形界面的绘制,以及栈的一些基本操作 。是一个在C语言中图形编程入门的学习实例。 基本操作: 空格和回车是下棋; 回退键是悔棋; ESC离开-a C language used to write the 331 procedures in the C language to fulfill the export of Chinese characters, a graphical interface mapping
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:167890
    • 提供者:ARK
  1. frODR

    3下载:
  2. 手写数字识别系统,非常好的啊!带有GUI界面,使用方便!-handwritten numeral recognition, very good ah! With a GUI interface, easy to use!
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:312336
    • 提供者:陈天
  1. im_ex_port

    0下载:
  2. 8086接口录入程序-8086 interface entry procedures
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:1674
    • 提供者:李翔
  1. YinZhang

    0下载:
  2. 印章图像处理的一些接口的源代码很经典其实我也不懂-chop some of the images of the source code interface classic Actually, I do not know how
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:1712
    • 提供者:秦俊武
  1. PlateDSP

    0下载:
  2. 一套成熟的车牌识别系统可提供多平台二次开发接口-a mature license plate recognition system can provide multi-platform secondary development interface
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:2852015
    • 提供者:azc
  1. gui

    1下载:
  2. 带GUI界面,图片导入MATLAB,读出图像处理过再显示-With a GUI interface, images into MATLAB, read out the image processing over longer show
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:2625
    • 提供者:Wu Yao
  1. Brain_Computer_Interface_with_matlab

    0下载:
  2. Brain Computer Interface with matlab
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-05
    • 文件大小:130738
    • 提供者:masato
  1. moslbox-interface-intuitive

    0下载:
  2. classification_matlab_toolbox分类方法工具箱,有界面很直观-Classification_matlab_toolbox classification toolbox, intuitive interface,,
  3. 所属分类:Graph Recognize

    • 发布日期:2017-12-12
    • 文件大小:1188511
    • 提供者:Gewffyey
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com