代码搜索结果

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

program_11_4.m

% Program 11_4 % Power Spectrum Estimation Using Welch's Method % colordef black n = 0:1000; g = 2*sin(0.12*pi*n) + sin(0.28*pi*n) + randn(size(n)); nfft = input('Type in the fft size = '); win

cmultipler.pin

-- Copyright (C) 1991-2006 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

cic.pin

-- Copyright (C) 1991-2006 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

4-6-1.c

#include extern long power(int); int A = 2; main() { int n = 10,total; total = power(n); printf("2^10 = %d \n",total); return 0; }

twt_data1.m

% File: twt_data1.m % Software given here is to accompany the textbook: W.H. Tranter, % K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of % Communication Systems Simulation with Wire

munum.c

/* munum.c按用户序号修改用户信息 */ #include "stdio.h" void ModifyByUserNumber() { int i,j,k; long modnum; /*输入各项修改后信息*/ long Number; char Name[20]; char ps

sunum.c

/* sunum.c按用户需号排序浏览用户信息 */ #include "stdio.h" void SortByUserNum() { int i,j,k; user TmpS; user s[SIZE];/*SIZE,在shead.h头文件中定义的常量,值为100 */ int recNumber =

login.c

/*login.c:用户登录,判断用户名、密码、权限, 根据权限调用相应功能选择界面*/ /*包含用户信息头文件 包含创建用户信息、增加、删除、修改、排序的用户处理程序 包含管理员、普通用户的功能选择界面处理程序*/ #include "user.h" #include "cuser.c" #include "admin.c" #include "guest.c" #inclu

munum.c

/* munum.c按用户序号修改用户信息 */ #include "stdio.h" void ModifyByUserNumber() { int i,j,k; long modnum; /*输入各项修改后信息*/ long Number; char Name[20]; char ps

sunum.c

/* sunum.c按家庭成员序号排序浏览用户信息 */ #include "stdio.h" void SortByUserNum() { int i,j,k; user TmpS; user s[SIZE];/*SIZE,在shead.h头文件中定义的常量,值为100 */ int recNumber