代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/428801/8840201
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/187156/8851474
h _common.h
/******************************************************************************/
/* */
/* Copyright (C), 1995-2006, msyste
www.eeworm.com/read/284881/8885303
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/284881/8885327
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/284360/8938182
sas sqlfun03.sas
/****************************************************************/
/* S A S S A M P L E L I B R A R Y */
/*
www.eeworm.com/read/283498/9015991
txt misc.txt
======================
Miscellaneous Routines
======================
This routines either defy categorization, or they haven't been properly
organized yet.
Mostly (like the rest of this libra
www.eeworm.com/read/283498/9016497
asm pgm6_7.asm
; Unconditional Jumps
.386
option segment:use16
dseg segment para public 'data'
; Pointers to statements in the code segment
IndPtr1 word IndTarget2
IndPtr2 dword IndTarget3
www.eeworm.com/read/185622/9017191
txt rfc1408.txt
Network Working Group D. Borman, Editor
Request for Comments: 1408 Cray Research, Inc.
www.eeworm.com/read/382465/9025046
txt 软件安装说明.txt
===========================================
== Java安装说明 ==
===========================================
(一)系统要求
Windows 98,Windows 2000 Professional
Pentium 166MHz以上
www.eeworm.com/read/184617/9091726
m svmex01.m
%SVMexample01a.m
%Two Dimension SVM Problem, Two Class and Separable Situation
%
%Method from Christopher J. C. Burges:
%"A Tutorial on Support Vector Machines for Pattern Recognition", page 8
%