代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/339930/12194658
readme
=============================================================
- Kernel Statistics toolbox
- Last Update:2006/10/29
- For questions or comments, please email
Yuh-Jye Lee,
www.eeworm.com/read/207800/15261961
c cstrcpsr.c
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*
www.eeworm.com/read/207217/15279383
h mystring.h
// Exercise 14.1 MyString.h
// Definition of the MyString class representing strings
#ifndef MYSTRING_H
#define MYSTRING_H
namespace mySpace {
class MyString {
public:
MyString();
www.eeworm.com/read/207217/15279436
h mystring.h
// Exercise 13.4 MyString.h
// Definition of the MyString class representing strings
#ifndef MYSTRING_H
#define MYSTRING_H
namespace mySpace {
class MyString {
public:
MyString();
www.eeworm.com/read/169491/5420674
h old-quat.h
/* -*- indent-tabs-mode:T; c-basic-offset:8; tab-width:8; -*- vi: set ts=8:
* $Id: old-quat.h,v 2.0 2002/09/22 02:07:32 tramm Exp $
*
* Quaternion manipulation routines
*
* Author: Aaron Kahn, Su
www.eeworm.com/read/162614/5518187
c array12.c
// PR c++/12253
// Bug: We were failing to destroy the temporary A passed to the
// constructor for b[0] before going on to construct b[1].
// { dg-do run }
extern "C" int printf (const char *, ...)
www.eeworm.com/read/162614/5534080
java printexception.java
/* PrintException.java --
Copyright (C) 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under the
www.eeworm.com/read/162519/5543612
java printexception.java
/* PrintException.java --
Copyright (C) 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under the
www.eeworm.com/read/294203/8246926
m isoquaternion.m
function q = isoquaternion(z, a)
% ISOQUATERNION Construct a quaternion from a complex number, preserving
% the modulus and argument, and using the axis of the second
%
www.eeworm.com/read/370047/9621473
m nrbrevolve.m
function surf = nrbrevolve(curve,pnt,vec,theta)
%
% Function Name:
%
% nrbrevolve - Construct a NURBS surface by revolving a NURBS curve.
%
% Calling Sequence:
%
% srf = nrbrevolve(crv