代码搜索:Square
找到约 8,911 项符合「Square」的源代码
代码结果 8,911
www.eeworm.com/read/167847/9950737
x square.x
struct square_in { /* input (argument) */
long arg1;
};
struct square_out { /* output (result) */
long res1;
};
program SQUARE_PROG {
version SQUARE_VERS {
square_out SQUAREPROC(square_in
www.eeworm.com/read/167847/9950747
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/9950757
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/9950810
x square.x
struct square_in { /* input (argument) */
long arg1;
};
struct square_out { /* output (result) */
long res1;
};
program SQUARE_PROG {
version SQUARE_VERS {
square_out SQUAREPROC(square_in
www.eeworm.com/read/167847/9950820
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/9950842
x square.x
struct square_in { /* input (argument) */
long arg1;
};
struct square_out { /* output (result) */
long res1;
};
program SQUARE_PROG {
version SQUARE_VERS {
square_out SQUAREPROC(square_in
www.eeworm.com/read/362791/9980661
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/362791/9980783
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/362274/10007998
java square.java
package oesee.teach.java.one.mycookies;
/**
* 正方形
*
* @author chen.jia.xun(Robanco) www.oesee.com
*
*/
public class Square {
// 宽度
double width;
// 计算面积
public void area()
www.eeworm.com/read/360615/10084576
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 "misc.h"
#includ