代码搜索结果

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

unit2.~pas

unit Unit2; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, DB, ADODB, ComCtrls; type Tbook_input = class(TForm) Gro

3394351_wa.cpp

#include #include using namespace std; struct data { char father[10]; char son[10]; int age; }; data input[101]; int data_number,data_number1,t,i,j,k,l,input_number,cout

i2c_to_gpio.pin

-- Copyright (C) 1991-2007 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and a

wtgensha1.m

function output = WtgenSHA1(input) % Generate the matrix Wt % % Convert input to numbers (from char) input_char = reshape(input,32,16)'; [u1,u2] = size(input_char); for kk = 1:u1 input_n

readme

To do a visualization type: ch3-01.out < input1: 3 + 2 input2: 3 + 2 - 9 + 4 + 2 - 3

readme

To do a visualization type: ch3-02.out < input1: 3 * 2 input2: (3 + 2) * (9 + 4 + 2) / 3

transform.c

/*** * transform.c *** * soucast knihovny libopen * 2007-04-29 * xbarin02@stud.fit.vutbr.cz *** * soubor s fcemi, kt. provadeji transformace (2D (I)DWT a 2D (I)DCT) */ // pomocne

makefile

# # Makefile for the input misc drivers. # # Each configuration option enables a list of files. obj-$(CONFIG_INPUT_SPARCSPKR) += sparcspkr.o obj-$(CONFIG_INPUT_PCSPKR) += pcspkr.o obj-$(CONFIG_INP

filenumber是不是可以是一个变量.txt

filenumber可以是变量,但它只能是一个整数(1-511)。一般你可以在Open语句指定,如: filenumber = 10 filename = "b.txt" Open filename For Input As filenumber input #filenumber, ... 但是你不能使用filenumber=b.txt

msace.h

#ifndef _MSACE_H_ #define _MSACE_H_ #ifdef _MSACE_C_ #define _MSACEDEC_ #else #define _MSACEDEC_ extern #endif // sRGB matrix for PC // this variable must pointer to a array[3][3] _