CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 搜索资源 - load image

搜索资源列表

  1. ViewPng

    0下载:
  2. Load and display a PNG image from the newtwork.
  3. 所属分类:J2ME

    • 发布日期:2017-04-13
    • 文件大小:1.54kb
    • 提供者:vip popescu
  1. MultiView

    0下载:
  2. 自定义列表 实现数据的保存 图片的加载 和闹铃-Custom list of saved image data of the load and alarm
  3. 所属分类:Symbian

    • 发布日期:2017-04-04
    • 文件大小:25.14kb
    • 提供者:金作清
  1. PngTest

    0下载:
  2. Symbian 加载png图片。。一个小demo-Symbian load png image. . A small demo
  3. 所属分类:Symbian

    • 发布日期:2017-03-29
    • 文件大小:56.86kb
    • 提供者:mtc1256
  1. OpenGl

    0下载:
  2. 通过OpenGL加载图像,通过OpenGL加载图像-Load images via OpenGL, load the image via OpenGL
  3. 所属分类:iPhone

    • 发布日期:2017-04-01
    • 文件大小:67.96kb
    • 提供者:junfei521
  1. PictureFallShow

    0下载:
  2. 图片瀑布流显示,在iOS5.0上完整通过,支持拖拽加载,图片类可以自定义扩充-Picture waterfall flow iOS5.0 on integrity through support drag and drop the load, the Image class can customize to expand
  3. 所属分类:iPhone

    • 发布日期:2017-04-05
    • 文件大小:505.6kb
    • 提供者:征尘
  1. UniversalImageLoaderExample

    0下载:
  2. 实现异步加载大量图片的源码和例子,包括缓存、硬盘缓存、容错机制等技术。-this is a great about load image demo
  3. 所属分类:android

    • 发布日期:2017-03-27
    • 文件大小:434.45kb
    • 提供者:felix
  1. AndroidListView

    0下载:
  2. Android实现ListView异步加载图片-Android ListView asynchronously load the image to achieve
  3. 所属分类:android

    • 发布日期:2017-04-05
    • 文件大小:50.5kb
    • 提供者:神学博士
  1. AysncLoadImageList-(1)

    0下载:
  2. android listview异步加载图片实例 用到了线程池 下载的图片会保存到本地 并在数据库中保留记录 再次加载时会直接从本地读取-android listview asynchronous load images instance used the the thread pool downloaded image will be saved to the local and retain the records in the database lo
  3. 所属分类:android

    • 发布日期:2017-11-09
    • 文件大小:80kb
    • 提供者:CaiXiaojin
  1. LoaderfromSDcard

    0下载:
  2. This Android application to show how to load image from SDcard in phone to Gridview in App.-This is Android application to show how to load image from SDcard in phone to Gridview in App.
  3. 所属分类:android

    • 发布日期:2017-11-21
    • 文件大小:415.64kb
    • 提供者:rakeshjha1
  1. imagetargets-2-5-8

    0下载:
  2. 高通增强现实 The Image Targets sample shows how to detect an image target and render a simple object on top of it. The sample code shows how to do the following: Enable the simultaneous detection and tracking of multiple targets Create, load, and
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-06-14
    • 文件大小:21.16mb
    • 提供者:王皓
  1. SDWebImage-master

    0下载:
  2. ios中最好用的加载网络图片缓存库,用categroy方式来修改系统Imgge类-ios the best use of the network load image caching library, categroy way to modify the system Imgge class
  3. 所属分类:iPhone

    • 发布日期:2017-04-02
    • 文件大小:109.26kb
    • 提供者:韩雪
  1. AystnPictureDemo

    0下载:
  2. 异步加载图片,为了简洁这里请求图片链接先固定。每读取好一个图片就更新。AsyncTask里面重载的方法doInBackground操作不能涉及到更新UI界面,不然会出错-Asynchronous load images, image links request for brevity here before fixation. Each picture is updated to read a good one. AsyncTask doInBackground overloaded metho
  3. 所属分类:android

    • 发布日期:2017-04-25
    • 文件大小:23.43kb
    • 提供者:风少
  1. AsyncTaskDemo

    0下载:
  2. 异步加载网络图片,利用AsyncTask实现。-load image on net with asynctask
  3. 所属分类:android

    • 发布日期:2017-05-03
    • 文件大小:984.97kb
    • 提供者:
  1. ImageTogether

    0下载:
  2. ListView 异步加载图片,添加内存缓存,SD卡缓存-Android ListView asyc load image, with cache and sdcard buffer
  3. 所属分类:android

    • 发布日期:2017-05-08
    • 文件大小:1.61mb
    • 提供者:huweidi
  1. FastImageCache-master

    0下载:
  2. 对于以图片为主的应用来说(比如Path),传统的从硬盘单个加载图片方法太慢以致于会影响到应用的整体性能表现,尤其是需要滚动加载的。Fast Image Cache刚好可以解决这个问题。Fast Image Cache是iOS 应用中一个高效的,快速的图片存储和检索方法。对于很多优秀的应用来说,快速运行和平缓滚动是用户体验中重要的一部分,而Fast Image Cache可以简单化这种实现-For a picture-based applications (such as Path), the t
  3. 所属分类:iPhone

    • 发布日期:2017-05-09
    • 文件大小:1.66mb
    • 提供者:anxianjie
  1. AystnPicture

    0下载:
  2. 对ListView的异步加载图片的功能演示,主要根据url读取图片返回流的方法。为了方便演示,将请求图片的链接先固定,每读取好一个图片就更新,界面比较简单先一个loading的效果,一旦有图片了就去掉loading,显示图片。 AsyncTask里面重载的方法doInBackground操作不能涉及到更新UI界面,不然会出错。-ListView asynchronous load images on the feature presentation, mainly based on readin
  3. 所属分类:android

    • 发布日期:2017-04-25
    • 文件大小:46.54kb
    • 提供者:rpudn21
  1. javapiano

    0下载:
  2. Java Piano模拟钢琴效果的完整源码,知识点:使用AudioClip类播放声音,使用Java MouseEvent类处理鼠标事件,使用Image类制作图片,使用Frame类制作界面框架。运行后创建一个带有模拟钢琴键盘的面板,用户可以通过键盘或者鼠标来“敲击”钢琴键盘发出声音,也可以通过电脑键盘的组合键实现钢琴的高音。   编程思路:首先制作模拟钢琴的实例,生成程序界面:先通过语句Image m_ImgUp生成键盘、鼠标松开时显示的键盘图片,再通过语句Image m_ImgDown生成
  3. 所属分类:android

    • 发布日期:2017-04-17
    • 文件大小:32.17kb
    • 提供者:gpudn21
  1. Universal-Image-Loader

    0下载:
  2. Android-Universal-ImageLoader类库及实例,看下截图就明白了,可以以列表的方式显示图片缩略图,并显示加载效果,Android对图片的相关处理模块,类库完整,参考价值大。-Android-Universal-ImageLoader libraries and examples, see next screenshot to understand, the way the list can display pictures thumbnails and show the e
  3. 所属分类:android

    • 发布日期:
    • 文件大小:803.66kb
    • 提供者:apudn32
  1. ListViewWeb

    0下载:
  2. android 加载网络图片,并以列表形式输出的例子-android app demo, load web image and show in list view
  3. 所属分类:android

    • 发布日期:2017-04-26
    • 文件大小:282.97kb
    • 提供者:niexuan
  1. MyImgTestViewpager

    0下载:
  2. 引导页功能,viewpager与listview列表,从网络获取数据并显示,有丰富的动画效果,使用nineoldandroids-2.4.0,universal-image-loader-1.9.2-SNAPSHOT-with-sources加载图片,实现动画-Intro function, viewpager and listview list, get data the network and display, rich animation effects, using nineoldan
  3. 所属分类:android

    • 发布日期:2017-05-16
    • 文件大小:3.5mb
    • 提供者:LL
« 12 »
搜珍网 www.dssz.com