代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/424063/10502750
m checkinp.m
function [y1,y2,y3,y4,y5,y6,y7,y8,y9,y10] = checkinp(x1,...
x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15,x16,x17,x18,x19,x20)
%CHECKINP Checks input and fills in the default.
% [y1, ..
www.eeworm.com/read/160624/10513434
c ctest.c
/*
* CTEST.C
*
* Sample program that uses the Atoms Device Driver (ATMS).
* The program displays a menu from which you can Write only, Read only,
* or Quit. Any other key will cause the prog
www.eeworm.com/read/278432/10536097
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/278432/10536107
err u2442mon.err
"u2442mon.c", line 78: Warning: C2207W: inventing 'extern int __rt_lib_init();'
"u2442mon.c", line 161: Warning: C2870W: variable 'key' declared but not used
"u2442mon.c", line 161: Warning: C2870W:
www.eeworm.com/read/278318/10548230
vhd mathpack.vhd
------------------------------------------------------------------------
--
-- This source file may be used and distributed without restriction.
-- No declarations or definitions shall be added to
www.eeworm.com/read/278084/10575941
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/278011/10584202
txt overloading overriding runtime type and object orientation (1).txt
作者:jeru
email: jeru@163.net
日期:7/3/2001 10:01:58 AM
6)Overloading overriding runtime type and object orientation
Objective 1)
State the benefits of encapsulation in object oriented design and wri
www.eeworm.com/read/278007/10585867
bak untitled1.bak
RUN user_bm4
FUNCTION user_bm4
OPENR, 1, FILEPATH('people.dat', SUBDIR = ['examples','data'])
; Define a variable into which the image will be read:
image=BYTARR(192, 192, /NOZERO)
; Read t
www.eeworm.com/read/278007/10585889
pro untitled1.pro
FUNCTION user_bm4
OPENR, 1, FILEPATH('people.dat', SUBDIR = ['examples','data'])
; Define a variable into which the image will be read:
image=BYTARR(192, 192, /NOZERO)
; Read the data:
RE
www.eeworm.com/read/351732/10614640
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