代码搜索:hexagon

找到约 34 项符合「hexagon」的源代码

代码结果 34
www.eeworm.com/read/240472/4573648

solid hexagon

Star 1314089316 6.000 1229874277 0.000 1332765556 100.000 1330013298 270.000 1330013299 0.00 inches 1398042482 91.000 1398043233 1.50 inches 1935963971 Gradient: 2/0.000 0 3 1 0 0 255 255 0 0.
www.eeworm.com/read/341334/12091905

bmp hexagon.bmp

www.eeworm.com/read/129562/14238179

ico hexagon.ico

www.eeworm.com/read/212314/15159988

m hexagon.m

function [Neighbours, WeightValues] = Hexagon(Radius,Winner,MLKP); if (Radius == 0) Neighbours = Winner; WeightValues = 1; return; end nrow=MLKP.Nrow; ncol=MLKP.Ncol; crow=floo
www.eeworm.com/read/38039/1089486

sec hexagon.sec

#UGC:2 SECTION 1100 480 -1 1 1 15 2200 1999050 00000286 \ #- VERS 0 0 \ #- HOST \
www.eeworm.com/read/38039/1103263

sec hexagon.sec

www.eeworm.com/read/349882/3137731

java hexagon.java

/** * $Id:Hexagon.java $ * * Copyright 2004 ~ 2005 JingFei International Cooperation LTD. All rights reserved. * */ package com.jfimagine.jfgraph.geom; import com.jfimagine.jfgraph.
www.eeworm.com/read/409203/2236633

java hexagon.java

/* * Copyright (c) 2003-2009 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the follo
www.eeworm.com/read/281832/9131008

cpp pentagon_hexagon.cpp

#include "pentagon_hexagon.h" #include "dynclass.h" DYN_DECLARE(CPentagon); DYN_DECLARE(CHexagon); double CPentagon::area(void) const { std::cout
www.eeworm.com/read/281832/9131017

h pentagon_hexagon.h

/* pentagon_hexagon.h */ #ifndef __PENTAGON_HEXAGON_H__ #define __PENTAGON_HEXAGON_H__ #include "polygon.h" #include class CPentagon : public CPolygon { public: virtual do