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

搜索资源列表

  1. picr11

    0下载:
  2. Visual Basic 6.0 l 图象锐化处理操作 可以写一些小型的图片比较程序 如找茬 或者 记牌器-Visual Basic 6.0 l image sharpening processing operations can be written procedures for small-scale image comparison device, such as finding fault or a note card
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:7713
    • 提供者:情诺
  1. pic_select

    0下载:
  2. 利用Visual Basic 6框选图像内容的小程序,适合于制作摄像头拍照程序时用。-Visual Basic 6 box is checked using image content of the small programs, suitable for the production of camera photo program to use.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:83254
    • 提供者:linhong
  1. Exercise3

    0下载:
  2. Exercise 3 ssd4 This exercise is to create a small Visual Basic interface (a Visual Basic form) like the one shown below. This form will have three label controls and an image. The top label should display the current date (as returned by the Visual
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:241931
    • 提供者:janbo
  1. bmp

    0下载:
  2. visual c++处理图像的一些基本算法,包括阈值分割,中值滤波等-visual c++ image processing ah some of the basic algorithms include thresholding, median filtering, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-05-11
    • 文件大小:2145740
    • 提供者:duckling
  1. 01-02-01_RGB

    0下载:
  2. 使用 Visual Basic 6.0 所撰写的解析 BMP 图檔的像素 RGB 值。内有原始码及执行檔,并附有测试图片。-Parsing BMP file written using Visual Basic 6.0 pixel RGB values. Within the source code and binaries, together with the test image.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:133644
    • 提供者:affxes
  1. Imageswitchingeffectsprogram

    0下载:
  2. 这是一个功能强大的的图像切换特效程序,通过按钮以不同方式进行图像切换,全部采用Visual Basic技术实现。-This is a powerful image switching effects program, through the button to switch the image in different ways, all using Visual Basic technology.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:42222
    • 提供者:王行凤
  1. create_DLL_for_VB_project

    0下载:
  2. This program works on Visual basic 2008. It can create dll file by VC++ and be included in VB project at the same time.Only for free-size 2D image.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:44709
    • 提供者:Jeecool
  1. imagessprocessing

    0下载:
  2. 数字图像处理程序,一些数字图像处理的常用功能,基于Visual basic-Digital image processing program, a number of commonly used digital image processing functions, based on Visual basic
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:250725
    • 提供者:weny
  1. basic_image_drawing

    0下载:
  2. 基本的图像绘制,Visual C++实现-Basic image rendering, Visual C++ Implementation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:52915
    • 提供者:chmt
  1. Exercise3

    0下载:
  2. This exercise is to create a small Visual Basic interface (a Visual Basic form) like the one shown below. This form will have three label controls and an image. The top label should display the current date (as returned by the Visual Basic Date funct
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:16738
    • 提供者:deepthi
  1. FFTvb

    0下载:
  2. 基于visual basic的图像傅立叶变换滤波 程序-Image-based visual basic program Fourier transform filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:113144
    • 提供者:daihong
  1. Imageprocessingbooks(VB)

    1下载:
  2. Visual Basic 6图像处理开发与实例 (电子书)-Visual Basic 6 Development of Image Processing and Case (e)
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4122100
    • 提供者:daihong
  1. VCDigitalimageprocessing

    0下载:
  2. visual c++数字图像处理 关于图像处理的基本变换-visual c++ image processing of digital image processing on the basic transformation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2263398
    • 提供者:李伟
  1. VcMatlabImage

    0下载:
  2. 《visual c++matlab图像处理与识别实用案例精选》源码,包括很多基本的图像处理方法,值得学习。-" Visual c++ matlab image processing and recognition of the practical case selected" source code, including many basic image processing methods, it is worth learning.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:7141098
    • 提供者:Rodge
  1. vbpictext

    0下载:
  2. 用Visual Basic 实现在图片上放置文字的功能,源码-Visual Basic achieved by placing the text in the image function, source
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:106838
    • 提供者:fengyu
  1. ImageProcessing

    1下载:
  2. VC++数字图象获取,处理及实践应用: 分别讨论了位图及图像类的概念、图像获取、图像增强、图像复原、正交变换、压缩编码、图像配准、运动检测、特征提取、图像分割及识别的相关知识。基本涵概了从图像获取到图像处理的各个领域,并结合Visual C++,给出了相应的算法和完整的源代码。-VC++ digital image acquisition, processing and practical applications: the bitmap are discussed and the con
  3. 所属分类:Special Effects

    • 发布日期:2014-10-13
    • 文件大小:350208
    • 提供者:卢孝勋
  1. AgProgressBar

    0下载:
  2. Visual Basic 2008实现播放器进度条,可以添加背景前景拖动各个位图,生成dll引用控件,直接设置属性即可!-Visual Basic ProgressBar for media player,Can setting the image in the property
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-06
    • 文件大小:139976
    • 提供者:
  1. AgSlider

    0下载:
  2. Visual Basic 2008实现图片幻灯片切换控件,可以设置图片切换前后的图片路径-Visual Basic 2008 Slider Control,can setting the image path
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-06
    • 文件大小:91006
    • 提供者:
  1. PcCode_200885204341969

    0下载:
  2. 本论文的播放器是在Microsoft Visual Studio.Net 2005平台下利用Visual Basic.Net语言完成的。使用Visual Basic.NET提供的Windows Media Player控件以及文件处理,最终实现一款贴近用户操作习惯的媒体播放器。 该播放器实现了对MP3、等格式的多媒体文件的播放功能;实现了加载多个多媒体文件;打开和关闭程序采用图像的淡入淡出效果;在播放器表面添加美丽的图片;实现联网的广告播放;实现了用户的身份认证、连续播放以及自动关闭播放器等
  3. 所属分类:mpeg mp3

    • 发布日期:2017-04-02
    • 文件大小:404240
    • 提供者:li
  1. ENKRIPSI-CITRA

    0下载:
  2. this program about image encryption with hill chiper algorithm. work in visual basic 6.0 platform. please fill in the textbox value with determinant matrix has 1 value. ad-bc = 1.
  3. 所属分类:加密解密

    • 发布日期:2017-04-01
    • 文件大小:170305
    • 提供者:aloend
« 1 2 3 4 5 67 8 9 10 11 12 »
搜珍网 www.dssz.com