代码搜索结果
找到约 10,000 项符合
Power 的代码
power.asm
*********************************************************************************
* (C) COPYRIGHT TEXAS INSTRUMENTS, INC. 1996 *
**********************************
power.m
function c = power(a,b)
sa = size(a);
sb = size(b);
if ~isa(a,'dataset')
if all(sa == 1), a = ones(sb)*a; sa = sb; end
end
if ~isa(b,'dataset')
if all(sb == 1), b = ones(sa)*b; sb = sa; end
end
if
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.cpp
// power.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
#include
void main()
{
float a[20][22],u[20],v[20],max=-200; //a存放矩阵
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