代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/130111/14208167
c bo2-2.c
/* bo2-2.c 单链表线性表(存储结构由c2-2.h定义)的基本操作(12个) */
Status InitList(LinkList *L)
{ /* 操作结果:构造一个空的线性表L */
*L=(LinkList)malloc(sizeof(struct LNode)); /* 产生头结点,并使L指向此头结点 */
if(!*L) /* 存储分配失败 */
www.eeworm.com/read/130111/14208203
c main2-2.c
/* main2-2.c 检验bo2-2.c的主程序(与main2-1.c很像) */
#include"c1.h"
typedef int ElemType;
#include"c2-2.h" /* 与main2-1.c不同 */
#include"bo2-2.c" /* 与main2-1.c不同 */
Status comp(ElemType c1,ElemType
www.eeworm.com/read/130111/14208218
h c2-2.h
/* c2-2.h 线性表的单链表存储结构 */
struct LNode
{
ElemType data;
struct LNode *next;
};
typedef struct LNode *LinkList; /* 另一种定义LinkList的方法 */
www.eeworm.com/read/232055/14209980
m examp2_2.m
A=[1,2,3; 4 5,6; 7,8 0]
A=[1,2,3; 4 5,6; 7,8 0]; % 不显示结果,但进行赋值
www.eeworm.com/read/129861/14221950
m jk2_2.m
clc;
clear;
close all;
num=[1]; den=[0.5,6,10];
s1=tf(num,den)
Kp=[50 100 150 200 300];
Ki=200
Kd=10
for i=1:5
num2=[Kd,Kp(i),Ki]; den2=[1,0];
s2=tf(num2,den2);
s=s1*s2;
G=
www.eeworm.com/read/231509/14230148
jpg num2_2.jpg
www.eeworm.com/read/231498/14230690
m sqrtm_2by2.m
function X = sqrtm_2by2(A)
%SQRTM Matrix square root.
% X = SQRTM_2by2(A) is the principal square root of the matrix A, i.e. X*X = A.
%
% X is the unique square root for which ev
www.eeworm.com/read/129600/14236572
uv2 liu2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
Options 1,0,0 // Target 'Tar
www.eeworm.com/read/129600/14236597
uv2 zxw2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2,
Options 1,0,0 // Target