代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/151608/12188534
m exm081_2.m
function exm081_2(a,b)
% This is my second example.
% a Define the limit of variable x .
% b Define the limit of variable y .
clf;shg
x=-a:0.2:a;y=-b:0.2:b;
for i=1:length(y)
for j=1:length
www.eeworm.com/read/339640/12213008
err usbmain.err
"usbmain.c", line 53: Warning: C2870W: variable 'oldTmp1' declared but not used
"usbmain.c", line 53: Warning: C2870W: variable 'tmp1' declared but not used
"usbmain.c", line 53: Warning: C2870W: va
www.eeworm.com/read/151305/12220872
vhd 90_wss_coprocessor.vhd
--LIBRARY synergy;
-- USE synergy.signed_arith.all;
LIBRARY ieee;
USE ieee.std_logic_1164.all;
USE ieee.std_logic_arith.all;
-- USE ieee.std_logic_signed.all;
-- USE synergy.signed_arit
www.eeworm.com/read/339575/12224542
m setfieldindexnumbers.m
function setfieldindexnumbers(block)
%SETFIELDINDEXNUMBERS Set index numbers in the callers workspace.
%
% The field numbers will have the same name (and case) as the mask variable
% names, BUT t
www.eeworm.com/read/339483/12230509
sh ex60.sh
#!/bin/bash
# Functions and parameters
DEFAULT=default # Default param value.
func2 () {
if [ -z "$1" ] # Is parameter #1 zero length?
the
www.eeworm.com/read/339483/12231777
sh ex43.sh
#!/bin/bash
y=`eval ls -l` # Similar to y=`ls -l`
echo $y #+ but linefeeds removed because "echoed" variable is unquoted.
echo
echo "$y" # Linefeeds preserved when variable is quoted
www.eeworm.com/read/253044/12246801
err pll.err
"pll.c", line 67: Warning: C2870W: variable 'fclk' declared but not used
"pll.c", line 67: Warning: C2870W: variable 'sval' declared but not used
"pll.c", line 67: Warning: C2870W: variable 'sdiv' d