代码搜索结果

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

1k1-909-14x.lbl

; ; VAG-COM label file ; ; Audi A3 (8P) / VW Caddy (2K) / VW Golf/Jetta (1K) / VW Touran (1T) ; Seat Altea/Toledo (5P) / Skoda Octavia II (1Z) ; ; component: J500 - Steering Aid (#44) ; ; p/n:

3spi 18位.txt

各位先進 小弟剛加入TFT的行列,目前手頭上有個案子採用的就是R61503B這個IC。而且它的接口是採用 3SPI+18bit RGB interface 目前小弟試過所有的方法。都無法點亮跟傳送圖案進去 懇請各位先進指導小弟,或者提供原始代碼給小弟參考好嗎?拜託 拜託 以下是我的原始代碼,若各位先進有空也懇請先進幫忙指導。看看小弟哪個地方錯了,萬分感激 void Initial_ ...

l4_8.cpp

#include long power(int n); void main() { int n; long y; cout > n; y=power(n); cout

l4_2.cpp

#include //double power(double x, int n); void main() { double x; int n; cout > x >> n; cout

l4_13.cpp

#include int max(int x, int y); double power(double x=10.0, int n=2); void main() { cout

新建 文本文档.txt

%在噪声环境下语音信号的增强 %语音信号为读入的声音文件 %噪声为正态随机噪声 input=wavread('sound.wav'); count=length(input); noise=0.1*randn(1,count); signal=input'; for i=1:count voice(i)=signal(i)+noise(i); end Fv=fft(voice)

div16.v.txt

// // Integer Multicycle Divide circuit (divide a 16-bit number by a 16-bit number in 16 cycles). // // a / b = q with remainder r // // Where a is 16-bits, // Where b is 16 bits // // Module

poweroperationtest.groovy

/** * Test Math Power Operation in Classic/New Groovy * * @author Pilho Kim * @version $Revision: 1.3 $ */ class PowerOperationTest extends GroovyTestCase { void testConstantPowerOperation

productionoutsbyroute.java

package com.power.pipeengine.Report; import java.util.*; import java.io.*; import com.power.pipeengine.Variable.*; import com.power.pipeengine.Constraint.*; import com.power.pipeengine.InputD

endinginventory.java

package com.power.pipeengine.Report; /** * Title: PIPE Engine * Description: Global Planning Optimization Engine * Copyright: Copyright (c) 2002 * Company: Paraster, Inc.