代码搜索:Power

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

代码结果 10,000
www.eeworm.com/read/334923/12562333

m off2case.m

function [gen, gencost] = off2case(gen, gencost, offers, bids, lim) %OFF2CASE Updates case variables gen & gencost from quantity & price offers. % [gen, gencost] = off2case(gen, gencost, offers, bi
www.eeworm.com/read/334779/12573961

h d_pset.h

#ifndef POWERSET_FUNCTIONS #define POWERSET_FUNCTIONS #include #include #include "d_setops.h" // for set union (+) using namespace std; // return the power set of s tem
www.eeworm.com/read/248396/12579897

pin ledwater.pin

-- Copyright (C) 1991-2007 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/334687/12580734

m objf.m

%计算适应度函数 function [f,p]=objf(s); inn=size(s,1); %有inn个个体 bn=size(s,2); %个体长度为bn for i=1:inn x=n2to10(s(i,:)); %讲二进制转换为十进制 xx=-1.0+x*3/(power(2,bn)-1); %转化为[-1,2]区间的实数 f(i)
www.eeworm.com/read/147096/12584203

m ip_01_08.m

% MATLAB script for Illustrartive Problem 8, Chapter 1. ts=0.001; fs=1/ts; t=[0:ts:10]; x=cos(2*pi*47*t)+cos(2*pi*219*t)
www.eeworm.com/read/334517/12596749

pin time.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,
www.eeworm.com/read/146788/12612928

rpt lpm_rom0.fit.rpt

Fitter report for lpm_rom0 Sun Dec 25 23:47:45 2005 Version 4.2 Build 157 12/07/2004 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal Notice 2.
www.eeworm.com/read/146711/12616945

cpp 最小二乘法.cpp

#include #include void main() { int i; float *a; float x[16]={1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16}; float y[16]={4.00,6.40,8.00,8.80,9.22,9.50,9.70,9.86, 10.00,1
www.eeworm.com/read/247673/12632576

c ch03.01.c

// iostream.h is preStandard form // #include #include /** ** 2 raised to the power of 10: 1024 **/ int main() { // a first solution cout
www.eeworm.com/read/135898/13888532

c ch03.01.c

// iostream.h is preStandard form // #include #include /** ** 2 raised to the power of 10: 1024 **/ int main() { // a first solution cout