代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/259758/11768025
cnf print4(4).cnf
www.eeworm.com/read/345930/11781247
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/259335/11807325
gif t4_4.gif
www.eeworm.com/read/259092/11820986
nls figure_4_4.nls
1024
1000
50
0
14.137
0
0
2
0
1
20
1
1
0
0
1
0
0
0
1
0
0
0
www.eeworm.com/read/345247/11824080
c ex4-4.c
#include
char code seg[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void dsp(char digt, j) {
unsigned char tmp;
SBUF=seg[digt];
P1=j;
www.eeworm.com/read/156094/11828526
m exp4_4.m
clc
clear
close
%开环传递函数描述
numo=20;
deno=[1 8 36 40 0];
%求闭环传递函数
[numc,denc]=cloop(numo,deno,-1);
%绘制闭环系统的脉冲激励响应曲线
t=1:0.1:10;
[y,x]=impulse(numc,denc,t);
plot(t,y)
title('the impulse respo
www.eeworm.com/read/155903/11838659
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/345090/11840360
c 4x4.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
uchar ledbit=0 ;//记录按键次数
uchar data leddata[8] ;//数组用于记录输入的数
uchar idata regment[8]={0,0,0,0,0,
www.eeworm.com/read/155809/11845656
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/258608/11850368
txt 例4-4.txt
class Computer
{
double x,y;
static double max(double a,double b)
{
return a>b?a:b;
}
}
class Example
{
public static void main(String args[])
{