代码搜索:uint
找到约 10,000 项符合「uint」的源代码
代码结果 10,000
www.eeworm.com/read/331439/12828687
m uint32.m
function d = uint32(q)
% UINT32 Convert to unsigned 32-bit integer (obsolete).
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/331439/12828799
m uint16.m
function d = uint16(q)
% UINT16 Convert to unsigned 16-bit integer (obsolete).
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/323956/13305911
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/323956/13305927
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/323119/13352188
result type_uint.result
drop table if exists t1;
SET SQL_WARNINGS=1;
create table t1 (this int unsigned);
insert into t1 values (1);
insert into t1 values (-1);
Warnings:
Warning 1264 Out of range value for column 'this' at
www.eeworm.com/read/323119/13353610
test type_uint.test
#
# test of unsigned int
#
--disable_warnings
drop table if exists t1;
--enable_warnings
SET SQL_WARNINGS=1;
create table t1 (this int unsigned);
insert into t1 values (1);
insert into t1 values (-1
www.eeworm.com/read/238485/13883072
c fmt_uint.c
#include "fmt.h"
unsigned int fmt_uint(s,u) register char *s; register unsigned int u;
{
register unsigned long l; l = u; return fmt_ulong(s,l);
}
www.eeworm.com/read/136812/5861572
c ckf_uint.c
#ifndef lint
static char sccsid[] = "@(#)ckf_uint.c 1.1 92/07/30";
#endif
/*
* Name: ckf_uint.c
*
* Description: Determine if a field is an unsigned integer. If the
* field is a valid unsigned
www.eeworm.com/read/118499/6098851
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/118499/6098853
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