代码搜索:Var
找到约 10,000 项符合「Var」的源代码
代码结果 10,000
www.eeworm.com/read/177608/9444181
try_var
#!/bin/sh
salutation="Hello"
echo $salutation
echo "The program $0 is now running"
echo "The second parameter was $2"
echo "The first parameter was $1"
echo "The parameter list was $*"
echo "The user
www.eeworm.com/read/373632/9445425
var knn.var
knn.var package:knnTree R Documentation
_K-_N_e_a_r_e_s_t _N_e_i_g_h_b_o_r _C_l_a_s_s_i_f_i_c_a_t_i_o_n _W_i_t_h _V_a_r_i_a_b_l_
www.eeworm.com/read/177237/9464176
c var.c
#include "vxWorks.h"
int var1 = 1;
static int var2 = 20;
struct {
int x;
char *str;
} var3 = { 3, "Congratulations!"};
www.eeworm.com/read/373081/9475745
m var.m
function y = var(x)
%VAR Variance.
% For vectors, VAR(x) returns the sample variance.
% For matrices, VAR(X)is a row vector containing the sample
% variance of each column. The variance is the
www.eeworm.com/read/176864/9480906
c var.c
// DENGZOUPING
typedef unsigned short word_t;
// replace orig "WORD" by "word_t"
//
void YUV411toRGB555()
//convert YUV411 in YUVBuffer2 to RGB555 in DecodeDest
{
word_t yPos=0,uvPos=0;
www.eeworm.com/read/176730/9486438
try_var
#!/bin/sh
salutation="Hello"
echo $salutation
echo "The program $0 is now running"
echo "The second parameter was $2"
echo "The first parameter was $1"
echo "The parameter list was $*"
echo "The user
www.eeworm.com/read/372527/9505062
try_var
#!/bin/sh
salutation="Hello"
echo $salutation
echo "The program $0 is now running"
echo "The second parameter was $2"
echo "The first parameter was $1"
echo "The parameter list was $*"
echo "The user
www.eeworm.com/read/372449/9510373
try_var
#!/bin/sh
salutation="Hello"
echo $salutation
echo "The program $0 is now running"
echo "The second parameter was $2"
echo "The first parameter was $1"
echo "The parameter list was $*"
echo "The user
www.eeworm.com/read/176251/9510845
c var.c
/**
* SmallBasic Variable Manager.
*
* 2000-05-27, Nicholas Christopoulos
*
* This program is distributed under the terms of the GPL v2.0 or later
* Download the GNU Public License (GPL) from www.gnu.