代码搜索:computations
找到约 357 项符合「computations」的源代码
代码结果 357
www.eeworm.com/read/159001/5589186
py cordic.py
# compute arctangent table for CORDIC computations in fttrigon.c
import sys, math
units = 180*65536 # don't change !!
scale = units/math.pi
shrink = 1.0
comma = ""
def calc_val( x ):
global
www.eeworm.com/read/322305/7072510
m mfe_distrib_aux.m
function mfe_distrib_aux(x,dists,edft,radiobut,rems);
%MFE_DISTRIB_AUX Auxiliary routine for MFE_DISTRIB.
% MFE_DISTRIB_AUX(X,DISTS,EDFT,RADIOBUT,REMS) runs the computations and
% displays results
www.eeworm.com/read/318725/13473381
html gridformat.html
IBG: How to Use IBG Grids
How to Use IBG Grids
You don't need the grid generator for looking at nice grids, but
for making computations on these grids. May be, you a
www.eeworm.com/read/38039/1090665
mnu memusage.mnu
MEMUSAGE 菜单信息
#
#
Snapshot 快照
Output detailed snapshot of current memory usage (does not affect "increment" computations)
输出当前内存使用的详细快照(不影响“增量”计算)。
Increment 增量
Report increment in memory usage since
www.eeworm.com/read/339873/3294051
java lineutil.java
package com.bbn.openmap.omGraphics.awt;
import java.awt.geom.Point2D;
import java.util.LinkedList;
/**
* Various computations about plane geometry.
*
* @author Eric LEPICIER from Pascal HAURIE 1
www.eeworm.com/read/161513/5552585
java lineutil.java
package com.bbn.openmap.omGraphics.awt;
import java.awt.geom.Point2D;
import java.util.LinkedList;
/**
* Various computations about plane geometry.
*
* @author Eric LEPICIER from Pascal HAURIE 1
www.eeworm.com/read/347945/11623452
m evaluate_nonlinear.m
function x = evaluate_nonlinear(p,x,qq)
% FIX: We have to apply computations to make sure we are evaluating
% expressions such as log(1+sin(x.^2).^2) correctly
if ~isempty(p.bilinears) & all(p.
www.eeworm.com/read/425984/1997240
c tcx_ecu.c
#include
#include
#include
#include
#include "../include/amr_plus.h"
/*
phasor computations
*/
void get_phasor(float xri[],float ph[])
{
float tmp =
www.eeworm.com/read/491801/6425806
js reservationsummary.js
/** Constants used for time computations */
Date.SECOND = 1000 /* milliseconds */;
Date.MINUTE = 60 * Date.SECOND;
Date.HOUR = 60 * Date.MINUTE;
Date.DAY = 24 * Date.HOUR;
Date.WEEK = 7 * Date
www.eeworm.com/read/491801/6425853
js reservationsummary.js
/** Constants used for time computations */
Date.SECOND = 1000 /* milliseconds */;
Date.MINUTE = 60 * Date.SECOND;
Date.HOUR = 60 * Date.MINUTE;
Date.DAY = 24 * Date.HOUR;
Date.WEEK = 7 * Date