代码搜索结果

找到约 10,000 项符合 5 的代码

app5_5.java

// app5_5,巢状for循环求9*9乘法表

t5_5.asv

figure('posi',[400,300,400,200],... 'name','求和','numbertitle','off','menubar','none','color',[0.7,0.6,0]); uicontrol(gcf,'style','text','units','normal','posi',[0.05,0.85,0.45,0.1],... 'st

t5_5.m

figure('posi',[400,300,400,200],... 'name','求和','numbertitle','off','menubar','none','color',[0.7,0.6,0]); uicontrol(gcf,'style','text','units','normal','posi',[0.05,0.85,0.45,0.1],... 'st

xt5-5.cpp

#include using namespace std; int main() { const int n=5; int a[n],i,temp; cout

5-5-2.m

%初始化正向权值w和反向权值v w=rands(18,2)/2+0.5; v=rands(5,18)/2+0.5; %输入向量P和目标向量T P=[0 0;0.5 0.5;0 0.5;1 3;0.5 1;1 0.5]; T=[1 0 0 0 0;1 0 0 0 0;0 1 0 0 0;0 0 1 0 0;0 0 0 1 0;0 0 0 0 1]; T_out=T; %设定学习步数为1

exm5_5.mdl

Model { Name "exm2_5" Version 3.00 SimParamPage "Solver" SampleTimeColors off InvariantConstants off WideVectorLines off ShowLineWidths off ShowPortDataTypes

exp5_5.mdl

Model { Name "exp5_5" Version 3.00 SimParamPage "Solver" SampleTimeColors off InvariantConstants off WideVectorLines off ShowLineWidths off ShowPortDataTypes

example5_5.java

/* 单选按钮和复选框 */ import java.awt.*; import java.awt.event.*; import javax.swing.*; class BRDemo extends JFrame implements ItemListener,ActionListener { JTextField jtf