代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/293882/8266427
cpp bo2-2.cpp
// bo<mark>2</mark>-<mark>2</mark>.cpp 带有头结点的单链表(存储结构由c<mark>2</mark>-<mark>2</mark>.h定义)的基本操作(1<mark>2</mark>个),包括算法<mark>2</mark>.8,<mark>2</mark>.9,<mark>2</mark>.10
void InitList(LinkList &L)
{ // 操作结果:构造一个空的线性表L
L=(LinkList)malloc(sizeof(LNode)); // 产生头结点,并使L指向此头结点
if(!L) // 存储分配失败
...
www.eeworm.com/read/293882/8266470
h c2-2.h
// c2-2.h 线性表的单链表存储结构
struct LNode
{
ElemType data;
LNode *next;
};
typedef LNode *LinkList; // 另一种定义LinkList的方法
www.eeworm.com/read/192910/8266627
gif t2_2.gif
www.eeworm.com/read/393745/8266628
exe sample2_2.exe
www.eeworm.com/read/393745/8266631
h sample2_2.h
/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File */
/* Copyright (c) National Instruments 2001. Al
www.eeworm.com/read/393745/8266635
c sample2_2.c
#include
#include
#include
#include "sample2_2.h"
int handle; //panel handle
void GenerateWave (int ,double[],double);
int trace_color=0/*black*/, shape=0/*sin*
www.eeworm.com/read/393745/8266638
c sam2_2.c
#include
#define PI 3.1415926
//wave data generation function
void GenerateWave (int shape,double datapoints[100],double wavepeak)
{
int i;
double wavemax=wavepeak/2.0;
switch (
www.eeworm.com/read/393745/8266639
uir sample2_2.uir
www.eeworm.com/read/393745/8266643
prj sample2_2.prj
[Project Header]
Version = 501
Platform Code = 4
Pathname = "/f/mydoc/samples/2_2/sample2_2.prj"
CVI Dir = "/d/program files/cvi"
VXIplug&play Framework Dir = "/d/program files/VXIPNP/win95"
Num