代码搜索:Box
找到约 10,000 项符合「Box」的源代码
代码结果 10,000
www.eeworm.com/read/421211/10750495
cpp box.cpp
/* ColDet - C++ 3D Collision Detection Library
* Copyright (C) 2000 Amir Geva
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Li
www.eeworm.com/read/421211/10750508
h box.h
/* ColDet - C++ 3D Collision Detection Library
* Copyright (C) 2000 Amir Geva
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Li
www.eeworm.com/read/350250/10752872
c box.c
www.eeworm.com/read/275958/10781577
ico box.ico
www.eeworm.com/read/420191/10811221
m box_.m
www.eeworm.com/read/349581/10815979
h box.h
#ifndef BOX_H
#define BOX_H
class box
{
private:
interval x, y, z;
// addtion
friend box& operator+=( box&, vector const& );
friend box operator+( box const&, vect
www.eeworm.com/read/419876/10831553
ico in box.ico
www.eeworm.com/read/349301/10837387
h box.h
void box(int a, int b, int c, int d)
{
for(int i = a; i < c; i++)
{
gotoxy(i,b); printf("\xcd");
gotoxy(i,d); printf("\xcd");
}
for(int j = b; j < d; j++)
{
gotoxy(a,j); prin
www.eeworm.com/read/419656/10847655