代码搜索:efficiency

找到约 451 项符合「efficiency」的源代码

代码结果 451
www.eeworm.com/read/449861/7495578

cpp vwe.cpp

#include "nmea0183.h" #pragma hdrstop /* ** Author: Samuel R. Blackburn ** Internet: sam_blackburn@pobox.com ** ** You can use it any way you like as long as you don't try to sell it. ** **
www.eeworm.com/read/444887/7603770

h socalgorithm.h

#ifndef _socalgorithm_h #define _socalgorithm_h //定义额定容量C3 #define C3 27 //定义间隔时间DELTAT #define DELTAT 0.1/3600 //100ms /*开路电压法计算SOC,soc=f(v,t,l) 即soc为电压、温度、以及老化程度的函数,这里暂时不考虑老化因素*/ float O
www.eeworm.com/read/438200/7734754

m test.m

clc; clear; %************************话音通信中效用函数随信干比变化程序********************** t=0:0.01:20; f=Heaviside(t); plot(t,f); axis([0 20 -0.2 1.2]);
www.eeworm.com/read/315751/13536839

m heff.m

% heff.m - aperture efficiency of horn antenna % % Usage: ea = heff(sa,sb) % % sa,sb = sigma parameters, e.g., sa = sqrt(4*Sa) = A/sqrt(2*lambda*Ra) % % ea = aperture efficiency % % notes: ev
www.eeworm.com/read/303512/13813904

m heff.m

% heff.m - aperture efficiency of horn antenna % % Usage: ea = heff(sa,sb) % % sa,sb = sigma parameters, e.g., sa = sqrt(4*Sa) = A/sqrt(2*lambda*Ra) % % ea = aperture efficiency % % notes: ev
www.eeworm.com/read/302449/13834663

txt rfc1715.txt

组织:中国互动出版网(http://www.china-pub.com/) RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm) E-mail:ouyang@china-pub.com 译者:党红梅(snowlily danghongmei@263.net) 译文发布时间:2001-4-27 版权:本中
www.eeworm.com/read/408362/11391525

txt rfc1715.txt

组织:中国互动出版网(http://www.china-pub.com/) RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm) E-mail:ouyang@china-pub.com 译者:党红梅(snowlily danghongmei@263.net) 译文发布时间:2001-4-27 版权:本中
www.eeworm.com/read/256505/11994756

txt rfc1715.txt

组织:中国互动出版网(http://www.china-pub.com/) RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm) E-mail:ouyang@china-pub.com 译者:党红梅(snowlily danghongmei@263.net) 译文发布时间:2001-4-27 版权:本中
www.eeworm.com/read/153768/12008129

ch wc-dos.ch

% from j.fitzsimons@genie.geis.com who compiled with Top Speed C % April 1995 @x @d buf_size BUFSIZ /* \.{stdio.h}'s |BUFSIZ| is chosen for efficiency*/ @y @d buf_size 2048 /* \.{stdio.h}'s |BUFSIZ|
www.eeworm.com/read/232116/14208177

cpp vwe.cpp

#include "nmea0183.h" #pragma hdrstop /* ** Author: Samuel R. Blackburn ** Internet: sam_blackburn@pobox.com ** ** You can use it any way you like as long as you don't try to sell it. ** **