代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/268659/11126408
lst ex4-4.lst
C51 COMPILER V7.50 EX4_4 09/15/2005 10:04:10 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE EX4_4
OBJECT MODULE PLACED IN e
www.eeworm.com/read/268659/11126413
c ex4-4.c
/*
标题:范例4-4
版本:1.0
Target:89S51
程序描述:这个程序利用89S51控制一颗共阳七段显示器
,然后通过Timer 0的控制不停地显示0到9 */
/* ***************************************************** */
#include
#define TIMER
www.eeworm.com/read/268659/11126415
hex ex4-4.hex
:1008E90000C000F900A400B000990092008200F84D
:0408F90000800090EB
:03090200010900E8
:03000B0002088C5C
:10088C00C0E0C083C082C0D0C28C758A11758CEE5A
:10089C00D28C0508E508B4C81F0509E509B40A039C
:1008A
www.eeworm.com/read/268659/11126417
plg ex4-4.plg
Vision2 Build Log
Project:
E:\程序集\ex4-4\ex4-4.uv2
Project File Date: 07/16/2004
Output:
Build target 'Target 1'
compiling ex4-4.C...
linking
www.eeworm.com/read/413394/11157746
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/267744/11165403
m example4_4.m
%写一个函数,它计算目标函数值、目标函数的梯度和稀疏三阶海色矩阵。
function [f,g,H] = brownfgH(x)
% 计算目标函数。
n=length(x); y=zeros(n,1);
i=1:(n-1);
y(i)=(x(i).^2).^(x(i+1).^2+1)+(x(i+1).^2).^(x(i).^2+1);
f=sum(y);
% 计算函数梯度。
www.eeworm.com/read/267095/11195208
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/412269/11208060
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