代码搜索:Power
找到约 10,000 项符合「Power」的源代码
代码结果 10,000
www.eeworm.com/read/432936/8561676
m prob_check.m
% prob_check.m
% 假设检验演示程序
% 单侧假设检验 %
% 设置检验参数
mu0=100;sig=20;N=16;
% 设置假设检验的置信水平
alpha=0.05;conf=1-alpha;
% 设置正态分布的截断点
cutoff=norminv(conf,mu0,sig/sqrt(N));
% 产生数据点
x=[linspace(90,cutoff),li
www.eeworm.com/read/432771/8575183
h measure.h
// measure.h
// Copyright Mobilink Telecom, Inc. 1999, 2000
//
// Nick Steffen
// May 21, 2000
//
// June 27, 2000
// Added cable_loss
//
// August 7, 2000
// Added VISA capability
//
// S
www.eeworm.com/read/432771/8575394
txt cal_log.txt
SIO Tx: ISPCS 1
SIO Tx: arfcn 700
SIO Tx: ramp 5
SIO Tx: start 0
Setting expected Tx power: 25.000000 dBm
Measuring Tx power: integrity=0, power=26.032770
SIO Tx: ramp 10
SIO Tx: RAMPUP 128 128
www.eeworm.com/read/432630/8585748
pro chapter09displaywavelet.pro
; Chapter09DisplayWavelet.pro
PRO Chapter09DisplayWavelet
imageSize = [64, 64]
file = FILEPATH('abnorm.dat', SUBDIRECTORY = ['examples', 'data'])
image = READ_BINARY(file, DATA_DIMS = imageS
www.eeworm.com/read/432630/8585908
pro chapter09removingnoisewithfft.pro
; Chapter09RemovingNoiseWithFFT.pro
PRO Chapter09RemovingNoiseWithFFT
imageSize = [64, 64]
file = FILEPATH('abnorm.dat', SUBDIRECTORY = ['examples', 'data'])
image = READ_BINARY(file, DATA_D
www.eeworm.com/read/388626/8591182
pin keyboard.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/288910/8594551
cpp ch03.02.cpp
// #include
#include
/**
** 2 raised to the power of 10: 1024
**/
int main()
{
int value = 2;
int pow = 10;
cout
www.eeworm.com/read/388545/8602401
c command.c
/* command.c
* CMUnited-97 (soccer client for Robocup-97)
* Peter Stone
* Computer Science Department
* Carnegie Mellon University
* Copyright (C) 1997 Peter Stone
*
* CMUni
www.eeworm.com/read/432426/8605444
bld httpsvr.bld
# Microsoft Developer Studio Generated Build File, Format Version 50001
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Application" 0x0101
# TARGTYPE "Power Macintosh Application" 0x0401
CFG=Http
www.eeworm.com/read/288741/8610333
c testpower.c
#include "usbdriver.h"
NTSTATUS TestPowerIrp(IN PDEVICE_OBJECT fdo,IN PIRP Irp)
{
NTSTATUS ntStatus;
PIO_STACK_LOCATION IrpStack, NextStack;
PDEVICE_EXTENSION pdx;
pdx = fdo->Devic