代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/255520/12077203
pgm scene.2_2.pgm
www.eeworm.com/read/255520/12077311
pgm table2_2.pgm
www.eeworm.com/read/341517/12080506
mdl chap2_2.mdl
Model {
Name "chap2_2"
Version 3.00
SimParamPage "Solver"
SampleTimeColors off
InvariantConstants off
WideVectorLines off
ShowLineWidths off
ShowPortDataTypes
www.eeworm.com/read/255448/12081340
bz2 patch2.bz2
www.eeworm.com/read/255284/12090546
m fig2_2.m
% This program can be used tore-produce Figure 2.2 of text
clear all
close all
xg = linspace(-6,6,1500); % randowm variable between -4 and 4
xr = linspace(0,6,1500); % randowm variable between 0 a
www.eeworm.com/read/152680/12093668
m chap2_2.m
%Delay Control with Dalin Algorithm
clear all;
close all;
ts=0.5;
%Plant
sys1=tf([1],[0.4,1],'inputdelay',0.76);
dsys1=c2d(sys1,ts,'zoh');
[num1,den1]=tfdata(dsys1,'v');
%Ideal closed loop
www.eeworm.com/read/341100/12108825
cpp l2_2.cpp
//单链表的建立、插入、删除、查找
#include
struct link
{ int data; //元素类型
link *next; //指针类型,存放下一个元素地址
};
//头插法建立带头结点的单链表
link *hcreat( )
{ link *s,*p;
int i;
cout
www.eeworm.com/read/341091/12108990
vhd mux2_2.vhd
--对ROM和RAM的操作进行选择
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY MUX2_2 IS
PORT(
RM:IN STD_LOGIC;
IROM,IRAM:IN STD_LOGIC_VECTOR(7 DOWNTO 0);
M2_2OUT:OUT STD_LOGIC_VECTOR(7 DOWNTO
www.eeworm.com/read/341091/12109096