代码搜索:Derivatives
找到约 1,085 项符合「Derivatives」的源代码
代码结果 1,085
www.eeworm.com/read/377407/9277748
c derivatives.c
/*
* $Id: derivatives.c 1186 2006-10-04 08:40:07 +0000 (Wed, 04 Oct 2006) mhe $
*
*/
#include "lstm.h"
#include "derivatives.h"
void derivatives() {
static int u,v,j;
static double
www.eeworm.com/read/377407/9277781
h derivatives.h
/*
* $Id: derivatives.h 1097 2006-08-27 05:18:22 +0000 (Sun, 27 Aug 2006) mhe $
*/
extern int num_blocks, block_size[],
bias2, cell_mod, in_mod_b, in_nn_mod, in_mod, element, **inp_idx;
www.eeworm.com/read/242485/13002845
cpp derivatives.cpp
// Sh: A GPU metaprogramming language.
//
// Copyright 2003-2005 Serious Hack Inc.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser G
www.eeworm.com/read/461432/7227852
m gaussiangaussian_derivatives.m
%
%高斯脉冲的微分
%函数2:"cp0702_Gaussian_derivatives"
%先将高斯脉冲及其前15阶导函数的幅度归一化,
%然后将它们同时画出。
%该函数仅有一输值'alpha'(即脉冲形成因α),
%没有输出值。
%执行函数2的命令如下:
%cp0702_Gaussian_derivatives(alpha);
%
% FUNCTION 2 : "cp070
www.eeworm.com/read/439361/7711577
m gaussian_derivatives.m
%
% FUNCTION 7.2 : "cp0702_Gaussian_derivatives"
%
% Analysis of waveforms of the Gaussian pulse and its first
% 15 derivatives
%
% The pulse amplitude is set to 'A'
% 'smp' samples of the Gaus
www.eeworm.com/read/306033/13754729
pp pascal_derivatives.pp
// Symbolic computing. Differentiation.
// Gramma:
// Expression = Term { ( "+"|"-") Term }
// Term = Multiplier { "*"|"/" ) Multiplier }
// Multiplier = Factor { "^" Factor }
// Factor = Nu
www.eeworm.com/read/306033/13754753
pb basic_derivatives.pb
' Symbolic computing. Differentiation.
'
' Gramma:
' Expression = Term { ( "+"|"-") Term }
' Term = Multiplier { "*"|"/" ) Multiplier }
' Multiplier = Factor { "^" Factor }
' Factor = Number
www.eeworm.com/read/375190/2739192
qbk gamma_derivatives.qbk
[section:gamma_derivatives Derivative of the Incomplete Gamma Function]
[h4 Synopsis]
``
#include
``
namespace boost{ namespace math{
template