CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 位图操作

搜索资源列表

  1. 128bitminus

    0下载:
  2. 128乘法模拟器 c M位乘N位不带符号整数的阵列乘法中加法---移位操作的被加数矩阵.每一部分乘积项ab叫做一个被加数.m*n个被加数可以用m*n个”与门”并行的产生. 以5位乘5位不带符号的阵列乘法器(m=n=5)为例(如下图): FA为一位全加器,FA的斜线方向为进位输出,竖线方向为和输出,而所有被加数项的排列和正常的A*B=P乘法过程中的被加数矩阵相同.图中用矩形围成的阵列中最后一行构成一个行波进位加法器,其时间延迟为(n-1)2T.当然,为了缩短加法时间,最后一行的行
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:47357
    • 提供者:fred
  1. speciallyEffect

    0下载:
  2. 《EVC高级编程及其应用开发》源代码,对位图进行各种操作的源码
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:21697
    • 提供者:tom
  1. huibiantuxinchaozuo

    0下载:
  2. GDI 即图形设备界面,是 Windows 最重要的部分之一,它大部分由 GDI32.DLL 库中的 API 来处理,GDI 的主要目的之一是支持与设备无关的图形编程,对于 Dos 下的图形编程,很多人可能“心有余悸”,因为PC 中有太多种类的显示卡,而几乎每个显示卡的处理都是不同的,即使后来有了 Vesa 编程,我们还是不能全部撇开具体的硬件,Windows GDI 使我们对图形的编程变得相对简单了很多,由于GDI 是 Windows 最庞大的部分,并不是几句话能讲清楚的,本节要讲的是 Win
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2078
    • 提供者:youfangyuan
  1. ykbn

    0下载:
  2. 易语言播放歌曲歌词动态渐变颜色源码 调用API函数实现歌词动态渐变显示效果。 易语言例程还使用到易语言互联网支持库,易语言多线程支持库,位图操作支持库,应用接口支持库,正则表达式支持库。-Easy to the language play songs lyrics the dynamic gradient color source API function is called dynamic gradient of the lyrics display. The easy lang
  3. 所属分类:ELanguage

    • 发布日期:2017-11-03
    • 文件大小:33371
    • 提供者:陈东升
  1. jincheng

    0下载:
  2. 设计目录结构(采用多级目录)以及文件目录项的结构、外存空间的位示图,并编程实现如下要求(本实验未考虑实现文件操作功能)-Design the directory structure (using multi-level directory), and the file directory of the structure of space-bit Out-of-Core that map, and programming to achieve the following requirements
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:2038
    • 提供者:xuling
  1. Os4_6.23.20

    0下载:
  2. 1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个多用户多目录的文件系统。 2.文件物理结构可采用显式链接或其他方法。 3.磁盘空闲空间的管理可选择位示图或其他方法。如果采用位示图来管理文件存储空间,并采用显式链接分配方式,则可以将位示图合并到FAT中。 4.文件目录结构采用多用户多级目录结构,每个目录项包含文件名、物理地址、长度等信息,还可以通过目录项实现对文件的读和写的保护。目录组织方式可以不使用索引结点的方式,但使用索引结点,则难度系数为1.2。 5.设计一个较
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:870995
    • 提供者:小鱼
  1. weitu

    0下载:
  2. 透明位图的动画 这两程序只是例程,说明画板的画透明位图的一种方法。 使用的方法和BITBLT函数的方法差不多,主要是光栅操作的使用。-Transparent bitmap animation of these two procedures is only routine on the drawing board to draw a transparent bitmap. About using the method and BITBLT functions, methods, prima
  3. 所属分类:ELanguage

    • 发布日期:2017-11-23
    • 文件大小:26532
    • 提供者:淘爱新6
  1. BitmapModule

    0下载:
  2. 直接操作24位bmp位图的字节集数据进行画图-Direct operation 24 bits BMP bitmap byte set data drawing
  3. 所属分类:ELanguage

    • 发布日期:2017-11-26
    • 文件大小:14481
    • 提供者:澶漫
  1. Zoom-in-and-outbyVCPP

    0下载:
  2. 最邻近插值和双线性插值对所给图像进行缩小和放大操作。限制于位图操作。-The nearest neighbor interpolation and bilinear interpolation to the image, zoom in and out of operation. Limited bitmap operations, can not be used for other types of files. Remember! Do not like do not spray....
  3. 所属分类:source in ebook

    • 发布日期:2017-11-14
    • 文件大小:564880
    • 提供者:code临
  1. file-system-in-OS

    0下载:
  2. 简单的二级文件系统 在任一OS下,建立一个大文件,把它假象成硬盘,在其中实现一个简单的模拟文件系统。 编写一管理程序对此空间进行管理,要求: 1. 实现盘块管理 2. 实现文件的读写操作 3. 每组最多2人,小组内要有明确分工,课程设计报告中设计部分可以相同,个人实现部分不同 参考建议: 将模拟硬盘的文件空间划分为目录区,文件区;采用位示图进行空间管理,盘块的分配使用显示链接(FAT表)的方式。-Simple two file system
  3. 所属分类:OS Develop

    • 发布日期:2017-11-05
    • 文件大小:449365
    • 提供者:cagfaiss
  1. file-management-experiment

    0下载:
  2. 操作系统文件管理实验:利用交互式命令实现树型目录结构和文件管理,同时利用位示图表示外存的分配情况,新建文件时分配必要的空间,模拟文件分配表记录文件在外存上的存储方式。了解系统对文件的操作。 在文件中保存目录内容,创建文件或子目录可以用命令行命令:MD、CD、RD、MK(创建文件)、DEL(删除文件)和DIR-Operating system file management experiment: the use of interactive command tree directory st
  3. 所属分类:OS Develop

    • 发布日期:2017-11-02
    • 文件大小:4858
    • 提供者:金旭斌
  1. beat

    0下载:
  2. 易语言字节集转位图模块源码例程程序结合易语言位图操作支持库,实现字节集转位图。-Easy language set of bytes transferred bitmap source modules routine program combines easy language support library bitmap operations to achieve set of bytes transferred bitmap.
  3. 所属分类:ELanguage

    • 发布日期:2017-04-02
    • 文件大小:3311
    • 提供者:cx
  1. Delphi_782011

    0下载:
  2. Delphi:Delphi实现在图片上输入文字,把文字写入到图片中,使用了Picture.Bitmap.Canvas和Picture.Bitmap.Canvas.TextOut进行写入图片,并合成后保存输出,本例的操作对象为BMP位图,JPG/PNG图像未做测试,源码运行效果请参见“软件截图”。 -Delphi: Delphi to achieve to enter text in the picture, the text is written to the image, use the
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-25
    • 文件大小:269015
    • 提供者:XPO1OCA
  1. pic_wusunsuofang

    0下载:
  2. 易语言图片无损缩放源码例程程序结合易语言位图操作支持库,实现图片无损缩放功能。-Easy language image lossless scaling source routine procedures combined with easy language bitmap operations support library, to achieve image lossless zoom function.
  3. 所属分类:ELanguage

    • 发布日期:2017-05-01
    • 文件大小:148481
    • 提供者:李林
  1. pic_mohusuanfa

    0下载:
  2. 易语言图像模糊纯算法源码例程程序结合易语言扩展界面支持库和位图操作支持库,通过计算实现图像模糊效果。-Easy language image of the pure algorithm source code routine procedures combined with easy language extension interface support library and bitmap operations support library, through the calculation
  3. 所属分类:ELanguage

    • 发布日期:2017-04-25
    • 文件大小:111583
    • 提供者:李林
  1. Eweitu

    0下载:
  2. 这是一个关于易语言位图的操作源码,希望同学们喜欢-This is an easy language bitmap operation source, I hope the students like
  3. 所属分类:ELanguage

    • 发布日期:2017-04-14
    • 文件大小:2590
    • 提供者:kunk0087
  1. ci

    0下载:
  2. 易语言划词取词源码例程程序结合易语言多线程支持库和位图操作支持库,调用API函数实现鼠标取词功能。 -Easy language word translation source code routines easy language multithreading support libraries and bitmap operations support library, call the API function to achieve the function of mouse word
  3. 所属分类:ELanguage

    • 发布日期:2017-05-05
    • 文件大小:3609
    • 提供者:zhch2u
  1. pic

    0下载:
  2. 易语言图片合成模块源码例程程序结合易语言位图操作支持库和图像格式转换支持库,实现图片的合成。 -Easy language image synthesis module source routine procedures combined with easy language bitmap operations support libraries and image format conversion support library, the realization of image syn
  3. 所属分类:ELanguage

    • 发布日期:2017-04-14
    • 文件大小:3583
    • 提供者:zhch2o
  1. two

    0下载:
  2. 易语言二维数组位图源码例程程序结合易语言位图操作支持库,使用二维数组坐标创建位图。 -Easy language two-dimensional array bitmap source routine procedures combined with easy language bitmap operations support library, the use of two-dimensional array coordinates to create bitmap.
  3. 所属分类:ELanguage

    • 发布日期:2017-05-06
    • 文件大小:985742
    • 提供者:zhch2o
  1. vlatterbordermodifier

    0下载:
  2. 本功能是打开一幅位图,并显示在屏幕上,在图象处理中这都是基本的操作()
  3. 所属分类:书籍源码

    • 发布日期:2018-01-01
    • 文件大小:3072
    • 提供者:chnktrain
搜珍网 www.dssz.com