代码搜索:Square
找到约 8,911 项符合「Square」的源代码
代码结果 8,911
www.eeworm.com/read/430636/8736849
class square.class
www.eeworm.com/read/430636/8736852
java square.java
/*
* Created on 2005-10-9
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package polymorphism;
/**
* @auth
www.eeworm.com/read/286166/8785268
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/286166/8785436
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/384084/8901085
cpp square.cpp
// Square.cpp: implementation of the Square class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Square.h"
//////////////////////////
www.eeworm.com/read/384084/8901106
h square.h
// Square.h: interface for the Square class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SQUARE_H__58B67AF5_7E33_451A_9A32_F8D946289831__INCLUDED_)
www.eeworm.com/read/427575/8933656
gif square.gif
www.eeworm.com/read/427492/8939948
c square.c
#include
#include
#include
int main()
{
short L = 0;
short R = 0;
int cnt = 0;
int i;
int sr = 44100;
int freq = 300;
int amp = 30000;
int per = sr / freq
www.eeworm.com/read/185447/9037384
jpg square.jpg
www.eeworm.com/read/283128/9041487
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