代码搜索:U
找到约 10,000 项符合「U」的源代码
代码结果 10,000
www.eeworm.com/read/124931/6035376
~pas u_operator.~pas
unit u_operator;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ExtCtrls, DBCtrls, Mask, Grids, DBGrids;
type
TF_operator = class(
www.eeworm.com/read/124931/6035377
pas u_stat.pas
unit u_stat;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, TeEngine, Series, ExtCtrls, Mask, TeeProcs, Chart;
type
TF_stat = clas
www.eeworm.com/read/124931/6035379
dfm u_main.dfm
object F_main: TF_main
Left = 181
Top = 94
Width = 800
Height = 600
BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
Caption = '客房管理-后台数据库管理'
Color = clAppWorkSpace
www.eeworm.com/read/124931/6035380
pas u_data.pas
unit u_data;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Db, DBTables, Series, TeeProcs, Chart;
type
TDM_main = class(TDataModule)
D
www.eeworm.com/read/124931/6035381
~dfm u_main.~dfm
object F_main: TF_main
Left = 181
Top = 94
Width = 800
Height = 600
BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
Caption = '客房管理-后台数据库管理'
Color = clAppWorkSpace
www.eeworm.com/read/124347/6051797
c getc_u.c
/*
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
* provided that the above copyright
www.eeworm.com/read/124347/6051809
c putchar_u.c
/*
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
* provided that the above copyright
www.eeworm.com/read/124347/6051828
c putc_u.c
/*
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
* provided that the above copyright
www.eeworm.com/read/124347/6051838
c getchar_u.c
/*
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
* provided that the above copyright
www.eeworm.com/read/124347/6052039
c u_strerr.c
#include
char *
_DEFUN(_user_strerror, (errnum),
int errnum)
{
return 0;
}