代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/227085/14441792
js hacks_4_4.js
var defaultLocationId="USMA0279";
var partId="1012144868";
var licId="67f74aa9fd9cc0e2";
var _host="www.parkerriver.com" //www.parkerriver.com
//city and state of location user searched for
var _cit =
www.eeworm.com/read/227048/14442519
m chap4_4.m
%Define N+1 triangle membership function
clear all;
close all;
N=2;
x=0:0.1:100;
for i=1:N+1
f(i)=100/N*(i-1);
end
u=trimf(x,[f(1),f(1),f(2)]);
figure(1);
plot(x,u);
for j=2:N
www.eeworm.com/read/227046/14442957
m chap4_4.m
%Adaptive PID control based on RBF Identification
clear all;
close all;
xite=0.25;
alfa=0.05;
belte=0.01;
x=[0,0,0]';
ci=30*ones(3,6);
bi=40*ones(6,1);
w=10*ones(6,1);
h=[0,0,0,0,0,0]
www.eeworm.com/read/125764/14465346
exe demo4_4.exe
www.eeworm.com/read/125764/14465362
cpp demo4_4.cpp
// DEMO4_4.CPP - Ellipse Animation Demo
// INCLUDES ///////////////////////////////////////////////
#define WIN32_LEAN_AND_MEAN // just say no to MFC
#include // include all the