代码搜索:unsigned
找到约 10,000 项符合「unsigned」的源代码
代码结果 10,000
www.eeworm.com/read/406404/11443166
h jconfig.h
//-------------------------------------------------------------------------//
// Windows Graphics Programming: Win32 GDI and DirectDraw //
// ISBN 0-13-08698
www.eeworm.com/read/280448/10330446
sql cq_tables.sql
# MySQL dump 8.16
#
# Host: 192.168.1.200 Database: cq
#--------------------------------------------------------
# Server version 3.23.32
#
# Table structure for table 'cq_item'
#
CRE
www.eeworm.com/read/417049/11005330
h common.h
#ifndef COMMON_H_DEFINED
#define COMMON_H_DEFINED
#include
#include
/* Define precision used by package */
#if defined(USE_LONG_DOUBLE_PRECISION)
#define FLOAT long double
#defi
www.eeworm.com/read/137249/13337106
c demo.c
/* Include necessary Nucleus PLUS files. */
#include "nucleus.h"
#include "string.h"
#include "stdlib.h"
struct LAPDL{
int length;
char *info;
}*rdl,*dl0;
struct q921{
unsigned c
www.eeworm.com/read/306521/13742961
h jnand_comdef.h
#ifndef __JNAND_COMDEF_H
#define __JNAND_COMDEF_H
/*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*
Flash Programming Plug-In for Lauterbach JTAG/ICD TRACE32
www.eeworm.com/read/149876/5696329
c pointers.c
#if !defined (__STDC__) && !defined (_AIX)
#define signed /**/
#endif
char v_char;
signed char v_signed_char;
unsigned char v_unsigned_char;
short v_short;
signed short v_signed_short;
unsigned
www.eeworm.com/read/148694/5711766
c pointers.c
#if !defined (__STDC__) && !defined (_AIX)
#define signed /**/
#endif
char v_char;
signed char v_signed_char;
unsigned char v_unsigned_char;
short v_short;
signed short v_signed_short;
unsigned
www.eeworm.com/read/117181/6110641
c pointers.c
#if !defined (__STDC__) && !defined (_AIX)
#define signed /**/
#endif
char v_char;
signed char v_signed_char;
unsigned char v_unsigned_char;
short v_short;
signed short v_signed_short;
unsigned
www.eeworm.com/read/100285/6271804
c typename.c
#include
#include
/*
* This function is used to generate the correct type names.
*/
const char *
ECPGtype_name(enum ECPGttype typ)
{
switch (typ)
{
case ECPGt_char:
r