代码搜索:void
找到约 10,000 项符合「void」的源代码
代码结果 10,000
www.eeworm.com/read/470713/1454546
java void.java
/* Void.class - defines void.class
Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it
www.eeworm.com/read/470693/1466436
java void.java
/* Void.class - defines void.class
Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it
www.eeworm.com/read/237048/4633901
java void.java
/* Void.class - defines void.class
Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribut
www.eeworm.com/read/233448/4689391
java void.java
/* Void.class - defines void.class
Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it
www.eeworm.com/read/233448/4692261
cc is_void.cc
// 2004-12-03 Paolo Carlini
//
// Copyright (C) 2004 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can
www.eeworm.com/read/229812/4751696
gml void.gml
.ix 'void'
.ix 'type' 'void'
.pp
The
.kw void
type has several purposes:
.autonote
.note
To declare an object as being a pointer to no particular type.
For example,
.millust begin
void * me
www.eeworm.com/read/207991/4998966
mal void.mal
io.print("First keep void tests");
a := bat.new(:oid,:int,10);
bat.setName(a,"A");
bat.append(a,1);
bat.append(a,4);
bat.append(a,7);
bat.append(a,2);
bat.append(a,8);
bat.append(a,1);
bat.append(a,4
www.eeworm.com/read/193422/5143711
cc void.cc
#include
using namespace std;
void Swap( void*p1, void*p2, int bytes );
int main(int argc, char* argv[])
{
int i1 = 100, i2 = 200;
double d1 = 1.1, d2 = 2.2;
char c1 = 'x', c2 = 'y';
www.eeworm.com/read/190666/5181333
java void.java
/* java.lang.Void
Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under
www.eeworm.com/read/168845/5431767
hpp void.hpp
// Copyright Daniel Wallin, David Abrahams 2005. Use, modification and
// distribution is subject to the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
//