代码搜索:Square

找到约 8,911 项符合「Square」的源代码

代码结果 8,911
www.eeworm.com/read/378022/9253799

tab square.tab

static const byte Se[256] = { 177, 206, 195, 149, 90, 173, 231, 2, 77, 68, 251, 145, 12, 135, 161, 80, 203, 103, 84, 221, 70, 143, 225, 78, 240, 253, 252, 235, 249, 196, 26, 110, 94,
www.eeworm.com/read/378022/9253814

c square.c

/* * The Square block cipher. * * Algorithm developed by Joan Daemen and * Vincent Rijmen * * This public domain implementation
www.eeworm.com/read/378022/9253823

h square.h

#ifndef __SQUARE_H #define __SQUARE_H #define R 8 /* number of rounds */ #define SQUARE_BLOCKSIZE (4*sizeof(word32)) #ifndef USUAL_TYPES #define USUAL_TYPES typedef unsigned char byte; /*
www.eeworm.com/read/180454/9307402

class square.class

www.eeworm.com/read/374904/9379646

emf square.emf

www.eeworm.com/read/374573/9395718

jpg square.jpg

www.eeworm.com/read/374327/9409185

cpp square.cpp

// Square.cpp: implementation of the CSquare class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "ll.h" #include "Square.h" #ifdef _
www.eeworm.com/read/374327/9409205

h square.h

// Square.h: interface for the CSquare class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_SQUARE_H__62D81E72_C629_44CA_92D5_36CF826E831F__INCLUDED_)
www.eeworm.com/read/373369/9460313

java square.java

//: polymorphism/shape/Square.java package polymorphism.shape; import static net.mindview.util.Print.*; public class Square extends Shape { public void draw() { print("Square.draw()"); } pu
www.eeworm.com/read/175643/9538454

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