代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/271173/6788258
h rsakey.h
#ifndef __RSAKEYH__
#define __RSAKEYH__ // rsakey.h is #included
#include "flintpp.h"
#include "ripemd.h"
#define BLOCKTYPE_SIGN 01
#define BLOCKTYPE_ENCR 02
typedef struct
www.eeworm.com/read/393812/8262027
txt translations.txt
HOW TO TRANSLATE UPX SHELL!
-Copy English.lng to file named Lang.lng (where Lang is your language) into UPX Shell directory.
-Translate english strings after = (equal) sign (ATTENTION: do NOT change
www.eeworm.com/read/367602/9740338
c stdio.c
#include
#include
#include
#define ZEROPAD 1 /* pad with zero */
#define SIGN 2 /* unsigned/signed long */
#define PLUS 4 /* show plus */
#define SPACE
www.eeworm.com/read/412508/11195304
cc randomwalk.cc
#include "h/randomWalk.h"
Define_Module_Like(RandomWalk,Mobility);
bool RandomWalk::rebound(int& x, int &y)
{
bool update=false;
d("rebound");
if( x < minX)
{
dX *= (-1); // change the sign
www.eeworm.com/read/412508/11195314
cc pursuit.cc
#include "h/pursuit.h"
Define_Module_Like(Pursuit,Mobility);
bool Pursuit::rebound(int x, int y)
{
bool update = false;
if( (x = maxX) )
{
dX *= (-1); // change the sign
u
www.eeworm.com/read/133427/14043845
dat map.dat
Don't change the file !!!
But you can add some map at the end of [custom maps] section.
And you must restart the boxman program!
ps:Never use the same number to sign your map.
+ : wall
- : ou
www.eeworm.com/read/133019/14057532
cpp pubkey.cpp
// pubkey.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#ifndef CRYPTOPP_IMPORTS
#include "pubkey.h"
NAMESPACE_BEGIN(CryptoPP)
void TF_DigestSignerBase::Sign
www.eeworm.com/read/205038/15328723
c eigen.c
/* Copyright (C) Marcus Richter and Thomas Schreiber (1997) */
#include
#include
#include
#include
#define SIGN(a,b) ((b) >= 0.0 ? fabs(a) : -fabs(a))
www.eeworm.com/read/204700/15334787
dat map.dat
Don't change the file !!!
But you can add some map at the end of [custom maps] section.
And you must restart the boxman program!
ps:Never use the same number to sign your map.
+ : wall
- : ou