代码搜索:Lab
找到约 10,000 项符合「Lab」的源代码
代码结果 10,000
www.eeworm.com/read/157535/11692793
pas xgklunit.pas
unit XgKlUnit;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Buttons, StdCtrls;
type
TXgKlForm = class(TForm)
Label1: TLabel;
Lab
www.eeworm.com/read/157535/11693075
pas zjyhunit.pas
unit ZjYhUnit;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Buttons, StdCtrls;
type
TZjYhForm = class(TForm)
Label1: TLabel;
Lab
www.eeworm.com/read/260128/11746052
readme
The Data Lab
Directions to Students
Your goal is to modify your copy of bits.c so that it passes all the
tests in btest without violating any of the coding guidelines.
************************
www.eeworm.com/read/157001/11746521
pas focusf.pas
unit FocusF;
interface
uses
SysUtils, Windows, Messages, Classes, Graphics, Controls,
Forms, Dialogs, StdCtrls, ComCtrls;
type
TFocusForm = class(TForm)
Label1: TLabel;
Lab
www.eeworm.com/read/260061/11749534
pas main.pas
unit Main;
interface
uses
Windows, Classes, Controls, Forms, StdCtrls, CoolTrayIcon;
type
TMainForm = class(TForm)
CoolTrayIcon1: TCoolTrayIcon;
CheckBox1: TCheckBox;
Lab
www.eeworm.com/read/345593/11806821
pas unit1.pas
{: TexCombineShader demo / mini-lab.
This is an advanced demo, which showcases use and setup of extra texture
units, along with texture combination possibilities.
The texture com
www.eeworm.com/read/155858/11842936
cpp 4elist1202.cpp
//Listing 12.2 Using a derived object
#include
using std::cout;
enum BREED { GOLDEN, CAIRN, DANDIE, SHETLAND, DOBERMAN, LAB };
class Mammal
{
public:
// constructors
Mammal(
www.eeworm.com/read/155053/11900347
~pas helpfrm.~pas
unit HelpFrm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
THelpForm = class(TForm)
Label1: TLabel;
Lab
www.eeworm.com/read/155053/11900423
pas helpfrm.pas
unit HelpFrm;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
THelpForm = class(TForm)
Label1: TLabel;
Lab
www.eeworm.com/read/342438/12019957
pas main.pas
unit Main;
interface
uses
Windows, Classes, Controls, Forms, StdCtrls, CoolTrayIcon;
type
TMainForm = class(TForm)
CoolTrayIcon1: TCoolTrayIcon;
CheckBox1: TCheckBox;
Lab