代码搜索:Power
找到约 10,000 项符合「Power」的源代码
代码结果 10,000
www.eeworm.com/read/284697/8908777
c ex3-4.c
#include
main() {
int power(int x, int n);
int a, b, c;
printf("please input X and n: \n");
scanf("%d %d",&a, &b);
c=power(a, b);
printf("\
www.eeworm.com/read/284676/8909744
cpp xt4-16file1.cpp
#include
using namespace std;
int a;
int main()
{extern int power(int);
int b=3,c,d,m;
coutm;
c=a*b;
cout
www.eeworm.com/read/427960/8909944
cpp roots.cpp
/*
* Program to calculate roots
*
* Requires: flash.cpp
*
* Copyright (c) 1988-2001 Shamus Software Ltd.
*/
#include
#include "flash.h"
using namespace std;
Mir
www.eeworm.com/read/284604/8914359
c mpsplot.c
#include
#include
#include
#include "msp.h"
void mpsplot(float psdr[],float psdi[],int mfre,float ts)
{
/*----------------------------------------------------------
www.eeworm.com/read/186716/8914456
m psd.m
function [Sxx] = psd(x,arg2,arg3)
% PSD ......... Power spectrum of the input data sequence.
%
% PSD(X,M,FRANGE) performs FFT analysis of the sequence X using the
% Welch method of power spect
www.eeworm.com/read/427615/8930953
pin lcdfinal.pin
-- Copyright (C) 1991-2008 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and a
www.eeworm.com/read/284309/8945835
m fmpower.m
function [x,iflaw]=fmpower(N,k,p1,p2)
%FMPOWER Signal with power-law frequency modulation.
% [X,IFLAW]=FMPOWER(N,K,P1,P2) generates a signal with a
% power-law frequency modulation.
% X(t) = exp(j*2*p
www.eeworm.com/read/427328/8951346
pin dds_vhdl.pin
-- Copyright (C) 1991-2004 Altera Corporation
-- Any megafunction design, and related netlist (encrypted or decrypted),
-- support information, device programming or simulation file, and a
www.eeworm.com/read/383196/8962531
c munum.c
/* munum.c按用户序号修改用户信息 */
#include "stdio.h"
void ModifyByUserNumber()
{
int i,j,k;
long modnum;
/*输入各项修改后信息*/
long Number;
char Name[20];
char ps
www.eeworm.com/read/383196/8962567
c sunum.c
/* sunum.c按家庭成员序号排序浏览用户信息 */
#include "stdio.h"
void SortByUserNum()
{
int i,j,k;
user TmpS;
user s[SIZE];/*SIZE,在shead.h头文件中定义的常量,值为100 */
int recNumber