代码搜索:normal
找到约 10,000 项符合「normal」的源代码
代码结果 10,000
www.eeworm.com/read/246290/12741814
cs shipstate.cs
using System;
public enum ShipState {
Normal,
Dying,
Dead,
Hyper,
HyperCharge,
};
www.eeworm.com/read/246290/12741948
cs shipstate.cs
using System;
public enum ShipState
{
Normal,
Dying,
Dead,
Hyper,
HyperCharge,
};
www.eeworm.com/read/246290/12742332
cs shipstate.cs
using System;
public enum ShipState {
Normal,
Dying,
Dead,
Hyper,
HyperCharge,
};
www.eeworm.com/read/246290/12742462
cs shipstate.cs
using System;
namespace SpaceWar {
public enum ShipState {
Normal,
Dying,
Dead,
Hyper,
HyperCharge,
};
}
www.eeworm.com/read/246064/12757945
xpm default-cursor.xpm
/* XPM */
static char* Normal[] = {
"64 64 3 1 16 6",
" c None",
"! c #101010",
"# c #000000",
" ",
"
www.eeworm.com/read/244945/12829321
m feefun02.m
function fee=feefun02(a,b)
%这里 a 是标定值向量,b是相对容差向量,loss是损失
loss=0;h=0.001;
for i=1:7
a1=a;a1(i)=a1(i)+h;
a2=a;a2(i)=a2(i)-h;
dy(i)=(sqfun0(a1)-sqfun0(a2))/(2*h);
end;
deltaa=a.*b/3;
s=
www.eeworm.com/read/244937/12830818
m ip_04_08.m
% ip_04_08.m Illustrative Problem 4.8
clear
echo on;
n=10;
tol=1e-6;
p1=0;
p2=1;
b=10*p2;
[a,y,dist]=lloydmax('normal',b,n,tol,p1,p2);
www.eeworm.com/read/143706/12850250
arff weather.nominal.arff
@relation weather.symbolic
@attribute outlook {sunny, overcast, rainy}
@attribute temperature {hot, mild, cool}
@attribute humidity {high, normal}
@attribute windy {TRUE, FALSE}
@attribute play {yes,
www.eeworm.com/read/244502/12859898
m bar3s.m
function [es]=bar3s(ex,ey,ez,ep,ed)
% es=bar3s(ex,ey,ez,ep,ed)
%-------------------------------------------------------------
% PURPOSE
% Compute normal force in three dimensional bar element.
%
% IN
www.eeworm.com/read/143498/12870742
mdl slmg.mdl
Model {
Name "slmg1"
Version 2.20
SimParamPage Solver
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
StartTime "0.0"