代码搜索:QUAD
找到约 3,045 项符合「QUAD」的源代码
代码结果 3,045
www.eeworm.com/read/31729/1030004
asm quad.asm
www.eeworm.com/read/480930/1309959
h quad.h
/* Software floating-point emulation.
Definitions for IEEE Quad Precision.
Copyright (C) 1997,1998,1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed b
www.eeworm.com/read/479151/1342303
h quad.h
/* Software floating-point emulation.
Definitions for IEEE Quad Precision.
Copyright (C) 1997,1998,1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed b
www.eeworm.com/read/472524/1409841
java quad.java
import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
import java.applet.Applet;
import java.awt.geom.*;
import java.awt.image.BufferedImage;
public class Quad extends JApplet{
stati
www.eeworm.com/read/461961/1548899
h quad.h
// Quad class
#pragma once
#include "Mathematics/Vector.h"
namespace Mathematics
{
/// Quad on some plane in 3-space
class Quad
{
public:
Quad() {};
www.eeworm.com/read/248746/4464434
java quad.java
import java.awt.*;
import javax.swing.*;
import java.awt.event.*;
import java.applet.Applet;
import java.awt.geom.*;
import java.awt.image.BufferedImage;
public class Quad extends JApplet{
stati
www.eeworm.com/read/242732/4542809
c quad.c
/*
** License Applicability. Except to the extent portions of this file are
** made subject to an alternative license as permitted in the SGI Free
** Software License B, Version 1.1 (the "License")
www.eeworm.com/read/237048/4634583
java quad.java
/*
* $Id: Quad.java,v 1.1 2004/01/21 23:42:54 msiddalingaiah Exp $
*
* mailto:madhu@madhu.com
*/
package org.jnode.vm.compiler.ir.quad;
import java.util.List;
import org.jnode.util.Boot