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

do-while

  • For developers using FPGAs for the implementation of floating-point DSP functions, one key challen

    For developers using FPGAs for the implementation of floating-point DSP functions, one key challenge is how to decompose the computation algorithm into sequences of parallel hardware processes while efficiently managing data flow through the parallel pipelines of these processes.

    标签: floating-point implementation developers functions

    上传时间: 2013-12-16

    上传用户:tonyshao

  • AC97 Sample Driver and Related Code Samples. This directory contains a sample AC97 adapter driver a

    AC97 Sample Driver and Related Code Samples. This directory contains a sample AC97 adapter driver and several related code samples. These samples need to be compiled with the Windows .NET or Windows XP build environment but are binary compatible with older operating systems like Windows 2000. To build the samples, enter any Windows .NET or Windows XP build environment and run build –cZ from this directory. The AC97 sample driver also runs in Windows 98 Second Edition or Windows Me, but the property page DLL and control panel application do not. For more information, please refer to the readme.htm files in each subdirectory. The INF file in the driver directory installs all of the samples in the subdirectories. The header file in this directory defines the private property used by each of the samples.

    标签: directory contains Related Samples

    上传时间: 2014-07-06

    上传用户:凤临西北

  • 本程序模拟GP算法处理数据的方法步骤How can computers learn to solve problems without being explicitly programmed? In

    本程序模拟GP算法处理数据的方法步骤How can computers learn to solve problems without being explicitly programmed? In other words, how can computers be made to do what is needed to be done, without being told exactly how to do it?this is an answer

    标签: explicitly programmed computers problems

    上传时间: 2016-08-27

    上传用户:啊飒飒大师的

  • 此函数把SPI的读写功能集成在一块

    此函数把SPI的读写功能集成在一块,传递的val既是向SPI写的数据,也是从SPI读取的数据,只需要在执行读或写之前把MCU的I/O脚设置成相应的输出或输入即可。(因为在大部分应用中,是把SPI的DI和DO相连并用MCU的一个IO口来读写)。

    标签: SPI 函数 读写 集成

    上传时间: 2016-09-03

    上传用户:onewq

  • 一种比较好的抗锯齿算法 Add myaa.m to your path and enjoy anti-aliased professionally looking graphics in Matla

    一种比较好的抗锯齿算法 Add myaa.m to your path and enjoy anti-aliased professionally looking graphics in Matlab at any time. Myaa works with any kind of graphic (3-D, plots, scatterplots, ...) and even adds anti-aliasing to text, ui controls and grids. Myaa is ideal for complex, cluttered and saturated plots. See attached screenshot for a demonstration. More examples included in the code, just run help myaa . Curiosa: For those of you who publish your code often, an undocumented anti-aliasing option is included in the snapnow.m function in Matlab. To publish a file called test.m you can do: opts.figureSnapMethod = antialiased publish( test.m ,opts) However, you will have more control over the process using myaa, which is also the best choice when using Matlab interactively.

    标签: professionally anti-aliased graphics looking

    上传时间: 2016-09-28

    上传用户:txfyddz

  • CPU的code banking技术实例: This Zip file contains five (3) folders: FastChip Project Files * This

    CPU的code banking技术实例: This Zip file contains five (3) folders: FastChip Project Files * This folder contains a folder called "Bank" that should be moved into: <install_root>\FastChip\Projects Keil Project Files * These files are to be put into the directory of your choice and the project is to be opened from within Keil Hex Files * These files are the output of Keil. If you do not want to compile and link all of the code, these files can be loaded into FastChip directly

    标签: This FastChip contains banking

    上传时间: 2016-10-01

    上传用户:a3318966

  • This book is for you if You re no "dummy," and you need to get quickly up to speed in intermediate

    This book is for you if You re no "dummy," and you need to get quickly up to speed in intermediate to advanced C++ You ve had some experience in C++ programming, but reading intermediate and advanced C++ books is slow-going You ve had an introductory C++ course, but you ve found that you still can t follow your colleagues when they re describing their C++ designs and code You re an experienced C or Java programmer, but you don t yet have the experience to develop nuanced C++ code and designs You re a C++ expert, and you re looking for an alternative to answering the same questions from your less-experienced colleagues over and over again C++ Common Knowledge covers essential but commonly misunderstood topics in C++ programming and design while filtering out needless complexity in the discussion of each topic. What remains is a clear distillation of the essentials required for production C++ programming, presented in the author s trademark incisive, engaging style.

    标签: intermediate you quickly dummy

    上传时间: 2014-01-09

    上传用户:wpwpwlxwlx

  • Get more out of your legacy systems: more performance, functionality, reliability, and manageability

    Get more out of your legacy systems: more performance, functionality, reliability, and manageability Is your code easy to change? Can you get nearly instantaneous feedback when you do change it? Do you understand it? If the answer to any of these questions is no, you have legacy code, and it is draining time and money away from your development efforts.

    标签: more functionality manageability performance

    上传时间: 2013-12-13

    上传用户:semi1981

  • 1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。 2. 1位起始位

    1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。 2. 1位起始位,8位数据位,1位停止位。发数据位时先发低位。 3. 支持半双工通讯。收、发波特率相同。 4. 应把定时器中断优先级设置为最高级。 5. 本程序每接收一个字节后就把它放到一个队列缓冲区中(也可使用环行缓冲区), 待缓冲区满后,将缓冲区中的内容原样发回。这是为了测试多字节连续收发的 能力和简化程序。实际应用中应防止缓冲区溢出。 6. 由接收转换到发送时要先调用 soft_send_enable (); 由发送转换到接收时要先调用 soft_receive_enable ()。 7. 发送最后一个字节后如果要立刻转为接收,必须等待最后一个字节后发送完毕 while ( rs_f_TI == 0) // 等待最后一个字节发送完毕

    标签: 程序 定时器 串行口 模拟

    上传时间: 2016-10-22

    上传用户:tonyshao

  • 精致、漂亮、实用的日历选择代码

    精致、漂亮、实用的日历选择代码,Calendar is a Javascript class that adds accessible and unobtrusive date-pickers to your form elements. This class is a compilation of many date-pickers I have implemented over the years and has been completely re-written for Mootools. I have tried to include all the features that have been most useful while streamlining the class itself to keep it as small as possible. Use the links below to see what features are available in Calendar and how it might enhance the accessibility, usability and validation of form elements on your website.

    标签: 代码

    上传时间: 2014-01-04

    上传用户:cc1