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

搜索资源列表

  1. ScreenShot

    0下载:
  2. windows ce 实现抓图并保存成位图文件-windows ce achieve screenshots and save as bitmap file
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-08
    • 文件大小:15711
    • 提供者:xuebi
  1. Graphics

    0下载:
  2. SYMBIAN CARBIDE C++环境下位图加载示例,包括位图读取和过滤处理-SYMBIAN CARBIDE C++ environment, load the sample bitmap, including reading and filtering bitmap
  3. 所属分类:Symbian

    • 发布日期:2017-03-28
    • 文件大小:43158
    • 提供者:张乐
  1. mediaplayer

    0下载:
  2. 多媒体播放器是一个多媒体应用,能够播放声音、视频剪辑和图形图像。 该应用程序还可以录制和播放高通PureVoice音频剪辑。 该播放器包括标准的MediaPlayer控制,如播放,快进,快退,停止,暂停和录制。 多媒体播放器支持各种各样的音频,视频和图形格式, 包括MPEG-3,MIDI,BREW的压缩图像(BCI),位图(BMP)和分组模式数据(PMD)。 -MediaPlayer is a multimedia application capable of playing
  3. 所属分类:BREW

    • 发布日期:2017-04-09
    • 文件大小:2039525
    • 提供者:zb
  1. USB_V1.1

    0下载:
  2. 本软件是通过使用CH372芯片连接USB驱动,同时加入汉字库功能,可以作为点阵驱动程序-This software is through the use of CH372 chip connected HanZiKu USB driver, meanwhile, can add function as bitmap driver
  3. 所属分类:USB develop

    • 发布日期:2017-03-31
    • 文件大小:277219
    • 提供者:杨子诺
  1. brew_pngtobmpdemo

    0下载:
  2. This a demonstration in BREW platform shows you how to get a Bitmap Interface pointer from PNG File using ImageDecoder Interface. Enjoy-This is a demonstration in BREW platform shows you how to get a Bitmap Interface pointer from PNG File using Image
  3. 所属分类:BREW

    • 发布日期:2017-03-30
    • 文件大小:793097
    • 提供者:xpartacvs
  1. AVIPlayer

    0下载:
  2. 在Windows Mobile上实现对24位位图形成的avi视频的播放器-Windows Mobile on the 24-bit bitmap to achieve the formation of avi video player
  3. 所属分类:Windows Mobile

    • 发布日期:2017-05-12
    • 文件大小:2813191
    • 提供者:minorfat
  1. loadphoto

    0下载:
  2. 可以在s60手机上载入位图等功能,还可实现字符的输入-S60 phone can load the bitmap and other functions, can realize the input characters
  3. 所属分类:Symbian

    • 发布日期:2017-05-12
    • 文件大小:2838489
    • 提供者:肖某某
  1. android-graphics-App-

    0下载:
  2. Android 画图学习总结。 Android画图学习总结(一)类的简介 Android画图学习总结(二)Bitmap Android画图学习总结(三)Drawable Android画图学习总结(四)Animation Android画图学习总结(五)Paint -Android drawing study concluded. Android drawing study concluded (a) an introduction to Android drawing cla
  3. 所属分类:android

    • 发布日期:2017-03-22
    • 文件大小:552014
    • 提供者:郑绍华
  1. android-canvas

    0下载:
  2. 详细的android画图学习资料和总结,包括bitmap,drawable,canvas,animation的详细说明-Detailed summary of android learning materials and drawing, including bitmap, drawable, canvas, animation detailed descr iption of the
  3. 所属分类:android

    • 发布日期:2017-03-23
    • 文件大小:570245
    • 提供者:边江
  1. MediaThumbRequest_1

    0下载:
  2. bitmap thumbbitmap manager programme
  3. 所属分类:android

    • 发布日期:2017-04-14
    • 文件大小:3046
    • 提供者:shoufengqin
  1. androidViedoToViedo

    0下载:
  2. 实现手机设备之间视频传输,有手机发送端,pc服务器端,手机接受端。可修改直接两台设备连接。但该程序流量很大,建议修改发送端压缩流量,方法——将bitmap压缩为jepg在传,而不是直接传yuv420sp-this is a project of android Vedio to vedio
  3. 所属分类:android

    • 发布日期:2017-04-05
    • 文件大小:176170
    • 提供者:andy
  1. MyBitMap

    0下载:
  2. 读取背景图片,然后通过bitmap将其转化为图标-Read the background picture, and then through the bitmap is transformed into an icon
  3. 所属分类:android

    • 发布日期:2017-03-29
    • 文件大小:54560
    • 提供者:蔡家集
  1. 3dtuku.xiaokeli

    0下载:
  2. ANDROID 圖片3D,Bitmap,gallery
  3. 所属分类:android

    • 发布日期:2017-04-08
    • 文件大小:586892
    • 提供者:Hu
  1. BitmapTest

    0下载:
  2. BitMap anddroid实现,用于演示bitmap在图片显示上的应用-, BitMap anddroid implementation for demonstration bitmap shown in the picture
  3. 所属分类:android

    • 发布日期:2017-04-01
    • 文件大小:112603
    • 提供者:roymoro
  1. XnaLocalBitmap

    0下载:
  2. XNA的一个显示Bitmap的例子,在Windows Phone 7上运行-XNA a Bitmap example
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-03
    • 文件大小:34545
    • 提供者:weeio
  1. ndkBmp2png

    0下载:
  2. 在android下移植了png库,实现在ndk层将一个BMP位图转换为PNG位图。java层代码仅做示例,ndk代码可以直接使用-Ported the android png library, a BMP bitmap in ndk layer will be converted to PNG bitmap. layer java code only as example, the the ndk code can be used directly
  3. 所属分类:android

    • 发布日期:2017-04-01
    • 文件大小:683362
    • 提供者:王聪明
  1. ImageViewPic

    0下载:
  2. 对一张bitmap 进行缩放,拖动的处理-scale Bitmap
  3. 所属分类:android

    • 发布日期:2017-04-06
    • 文件大小:873456
    • 提供者:必成
  1. newReader

    0下载:
  2. 电子书阅读源码,这个安卓阅读器主要有以下功能: 1、文本阅读 2、分页显示 3、背景音乐播放 4、书签功能 亮点主要是分页显示是bitmap形式的页面,这个也是参考其他高人学习来的,在书签功能里面,把书签以文本的方式存在-E-book reader source, this Andrews reader has the following features: 1, text reading, paging 3, background music, bookmarks b
  3. 所属分类:android

    • 发布日期:2017-05-24
    • 文件大小:7682442
    • 提供者:陈日锋
  1. BitmapProject

    0下载:
  2. 指定位置区域显示,用bitmap来操作,可以只显示图片的某个区域,主要就是关于bitmap的实例-Specify the location area bitmap to operate, you can display only the picture of a region, mainly bitmap instance.
  3. 所属分类:android

    • 发布日期:2017-11-25
    • 文件大小:66938
    • 提供者:刘佺
  1. HttpUtil

    0下载:
  2. 获取服务器端的图片资源,根据给定的图片URL生成Bitmap对象,在客户端显示-Get a picture of the server-side resources to generate a Bitmap object in the client, based on the pictures given URL
  3. 所属分类:android

    • 发布日期:2017-11-18
    • 文件大小:982
    • 提供者:赵亮
« 1 23 4 »
搜珍网 www.dssz.com