代码搜索:Square
找到约 8,911 项符合「Square」的源代码
代码结果 8,911
www.eeworm.com/read/175643/9538601
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/371177/9563345
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/371177/9563553
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/169058/9883013
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/167987/9942635
do_square
#!/bin/ksh
# Script name: do_square
# Example 10.123
function square {
(( sq = $1 * $1 ))
print "Number to be squared is $1."
print "The result is $sq "
}
read number?"Give me a number t
www.eeworm.com/read/167987/9942781
do_square
#!/bin/sh
# Script name: do_square
function square {
sq=`expr $1 \* $1`
echo "Number to be squared is $1."
echo "The result is $sq "
}
echo "Give me a number to square. "
read number
va
www.eeworm.com/read/167847/9950692
x square.x
struct square_in {
long arg1;
};
struct square_out {
long res1;
};
program SQUARE_PROG {
version SQUARE_VERS {
square_out SQUAREPROC(square_in) = 1;
/* procedure number = 1 */
} =
www.eeworm.com/read/167847/9950702
x square.x
struct square_in {
long arg1;
};
struct square_out {
long res1;
};
program SQUARE_PROG {
version SQUARE_VERS {
square_out SQUAREPROC(square_in) = 1;
/* procedure number = 1 */
} =
www.eeworm.com/read/167847/9950711
x square.x
struct square_in {
long arg1;
};
struct square_out {
long res1;
};
program SQUARE_PROG {
version SQUARE_VERS {
square_out SQUAREPROC(square_in) = 1;
/* procedure number = 1 */
} =
www.eeworm.com/read/167847/9950727
x square.x
struct square_in {
long arg1;
};
struct square_out {
long res1;
};
program SQUARE_PROG {
version SQUARE_VERS {
square_out SQUAREPROC(square_in) = 1;
/* procedure number = 1 */
} =