代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/300040/13942504
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/237598/13942944
m ex5_7.m
x=0:pi/100:2*pi;
y1=2*exp(-0.5*x);
y2=cos(4*pi*x);
plot(x,y1,x,y2)
title('x from 0 to 2{\pi}'); %加图形标题
xlabel('Variable X'); %加X轴说明
ylabel('Variable Y');
www.eeworm.com/read/237592/13943968
h mogeocoder.h
#if !defined(AFX_MOGEOCODER_H__3EDBB028_5B18_41DF_B07F_62DAE4F8BD16__INCLUDED_)
#define AFX_MOGEOCODER_H__3EDBB028_5B18_41DF_B07F_62DAE4F8BD16__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif
www.eeworm.com/read/237590/13944350
h mogeocoder.h
#if !defined(AFX_MOGEOCODER_H__C402FC79_C166_4510_B2E7_2ABB8294504F__INCLUDED_)
#define AFX_MOGEOCODER_H__C402FC79_C166_4510_B2E7_2ABB8294504F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif
www.eeworm.com/read/135259/13946634
h sqlda.h
#pragma option push -b -a8 -pc -A- /*P_O_Push*/
/**************************************************************************
Module Name = SQLDA.H
SQLDA External Include File
Copyr
www.eeworm.com/read/135217/13949731
m simcdma.m
%SIMCDMA Simulates a CDMA link then returns the results to a file.
% This script simulates the CDMA link over two parameters at a time.
% i.e. the BER vs SNR vs Number of users can be investigated.
www.eeworm.com/read/135100/13961945
cpp stackmachine.cpp
//////////////////////////////////////////////////////////////////////
//
// Graphite For WinCE(Pocket PC)
// Initially Written By Hyouck "Hawk" Kim, peakhunt@yahoo.com
// 2002, All Rights Reserv
www.eeworm.com/read/134983/13968658
makefile
CC=arm-linux-gcc
LD = arm-linux-ld
INCLUDE := /vobs/vb_elinuxbsp/eLinuxBSP/Kernel/Source/include
LIB_INC := /usr/local/arm/lib/gcc-lib/arm-linux/3.2.3/include
CFLAGS := -O6 -Wall -DCONFIG_KERNELD -DMO
www.eeworm.com/read/134894/13971812
m estimatortester.m
% Tests estimator
clear all
xhat0=2.5;
n=20;
NL=200;
Ng=1;
ell=1;
time=1:NL; % Time steps during a lifetime
y=zeros(NL,Ng); % Initialize/allocate memory for sensed variable from environment
z=zero