代码搜索:uint
找到约 10,000 项符合「uint」的源代码
代码结果 10,000
www.eeworm.com/read/480287/6669090
m uint64.m
www.eeworm.com/read/480287/6669115
m uint8.m
www.eeworm.com/read/480287/6669134
m uint32.m
www.eeworm.com/read/480287/6669178
m uint16.m
www.eeworm.com/read/400708/11570020
pas operators_uint.pas
unit Operators_Uint;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Mask, DBCtrls, Grids, DBGrids, Buttons;
type
TForm1
www.eeworm.com/read/400708/11570024
dfm operators_uint.dfm
object Form1: TForm1
Left = 290
Top = 243
Width = 352
Height = 282
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height =
www.eeworm.com/read/155415/11876228
h uint128.h
/*
Copyright (C)2003 Barry Dunne (http://www.emule-project.net)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as publi
www.eeworm.com/read/155415/11876239
cpp uint128.cpp
/*
Copyright (C)2003 Barry Dunne (http://www.emule-project.net)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as publi
www.eeworm.com/read/226770/14452785
c taia_uint.c
/* Public domain. */
#include "taia.h"
/* XXX: breaks tai encapsulation */
void taia_uint(struct taia *t,unsigned int s)
{
t->sec.x = s;
t->nano = 0;
t->atto = 0;
}
www.eeworm.com/read/226770/14452875
c fmt_uint.c
/* Public domain. */
#include "fmt.h"
unsigned int fmt_uint(register char *s,register unsigned int u)
{
return fmt_ulong(s,u);
}