代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/213372/15136217
cpp xt4-4.cpp
#include
using namespace std;
int main()
{int fac(int);
int a,b,c,sum=0;
couta>>b>>c;
sum=sum+fac(a)+fac(b)+fac(c);
cout
www.eeworm.com/read/212609/15151902
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/211973/15169117
m example4_4.m
%将两幅灰度图像合并成一个具有两帧的图像阵列,然后再调用imshow函数来显示第
%一帧图像。
A1=imread('rice.tif');
A2=imread('testpat1.tif');
A=cat(3,A1,A2); %用cat函数实现矩阵的合并
imshow(A(:,:,1)) %1代表第一帧
www.eeworm.com/read/211652/15176017
m 4-4-2.m
function c=bsb(x,beta,multi)
% function c=bsb(x,beta)
%
% This m-file duplicates the Brain State in a Box Experiment.
% x - input vector
% beta - feedback factor
% c - numb
www.eeworm.com/read/211652/15176018
m 4-1-4.m
P=[0.4413 0.4707 0.6953 0.8133 0.4379 0.4677 0.6981 0.8002 0.4517 0.4725 0.7006 0.8201;
0.4379 0.4677 0.6981 0.8002 0.4517 0.4725 0.7006 0.8201 0.4557 0.4790 0.7019 0.8211;
0.4517 0.4725 0.7006 0.82