代码搜索结果
找到约 25,001 项符合
Power 的代码
power.plg
礦ision2 Build Log
Project:
E:\niosii\c8051学习机实验程序\7289\power.uv2
Project File Date: 01/31/2005
Output:
Build target 'Target 1'
compiling 7289
power.m
function p=power(x)
% p=power(x)
%POWER Returns the power in signal x
p=(norm(x)^2)/length(x);
power.m
function p=power(x)
% p=power(x)
%POWER Returns the power in signal x
p=(norm(x)^2)/length(x);
power.ls1
A51 MACRO ASSEMBLER POWER 10/31/2003 02:22:20 PAGE 1
MACRO ASSEMBLER A51 V7.01
OBJECT MODULE PLACED IN .\Power.OBJ
ASSEMBLER
power.lst
C51 COMPILER V8.08 POWER 02/25/2009 16:29:00 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE POWER
OBJECT MODULE PLACED IN .
power.src
; .\Power.SRC generated from: ..\SourceFile\Power.c
; COMPILER INVOKED BY:
; C:\Program Files\Keil\C51\BIN\C51.EXE ..\SourceFile\Power.c LARGE BROWSE DEBUG OBJECTEXTEND PRINT(.\Power.lst) SRC
power.c
/*
* File: power.c
* -------------
* This file includes the RaiseIntToPower function and a
* simple test program that generates a table of the powers
* of 2.
*/
#include
#include "gen
power.ls1
A51 MACRO ASSEMBLER POWER 10/31/2003 02:22:20 PAGE 1
MACRO ASSEMBLER A51 V7.01
OBJECT MODULE PLACED IN .\Power.OBJ
ASSEMBLER
power.lst
C51 COMPILER V7.10 POWER 12/14/2004 10:51:15 PAGE 1
C51 COMPILER V7.10, COMPILATION OF MODULE POWER
OBJECT MODULE PLACED IN .
power.src
; .\Power.SRC generated from: ..\SourceFile\Power.c
; COMPILER INVOKED BY:
; C:\Program Files\Keil\C51\BIN\C51.EXE ..\SourceFile\Power.c LARGE BROWSE DEBUG OBJECTEXTEND PRINT(.\Power.lst) SRC