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

搜索资源列表

  1. AVR--12864--LCD

    0下载:
  2. AVR控制12864液晶画圆弧,在AVR单片机的控制下完成圆弧的绘制。-12864 LCD AVR control painting arc, in the AVR MCU arc under the control of the completion of the drawing.
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:186375
    • 提供者:左仪
  1. CopyScreen

    0下载:
  2. EVC环境下封装一个烤屏函数,此函数用于抓取屏幕并保存为位图。-Packaging a baked-screen function, the function used to capture screen and save it as a bitmap.
  3. 所属分类:Windows CE

    • 发布日期:2017-04-17
    • 文件大小:74712
    • 提供者:JiandongGu
  1. 101259381EVCDialer

    0下载:
  2. 在wince上创建位图滚动显示静态控件,在PPC模拟机上模拟出来-Wince created in a rolling display static bitmap control in the PPC simulator simulated by
  3. 所属分类:Windows CE

    • 发布日期:2017-04-05
    • 文件大小:74463
    • 提供者:黄桃园
  1. mxOutlook

    0下载:
  2. The ** TmxOutlookBar ** is simple VCL component with added features to support the look, feel, and behavior introduced in Microsoft Office 97, 2000, and new Internet Explorer. It has got many features including scrolling headers, ico
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:350296
    • 提供者:anung
  1. screen_shoot

    0下载:
  2. Example of a screen shot module in a FPGA (upload bitmap file by RS232)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:1800
    • 提供者:Charles
  1. dispbmp

    0下载:
  2. minigui中位图显示程序。最基础的位图编程,在Linux环境下实现。需要安装qvfb-bitmap display!
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:8233
    • 提供者:李烜
  1. LCD_Chinese_graphtics_GEN

    0下载:
  2. 一个非常好用的液晶汉字和图片生成工具,用于生成单色液晶的点阵汉字和点阵图。支持数据压缩。-A very nice LCD character and graphics generation tools to generate the monochrome liquid crystal dot-matrix characters and bitmap. Support for data compression.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-07
    • 文件大小:269881
    • 提供者:zhangchunshu
  1. bmp-picture-maker

    0下载:
  2. 位图图片制作好工具,可以制作多种类型的图片,24 BIT,16BIT,8BIT等待-Produced a good tool for bitmap images, you can produce various kinds of images, 24 BIT, 16BIT, 8BIT wait
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-09
    • 文件大小:1828212
    • 提供者:李开志
  1. stm32timer

    0下载:
  2. LCD_BMP 是芯片STM32F103RBT6的一个例子 使用智林 Z32R 开发板演示如何在真彩液晶上显示位图。 例子: - 时钟配置: - XTAL = 12.00 MHz - SYSCLK = 72.00 MHz - HCLK = SYSCLK = 72.00 MHz - PCLK1 = HCLK/2 = 36.00 MHz - PCLK2 = HCLK = 72.00 MHz - ADCLK = PCLK2/6 = 12.00
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-04
    • 文件大小:323418
    • 提供者:段和平
  1. ms12864r

    0下载:
  2. MSP430F149单片机下MS12864R液晶显示屏的并行/串行驱动,可以在头文件中进行设置,提供画点、直线、位图、圆、显示字符功能-MSP430F149 MCU LCD display under MS12864R parallel/serial driver, you can be set in the header file to provide draw point, line, bitmap, round, display character function
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:5133
    • 提供者:senz
  1. loader

    0下载:
  2. this is for dos win xp to load 8bit bitmap image write with amin rajabzadeh
  3. 所属分类:uCOS

    • 发布日期:2017-04-17
    • 文件大小:217189
    • 提供者:amin
  1. SPCE061A

    0下载:
  2. spce061a脚位图 (LQFP80)-spce061a pin bitmap (LQFP80)
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:230561
    • 提供者:天蓬
  1. CharMatrix

    0下载:
  2. 在嵌入式开发过程中,经常会遇到点阵字库的需要。本工具能将任意的矢量字体转换为任意大小的点阵字体图片。支持代码页,也可直接输入单个字符/汉字/符合的 Unicode编码。-In the embedded development process, often encounter the need for dot matrix font. This tool can convert any vector font of any size bitmap font images. Support for
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-28
    • 文件大小:20827
    • 提供者:dlq
  1. C_transpart_in_dos

    0下载:
  2. 实现了8bit,16bit,24bit,32bit的位图透明处理。全部是用C的标准库函数实现,没有使用任何win32API.有的嵌入式平台没有提供对图片的透明功能。可以对此代码修改后使用。另外可以用来学习位图结构与透明算法。-Achieved 8bit, 16bit, 24bit, 32bit bitmap transparent processing. All is the standard C library functions to achieve, without the use of
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:957770
    • 提供者:eddy che
  1. tools

    0下载:
  2. minigui仿真器和位图转换器和字体转换器,用来在windows下使用VC编写minigui程序并调试-minigui emulator and bitmap converter and font converter for windows used in the preparation of minigui VC program and debug
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-08
    • 文件大小:2038841
    • 提供者:丁振华
  1. Fingerprintidentification

    0下载:
  2. vs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图 像都是位图。 fvs_direction:描述了如何提取方向图。输入图像必须是归一化的图像,这样才能 有较好的效果。输出图像覆盖于输入图像之上。 fvs_createtestimages:该程序用来产生调试过程中可能会用到的一些位图图像,这 些图像是不同角度和不同间隔的条纹。产生图像的文件名命名方式如下: testimgSSSDDD.bmp 其中,SSS代表条纹间隔(像素个数),
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:46891
    • 提供者:沈晓伟
  1. FontLib

    0下载:
  2. 根据输入的字符,获取字符的点阵图,含使用例程-According to input characters, for character bitmap
  3. 所属分类:DSP program

    • 发布日期:2017-04-17
    • 文件大小:195018
    • 提供者:tt
  1. Max7456

    0下载:
  2. Maxim7456 OSD Chipset driver, in BASCOM avr. Maxim7456 is a chip which receives AV video and with SPI can set custom text and characters on the video. This driver gives you the ability to print text and numbers and some ascii chars on the o
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:2236
    • 提供者:zafari
  1. 8X8screen

    0下载:
  2. 8*8点阵屏的显示及动态变化驱动,相当的不错,适合初学者使用-8* 8 bitmap screen display and dynamic change drivers
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:14392
    • 提供者:lv
  1. displayChinese

    0下载:
  2. 汉字显示放大程序,通过读取点阵字库文件,获得所要显示的汉字区位码对应的点阵,显示出相应的汉字,并可进行放缩。-Chinese character display amplification process, by reading the bitmap font file, get the character to display the location code corresponding to the lattice, shows that the corresponding Chinese
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:179148
    • 提供者:wyk
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com