代码搜索:variable
找到约 10,000 项符合「variable」的源代码
代码结果 10,000
www.eeworm.com/read/190158/8446883
txt manual.txt
USER'S GUIDE TO THE SUNGRAPH FORMAT DISK I/O ROUTINES
JULY 1988
TABLE OF CONTENTS
1.0 INTRODUCTION
2.0 GENERAL INFOR
www.eeworm.com/read/188512/8533183
cpp fig07_07.cpp
// Fig. 7.7: fig07_07.cpp
// A const variable must be initialized.
int main()
{
const int x; // Error: x must be initialized
x = 7; // Error: cannot modify a const variable
return
www.eeworm.com/read/188512/8533475
cpp fig05_01.cpp
// Fig. 5.1: fig05_01.cpp
// Counter-controlled repetition.
#include
using std::cout;
using std::endl;
int main()
{
int counter = 1; // declare and initialize control variable
www.eeworm.com/read/433119/8544156
txt howtoinstall.txt
Directions
After downloading, In order for SERIES to run properly on MatLab, please do this:
Copy all files (*.m and *.exe) in the suddirectory SERIES (create it).
C:\MATLAB\TOOLBOX\SERIES
C
www.eeworm.com/read/432373/8608536
m condense.m
function sy=condense(y,n)
% Condense y by a factor of n, where n is a non-zero positive integer.
% Produces a shorter, approximate version of vector y, with each group
% of n adjacent points in y
www.eeworm.com/read/388072/8637670
m teleconp.m
function [V,EOFs,EC,error]=TeleCon(D,p)
% function [V,EOFs,EC,error]=EOF(D,p)
%
% This function decomposes a data set D into its EOFs
% and eigenvalues V. The most effecient algorithm proposed by
www.eeworm.com/read/388072/8637686
m eof.m
function [V,EOFs,EC,error]=EOF(D,p)
% function [V,EOFs,EC,error]=EOF(D,p)
%
% This function decomposes a data set D into its EOFs
% and eigenvalues V. The most effecient algorithm proposed by
%
www.eeworm.com/read/430875/8720525
c fet410_lcd_03.c
//*****************************************************************************
// MSP-FET430P410 Demo - LCD, Display Numbers on a 4-Mux LCD
//
// Description: This program displays digits stored
www.eeworm.com/read/385613/8796508
map music.map
RAM Allocation
Variable Address Size
--------------------------------------------------------------------------------
EEPROM Allocation