代码搜索:unsigned

找到约 10,000 项符合「unsigned」的源代码

代码结果 10,000
www.eeworm.com/read/137229/13337931

c input.c

/* * GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette * This program may be freely copied for educational * and research purposes. All other rights reserved. * * file: input.
www.eeworm.com/read/137022/13347572

c nr4.c

/* net/rom level 4 (transport) protocol implementation */ #include #include "global.h" #include "mbuf.h" #include "timer.h" #include "ax25.h" #include "lapb.h" #include "netrom.h"
www.eeworm.com/read/136959/13351976

h bignum.h

/* BIGNUM.H ** ** Header file with definition of BigNum type for Big Number Arithmetic. ** ** Released to the public domain by Clifford Rhodes on June 15, 1995 with ** no guarantees of any sort as to
www.eeworm.com/read/323119/13351984

result type_ranges.result

drop table if exists t1,t2,t3; SET SQL_WARNINGS=1; CREATE TABLE t1 ( auto int(5) unsigned NOT NULL auto_increment, string char(10) default "hello", tiny tinyint(4) DEFAULT '0' NOT NULL , short smallin
www.eeworm.com/read/323119/13354199

test cast.test

# # Test of cast function # select CAST(1-2 AS UNSIGNED); select CAST(CAST(1-2 AS UNSIGNED) AS SIGNED INTEGER); select CAST('10 ' as unsigned integer); select cast(-5 as unsigned) | 1, cast(-5 as uns
www.eeworm.com/read/136859/13358764

c main.c

#include "main.h" #define LOADER_VERSION "loader 1.0" extern char _stext,_etext,_sdata,_edata; /* Global variables */ volatile char XmodemComplete =0; unsigned int StTick; AT91S_RomBoot const *
www.eeworm.com/read/322761/13367288

c key.c

//键盘扫描处理,无按键返回0,有按键返回键值,键值对应于keycode[]下标值。8条(以P2为例)口线24按键 //键盘码也可定义为局部数组变量 unsigned char code keycode[]= {0x00,0xee,0xde,0xbe,0xed,0xdd,0xbd,0xeb,0xdb,0xbb,0xd7,0xe7,0xb7,0x7b,0x7d,0x7e,0x77, 0xf
www.eeworm.com/read/136353/13382219

c gray.c

/* * Copyright (c) 1992 The Regents of the University of California. * All rights reserved. * * Permission to use, copy, modify, and distribute this software and its * documentation for any
www.eeworm.com/read/322174/13387358

cpp ex184_oci8.cpp

#include using namespace std; #include #define OTL_ORA8I // Compile OTL 4.0/OCI8i #define OTL_UNICODE // Enable Unicode OTL for OCI8i #include // include the OTL
www.eeworm.com/read/322174/13387364

cpp ex185_oci8.cpp

#include using namespace std; #include #define OTL_ORA8I // Compile OTL 4.0/OCI8i #define OTL_UNICODE // Enable Unicode OTL for OCI8i #include // include the OTL