ICode9

精准搜索请尝试: 精确搜索
  • 使用disk-image-builder(DIB)制作Ironic 裸金属镜像2022-08-22 02:00:37

    Diskimage Builder 制作Ironic裸金属镜像 Diskimage-builder 是openstack社区用于制作镜像的工具。 1.安装 yum -y install python-pip yum -y install qemu-img kpartx git pip install --upgrade pip pip install virtualenv yum install -y libguestfs-tools-c (提供virt-sysp

  • DIB-R 可微分渲染器使用2021-07-15 20:03:05

     此篇博客转自本作者在古月居的博客: https://www.guyuehome.com/34349 前言 ​ 最近由于一些机会,接触到了一系列深度学习对称形状和纹理和篇文章,并尝试做了一些实践。以Learning to Predict 3D Objects with an Interpolation-based Differentiable Renderer举例,他的思想主要

  • Delphi 与 DirectX 之 DelphiX(93): TDIB.DrawDarken();2021-04-30 11:08:02

    Delphi 与 DirectX 之 DelphiX(93): TDIB.DrawDarken(); 本例效果图: 代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1:

  • Delphi 与 DirectX 之 DelphiX(92): TDIB.Draw3x3Matrix();2021-04-30 11:07:42

    Delphi 与 DirectX 之 DelphiX(92): TDIB.Draw3x3Matrix(); 本例效果图: 代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBo

  • Delphi 与 DirectX 之 DelphiX(91): TDIB.DrawMono();2021-04-30 11:07:33

    Delphi 与 DirectX 之 DelphiX(91): TDIB.DrawMono(); 本例效果图: 代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: T

  • Delphi 与 DirectX 之 DelphiX(90): TDIB.DrawMorphed();2021-04-30 11:07:19

    Delphi 与 DirectX 之 DelphiX(90): TDIB.DrawMorphed(); 本例效果图: 代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1

  • Delphi 与 DirectX 之 DelphiX(89): TDIB.DrawAlphaMask();2021-04-30 11:07:09

    Delphi 与 DirectX 之 DelphiX(89): TDIB.DrawAlphaMask(); 本例效果图: 代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls, ExtCtrls; type TForm1 = class(TForm)

  • Delphi 与 DirectX 之 DelphiX(88): TDIB.DrawQuickAlpha();2021-04-30 11:06:54

    Delphi 与 DirectX 之 DelphiX(88): TDIB.DrawQuickAlpha(); 本例效果图: 代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintB

  • Delphi 与 DirectX 之 DelphiX(87): TDIB.DrawTransparent、DrawTranslucent、DrawAlpha();2021-04-30 11:06:37

    Delphi 与 DirectX 之 DelphiX(87): TDIB.DrawTransparent、DrawTranslucent、DrawAlpha(); TDIB.DrawTransparent: 按指定的透明色透明; TDIB.DrawTranslucent: 先按指定的透明色透明, 然后再半透明; DIB.DrawAlpha: 先按指定的透明色透明, 再按指定的透明度透明.本例效果

  • Delphi 与 DirectX 之 DelphiX(86): TDIB.DrawOn();2021-04-30 11:06:27

    Delphi 与 DirectX 之 DelphiX(86): TDIB.DrawOn(); 本例效果图: 代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDX

  • Delphi 与 DirectX 之 DelphiX(85): TDIB.DrawTo();2021-04-30 11:06:15

    Delphi 与 DirectX 之 DelphiX(85): TDIB.DrawTo(); 本例效果图: 代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDX

  • Delphi 与 DirectX 之 DelphiX(84): TDIB.InitLight()、DrawLights();2021-04-30 11:05:58

    Delphi 与 DirectX 之 DelphiX(84): TDIB.InitLight()、DrawLights(); 本例效果图: 代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm)

  • Delphi 与 DirectX 之 DelphiX(83): TDIB.FilterLine()、FilterRect();2021-04-30 11:05:42

    Delphi 与 DirectX 之 DelphiX(83): TDIB.FilterLine()、FilterRect(); 本例效果图: 代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm)

  • Delphi 与 DirectX 之 DelphiX(82): TDIB.DrawMandelbrot();2021-04-30 11:05:21

    Delphi 与 DirectX 之 DelphiX(82): TDIB.DrawMandelbrot(); 本例效果图: 代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintB

  • Delphi 与 DirectX 之 DelphiX(80): TDIB.BlendPixel();2021-04-30 11:04:51

    Delphi 与 DirectX 之 DelphiX(80): TDIB.BlendPixel(); 本例效果图: 代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1:

  • Delphi 与 DirectX 之 DelphiX(79): TDIB.LinePolar();2021-04-30 11:04:42

    Delphi 与 DirectX 之 DelphiX(79): TDIB.LinePolar(); 本例效果图: 代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1:

  • Delphi 与 DirectX 之 DelphiX(78): TDIB.AntialiasedLine();2021-04-30 11:04:21

    Delphi 与 DirectX 之 DelphiX(78): TDIB.AntialiasedLine(); 本例效果图: 代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaint

  • Delphi 与 DirectX 之 DelphiX(77): TDIB.Distort();2021-04-30 11:04:05

    Delphi 与 DirectX 之 DelphiX(77): TDIB.Distort(); 本例效果图: 代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TD

  • Delphi 与 DirectX 之 DelphiX(76): TDIB.Ink();2021-04-30 11:03:51

    Delphi 与 DirectX 之 DelphiX(76): TDIB.Ink(); 本例效果图: 代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPai

  • Delphi 与 DirectX 之 DelphiX(75): TDIB.FadeOut()、FadeIn();2021-04-30 11:03:36

    Delphi 与 DirectX 之 DelphiX(75): TDIB.FadeOut()、FadeIn(); 本例效果图: 代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPain

  • Delphi 与 DirectX 之 DelphiX(74): TDIB.EncryptDecrypt();2021-04-30 11:03:24

    Delphi 与 DirectX 之 DelphiX(74): TDIB.EncryptDecrypt(); 本例效果图: 代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintB

  • Delphi 与 DirectX 之 DelphiX(73): TDIB.Darker()、Lighter();2021-04-30 11:03:15

    Delphi 与 DirectX 之 DelphiX(73): TDIB.Darker()、Lighter(); 本例效果图: 代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPain

  • Delphi 与 DirectX 之 DelphiX(72): TDIB.SephiaEffect();2021-04-30 11:02:58

    Delphi 与 DirectX 之 DelphiX(72): TDIB.SephiaEffect(); 本例效果图: 代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox

  • Delphi 与 DirectX 之 DelphiX(71): TDIB.Negative;2021-04-30 11:02:44

    Delphi 与 DirectX 之 DelphiX(71): TDIB.Negative; 本例效果图: 代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXP

  • Delphi 与 DirectX 之 DelphiX(70): TDIB.Mirror();2021-04-30 11:02:34

    Delphi 与 DirectX 之 DelphiX(70): TDIB.Mirror(); 本例效果图: 代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDX

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有