代码搜索:Power

找到约 10,000 项符合「Power」的源代码

代码结果 10,000
www.eeworm.com/read/103037/15749011

asm ca.asm

.MODEL SMALL .CODE PUBLIC _Power2 _Power2 PROC push bp ;Entry sequence mov bp,sp mov ax,[bp+4] ; Load Arg1 into AX mov cx,[bp+6] ; Load Arg2 into CX shl ax,cl ; AX = AX * (2 to powe
www.eeworm.com/read/102731/15760825

c show_pow.c

#include #include void main (void) { int power; for (power = -2; power
www.eeworm.com/read/102501/15779970

cpp dct.cpp

#define EXTRA_NAME "@dcttransform." #include "loadbmp.h" #define Point(x,y) lpPoints[(x)+(y)*nWidth] void FFT(COMPLEX * TD, COMPLEX * FD, int power) { int count; int i,j,k,bfsize,p; doub
www.eeworm.com/read/101771/15819050

c show_pow.c

#include #include void main (void) { int power; for (power = -2; power
www.eeworm.com/read/101557/15826601

m ip_01_08.m

% MATLAB script for Illustrartive Problem 8, Chapter 1. ts=0.001; fs=1/ts; t=[0:ts:10]; x=cos(2*pi*47*t)+cos(2*pi*219*t)
www.eeworm.com/read/101163/15847238

html content.html

www.eeworm.com/read/100431/15873795

c powill.c

/* powil.c * * Real raised to integer power, long double precision * * * * SYNOPSIS: * * long double x, y, powil(); * int n; * * y = powil( x, n ); * * * * DESCRIPTION: * * Retu
www.eeworm.com/read/381491/9090082

m equal_mmse.m

function [y]=equal_MMSE(x,h,SN_dB) %[y]=equal(x,h) %x是1*(Lp+8)的复向量,其中向量元素表示表示经过OFDM解调后的输出 %h是信道特性估计,由信道模块给出,为1*(Lp+8)的复向量,其中向量元素表示OFDM接收端处理的结果 %y为s通过均衡器后的输出信号,是1x(Lp+8) 的复向量,其中向量元素表示经过均衡处理的结果
www.eeworm.com/read/282321/9101865

h init.h

///////////////////////////////////////////////// ///////////////////*端口定义*//////////////////// ///////////////////////////////////////////////// sbit DATA=P0^0; //功放板4094数据线 sbit CL
www.eeworm.com/read/282312/9102559

h init.h

///////////////////////////////////////////////// ///////////////////*端口定义*//////////////////// ///////////////////////////////////////////////// sbit DATA=P0^0; //功放板4094数据线 sbit CL