代码搜索:Square
找到约 8,911 项符合「Square」的源代码
代码结果 8,911
www.eeworm.com/read/391563/8397143
class square.class
www.eeworm.com/read/391563/8397159
java square.java
import java.awt.*;
//画正方型方格的Square类继承SquareShape类
class Square extends SquareShape
{
private Color squareColor=new Color(82,165,165);//蓝绿
public Square(Graphics g)
{
super(g);
this.colo
www.eeworm.com/read/291537/8410975
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/291537/8411223
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
{
www.eeworm.com/read/391211/8415467
dsn square.dsn
www.eeworm.com/read/187929/8590029
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/187929/8590331
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
{
www.eeworm.com/read/388272/8620432
cpp square.cpp
// square.cpp
// includes
#include "square.h"
// "constants"
const int square_from_64[64] =
{
(0x44), (0x45), (0x46), (0x47), (0x48), (0x49), (0x4A), (0x4B), (0x54), (0x55), (0x5
www.eeworm.com/read/388272/8620539
h square.h
// square.h
#ifndef SQUARE_H
#define SQUARE_H
// includes
#include "color.h"
#include "util.h"
// macros
#define SQUARE_IS_OK(square) ((((square)-0x44)&~0x77)==0)
#define SQ
www.eeworm.com/read/287946/8658481
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