代码搜索:Formula
找到约 2,502 项符合「Formula」的源代码
代码结果 2,502
www.eeworm.com/read/114100/15098624
html 15457.html
Re: 请问有谁会使用crystal report的formula来写将数字转换成中文吗..
Re: 请问有谁会使用crystal report的formula来写将
www.eeworm.com/read/114100/15099746
html 20938.html
请问crystal report 中的subreport的formula值要如何传?
请问crystal report 中的subreport的formula值要如何传?
www.eeworm.com/read/114100/15099888
html 10995.html
Re: 在crystal report 中如何列印资料库为Boolean的资料
Re: 在crystal report 中如何列印资料库为Boolean的资料
www.eeworm.com/read/114100/15101322
html 12318.html
Re: 无法在执行期加入设计时期所设计的 formula 内容吧 ?
Re: 无法在执行期加入设计时期所设计的 formula 内容吧 ?
www.eeworm.com/read/114100/15105519
html 10627.html
Re: select formula 在crystal report的BUG!
Re: select formula 在crystal report的BUG!
www.eeworm.com/read/114100/15113454
txt 在表头中实现类似于excel的控件.txt
可 以 用 DELPHI中 的 一 个 OCX控 件 : VCI FORMULA ONE LIBRARY。 文 件 名 是 : VCF132.OCX。 它 可 以 达 到 EXCEL那 样 的 效 果 。
www.eeworm.com/read/213504/15133046
m coefficient.m
% coefficient for FDTD formula
function [ee,eh,hh,he]=Coefficient(eps,u,segema,dt)
temp=segema*dt./(2*eps);
ee=(1.-temp)./(1.+temp);
eh=(dt./eps)./(1.+temp);
temp2=segema*dt./(2*u);
hh=(1.-temp2