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

a-Top-Down

  • --文件名:mine4.vhd。 --功能:实现4种常见波形正弦、三角、锯齿、方波(A、B)的频率、幅度可控输出(方波 --A的占空比也是可控的)

    --文件名:mine4.vhd。 --功能:实现4种常见波形正弦、三角、锯齿、方波(A、B)的频率、幅度可控输出(方波 --A的占空比也是可控的),可以存储任意波形特征数据并能重现该波形,还可完成 --各种波形的线形叠加输出。 --说明: SSS(前三位)和SW信号控制4种常见波形种哪种波形输出。4种波形的频率、 --幅度(基准幅度A)的调节均是通过up、down、set按键和4个BCD码置入器以及一 --个置入档位控制信号(ss)完成的(AMP的调节范围是0~5V,调节量阶为1/51V)。 --其中方波的幅度还可通过u0、d0调节输出数据的归一化幅值(AMP0)进行进一步 --细调(调节量阶为1/(51*255)V)。方波A的占空比通过zu、zp按键调节(调节 --量阶1/64*T)。系统采用内部存储器——RAM实现任意输入波形的存储,程序只支 --持键盘式波形特征参数置入存储,posting 为进入任意波置入(set)、清除(clr)状态 --控制信号,SSS控制存储波形的输出。P180为预留端口,

    标签: mine vhd 方波 波形

    上传时间: 2017-02-09

    上传用户:z1191176801

  • To review what a metaball is, and how to render them and to describe a new optimization I ve made

    To review what a metaball is, and how to render them and to describe a new optimization I ve made for rendering metaballs. For complex scenes, it can render hundreds of times faster, though I m certain others have discovered this trick as well. It does very slightly change the characteristic shape of the blobs, but there is no loss in image quality whatsoever. (I actually developed all this about two years ago, but just now felt like writing it all down, and had the time!)

    标签: optimization and metaball describe

    上传时间: 2013-12-27

    上传用户:彭玖华

  • An interactive water fountain. A realistic water source in your pocket with full control. Contro

    An interactive water fountain. A realistic water source in your pocket with full control. Controls: UP/DOWN - go closer/further LEFT/RIGHT - rotate # - stop rotation 1/7 - rotate camera up/down 3/9 - change water pressure 4/6 - change water rendering complexity 2/8 - ascend/descend 0 - bullet time 5 - 25 FPS limiter on/off * - HUD on/off

    标签: water interactive realistic fountain

    上传时间: 2013-12-19

    上传用户:yuchunhai1990

  • Basic function to locate and measure the positive peaks in a noisy data sets. Detects peaks by loo

    Basic function to locate and measure the positive peaks in a noisy data sets. Detects peaks by looking for downward zero-crossings in the smoothed third derivative that exceed SlopeThreshold and peak amplitudes that exceed AmpThreshold. Determines, position, height, and approximate width of each peak by least-squares curve-fitting the log of top part of the peak with a parabola.

    标签: peaks function positive Detects

    上传时间: 2017-04-26

    上传用户:彭玖华

  • This is a device for use by RC hobbysts: it transforms a servo from proportional to integrative. For

    This is a device for use by RC hobbysts: it transforms a servo from proportional to integrative. For RC boats, it allows user not to change the functionality of the throttle stick, UP/DOWN in stead of proportional. The archive contains also the PCB files.

    标签: proportional integrative transforms hobbysts

    上传时间: 2014-01-25

    上传用户:love1314

  • Playfair Cipher 1.not even the large number of keys in a monoalphabetic cipher provides security 2

    Playfair Cipher 1.not even the large number of keys in a monoalphabetic cipher provides security 2.one approach to improving security was to encrypt multiple letters 3.the Playfair Cipher is an example 4.invented by Charles Wheatstone in 1854,but named after his friend Baron Playfair Playfair Key Matrix 1.a 5X5 matrix of letters based on a keyword 2.fill in letters of keyword (sans duplicates) 3.fill rest of matrix with other letters Encrypting and Decrypting -plaintext is encrypted two letters at a time 1. if a pair is a repeated letter, insert filler like X’ 2. if both letters fall in the same row, replace each with letter to right (wrapping back to start from end) 3. if both letters fall in the same column, replace each with the letter below it (again wrapping to top from bottom) 4. otherwise each letter is replaced by the letter in the same row and in the column of the other letter of the pair

    标签: monoalphabetic Playfair provides security

    上传时间: 2017-05-25

    上传用户:变形金刚

  • Uma modelagem de um cenario basico para quem esta aprendendo a usar open/gl na plataforma C++. Utili

    Uma modelagem de um cenario basico para quem esta aprendendo a usar open/gl na plataforma C++. Utilizando comandos basicos como setas direcionais e teclas especiais como home, end, page up e page down voce pode navegar por todo o ambiente 3D com muita facilidade.

    标签: aprendendo plataforma modelagem cenario

    上传时间: 2014-12-19

    上传用户:ynwbosss

  • SOME BACKGROUND ON DESIGN PATTERNS The term “design patterns” sounds a bit formal to the uninitiate

    SOME BACKGROUND ON DESIGN PATTERNS The term “design patterns” sounds a bit formal to the uninitiated and can be somewhat off-putting when you first encounter it. But, in fact, design patterns are just convenient ways of reusing object-oriented code between projects and between programmers. The idea behind design patterns is simple-- write down and catalog common interactions between objects that programmers have frequently found useful.

    标签: BACKGROUND uninitiate PATTERNS patterns

    上传时间: 2013-12-22

    上传用户:shizhanincc

  • Electronics Design Checklist C) 2003 Hank Wallace This is a checklist for electronics designers. T

    Electronics Design Checklist C) 2003 Hank Wallace This is a checklist for electronics designers. The idea is for engineers and technicians to share experiences and create a detailed checklist, which the individual designer can pare down to meet his or her specific needs. There are many details that go into the making of a first-run design success, and this checklist helps prevent Murphy s gremlins from marring an otherwise healthy design.

    标签: Electronics electronics Checklist checklist

    上传时间: 2017-06-17

    上传用户:ddddddos

  • Some time during my development works I had the need of printing the contents of a ListView control.

    Some time during my development works I had the need of printing the contents of a ListView control. So I wrote down the code for a custom control, named PrintableListView, that solved the following two problems: * extend the print on multiple pages when the width of the list exceeds the width of the print page, * shrink, optionally, the list in a way that the resulting width fits o

    标签: development the ListView contents

    上传时间: 2014-01-22

    上传用户:Divine