代码搜索:factor
找到约 6,651 项符合「factor」的源代码
代码结果 6,651
www.eeworm.com/read/150065/12319082
sas factor11_1.sas
DATA data_prg.SOCECON;
TITLE 'Five Socioeconomic Variables';
TITLE2 'See Page 14 of Harman: Modern Factor Analysis,3rd ED';
INPUT POP SCHOOL EMPLOY SERVICES HOUSE;
CARDS;
5700 12.8 2500 270 25000
www.eeworm.com/read/150065/12319166
sas factor11_2.sas
data factor11_2;
input number $ x1 x2 x3 x4 x5 x6 x7 x8 x9 x10;
cards;
1 947.00 23.40 14.80 45.30 0.46 85.20 373.00 9.54 0.37 3.88
2 935.00 23.20 16.20 41.70 0.40 83.30 305.00 7.90 0.38 4.81
3 91
www.eeworm.com/read/17690/754069
bsf factor_rom_q.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/17690/754070
v factor_rom_q.v
module factor_rom_Q
(
clk,
addr,
data
);
input clk;
input [5:0] addr;
output [15:0] data;
reg [15:0] data;
function [15:0] romout;
input [5:0] addr;
// 1位整数,14位小数
c
www.eeworm.com/read/17690/754075
bsf factor_rom_i.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/17690/754076
v factor_rom_i.v
module factor_rom_I
(
clk,
addr,
data
);
input clk;
input [5:0] addr;
output [15:0] data;
reg [15:0] data;
function [15:0] romout;
input [5:0] addr;
// 1位整数,14位小数
case
www.eeworm.com/read/482889/1285298
hpp common_factor_ct.hpp
// Boost common_factor_ct.hpp header file ----------------------------------//
// (C) Copyright Daryle Walker and Stephen Cleary 2001-2002.
// Distributed under the Boost Software License, Ver
www.eeworm.com/read/482889/1285320
hpp common_factor_rt.hpp
// Boost common_factor_rt.hpp header file ----------------------------------//
// (C) Copyright Daryle Walker and Paul Moore 2001-2002. Permission to copy,
// use, modify, sell and distribute
www.eeworm.com/read/221464/4831997
cpp common_factor_test.cpp
// Boost GCD & LCM common_factor.hpp test program --------------------------//
// (C) Copyright Daryle Walker 2001. Permission to copy, use, modify, sell
// and distribute this software is gr
www.eeworm.com/read/199525/5076348
svn-base factor.h.svn-base
K 13
svn:eol-style
V 6
native
K 14
svn:executable
V 1
*
K 12
svn:keywords
V 23
Author Date Id Revision
END