代码搜索结果
找到约 10,000 项符合
U 的代码
u_intout.c
#include
void main ()
{
unsigned int value = 42000;
printf("Displaying 42000 as unsigned %u\n", value);
printf("Displaying 42000 as int %d\n", value);
}
iet_u.h
#ifndef _IET_U_H
#define _IET_U_H
#define IET_VERSION_STRING "0.4.16"
/* The maximum length of 223 bytes in the RFC. */
#define ISCSI_NAME_LEN 256
#define ISCSI_ARGS_LEN 2048
#define ISCSI_LISTEN_P
u_login.pas
unit U_login;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DBTables, DB, Grids, DBGrids, StdCtrls;
type
TForm_login = class(TFor
u_main.pas
unit U_main;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DB, DBTables, StdCtrls, ExtCtrls, ComCtrls, Grids, DBGrids;
type
TForm