代码搜索结果

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

ietxt.cpp

#include "stdafx.h" #include "iesdk.h" /********************************************************************/ /* 热点类型 */ #define HERF_STYLE 1 #define SELECT_STYLE

frmqueryinput.frm

VERSION 5.00 Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX" Begin VB.Form frmQueryInput BorderStyle = 3 'Fixed Dialog Caption = "进料单查询" ClientH

at_stream_domain.br

// at_stream_fetch.br // test address-translation code for // fetching from a stream domain #include // arbitrary weird stream sizes: #define RESULT_X 50 #define RESULT_Y 24 #define RESU

compare_with_matlab_test.m

% Run this program and follow the instructions to compare DSP and matlab % implementations of the same function. %fid = fopen('input.dat', 'r'); %data_input = fread(fid, 'int16'); %fclose(fid);

table23.m

G=nd2sys(1,conv([10,1],conv([0.05,1],[0.5,1])),200); M=1.5;wb=10;A=1.e-4;Wp=nd2sys([1/M wb],[1 wb*A]);Wu=1; systemnames='G Wp Wu'; inputvar='[r(1);u(1)]'; outputvar='[Wp;Wu;r-G]'; input_to_G='[

fsmring.fsm

/************************************************************************************************* ** Project: FSMGenerator ** Package: FSMGenerator ** Module: FSMGenerator::examples::

readme

To do a visualization type: ch3-03.out < input1: x = 3 * 2 y = x + 1 3 * y input2: 3 * (2 + 4) x = 24 y = x + 1 3 * y 2 + x + y