代码搜索:Calculation
找到约 2,005 项符合「Calculation」的源代码
代码结果 2,005
www.eeworm.com/read/454583/7387247
m util.m
function[f] = util(Wts)
% Mean-variance utility calculation, invoked by PORTOPTGADS
% Example: none (Oh, FEX code metrics..)
global expRetExt expCovExt A
f = - (expRetExt*(Wts') - A*Wts*expCovExt
www.eeworm.com/read/451693/7458088
asm log10.asm
;************************************************************
; Copyright (C), 2009, CYIT Co., Ltd.
; FileName: CRC
; Description: CRC check
; Author: DSP_GROUP
; Usage: v
www.eeworm.com/read/449996/7492012
h crc.h
/* 16 bit CRC-CCITT stuff. Extracted from Bill Simpson's PPP */
#define FCS_START 0xffff /* Starting bit string for FCS calculation */
#define FCS_FINAL 0xf0b8 /* FCS when summed over frame and se
www.eeworm.com/read/448415/7533742
m genrayleighfiltered.m
function [t_axis,ryf]=genRayleighFiltered(leng, fs,sigma,Wp,Ws,Rp,Rs);
%
%
% ======================================================================
ts=1/fs; % sample spacing (s)
% ====
www.eeworm.com/read/445712/7591709
txt java.txt
public Vector getDataAndOperator(String calculation) {
Vector v = new Vector();
Vector operator = new Vector();
String[] str = new String[] {"+", "-", "*", "/", "(", ")"};
www.eeworm.com/read/441045/7677044
h tcp-fast.h
/************************************************************************\
* TCP-FAST NS2 Module *
* University of Melbourne April 2005
www.eeworm.com/read/441045/7677050
tcl tcp-fast-defaults.tcl
# Insert the following lines into ns-allione-2.27/ns-2.27/tcl/lib/ns-default.tcl
Agent/TCP/Fast set cwnd_update_period_ 0.01
Agent/TCP/Fast set avgRTT_ 0
Agent/TCP/Fast set baseRTT_ 0
Agent/TCP/Fa
www.eeworm.com/read/437619/7744784
h crc.h
/* 16 bit CRC-CCITT stuff. Extracted from Bill Simpson's PPP */
#define FCS_START 0xffff /* Starting bit string for FCS calculation */
#define FCS_FINAL 0xf0b8 /* FCS when summed over frame and se
www.eeworm.com/read/433977/7899288
m fig7_2_5.m
% --------------------------------------------------------------------------------
% MATLAB code used to generate the figures in the book:
%
% "Quantum Transport: Atom to Transistor," by Supriy
www.eeworm.com/read/398921/7909027
m xiaobo.m
function y=xiaobo()
load data
M1=20;
epo=15;
A=4;
B=18;
B2=B/2+1
N=500;
M=(A+1)*(B+1);
for a0=1:A+1;
for b0=1:B+1;
i=(B+1)*(a0-1)+b0;
b_init(i)=((b0-B2)/10)/(2^(-A)); a_init(i)=1/(2^(-A)