代码搜索:Triple
找到约 1,015 项符合「Triple」的源代码
代码结果 1,015
www.eeworm.com/read/388251/8623497
hpp triple.hpp
#pragma ident "$Id: Triple.hpp 888 2007-11-13 18:32:05Z architest $"
/**
* @file Triple.hpp
* Three element double vectors, for use with geodetic coordinates
*/
#ifndef GPSTK_TRIPLE_HPP
#define G
www.eeworm.com/read/387200/8699948
h triple.h
#ifndef TRIPLE_H
#define TRIPLE_H
#include "poly.h"
#include
using namespace std;
class triple
{
public:
triple(poly xx, poly yy, poly zz);
poly getFirst(){return x;}
poly ge
www.eeworm.com/read/387200/8699984
cpp triple.cpp
#include "../headers/triple.h"
triple::triple(poly xx, poly yy, poly zz)
{
x = xx;
y = yy;
z = zz;
}
string triple::tripleToString()
{
string s;
return s;
}
www.eeworm.com/read/185381/9040964
cpp triple.cpp
// Triple.cpp: implementation of the Triple class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "multiply.h"
#include "Triple.h"
#if
www.eeworm.com/read/185381/9041004
h triple.h
// Triple.h: interface for the Triple class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_TRIPLE_H__F2B51D34_A003_4CD2_8F2A_3654F216A87E__INCLUDED_)
www.eeworm.com/read/182021/9221918
triple89
#
# LOKI89 Validation Data Suite Triples
# data is saved as (key, plaintext, ciphertext) triplets
#
0000000000000000 0000000000000000 0000000000000000
0000000000000000 355550b2150e2451 8e
www.eeworm.com/read/182021/9221930
triple91
#
# LOKI91 Validation Data Suite Triples
# data is saved as (key, plaintext, ciphertext) triplets
#
# List of weak and semi-weak keys
#
# Weak Keys
#
0000000000000000 0000000000000000 bd8
www.eeworm.com/read/419339/10873491
h triple.h
#ifndef TRIPLE_H
#define TRIPLE_H
#include "poly.h"
#include "str.h"
typedef struct triple *triple;
triple newTriple (poly x, poly y, poly z);
poly tripleFirst (triple t);
poly tripleSecond (triple
www.eeworm.com/read/419339/10873543
c triple.c
#include "mystdlib.h"
#include "commonInter.h"
#include "triple.h"
struct triple
{
poly x;
poly y;
poly z;
};
triple newTriple (poly x, poly y, poly z)
{
triple temp = checkedMalloc (sizeof
www.eeworm.com/read/435728/7786371
test triple.test
#! /bin/sh
# librsync -- the library for network deltas
# $Id: triple.test,v 1.1 2002/01/25 21:08:26 bje Exp $
#
# Copyright (C) 2001 by Martin Pool
#
# This program is free softwar