代码搜索结果
找到约 25,001 项符合
Power 的代码
power.m
function r = power(obj1,obj2)
% GPOSYNOMIAL/POWER Implements '.^' for general posynomials.
%
if( ~isnumeric(obj2) )
error('The exponent in the power must be a numerical value.');
end
sz1 = size(o
power.m
function r = power(obj1,obj2)
% MONOMIAL/POWER Implement '.^' for monomials.
%
if( ~isnumeric(obj2) )
error('The exponent in the power must be a numerical value.');
end
sz1 = size(obj1); sz2 = si
power.cpp
/******************************************************************************
*
* File Name:
*
* Power.cpp
*
* Description:
*
* Power Management functions
*
* Revision
power.cpp
// Power.cpp: implementation of the CPower class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "DrawChip.h"
#include "Power.h"
#ifde
power.m
function Z = power(X, Y)
% .^ Array power.
% (Quaternion overloading of standard Matlab function.)
% Copyright
power.c
/*++
Copyright (c) 1996 Microsoft Corporation
Module Name:
power.c
Abstract: NULL filter driver -- boilerplate code
Author:
ervinp
Environment:
Kernel mode
Revi
power.c
// power.c -- raises numbers to integer powers
#include
double power(double n, int p); // ANSI prototype
int main(void)
{
double x, xpow;
int exp;
printf("Enter a number
power.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "power"=".\power.dsp
power.plg
Build Log
--------------------Configuration: power - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~
power.dsp
# Microsoft Developer Studio Project File - Name="power" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con