CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - bitmap data

搜索资源列表

  1. Graphic

    0下载:
  2. 图形的绘制,如何使用自定义画笔(颜色,线宽,线形)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-Graphics rendering, how to use a custom brush (color, line width, line). How procedures to add op
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:3901834
    • 提供者:奋斗不止
  1. NativeNfcSecureElement

    0下载:
  2. Represents a particular image and provides access to the underlying bitmap and two thumbnail bitmaps as well as other information such as the id, and the path to the actual image data.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-03
    • 文件大小:1858
    • 提供者:tengsibao
  1. bmp-class

    0下载:
  2. 文件中包括了一个位图类,类中设计了一些对BMP文件数据提取很有用的函数,可通过该类延伸设计对BMP文件的各种处理。-Document includes a bitmap category, class, designed a number of BMP files data extraction very useful function, through the extension of the design of such a variety of BMP file processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:3848
    • 提供者:Judger
  1. getpix

    0下载:
  2. 获取位图像素的数据,非常好用,建议最好使用一个c库函数大全-Access to the bitmap pixel data
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:945
    • 提供者:湿式铺法
  1. DIPvbNet

    0下载:
  2. Bitmap是VB.NET和C#中处理图像的基础类,用于处理由像素数据定义的图像的对象。 存储灰度图像数据,一维数组存储。对于8位图像,一个像素即是一个字节。每行存储的字节数必须是4的整倍数,需要时添加适当字节。-Bitmap is VB.NET and C# base class in the image processing for processing an image defined by pixel data of the object. Grayscale image data st
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:754214
    • 提供者:HG
  1. dopic

    0下载:
  2. flash AS 位图转矢量图的程序代码例子,把图片转出数据形式的矢量图,便于图像的变换、运算以及打印等等。-flash AS bitmap transfer vector code example, the picture of the data in the form of transfer vector, easy image conversion, computing and printing and so on.
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-02
    • 文件大小:126546
    • 提供者:lockey5
  1. Port-Helper

    0下载:
  2. Port Helper 能够对对选择的Port进行数据的监控和实时显示,主要用于USB串口,RS232串口等进行调试。 另外,对于网络方面的测试及数码管的取值和代码的智能生成也有很大的作用。当然,你也可以在位图和HEX之间在进行相互的转化-Port Helper Port able to carry out the selected data monitoring and real-time display, mainly for the USB serial port, RS232 ser
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:696959
    • 提供者:任飞
  1. Multi-Camera-opencv-library

    0下载:
  2. opencv多摄象头库:支持dshow的视频采集设备,最多10个,通过回调产生24b的RGB位图。使用前请注册HYSnapshot,关于有些记录avi文件的参数,请忽略。使用方法请看demo 如果要挂接到opencv请创建一个24位的image,请一定注意将数据按行字节拷贝,-Multi-Camera opencv library: dshow video capture device supports up to 10, 24b of RGB bitmap generated by cal
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:78614
    • 提供者:徐达
  1. Captch

    0下载:
  2. 使用串口通讯从单片机接收屏幕Lcd数据并生成黑白位图,具备抓图功能。-Lcd screen using serial communication receive data from the microcontroller and generates black and white bitmap, with the capture function.
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:250987
    • 提供者:兴趣
  1. hge181

    0下载:
  2. 另外还包括了HGE引擎最新的稳定中文字幕显示方法。外加不需字模的渲染方法-HGE Chinese show new integration with the Chinese character input program. Model based on the principle characters in the buffer, rendering the use of characters GetGlyphOutline access to 65 gray Blt the bitmap te
  3. 所属分类:Game Engine

    • 发布日期:2017-06-14
    • 文件大小:22639152
    • 提供者:mpsk
  1. chap1-1

    0下载:
  2. 存放读入图像的位图数据、宽、高、颜色表及每像素所占位数(比特) ,图像数据访问及图像存储-Storing the read data into the bitmap image, width, height, color, form and share bits per pixel (bit), the image data and image storage access
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1446799
    • 提供者:
  1. qr2

    0下载:
  2. MFC提供了位图处理的基础类CBitmap,可以完成位图(bmp图像)的创建、图像数据的获取等功能。虽然功能比较少,但是在对位图进行一些简单的处理时,CBitmap类还是可以胜任的。很多人可能会采用一些现成的CDib类进行位图的读取与处理,我觉得必要性不大。因为他们完成的功能差不多。 以下假设定义了数据成员:-MFC provides a base class bitmap processing CBitmap, can be done to create a bitmap (bm
  3. 所属分类:Hook api

    • 发布日期:2017-04-10
    • 文件大小:2039340
    • 提供者:fly
  1. CTViewer

    0下载:
  2. 医学图像后处理 功能: 文件操作: 打开文件、保存文件。 打开文件是将CT图像转化为Bitmap,并导入到软件中显示出来。 保存文件是将Bitmap图像及用户操作同时保存下来. 视图布局: 布局随滚轮自适应窗口。 图像处理: 调窗功能可以让用户随意改变图像的窗宽窗位。 放缩、移动、旋转功能可以放大缩小、移动、旋转图像。 局部放大则应用的是放大镜功能,可以在一正方形区域内将该区域进行放大。 选定剪切则可以用户自
  3. 所属分类:CSharp

    • 发布日期:2017-05-12
    • 文件大小:3033323
    • 提供者:屈奇勋
  1. BitmapHidingTool

    0下载:
  2. 将数据隐写到BMP位图文件下,从BMP位图文件中提取隐写的数据。-The data hidden wrote BMP bitmap file, extract the hidden data from the BMP bitmap file.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2179972
    • 提供者:kasen
  1. CODE STUDIO

    0下载:
  2. CODE STUDIO C# GDI+ development class Viso fl matlab used in drawing commands i This is the windows QT programmin Program of the curve, a real-time Mouse set control points, draw B- java drawing board simulation win Mastery letter. Lc5 file to be mo
  3. 所属分类:界面编程

    • 发布日期:2014-05-27
    • 文件大小:51683
    • 提供者:szekely_e
  1. STUDIO

    0下载:
  2. C# GDI+ development class Viso fl matlab used in drawing commands i This is the windows QT programmin Program of the curve, a real-time Mouse set control points, draw B- java drawing board simulation win Mastery letter. Lc5 file to be mo To simulate
  3. 所属分类:Windows编程

    • 发布日期:2014-05-27
    • 文件大小:35268
    • 提供者:szekely_e
  1. codes

    0下载:
  2. C# GDI+ development class Viso fl matlab used in drawing commands i This is the windows QT programmin Program of the curve, a real-time Mouse set control points, draw B- java drawing board simulation win Mastery letter. Lc5 file to be mo To simulate
  3. 所属分类:Windows编程

    • 发布日期:2014-05-27
    • 文件大小:35268
    • 提供者:szekely_e
  1. redrawListDemo

    0下载:
  2. VC++.NET Clistctrl重绘,可定义内容行颜色 以及鼠标点击各个状态的颜色,并实现了隔行变色,与最初默认的Clistctrl相比,漂亮了许多,也更加清淅了,用来显示列表数据更直观了。内含一个位图皮肤控件,用来实现一个位图滚动条控件,还有一个控件滚动条换肤,用于通过对一个控件的子类化实现滚动条换肤,和CSkinScrollBar配合使用。-VC++. NET Clistctrl redraw lines define the content of each color and the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:44876
    • 提供者:wpudn20
  1. BaseImage

    0下载:
  2. Represents a particular image and provides access to the underlying bitmap and two thumbnail bitmaps as well as other information such as the id, and the path to the actual image data.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1543
    • 提供者:cenduinie
  1. lcd_Software

    0下载:
  2. Program for converting bitmap images to LCD data files to be directly printed on graphics lcd
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:70988
    • 提供者:Harjeet
« 1 2 ... 6 7 8 9 10 1112 13 »
搜珍网 www.dssz.com