Welcome![Sign In][Sign Up]
Location:
Search - VESA

Search list

[Develop Toolsddcciv1

Description: VESA DDC协议标准(display data channel command interface standard) 包括应用实例及代码
Platform: | Size: 166755 | Author: Bragi | Hits:

[assembly languageSVGA

Description: VESA 图形编程的汇编子程序库
Platform: | Size: 107202 | Author: txz | Hits:

[assembly languagehb6125881355114

Description: VESA 图形编程的汇编子程序库
Platform: | Size: 107604 | Author: usa2883 | Hits:

[Develop ToolsNEWVESASVGAPROGRAM

Description: 最新VESA SVGA图形图像编程秘技中文版 图形、显卡编程必备书籍
Platform: | Size: 7549337 | Author: 赵勇 | Hits:

[CommunicationDDDBv1

Description: VESA Display Device Data Block (DDDB) Standard Display Device Data Block This proposal defines the Display Device Data Block (DDDB), for use in a CEA-861-compatible EDID extension, as originally proposed in the VESA TV Compatibility White Paper (Compatibility of PC and CE Displays, Aug.1, 2005).
Platform: | Size: 134990 | Author: 甜菜 | Hits:

[CommunicationDIEXT

Description: VESA Display Information Extension Block Standard DI-EXT Standard 费了很大劲才弄到的,希望给研究视频能看的懂得人一些帮助
Platform: | Size: 497496 | Author: 甜菜 | Hits:

[CommunicationDTCDBr1

Description: VESA Display Transfer Characteristics Data Block Standard Display Transfer Characteristics Data Block
Platform: | Size: 43056 | Author: 甜菜 | Hits:

[CommunicationLSExtRa

Description: VESA ENHANCED EDID LOCALIZED STRING EXTENSION STANDARD LS-EXT™ Standard
Platform: | Size: 265349 | Author: 甜菜 | Hits:

[CommunicationVTBextRa

Description: VESA VIDEO TIMING BLOCK EXTENSION DATA STANDARD VTB-EXT Standard 求edid2.0
Platform: | Size: 288086 | Author: 甜菜 | Hits:

[Other resourceDosGraph

Description: Dos 下图形C编程库 可操作SuperVGA VESA等图形设备
Platform: | Size: 1567530 | Author: Steve Yang | Hits:

[Other resourceDisplayportV1.1a

Description: VESA DisplayPort Standard Version 1, Revision 1a January 11, 2008
Platform: | Size: 2470419 | Author: 任云 | Hits:

[Other resourceDportInteropV1.1

Description: VESA DisplayPort Interoperability Guideline Version 1.1 January 28, 2008
Platform: | Size: 313147 | Author: 任云 | Hits:

[Driver Developdos_drv_src_101

Description: 象编程序用 Turbo C 一样, 现在有很多人设计电路图和电路板仍然在用 DOS 版本的 Protel 3.31. 可惜当时的软件支持的分辨率只有 640x480, 通过对 Protel 驱动程序一番研究,终于实现了高分辨率显示。 1.01 版本的驱动包括: 800x600, 1024x768, 1280x1024, 1600x1200 分辨率的驱动, 已经能够满足大多数情况的要求了。 已经在 PC-DOS, MS-DOS, Windows 95, Windows 98, Windows XP 下测试通过。 理论上支持所有 VESA 标准的显卡, 目前绝大多数的显卡都符合 VESA 标准。 在 nVidia, ATi, Trident, S3 等芯片的显卡上测试通过。 如果个别版本的显卡Windows驱动会影响DOS高分辨率的执行,在纯DOS下运行就没问题了 ① 增加高分辨率驱动: 1280x1024, 1600x1200. ② 加快了速度, 同样分辨率的驱动, 比原版本的速度快一倍以上! 【安装方法】 ① 把驱动 *.drv 复制到 Protel 文件夹 ② 运行 Protel 自带的 graphset.exe 设置 含有源代码
Platform: | Size: 116290 | Author: su | Hits:

[Other resourceIOmon3

Description: 利用386保护模式将DOS实模式下的PC总线I/O操作(in/out)实时捕捉到内存并可以显示在屏幕上。可用于ISA/VESA/PCI插卡及相关软件的输入/输出调试、I/O性能/行为分析和反汇编。Version 3增加了连续相同I/O操作的压缩记录功能,大大提高了内存利用率。同时提供了一些编译、测试脚本和BC3.1工程文件供大家在BC3.1下进一步开发。
Platform: | Size: 43228 | Author: Lijing Hao | Hits:

[assembly languagehuibiantuxinchaozuo

Description: GDI 即图形设备界面,是 Windows 最重要的部分之一,它大部分由 GDI32.DLL 库中的 API 来处理,GDI 的主要目的之一是支持与设备无关的图形编程,对于 Dos 下的图形编程,很多人可能“心有余悸”,因为PC 中有太多种类的显示卡,而几乎每个显示卡的处理都是不同的,即使后来有了 Vesa 编程,我们还是不能全部撇开具体的硬件,Windows GDI 使我们对图形的编程变得相对简单了很多,由于GDI 是 Windows 最庞大的部分,并不是几句话能讲清楚的,本节要讲的是 Windows 下GDI 的基本处理步骤和简单的位图处理,并没有涉及到 Directx 一类的编程。只希望能对朋友们有所启发。 Windows 并不允许程序员访问显示硬件,它的所有对屏幕的操作是通过环境设备(DC)来处理的,屏幕上的每一个窗口对应一个DC,你可以把一个DC 想象成这个窗口的视频缓冲区,你对DC的操作结果会反映到屏幕上,在窗口的DC之外,你也可以自己建立DC,这相当于建立一个内存中的缓冲区,你对这个DC的操作结果保存在内存中。你也可以用 API 在不同的DC之间拷贝数据,比如说你可以在内存DC 中先建立好数据,然后拷贝到窗口的DC中,就相当于完成了屏幕的刷新。
Platform: | Size: 2078 | Author: youfangyuan | Hits:

[Embeded-SCM DevelopStandard_VESA_timing

Description: VESA and Industry Standard and Guidelines for Computer Display Monitor Timing Version 1.0
Platform: | Size: 285808 | Author: 冉龙芳 | Hits:

[OtherVIDEO5

Description: DOS下利用VESA实现高分辨率、16bit色显示并输出汉字-DOS using VESA achieve high resolution, 16bit color display and output of Chinese Characters
Platform: | Size: 197846 | Author: 刘国安 | Hits:

[OtherVESARATE

Description: DOS下利用VESA调用更改显示刷新频率-DOS using VESA changes show called high frequency
Platform: | Size: 5424 | Author: 刘国安 | Hits:

[GDI-Bitmap345345634523

Description: 这是用C语言编写的VESA模式下256色Tiff格式图形文件显示-This the C language VESA mode 256 TIFF format color graphics documents show
Platform: | Size: 99771 | Author: 钱永刚 | Hits:

[Documentsddc/ci_verion1_2004_10

Description: vesa 的 ddc/ci 标准 2004年10月发布
Platform: | Size: 108321 | Author: yangguotao | Hits:
« 1 2 3 4 56 7 8 9 »

CodeBus www.codebus.net