代码搜索:unsigned
找到约 10,000 项符合「unsigned」的源代码
代码结果 10,000
www.eeworm.com/read/455905/7361947
h unsigned.h
#define uchar unsigned char
#define uint unsigned int
#define ulong unsigned long
www.eeworm.com/read/447020/7560464
m unsigned.m
function theResult = unsigned(self, isUnsigned)
% ncitem/unsigned -- Set/get unsigned flag.
% unsigned(self) returns TRUE if the "unsigned" flag
% has been set to interpret NetCDF signed integ
www.eeworm.com/read/322022/13390915
java unsigned.java
package com.ronsoft.books.nio.buffers;
import java.nio.ByteBuffer;
/**
* Utility class to get and put unsigned values to a ByteBuffer object.
* All methods here are static and take a ByteBuffer o
www.eeworm.com/read/487037/6522780
cc unsigned.cc
#include
using namespace std;
int main()
{
int integer;
unsigned int ui;
integer = -1;
ui = -1;
cout
www.eeworm.com/read/482889/1282755
hpp is_unsigned.hpp
// (C) Copyright John Maddock 2005.
// Use, modification and distribution are subject to the Boost Software License,
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// htt
www.eeworm.com/read/233448/4678407
tree unsigned.tree
// { dg-do compile }
// { dg-options "-fdump-tree-generic" }
external_reference void abort ();
external_reference void exit (int status);
external_definition int main (int argc, int argv);
main
{
au
www.eeworm.com/read/233448/4692322
cc is_unsigned.cc
// 2005-01-24 Paolo Carlini
//
// Copyright (C) 2005 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can