代码搜索:evaluate
找到约 3,619 项符合「evaluate」的源代码
代码结果 3,619
www.eeworm.com/read/231449/14233596
m program_10_3.m
% Program 10_3
% Effect of Up-sampling in the Frequency Domain
% Use fir2 to create a bandlimited input sequence
freq = [0 0.45 0.5 1];
mag = [0 1 0 0];
x = fir2(99, freq, mag);
% Evaluate and p
www.eeworm.com/read/231449/14233615
m program_10_4.m
% Program 10_4
% Effect of Down-sampling in the Frequency Domain
% Use fir2 to create a bandlimited input sequence
freq = [0 0.42 0.48 1];
mag = [0 1 0 0];
x = fir2(101, freq, mag);
% Evaluate a
www.eeworm.com/read/129307/14253079
cpp stimulation_final.cpp
#include
#include
#include
#include
#define amount 10
class citys{
private:
int city_number;
double citycoordinate[amount][2];
public:
citys(voi
www.eeworm.com/read/126655/14409947
cpp decorator_lab.cpp
// Purpose. Decorator design pattern lab
//
// Problem. Inheritance is being used to produce lots of incremental
// customizations. This is fine - until all the potential permutations of
// opt
www.eeworm.com/read/117143/14939175
cpp calcobj.cpp
//****************************************************************
//This software may not be distributed further without permission from
// Sun Xueshi's Group
//
//This software is distribu
www.eeworm.com/read/215323/15065185
tm cuhre.tm
:Evaluate: BeginPackage["Cuba`"]
:Evaluate: Cuhre::usage =
"Cuhre[f, {x, xmin, xmax}..] computes a numerical approximation to the integral of the real scalar or vector function f.
The output is a l
www.eeworm.com/read/215323/15065214
tm vegas.tm
:Evaluate: BeginPackage["Cuba`"]
:Evaluate: Vegas::usage = "Vegas[f, {x, xmin, xmax}..] computes a numerical approximation to the integral of the real scalar or vector function f.
The output is a li
www.eeworm.com/read/208610/15242711
prg gzhs.prg
* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
* 文件名: GZHS.PRG
www.eeworm.com/read/171479/5394482
java eval.java
package groovy.util;
import org.codehaus.groovy.control.CompilationFailedException;
import groovy.lang.Binding;
import groovy.lang.GroovyShell;
/**
* Allow easy integration from Groovy into Java t
www.eeworm.com/read/165810/5476978
java astornode.java
package org.apache.velocity.runtime.parser.node;
/*
* Copyright 2000-2001,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may