码迷,mamicode.com
首页 >  
搜索关键字:graphics    ( 2589个结果
显示系统托盘列表(并执行隐藏与显示)
代码文件:unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ComCtrls;type TForm1 = cla...
分类:其他好文   时间:2014-07-16 19:23:58    阅读次数:277
如何查看CentOS版本方法
有以下命令可以查看:#lsb_release-aLSBVersion::core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarchDistributorID:CentOSDescription:CentOSrelease5.4(Final)Release:5.4Codename:Final这个命令适用于所有的linux,包括Redhat、SuSE、Debian等发行版。roo..
分类:其他好文   时间:2014-07-16 13:15:32    阅读次数:224
设置InputBox等提示框的字体以及样式
InputBox等窗体的字体大小设置方法Graphics.DefFontData.Height:=48;Graphics.DefFontData.Style:=[fsBold,fsItalic, fsUnderline];inputbox('aa','aa','dd');Graphics.DefFo...
分类:其他好文   时间:2014-07-16 12:41:49    阅读次数:605
GDI图形、C\HDC\CDC
l GDI图形接口l 绘制图形l DC,HDC设备CDC类l 绘制矩形 一、了解GDI与GUI GDI是Graphics Device Interface的缩写,含义是图形设备接口,它的主要任务是负责系统与绘图程序之间的信息交换,处理所有Windows程序的图形输出。 在Windows操作系统下,绝...
分类:其他好文   时间:2014-07-16 00:52:32    阅读次数:394
Architectures for concurrent graphics processing operations
BACKGROUND1. FieldThe present invention generally relates to rendering two-dimension representations from three-dimensional scenes, and more particula...
分类:其他好文   时间:2014-07-14 14:39:07    阅读次数:278
Procedural graphics architectures and techniques
BACKGROUNDThe evolution of graphics rendering technology has led to the development of procedural techniques for describing various steps in the rende...
分类:其他好文   时间:2014-07-14 14:33:02    阅读次数:296
Graphics-Processing Architecture Based on Approximate Rendering
BACKGROUNDThe present invention generally relates to the processing of graphics data, and particularly relates to methods and apparatus for controllin...
分类:移动开发   时间:2014-07-14 14:24:49    阅读次数:331
DYNAMIC CONTEXT SWITCHING BETWEEN ARCHITECTURALLY DISTINCT GRAPHICS PROCESSORS
FIELD OF INVENTIONThis invention relates to computer graphics processing, and more specifically to computer graphics processing using two or more arch...
分类:其他好文   时间:2014-07-14 14:21:10    阅读次数:272
Graphics processing architecture employing a unified shader
FIELD OF THE INVENTIONThe present invention generally relates to graphics processors and, more particularly, to a graphics processor architecture empl...
分类:其他好文   时间:2014-07-14 14:16:36    阅读次数:369
Framework for Graphics Animation and Compositing Operations
FIELD OF THE DISCLOSUREThe subject matter of the present disclosure relates to a framework for handling graphics animation and compositing operations ...
分类:其他好文   时间:2014-07-13 19:19:20    阅读次数:351
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!