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

pre-implemented

  • Hey. This some pid code for the atmega88 that I once used to control a heater. It s purpose is pre

    Hey. This some pid code for the atmega88 that I once used to control a heater. It s purpose is pretty specific, and I only wrote it to work on the mega88, so the code itself won t be too useful. It is a good place to start if you re trying to use or figure out pid though.

    标签: control purpose atmega heater

    上传时间: 2013-12-19

    上传用户:天诚24

  • What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the poss

    What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to be encrypted for Binary Access Read(Say Source File) * Open a temparory file where encrypted data is stored for Binary Access Write(Say Destination File) * Loop through the Source File Byte by Byte * For each byte read from the file, Complement the data. (Using Not operator (in C we have to use "~" operator) * Write Complemented Data to Destination File * Delete the Source File * Rename Destination file as Source File(Now Encryption is over)

    标签: Sometimes the contents desire

    上传时间: 2013-12-25

    上传用户:playboys0

  • This document contains a general overview in the first few sections as well as a more detailed refer

    This document contains a general overview in the first few sections as well as a more detailed reference in later sections for SVMpython. If you re already familiar with SVMpython, it s possible to get a pretty good idea of how to use the package merely by browsing through svmstruct.py and multiclass.py. This document provides a more in depth view of how to use the package. Note that this is not a conversion of SVMstruct to Python. It is merely an embedding of Python in existing C code. All code other than the user implemented API functions is still in C, including optimization.

    标签: document contains detailed overview

    上传时间: 2013-12-14

    上传用户:希酱大魔王

  • Triscend supports the use of the Model Technology ModelSim logic simulator for VHDL simulation of d

    Triscend supports the use of the Model Technology ModelSim logic simulator for VHDL simulation of designs implemented in the Configurable System Logic (CSL) portion of a Triscend device.

    标签: Technology simulation simulator the

    上传时间: 2013-12-26

    上传用户:zl5712176

  • This code was used to produce simulation results described in: Using Directional Antennas to Pre

    This code was used to produce simulation results described in: Using Directional Antennas to Prevent Wormhole Attacks Lingxuan Hu and David Evans. Network and Distributed System Security Symposium, San Diego, 5-6 February 2004.

    标签: Directional simulation described Antennas

    上传时间: 2014-12-06

    上传用户:xieguodong1234

  • We present a particle filter construction for a system that exhibits time-scale separation. The sep

    We present a particle filter construction for a system that exhibits time-scale separation. The separation of time-scales allows two simplifications that we exploit: i) The use of the averaging principle for the dimensional reduction of the system needed to solve for each particle and ii) the factorization of the transition probability which allows the Rao-Blackwellization of the filtering step. Both simplifications can be implemented using the coarse projective integration framework. The resulting particle filter is faster and has smaller variance than the particle filter based on the original system. The convergence of the new particle filter to the analytical filter for the original system is proved and some numerical results are provided.

    标签: construction separation time-scale particle

    上传时间: 2016-01-02

    上传用户:fhzm5658

  • cpress usb 芯片Vender 处理固件。 The purpose of this software is to demonstrate how to implement vendor s

    cpress usb 芯片Vender 处理固件。 The purpose of this software is to demonstrate how to implement vendor specific commands. The following vendor specific commands are implemented: A0 Firmware Upload/Download A2 EEProm Load A3 External Ram Load A4 Set I2C Addr A5 Get IIC Type (1 Byte or 2 Byte EEPROM) A6 Get Chip Rev A8 Renumerate

    标签: demonstrate implement software purpose

    上传时间: 2016-01-14

    上传用户:stvnash

  • 相信有很多用户在使用华为的代理上网吧

    相信有很多用户在使用华为的代理上网吧,是不是在linux下无法上网头疼呢,我花了一个星期的时间,弄到华为的代理和linux下所需的rpm包了 基于fedora 7下 操作很简单,我给出简要提示 1.使用root用户登陆安装rpm包 #]rpm -ivh compat-libstdc++-7.3-2.96.110.i386.rpm #]./pre.ps #]linux1x -c 下面问的问题很简单,一路yes,注意最后问你是否改变日志的存放位置,no就可以,用默认的路径 然后(确保你的网卡已经激活) #]linux1x –u username/password –n eth0

    标签: 多用 华为 代理

    上传时间: 2013-12-20

    上传用户:417313137

  • The algorm of viterbi. You talk to your friend three days in a row and discover that on the first da

    The algorm of viterbi. You talk to your friend three days in a row and discover that on the first day he went for a walk, on the second day he went shopping, and on the third day he cleaned his apartment. You have two questions: What is the overall probability of this sequence of observations? And what is the most likely sequence of rainy/sunny days that would explain these observations? The first question is answered by the forward algorithm the second question is answered by the Viterbi algorithm. These two algorithms are structurally so similar (in fact, they are both instances of the same abstract algorithm) that they can be implemented in a single function:

    标签: discover viterbi algorm friend

    上传时间: 2016-02-16

    上传用户:xc216

  • 老外自编串口组件及串口程序: Commu, a testform to check if everything is working correctly. XON/XOFF check is no

    老外自编串口组件及串口程序: Commu, a testform to check if everything is working correctly. XON/XOFF check is not yet implemented. So good luck with communication.

    标签: check everything correctly testform

    上传时间: 2016-02-28

    上传用户:zhuimenghuadie