代码搜索:Square
找到约 8,911 项符合「Square」的源代码
代码结果 8,911
www.eeworm.com/read/414826/2142004
square
#!/bin/sh
# the next line restarts using wish \
exec wish "$0" "$@"
# square --
# This script generates a demo application containing only a "square"
# widget. It's only usable in the "tktest" appli
www.eeworm.com/read/389028/2544575
square
#!/bin/sh
# the next line restarts using wish \
exec wish "$0" "$@"
# square --
# This script generates a demo application containing only a "square"
# widget. It's only usable in the "tktest" appli
www.eeworm.com/read/366696/2885018
square
#!/bin/sh
# the next line restarts using wish \
exec wish "$0" "$@"
# square --
# This script generates a demo application containing only a "square"
# widget. It's only usable in the "tktest" appli
www.eeworm.com/read/356070/3043058
square
#!/bin/sh
# the next line restarts using wish \
exec wish "$0" "$@"
# square --
# This script generates a demo application containing only a "square"
# widget. It's only usable in the "tktest" appli
www.eeworm.com/read/159772/5581755
square
#!/bin/sh
# the next line restarts using wish \
exec wish "$0" "$@"
# square --
# This script generates a demo application containing only a "square"
# widget. It's only usable in the "tktest" appli
www.eeworm.com/read/126722/6013346
in square.in
5
0.001 0.001
0.001 0.999
0.999 0.001
0.999 0.999
0.5 0.5
100
0.479171 0.378002
0.742546 0.490402
0.562456 0.938688
0.662984 0.345225
0.143437 0.32609
0.386914 0.803919
0.495315 0.739158
www.eeworm.com/read/351020/3111069
as square.as
package com.example.programmingas3.geometricshapes
{
public class Square extends RegularPolygon
{
// Inherits the numSides and sideLength properties from RegularPolygon
pub
www.eeworm.com/read/351020/3111131
as square.as
package com.example.programmingas3.geometricshapes
{
public class Square extends RegularPolygon
{
// Inherits the numSides and sideLength properties from RegularPolygon
pub
www.eeworm.com/read/292191/8368076
cpp square.cpp
// square.cpp - written and placed in the public domain by Wei Dai
// Based on Paulo S.L.M. Barreto's public domain implementation
#include "pch.h"
#include "square.h"
#include "gf256.h"
NAME
www.eeworm.com/read/292191/8368259
h square.h
#ifndef CRYPTOPP_SQUARE_H
#define CRYPTOPP_SQUARE_H
#include "config.h"
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
class SquareBase : public BlockTransformation
{