代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/347458/11663962
h c2-2.h
/* c2-2.h 线性表的单链表存储结构 */
struct LNode
{
ElemType data;
struct LNode *next;
};
typedef struct LNode *LinkList; /* 另一种定义LinkList的方法 */
www.eeworm.com/read/157772/11664915
gif menu2-2-a.gif
www.eeworm.com/read/157772/11665267
gif menu2-2-a.gif
www.eeworm.com/read/157732/11667826
m program_2_2.m
% Program 2_2
% Generation of real exponential sequence
%
a = input('Type in exponent = ');
K = input('Type in the gain constant = ');
N = input ('Type in length of sequence = ');
n = 0:N;
x =
www.eeworm.com/read/157685/11671936
exe sample2_2.exe
www.eeworm.com/read/157685/11671940
h sample2_2.h
/**************************************************************************/
/* LabWindows/CVI User Interface Resource (UIR) Include File */
/* Copyright (c) National Instruments 2001. Al
www.eeworm.com/read/157685/11671944
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/157685/11671948
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/157685/11671950
uir sample2_2.uir
www.eeworm.com/read/157685/11671954
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