亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

預(yù)(yù)測(cè)系統(tǒng)(tǒng)

  • In C Algorithms for Real-Time DSP, author Paul M. Embree presents a complete guide to digital signal

    In C Algorithms for Real-Time DSP, author Paul M. Embree presents a complete guide to digital signal processing techniques in the C programming language. This book is structured in such a way that it will be most useful to the engineer who is familiar with DSP and the C language, but who is not necessarily an expert in both. All of the example programs in this book have been tested using standard C compilers in the UNIX and MS-DOS programming environments. In addition, the examples have been compiled using the real-time programing tools of specific real-time embedded DSP microprocessors (Analog Devices ADSP-21020 and ADSP-21062 Texas Instruments TMS320C30 and TMS320C40 and AT&T DSP32C) and then tested with real-time hardware using real-world signals.

    標(biāo)簽: M. Algorithms Real-Time complete

    上傳時(shí)間: 2014-01-07

    上傳用戶:epson850

  • The C++ Cookbook will make your path to mastery much shorter. This practical, problem-solving guide

    The C++ Cookbook will make your path to mastery much shorter. This practical, problem-solving guide is ideal if you re an engineer, programmer, or researcher writing an application for one of the legions of platforms on which C++ runs. The algorithms provided in C++ Cookbook will jump-start your development by giving you some basic building blocks that you don t have to develop on your own.

    標(biāo)簽: problem-solving practical Cookbook mastery

    上傳時(shí)間: 2017-06-07

    上傳用戶:yph853211

  • 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.

    標(biāo)簽: Electronics electronics Checklist checklist

    上傳時(shí)間: 2017-06-17

    上傳用戶:ddddddos

  • A user-space device driver can do many of the things that kernel drivers can t, such as perform a lo

    A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the network, talk to a serial port, get interactive input from the user, pop up GUI windows, or read from disks. User-space drivers implemented using FUSD can be much easier to debug it is impossible for them to crash the machine, are easily traceable using tools such as gdb, and can be killed and restarted without rebooting even if they become corrupted. FUSD drivers don t have to be in C--Perl, Python, or any other language that knows how to read from and write to a file descriptor can work with FUSD. User-space drivers can be swapped out, whereas kernel drivers lock physical memory.

    標(biāo)簽: user-space can drivers perform

    上傳時(shí)間: 2014-01-01

    上傳用戶:saharawalker

  • *** HyperString v6.0 *** (c)1996-2000 EFD Systems, All rights reserved

    *** HyperString v6.0 *** (c)1996-2000 EFD Systems, All rights reserved efd@mindspring.com *** THIS IS NOT PUBLIC DOMAIN SOFTWARE *** See below for license agreement, disclaimer, installation and use. Introduction --------------------------------------------------------- Welcome to HyperString! One of the most significant new features with Delphi32 is long dynamic strings. However, the built-in functions don t really exploit the full potential of these new strings. HyperString provides over 400 fast, efficient string management routines to help you realize the full power of this highly versatile new data type.

    標(biāo)簽: HyperString reserved Systems rights

    上傳時(shí)間: 2017-07-04

    上傳用戶:mhp0114

  • Specification (GB)_TTI Messages via Traffic Message Coding-Coding Protocol for RDS-TMC Using ALERT-C

    Specification (GB)_TTI Messages via Traffic Message Coding-Coding Protocol for RDS-TMC Using ALERT-C (GB-T 20612.1-2006, 200611)

    標(biāo)簽: Specification Coding-Coding Messages Protocol

    上傳時(shí)間: 2013-12-10

    上傳用戶:qq21508895

  • P3.20. Consider an analog signal xa (t) = sin (2πt), 0 ≤t≤ 1. It is sampled at Ts = 0.01, 0.05, and

    P3.20. Consider an analog signal xa (t) = sin (2πt), 0 ≤t≤ 1. It is sampled at Ts = 0.01, 0.05, and 0.1 sec intervals to obtain x(n). b) Reconstruct the analog signal ya (t) from the samples x(n) using the sinc interpolation (use ∆ t = 0.001) and determine the frequency in ya (t) from your plot. (Ignore the end effects.) C) Reconstruct the analog signal ya (t) from the samples x (n) using the cubic spline interpolation and determine the frequency in ya (t) from your plot. (Ignore the end effects.)

    標(biāo)簽: Consider sampled analog signal

    上傳時(shí)間: 2017-07-12

    上傳用戶:咔樂塢

  • C 語言嵌入式系統(tǒng)編程修煉之一:背景篇 不同于一般形式的軟件編程

    C 語言嵌入式系統(tǒng)編程修煉之一:背景篇 不同于一般形式的軟件編程,嵌入式系統(tǒng)編程建立在特定的硬件平臺(tái)上,勢(shì)必要求 其編程語言具備較強(qiáng)的硬件直接操作能力。無疑,匯編語言具備這樣的特質(zhì)。但是,歸 因于匯編語言開發(fā)過程的復(fù)雜性,它并不是嵌入式系統(tǒng)開發(fā)的一般選擇。而與之相比, C 語言--一種"高級(jí)的低級(jí)"語言,則成為嵌入式系統(tǒng)開發(fā)的最佳選擇。筆者在嵌入式系 統(tǒng)項(xiàng)目的開發(fā)過程中,一次又一次感受到C 語言的精妙,沉

    標(biāo)簽: 語言 嵌入式 系統(tǒng)編程 背景

    上傳時(shí)間: 2013-12-19

    上傳用戶:rocketrevenge

  • A simulated lexical analyser for HLL like C,PASCAL etc. I have given a sample text file from which t

    A simulated lexical analyser for HLL like C,PASCAL etc. I have given a sample text file from which the source code reads the dummy program n analyses it. The program can be extended by adding more.

    標(biāo)簽: simulated analyser lexical PASCAL

    上傳時(shí)間: 2017-07-19

    上傳用戶:redmoons

  • 用Visual C++實(shí)現(xiàn)幾何圖形基本變換

    用Visual C++實(shí)現(xiàn)幾何圖形基本變換,例如平移,旋轉(zhuǎn),變換,對(duì)稱(關(guān)于X軸,關(guān)于Y軸,關(guān)于原點(diǎn))

    標(biāo)簽: Visual 幾何 圖形 變換

    上傳時(shí)間: 2017-08-30

    上傳用戶:D&L37

主站蜘蛛池模板: 乐亭县| 秦安县| 南召县| 鹿邑县| 巴林左旗| 鹤岗市| 五原县| 辉县市| 宜昌市| 长春市| 麟游县| 北海市| 平山县| 广东省| 永吉县| 吴江市| 张家港市| 卢龙县| 惠安县| 乌兰察布市| 隆林| 阿拉善右旗| 郓城县| 天峻县| 永川市| 犍为县| 仲巴县| 遂溪县| 凤冈县| 浦东新区| 灵宝市| 万荣县| 许昌县| 长汀县| 木里| 杭州市| 左云县| 进贤县| 榆中县| 民和| 新巴尔虎左旗|