代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/487286/6518682
java strings.java
package Operator;
/*
String objects are given special treatment by the Java language.
It is also important to differentiate how String objects behave
when compared to regular objects. (字符串对
www.eeworm.com/read/487286/6518688
java comparereference.java
package Operator;
import java.awt.Button;
/*
A reference variable is a name that is used in Java to reference
an instance of a class. Reference variables can be tested to see
if they point
www.eeworm.com/read/486925/6520997
java expression.java
package com.javapatterns.interpreter;
/**
* Abstraction of a class representing terminal and non-terminal
* classes of the following little grammar:
*
* BooleanExp ::=
*
www.eeworm.com/read/485350/6559600
m mimo_channel.m
function [Channel, Fading] = MIMO_Channel(FadingMatrixType, ...
FadingOversamplingFactor, Speed_ms, ...
CarrierFrequency_Hz, ...
RunningTimeInstant, ChipOversamplingFactor,
www.eeworm.com/read/483654/6600213
h synch.h
// synch.h
// Data structures for synchronizing threads.
//
// Three kinds of synchronization are defined here: semaphores,
// locks, and condition variables. The implementation for
// semaphores is
www.eeworm.com/read/481728/6637370
m exa050905_tf2ss.m
% ------------------------------------------------------------------------------
% exa050905_tf2ss.m , for example 5.9.5
% to test tf2ss.m and ss2tf.m, to realize the conversion between H(z) and it
www.eeworm.com/read/481225/6645075
h synch-sleep.h
// synch.h
// Data structures for synchronizing threads.
//
// Three kinds of synchronization are defined here: semaphores,
// locks, and condition variables. The implementation for
// semaphores is
www.eeworm.com/read/481225/6645097
h synch.h
// synch.h
// Data structures for synchronizing threads.
//
// Three kinds of synchronization are defined here: semaphores,
// locks, and condition variables. The implementation for
// semaphores is
www.eeworm.com/read/481225/6645107
h synch-sem.h
// synch.h
// Data structures for synchronizing threads.
//
// Three kinds of synchronization are defined here: semaphores,
// locks, and condition variables. The implementation for
// semaphores is