代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/402133/11542348
sym t2_2.sym
www.eeworm.com/read/402133/11542349
fit t2_2.fit
-- MAX+plus II Compiler Fit File
-- Version 9.3 7/23/1999
-- Compiled: 01/21/2000 17:33:52
-- Copyright (C) 1988-1999 Altera Corporation
-- Any megafunction design, and
www.eeworm.com/read/402117/11542965
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/402037/11543639
~pcbdoc pcb2 (2).~pcbdoc
www.eeworm.com/read/401642/11552457
c algo2-2.c
/* algo2-2.c 实现算法2.2的程序 */
#include"c1.h"
typedef int ElemType;
#include"c2-1.h"
#include"bo2-1.c"
void MergeList(SqList La,SqList Lb,SqList *Lc) /* 算法2.2 */
{ /* 已知线性表La和Lb中的数据元素按值非递减排
www.eeworm.com/read/401642/11552459
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/401642/11552477
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/401642/11552485
h c2-2.h
/* c2-2.h 线性表的单链表存储结构 */
struct LNode
{
ElemType data;
struct LNode *next;
};
typedef struct LNode *LinkList; /* 另一种定义LinkList的方法 */
www.eeworm.com/read/401570/11556005
dp2 test2.dp2
test2.o: C:\DOCUME~1\yjwpm\桌面\UCOS仿~1\ucos_m8_icc\test/includes.h C:/icc/include/iom16v.h C:\DOCUME~1\yjwpm\桌面\UCOS仿~1\ucos_m8_icc\test/OS_CPU.H C:/icc/include/macros.h C:\DOCUME~1\yjwpm\桌面\UCOS仿~1\uc
www.eeworm.com/read/401570/11556025
dp2 test2.dp2
test2.o: D:\job\avrtest\光盘\开发板\iccavr\test/includes.h C:/AVR/ICC/include/iom8v.h D:\job\avrtest\光盘\开发板\iccavr\test/OS_CPU.H C:/AVR/ICC/include/macros.h D:\job\avrtest\光盘\开发板\iccavr\test/OS_CFG.H ../so