代码搜索:Output
找到约 10,000 项符合「Output」的源代码
代码结果 10,000
www.eeworm.com/read/207767/15262514
txt output.txt
*** mySVM version 2.1.4 ***
Reading E:\research\人脸识别研究\人脸检测与识别相关文献\支持向量机\mySVM\validation.txt
read 10 examples, format xya, dimension = 2.
read 5 examples, format xy, dimension = 2.
--------
www.eeworm.com/read/207672/15265238
1 output.1
@%:@! /bin/sh
@%:@ Guess values for system-dependent variables and create Makefiles.
@%:@ Generated by GNU Autoconf 2.59 for tpm-tools 1.2.5.1.
@%:@
@%:@ Report bugs to .
@
www.eeworm.com/read/207672/15265239
output.0
@%:@! /bin/sh
@%:@ Guess values for system-dependent variables and create Makefiles.
@%:@ Generated by GNU Autoconf 2.59 for tpm-tools 1.2.5.1.
@%:@
@%:@ Report bugs to .
@
www.eeworm.com/read/206865/15287822
m output.m
function y=output(A)
[m n]=size(A);
A=rref2(A);
x=[];
l=rank3(A);
if rank3(A)~=rank3(A(1:m,1:(n-1)))
disp('no solution');
else
i=1;
k=1;
while i
www.eeworm.com/read/206636/15292753
txt output.txt
第一个模式类的判别函数为:(1.0x1*x1)+(0.0x1*x2)+(1.0x2*x2)+(1.0x1)+(1.0x2)+(-1.7)
第二个模式类的判别函数为:(1.0x1*x1)+(0.0x1*x2)+(1.0x2*x2)+(5.0x1)+(5.0x2)+(-25.7)
判别界面为:(0.0x1*x1)+(0.0x1*x2)+(0.0x2*x2)+(-4.0x1)
www.eeworm.com/read/206631/15292765
txt output.txt
www.eeworm.com/read/206524/15293931
dat output.dat
-0.000354
-0.000998
-0.001777
-0.002475
-0.002852
-0.002683
-0.001805
-0.000152
0.002222
0.005119
0.008201
0.011007
0.012993
0.013586
0.012266
0.008655
0.002609
-0.005693
-0.015700
www.eeworm.com/read/205786/15307092
java output.java
public class Output{
public static void main(String args[]){
char ch='a';
int i=1;
double d=1234.56789;
String str="China";
System.out.println("ch="+ch);
System.out.println("i=
www.eeworm.com/read/205786/15307096