代码搜索:Num
找到约 10,000 项符合「Num」的源代码
代码结果 10,000
www.eeworm.com/read/466954/7024478
~dfm num_set.~dfm
object numset: Tnumset
Left = 387
Top = 260
Width = 503
Height = 278
Caption = #20511#20070#37327#35774#23450
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWi
www.eeworm.com/read/466954/7024520
dfm num_set.dfm
object numset: Tnumset
Left = 387
Top = 260
Width = 503
Height = 278
Caption = #20511#20070#37327#35774#23450
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWi
www.eeworm.com/read/466954/7024544
dcu num_set.dcu
www.eeworm.com/read/466954/7024554
pas num_set.pas
unit num_set;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DB, ADODB, StdCtrls, ComCtrls, Buttons;
type
Tnumset = class(TForm)
www.eeworm.com/read/466954/7024565
~pas num_set.~pas
unit num_set;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, DB, ADODB, StdCtrls, ComCtrls, Buttons;
type
Tnumset = class(TForm)
www.eeworm.com/read/466954/7024649
~ddp num_set.~ddp
www.eeworm.com/read/466954/7024664
ddp num_set.ddp
www.eeworm.com/read/110663/7083721
c rand_num.c
/*
rand_num.c - 16-bit random number generator
return random number in the range of (0 - 0x7fff)
*/
int rand_num(void);
#define C1 0x6255
#define C2 0x3619
static in
www.eeworm.com/read/189342/7114994
c num_els.c
#include
void main(void)
{
int int_values[] = {51, 23, 2, 44, 45};
float float_values[] = {21.1, 13.3, 22.2, 34.4, 15.5};
printf("Number of elements in int_values %d\n