英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

bitmap    
位图,点阵图

位图,点阵图

bitmap
位元组列

bitmap
位元映像

bitmap
n 1: an image represented as a two dimensional array of
brightness values for pixels [synonym: {bitmap}, {electronic
image}]

A data file or structure which
corresponds {bit} for bit with an {image} displayed on a
screen, probably in the same format as it would be stored in
the display's {video memory} or maybe as a {device independent
bitmap}. A bitmap is characterised by the width and height of
the image in {pixels} and the number of bits per pixel which
determines the number of shades of grey or colours it can
represent. A bitmap representing a coloured image (a
"{pixmap}") will usually have pixels with between one and
eight bits for each of the red, green, and blue components,
though other colour encodings are also used. The green
component sometimes has more bits that the other two to cater
for the human eye's greater discrimination in this component.

See also {vector graphics}, {image formats}.

(1996-09-21)


请选择你想看的字典辞典:
单词字典翻译
bitmap查看 bitmap 在百度字典中的解释百度英翻中〔查看〕
bitmap查看 bitmap 在Google字典中的解释Google英翻中〔查看〕
bitmap查看 bitmap 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • Bitmap - Wikipedia
    A bitmap is a type of memory organization or image file format used to store digital images The term bitmap comes from the computer programming terminology, meaning just a map of bits, a spatially mapped array of bits
  • 【原创】啥是位图 (Bitmap) 有啥用? - Bitmap (位图) 与其在数据领域提升查询性能的底层原理
    简介 本文档简要介绍了位图 Bitmap 的概念,以及其在数据引擎的查询过程中起到加速作用的底层原理,并根据实践经验总结了部分适用场景。 何谓 Bitmap? Bitmap 的定义 (Definition of Bitmap) 由英文即可看出,Bitmap 是一个合成词,由 Bit 和 Map 组合而成 (Bitmap = Bit + Map)。
  • Bitmap(位图):原理、实现与核心应用-CSDN博客
    Bitmap 是 “空间换时间” 思想的极致体现,核心价值是 用最小的内存开销实现海量数据的快速判重 计数。 在 Java 高并发业务中,它常与 JUC 组件(AtomicLongArray、ReentrantLock、Semaphore)结合,解决秒杀、缓存穿透、活跃度统计等核心问题;分布式场景下则优先
  • 位图 (bitmap)原理以及实现 - 蓝胖子的编程梦 - 博客园
    今天,我们就来学习下位图bitmap的原理以及作用。 代码已经上传github https: github com HobbyBear codelearning tree master bitmap 位图作用 bitmap 是一种高效的且占用内存很小的 判断 某个值 存在与否的数据结构。 它用二进制的某一位去表示某个值是否存在。
  • 位图 - 维基百科,自由的百科全书
    位圖 (英語: Bitmap,台湾稱為 點陣圖),是使用 像素 数组 (Pixel-array Dot-matrix點陣)来表示的 图像。 与 栅格图 (Raster graphics)的概念类似,但有细微不同。 [原創研究? ] 位图的像素都分配有特定的位置和 颜色 值。 每个像素的颜色信息由 RGB 组合或者灰度值
  • 【数据结构】BitMap-菜鸟笔记
    BitMap,即位图,使用每个位表示某种状态,适合处理整型的海量数据。 本质上是哈希表的一种应用实现,原理也很简单,给定一个int整型数据,将该int整数映射到对应的位上,并将该位由0改为1。
  • BitMap 的基本原理和实现-腾讯云开发者社区-腾讯云
    本文介绍了大数据算法系列首篇《BitMap的原理和实现》,解释了BitMap通过一个bit标记元素值以节省空间的基本原理,并展示了其在排序和检索中的应用。 还讨论了BitMap在字符串映射、使用场景及局限性的优化方法。
  • 理解BitMap算法的原理及应用 - CSDN博客
    BitMap 的思想的和原理是很多算法的基础,比如 Bloom Filter、Counting Bloom Filter。 BitMap的原理 BitMap 的基本原理就是用一个 bit 位来存放某种状态,适用于大规模数据,但数据状态又不是很多的情况。 通常是用来判断某个数据存不存在的。
  • Bitmap使用详解 - 简书
    用到的图片不仅仅包括 png、 gif、 9 png、 jpg和各种Drawable系对象,还包括位图Bitmap 图片的处理也经常是影响着一个程序的高效性和健壮性。 Bit
  • 位图(bitmap)原理以及实现 - 知乎
    你可以看到bitmap用到的 位运算 其实本质上是用到下面的性质: 1, 1 与 0或者 1的 运算不会改变原值, 0 的 会将特定bit位设置为0。 2, 0的或运算 不会改变原来的值, 1的或运算是将原来的bit位设置为1。





中文字典-英文字典  2005-2009