代码搜索结果

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

this routine performs the bit-reversal of the input array x.txt

TEXAS INSTRUMENTS, INC. * * AUTOCORRELATION * * Revision Date: 04/16/97 * * USAGE This routine is C Callable and can be called as: * * int autcor(short ac[], short sd[], int N, int M)

unit5.~pas

unit Unit5; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, DB, ADODB; type Tregister_reader = class(TForm) GroupBox

gnumakefile

# config -include Make.config include mk/Variables.mk # add our flags + libs CFLAGS += -DVERSION='"$(VERSION)"' LDLIBS += -lm # build TARGETS := lsinput input-events input-kbd input-send input-recv

readme

To do a visualization type: ch3-05.out < input1: x = 3 * 2 y = x + 1 3 * y input2: 3 * (2 + 4) x = 24 y = x + 1 3 * y 2 + x + y input3: foo = 12 * 2 foo / 5 thisisareallylongvar

makefile

CC = gcc CFLAGS = -g -Wall -O2 all: av7110_loadkeys evtest av7110_loadkeys: av7110_loadkeys.o evtest: evtest.o av7110_loadkeys.o: av7110_loadkeys.c input_keynames.h evtest.o: evtest.c input_keyna