代码搜索:Formula
找到约 2,502 项符合「Formula」的源代码
代码结果 2,502
www.eeworm.com/read/125896/6020529
java write.java
/*********************************************************************
*
* Copyright (C) 2001 Andrew Khan
*
* This library is free software; you can redistribute it and/or
* modify it under
www.eeworm.com/read/121316/6068660
java controlptg.java
package org.apache.poi.hssf.record.formula;
public abstract class ControlPtg
extends Ptg
{
}
www.eeworm.com/read/119864/6081877
c simpsn.c
/* simpsn.c */
/* simpsn.c
* Numerical integration of function tabulated
* at equally spaced arguments
*/
/* Coefficients for Cote integration formulas */
/* Note: these numbers were comput
www.eeworm.com/read/248297/6342081
h stringresolution.h
// StringResolution.h: interface for the CStringResolution class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_STRINGRESOLUTION_H__DC52723E_F93F_4613
www.eeworm.com/read/484443/6576612
awf waveform.awf
$WAVE4
$RESOLUTION 1000000
$ENDTIME 55469100
I 1 "a#V8#[2:0]reg1 ricd2 0 e#V3#regc4 01zx"
I 2 "e#V3#regc4 01zx"
$BUS S 1 1 3 state
$SC 2-4
$BUS S 5 1 3 0 5 next_
$SC 6-8
I 3 "a#V9#[31:0]reg1
www.eeworm.com/read/409626/11317633
m cncqf.m
function [s, w, x] = cNCqf(fun, a, b, n, varargin)
% Numerical approximation s of the definite integral of
% f(x). fun is a string containing the name of the integrand f(x).
% Integration is o
www.eeworm.com/read/409626/11317681
m cncqf.m
function [s, w, x] = cNCqf(fun, a, b, n, varargin)
% Numerical approximation s of the definite integral of
% f(x). fun is a string containing the name of the integrand f(x).
% Integration is o
www.eeworm.com/read/157094/11739688
java makeanalyzetable.java
package compiler;
import java.io.DataInputStream;
import java.io.FileInputStream;
public class MakeAnalyzeTable
{
public char cha = '0';
public void makeAnalyzetable(int[][] table)
{