CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 图片 循环

搜索资源列表

  1. DongHua

    0下载:
  2. 制作JAVA小动画,执行本例实例后,将在浏览器窗口内显示一个JAVA小动画。显示顺序是:先显示JAVA的咖啡形状的logo图片,然后依次显示 带有“J”,” A”,” V”, “A” 四个字母的图片。显示结束后,程序会自行循环。-JAVA small animation production, the implementation of the cases example, the browser window displays a small Java animation. The order
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:14837
    • 提供者:杜喜珠
  1. kbb

    0下载:
  2. 图片循环调用的VB源码,可以自由设置图片显示时间
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:15623029
    • 提供者:zhang
  1. 416950753DScroll

    0下载:
  2. 实现卷轴,使图片能够循环移动,实现卷轴功能,实现背景图片的滚动
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:18622
    • 提供者:kingqueen
  1. BMP

    0下载:
  2. 可以显示1位、4位、8位、真彩BMP图片,可以自动循环。但没有实现显示压缩图片。-One can show, 4, 8, true color BMP picture, it will automatically cycle. But did not achieve the compressed picture show.
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:2447
    • 提供者:hao
  1. Lena

    0下载:
  2. 2、 转换为灰度图像。 这个算法是依照彩色图转化为灰度图像的方式: 灰度值 = 0.3*R+0.59*G+0.11*B 用两重循环遍历截取的图片,对于每一个象素点,用MFC的函数取得其COLORREF形式的颜色值,从中分解出R、G、B三种颜色的值,计算出对应的灰度值后,赋给R、G、B即可。完成遍历后刷新图片就可以看到转换后的灰度图像。 -2, converted to grayscale images. This algorithm are in accordance with
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1189030
    • 提供者:龙胆
  1. DealPic

    0下载:
  2. 图片的灰度化和去噪程序,灰度化可画出直方图,去噪使用中值去噪和均值去噪,中值去噪可循环多次,导入要改包名。-And the gray-scale image denoising procedures, and can be painted gray histogram, the use of denoising Denoising and mean de-noising, in denoising can be recycled many times, we have to change pac
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:5937
    • 提供者:林岩峰
  1. Tutorial1

    0下载:
  2. Windows平台的2D Game实例1, 使用了C++和OpenGL.这个souce不但是OpenGL技术,还可以学习到两个方面的技术: part1: win32的消息循环, OpenGL的设置.画一些简单的图形. part2: 处理并且显示卡通图片. -This source focuses on 2D game development with C++ and OpenGL for Windows platform. We will not only focus on Ope
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:7597
    • 提供者:hb
  1. matlabtuxiangchuli

    0下载:
  2. 把目标范围缩小到一个小矩形内,将图像的G通道单独抽出作分析,抽出来的是一个灰度图,现在需要将目标从背景中提取出来。使用imadjust函数增强图像对比度时可以使用stretchlim传递给imadjust灰度范围,matlab循环调用图片进行处理-The target was restricted to a small rectangle, the image of the G-channel single out for analysis, out of is a grayscale, and
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1570
    • 提供者:zhangchunli
  1. Homework_0831_imageviewer

    0下载:
  2. 简易图片浏览器,程序启动后从当前路径下的Image目录中读取文件001.jpg,可循环播放该目录下的 *.jpeg, *.jpg, *.gif, *bmp文件。-Simple image viewer, the program starts from the current path of the Image directory to read files 001.jpg, can loop the directory*. jpeg,*. jpg,*. gif,* bmp file.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-17
    • 文件大小:56536
    • 提供者:李遂彦
  1. oiu

    0下载:
  2. 用c++做的图片移动,当图片撞到界面边缘自动循环移动-C++ to do with the pictures move automatically when the picture hit the screen edge of the circular movement
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2189101
    • 提供者:dennistao
  1. Sub

    0下载:
  2. 可在Arcgis 10中使用,按设置的条件选择图层并循环产生图片。-Use in Arcgis 10 VBA, will generate picture with different parameters and automative.
  3. 所属分类:GIS program

    • 发布日期:2017-04-03
    • 文件大小:861
    • 提供者:pj
  1. ImageRead

    0下载:
  2. ImageRead.java 图片浏览器,通过JLabel加载图片,实现菜单栏/按钮打开图片,循环浏览图片 程序主界面,把所有图像分割算法用图像界面展示出来-Picture Viewer to load the image JLabel menu bar/button to open the picture, to cycle through pictures The main program interface, all image segmentation algor
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:2218
    • 提供者:chaofeng
  1. DCT_8_8

    0下载:
  2. 关于图片随机,不重复提取后,分块做DCT算法,无循环语句。-On random pictures, not repeat the extraction of sub-block DCT algorithm, the loop.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:924
    • 提供者:Long
  1. tu-xiang-gundong

    0下载:
  2. 图像循环滚动现实的代码。可让多张图片自动滚动,而且循环。-Image loop scroll through the code of reality. Allows multiple images to scroll automatically, and circulation.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:544
    • 提供者:Tapfer
  1. WindowsFormsApplication1

    0下载:
  2. 一个简单的图片播放器,使用imagelist空间,通过对时间控制实现图片循环播放功能-A simple picture player use imagelist space, picture playback cycle time control
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-19
    • 文件大小:823407
    • 提供者:zhongzhuoyao
  1. cszuoye2

    0下载:
  2. matlab循环读取图片,并选取一部分求平均值-Matlab cycle read pictures, and selects a part averaging
  3. 所属分类:Special Effects

    • 发布日期:2017-11-22
    • 文件大小:820
    • 提供者:aonantian
  1. GraphViz

    0下载:
  2.   从一个文件中读取一张图片,然后使用力的指向布局算法来为这张图寻找一个最好的布局。特别地,我们的程序要做到以下几点:1. 提醒用户输入那张图片包含的文件名 2.提醒用户输入需要让这个程序运行的多少时间(秒) ,必须为正整数。3. 让每一个点都要在初始它的组态。4.当指定时间还没有到时: 对每一个网点都计算他的引力和斥力,根据计算结果移动每个网点,使用提供的函数库显示现行状态的图像。(可选)提问用户是否想要再展现另一个图像,然后根据选择再循环。-Read a file from a pic
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4499014
    • 提供者:linguox
  1. lianxuduqu

    0下载:
  2. 对大量图像数据进行一次循环读取 适用于对单个图片 的重复计算-when u deal with lager quantities of pucture, this can help u save a lot of time just with a for loop
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-31
    • 文件大小:1243
    • 提供者:
  1. boy

    0下载:
  2. 由四幅图片组成,循环显示出小男孩跑动动动画,退出后显示本人信息-Photos from 4 of the cycle shows that the little boy running dynamic animation, I quit after the show information
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1688
    • 提供者:全屏状态
  1. jiaoben5647

    0下载:
  2. jQuery无限循环图片轮播代码是一款支持左右按钮控制图片轮播代码。(JQuery infinite loop code picture carousel is a support for the left and right buttons to control the picture carousel code.)
  3. 所属分类:图片显示

    • 发布日期:2018-04-21
    • 文件大小:248832
    • 提供者:万里晴空
« 12 »
搜珍网 www.dssz.com