代码搜索结果

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

display_6_led.pin

-- Copyright (C) 1991-2005 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions,

count8.fit.rpt

Fitter report for count8 Thu Jan 12 20:22:35 2006 Version 4.2 Build 157 12/07/2004 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal Notice 2. F

haar_1d.m

function [Y] = haar_1D(X) % Computes the Haar transform of the input vector X % The length of X must be a power-of-2 % Recursively builds the Haar matrix H v = log2(length(X)) - 1; H = [1 1;1 -1]

haar_1d.m

function [Y] = haar_1D(X) % Computes the Haar transform of the input vector X % The length of X must be a power-of-2 % Recursively builds the Haar matrix H v = log2(length(X)) - 1; H = [1 1;1 -1]

caseformat.m

%CASEFORMAT Defines the MATPOWER case file format. % A MATPOWER case file is an M-file or MAT-file which defines the variables % baseMVA, bus, gen, branch, areas, and gencost. With the exceptio

dingceng.pin

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

decidingweights.conf

# DecidingWeights.conf - Configuration File # Mersad RoboCup Team (2D Soccer Simulation) [Pass] Alpha = 5 Power = 1 Rate = 1 [QuickPass] Alpha = 5 Power = 1 Rate = 1 [Shoot] Alpha = 0 Power

idwracnotte.asm

2004-9-15 14:15 FIRST start 2004-9-17 19:05 pause 2004-9-26 21:38 SECOND start ;------------------------------------------------------------------------ led display define: LED: D3 D4 D5 D6 D7 D

ga.m

%用遗传算法进行简单函数的优化,可以显示中间过程 clear bn=22; %个体串长度 inn=50; %初始种群大小 gnmax=200; %最大代数 pc=0.8; %交叉概率 pm=0.05; %变异概率 %产生初始种群 s=round(rand(inn,bn)); gnf1=5; gnf2=20; %计算适应度,返回适应度f和累积概率p [f,p

traffic.pin

-- Copyright (C) 1991-2005 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions,