代码搜索:输出可调

找到约 10,000 项符合「输出可调」的源代码

代码结果 10,000
www.eeworm.com/read/334396/12606608

m timesn.m

%************************************************* %S函数timesn.m,其输出是输入的n倍 %************************************************* function [sys,x0,str,ts]=timesn(t,x,u,flag,n) switch flag, case 0
www.eeworm.com/read/237598/13942805

m timesn.m

%************************************************* %S函数timesn.m,其输出是输入的n倍 %************************************************* function [sys,x0,str,ts]=timesn(t,x,u,flag,n) switch flag, case 0
www.eeworm.com/read/203573/15355539

m encode_spiht.m

function [mylineout,Linelength,Tout,ALR]=encode_SPIHT(A,Ncode) %mylineout为输出码流 %Linelength为每个码流位数 %Tout为每次权值 %spiht encode %A is the input matrix %*********************************************
www.eeworm.com/read/201691/15398571

c hello.c

/********************************************************************/ /*hello.c : c语言源程序文件 *******************************/ /* 功能: 向串口输出字符串"hello world!",在DP51上显示“DP51*********** /******
www.eeworm.com/read/201668/15398924

m timesn.m

%************************************************* %S函数timesn.m,其输出是输入的n倍 %************************************************* function [sys,x0,str,ts]=timesn(t,x,u,flag,n) switch flag, case 0
www.eeworm.com/read/201353/15409583

m timesn.m

%************************************************* %S函数timesn.m,其输出是输入的n倍 %************************************************* function [sys,x0,str,ts]=timesn(t,x,u,flag,n) switch flag, case 0
www.eeworm.com/read/110930/15522866

txt 阈值.txt

输出层的阈值为: -9.30337 -9.35619 -12.2729 -4.03372 -0.684786 0.649485 -11.1151 -3.89633 -6.77531 -13.5978 -11.931 -8.97788 -6.72595 -4.82367 -4.00494 -4.65392 隐层的阈值为: 6.19128 7.45274 1
www.eeworm.com/read/110726/15526897

java zipcompress.java

package javaio; import java.io.*; import java.util.zip.*; public class ZipCompress { public static void main(String[] args) { try { //建立输出文件流 FileOutputStream fileOut= new
www.eeworm.com/read/101402/15835001

c dspstr.c

/**********************************************************************/ /* */ /* 本程序中包括五个子函数, 其用途是在图形方式下输出16*16点阵汉字和美*/ /*观的英文字
www.eeworm.com/read/187896/8593951

txt fuzzy.m.txt

clear clc tic, [x,y]=data; %x=[1 1 1; % 1 2 3]; %y=[2 3 4]; %%%%%--数据显示,输入为-两输入,输出为-单输出。--------样本为p2组 [p1,p2]=size(x); %- 一。首先要对样本进行聚类分析,以此来确定模糊规则个数。利用K-means法对样本聚类。 ????此处的K- means