代码搜索结果
找到约 10,000 项符合
Input 的代码
erase.hpp
// Boost string_algo library erase.hpp header file ---------------------------//
// Copyright Pavol Droba 2002-2003. Use, modification and
// distribution is subject to the Boost Software License
replace.hpp
// Boost string_algo library replace.hpp header file ---------------------------//
// Copyright Pavol Droba 2002-2003. Use, modification and
// distribution is subject to the Boost Software Licen
seltime.map.eqn
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any o
jianzhong.map.eqn
--clk is clk
--operation mode is input
clk = INPUT();
--clr is clr
--operation mode is input
clr = INPUT();
--s0 is s0
--operation mode is input
s0 = INPUT();
--s1 is s1
--
313-318.html
The Data Compression Book-:Speech Compression
patterns.m
Ni=10; % Inhibitory neurons as output neurons
Ne=15; % 3by5 pattern i.e., 15 Excitatory neurons as input neurons
a1=0.02; a2=0.06; %1 for exc. and 2 for inh.
b1=0.2; b2=0.22;
c1=-55; c2=-65;
d1=
483.cpp
#include
void main(void)
{
float a;
printf("Input a float:\n");
scanf("%f",&a);
printf("a.the input is %.1f or %.1e\n",a,a);
printf("b.the input is %+.3f or %.3E\n",a,a);
}
top.fit.rpt
Fitter report for top
Sun Sep 09 18:52:05 2007
Version 6.0 Build 178 04/27/2006 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Legal Notice
2. Fitt
abc.m
clear all;
tow = input('Input the value of tow=')
pulse = input('Input the number of pulses=')
pn=pulse-1;
pw=120/pn;
ton=tow*pw;
toff=pw*(1-tow);
start=30;
a(1)=start
a(2)=start+(ton/2);
i=
dsp281x_gpio.c
//###########################################################################
//
// FILE: DSP281x_Gpio.c
//
// TITLE: DSP281x General Purpose I/O Initialization & Support Functions.
//
//#######