虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

inPUT-output

  • 自动投票程序: web 控件操作例程

    自动投票程序: web 控件操作例程,使用的技术包括: 浏览器视图的使用 网页form及input按钮的读写以及自动提交form 定时器的使用 投票结果查看网址: http://www.scient.com.cn/picCountrywide.asp?province=&city=&page=1 默认投票对象是: 照片编号:630 姓  名:王丙乾 年  龄:1岁7个月 参赛项目:大力王 可以自己修改不同的投票对象为他进行自动投票 最后编译环境是vs2008

    标签: web 自动 程序 控件

    上传时间: 2016-12-22

    上传用户:cuibaigao

  • 基于S3C2440的四线电阻式触摸屏驱动程序

    基于S3C2440的四线电阻式触摸屏驱动程序,linux2.6.22内核。把touchscreen.c放在driver/input/touchscreen/下。修改arch/arm/mach-s3c2440/mach-smdk2440.c以及相应的Makefile加上驱动即可

    标签: S3C2440 四线电阻式 触摸屏 驱动程序

    上传时间: 2013-12-31

    上传用户:kr770906

  • selects the mux channel and configures the MAX197 for second write pulse, written with ACQMOD = 0,

    selects the mux channel and configures the MAX197 for second write pulse, written with ACQMOD = 0, termi- either unipolar or bipolar input range. A write pulse (WR nates acquisition and starts conversion on WR°Os risin + CS) can either start an acquisition interval or initiate a edge (Figure 6). However, if the second control byte combined acquisition plus conversion. The sampling contains ACQMOD = 1, an indefinite acquisition interval interval occurs at the end of the acquisition interval. is restarted. The ACQMOD bit in the input control byte offer

    标签: configures the selects channel

    上传时间: 2013-12-09

    上传用户:

  • selects the mux channel and configures the MAX197 for second write pulse, written with ACQMOD = 0,

    selects the mux channel and configures the MAX197 for second write pulse, written with ACQMOD = 0, termi- either unipolar or bipolar input range. A write pulse (WR nates acquisition and starts conversion on WR°Os risin + CS) can either start an acquisition interval or initiate a edge (Figure 6). However, if the second control byte combined acquisition plus conversion. The sampling contains ACQMOD = 1, an indefinite acquisition interval interval occurs at the end of the acquisition interval. is restarted. The ACQMOD bit in the input control byte offer

    标签: configures the selects channel

    上传时间: 2016-12-24

    上传用户:朗朗乾坤

  • selects the mux channel and configures the MAX197 for second write pulse, written with ACQMOD = 0,

    selects the mux channel and configures the MAX197 for second write pulse, written with ACQMOD = 0, termi- either unipolar or bipolar input range. A write pulse (WR nates acquisition and starts conversion on WR°Os risin is restarted. The ACQMOD bit in the input control byte offer+ CS) can either start an acquisition interval or initiate a edge (Figure 6). However, if the second control byte combined acquisition plus conversion. The sampling contains ACQMOD = 1, an indefinite acquisition interval interval occurs at the end of the acquisition interval.

    标签: configures the selects channel

    上传时间: 2016-12-24

    上传用户:yzhl1988

  • k-step ahead predictions determined by simulation of the % one-step ahead neural network predictor.

    k-step ahead predictions determined by simulation of the % one-step ahead neural network predictor. For NNARMAX % models the residuals are set to zero when calculating the % predictions. The predictions are compared to the observed output. %

    标签: ahead predictions determined simulation

    上传时间: 2016-12-27

    上传用户:busterman

  • Train a two layer neural network with a recursive prediction error % algorithm ("recursive Gauss-Ne

    Train a two layer neural network with a recursive prediction error % algorithm ("recursive Gauss-Newton"). Also pruned (i.e., not fully % connected) networks can be trained. % % The activation functions can either be linear or tanh. The network % architecture is defined by the matrix NetDef , which has of two % rows. The first row specifies the hidden layer while the second % specifies the output layer.

    标签: recursive prediction algorithm Gauss-Ne

    上传时间: 2016-12-27

    上传用户:ljt101007

  • 通过对于模2除法的研究 可以得到如下方法: 1. 把信息码后面加上p-1位的0

    通过对于模2除法的研究 可以得到如下方法: 1. 把信息码后面加上p-1位的0,这个试验中p是6位,即在输入的信息码后面加上“00000”。把这个17位的被除数放入input中。 2. 在得到被除数input之后,设计一个在被除数上移动的数据滑块变量d,把input中的最高位开始逐次复制给变量d。 3. 如果d的最高位为1,由变量d和变量p做异或运算;如果d的最高位为0则不运算或者做多余的异或‘0’的运算。 4. 把滑块变量d往后滑动一位。 5. 循环步骤(3,4)11次。 6. 执行步骤3。 7. 得到余数c,把c转成信号输出。

    标签: 法的研究

    上传时间: 2013-12-28

    上传用户:凤临西北

  • Open Flash Chart is a program for creating charts in Flash to display in Web pages. You can create b

    Open Flash Chart is a program for creating charts in Flash to display in Web pages. You can create bar, line, area, and pie charts. It also includes server side classes to help generate the data file used as input. At the moment, there are classes for PHP, Perl, .NET, Java, Ruby (and Rails), and Python

    标签: Flash creating display program

    上传时间: 2014-01-15

    上传用户:fandeshun

  • 本例展示了如何利用外设TIM2来产生四路频率不同的信号。 TIM2时钟设置为36MHz

    本例展示了如何利用外设TIM2来产生四路频率不同的信号。 TIM2时钟设置为36MHz,预分频设置为2,使用输出比较-翻转模式(Output Compare Toggle Mode)。 TIM2计数器时钟可表达为:TIM2 counter clock = TIMxCLK / (Prescaler +1) = 12 MHz 设置TIM2_CCR1寄存器值为32768,则CC1更新频率为TIM2计数器时钟频率除以CCR1寄存器值,为366.2 Hz。因此,TIM2通道1可产生一个频率为183.1 Hz的周期信号。 同理,根据寄存器TIM2_CCR2 、TIM2_CCR3和 TIM2_CCR4的值,TIM2通道2可产生一个频率为366.3 Hz的周期信号;TIM2通道3可产生一个频率为732.4 Hz的周期信号;TIM2通道4可产生一个频率为1464.8 Hz的周期信号。 可以通过示波器观察各路输出

    标签: TIM2 MHz 36 如何利用

    上传时间: 2014-01-22

    上传用户:plsee