代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/183581/5254159
java factor11.java
class Factor11{
static long Fact(int n){
if (n==1)
return 1;
else
return n*Fact(n-1);
}
public static void main(String args[]) {
www.eeworm.com/read/280590/4125495
ans factor4.ans
12678163798554051767172643373255731925167694226950680420940313
www.eeworm.com/read/273525/4204330
ado factor_estat.ado
*! version 1.0.0 31mar2005
program factor_estat, rclass
version 9
if "`e(cmd)'" != "factor" {
dis as err "factor estimation results not found"
exit 301
}
gettoken key args : 0, par
www.eeworm.com/read/273525/4204482
dlg factor_estat.dlg
/*
factor_estat
*! VERSION 1.0.2 31mar2005
*/
VERSION 9.0
INCLUDE _std_large
INCLUDE header
HELP hlp1, view("help factor postestimation")
RESET res1
DIALOG main, label("estat -
www.eeworm.com/read/273525/4204584
ado factor_p.ado
*! version 1.0.0 10feb2005
program factor_p, rclass
version 8
// check that factor scoring is possible
if "`e(cmd)'" != "factor" {
dis as err "factor estimation results not found"
err
www.eeworm.com/read/273525/4204645
dlg factor_p.dlg
/*
predict (after factor)
*! VERSION 1.0.2 25mar2005
*/
VERSION 9.0
INCLUDE _std_large
INCLUDE header
HELP hlp1, view("help factor postestimation")
RESET res1
DIALOG main, labe
www.eeworm.com/read/273525/4204679
hlp factor_postestimation.hlp
{smcl}
{* 06apr2005}{...}
{cmd:help factor postestimation}{...}
{right:dialogs: {bf:{dialog factor_estat:estat}} {bf:{dialog loadingplot}} {bf:{dialog factor_p:predict}} }
{right:{bf:{dialog ro