代码搜索结果

找到约 10,000 项符合 Input 的代码

ex3_2.m

x=input('Input x please.'); y=input('Input y please.'); z=x; x=y; y=z; disp(x); disp(y);

ex3_2.m

x=input('Input x please.'); y=input('Input y please.'); z=x; x=y; y=z; disp(x); disp(y);

ex3_2.m

x=input('Input x please.'); y=input('Input y please.'); z=x; x=y; y=z; disp(x); disp(y);

ex3_2.m

x=input('Input x please.'); y=input('Input y please.'); z=x; x=y; y=z; disp(x); disp(y);

unitconst.pas

unit UnitConst; interface const INIT_STATUS = 0; INPUT_FIRSTNUM_STATUS = 1;//状态定义 INPUT_SIGN_STATUS = 2; INPUT_SECONDNUM_STATUS = 3; INPUT_ZERO = 0;

changelog

2005-11-28 14:38 kraxel * lirc.sh: - add missing "bits 32" to the lircd.conf generator script. 2005-07-27 16:17 kraxel * .cvsignore, GNUmakefile, input-events.man, input-kbd.man, lsinput.m

xterm.h

#include #define XREPBUFSIZE 64 typedef struct { int rindex; int windex; int mindex; XEvent xrep[XREPBUFSIZE]; } XREPBUFFER; extern int x_edges_specified; #ifndef s