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

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

Academic writing

  • Writing Efficient Testbenches

    本文討論了如何設計有效的testbench,適合剛接觸testbench不久的用戶閱讀提高 (xilinx公司編寫)

    標簽: Testbenches Efficient Writing

    上傳時間: 2013-10-11

    上傳用戶:123454

  • Verilog Coding Style for Efficient Digital Design

      In this paper, we discuss efficient coding and design styles using verilog. This can beimmensely helpful for any digital designer initiating designs. Here, we address different problems rangingfrom RTL-Gate Level simulation mismatch to race conditions in writing behavioral models. All theseproblems are accompanied by an example to have a better idea, and these can be taken care off if thesecoding guidelines are followed. Discussion of all the techniques is beyond the scope of this paper, however,here we try to cover a few of them.

    標簽: Efficient Verilog Digital Coding

    上傳時間: 2013-11-23

    上傳用戶:我干你啊

  • This book introduces embedded systems to C and C++ programmers. Topics include testing memory device

    This book introduces embedded systems to C and C++ programmers. Topics include testing memory devices, writing and erasing Flash memory, verifying nonvolatile memory contents, controlling on-chip peripherals, device driver design and implementation, optimizing embedded code for size and speed, and making the most of C++ without a performance penalty. Pages : 336 Slots : 1

    標簽: programmers introduces embedded include

    上傳時間: 2013-12-10

    上傳用戶:shizhanincc

  • vs.lib is a math library in C++ with a set of linear algebra and integrable / differentiable objects

    vs.lib is a math library in C++ with a set of linear algebra and integrable / differentiable objects. vs.lib is a rapid-proto-typing tool which makes programming in numerical applications as easy as writing mathematical expressions.

    標簽: differentiable integrable algebra library

    上傳時間: 2015-03-03

    上傳用戶:PresidentHuang

  • Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also d

    Overview In this chapter I introduce Borland C++Builder (BCB) and explain what it is about. I also devote considerable time to explaining the purpose of this book and the philosophy behind my approach to technical writing. Technical subjects covered in this chapter include Creating a simple Multimedia RAD program that plays movies, WAV files, and MIDI files. Shutting down the BCB RAD programming tools and writing raw Windows API code instead. Creating components dynamically on the heap at runtime. Setting up event handlers (closures) dynamically at runtime. A brief introduction to using exceptions. This topic is covered in more depth in Chapter 5, "Exceptions." A brief introduction to ANSI strings. This subject is covered in more depth in Chapter 3, "C++Builder and the VCL." Using the online help. Greping through the include and source files that come with the product and with this book.

    標簽: introduce Overview Borland Builder

    上傳時間: 2014-01-04

    上傳用戶:小鵬

  • windows外殼擴展編程入門實例 關于Windows 外殼擴展方面的文章私心以為最好的應當算是Michael Dunn 的The Complete Idiot’s Guide to Writin

    windows外殼擴展編程入門實例 關于Windows 外殼擴展方面的文章私心以為最好的應當算是Michael Dunn 的The Complete Idiot’s Guide to Writing Shell Extensions 我也曾想過所謂眼前有景道不 得崔顥題詩在上頭既然已經有了這么好的文章我還來饒舌算什么不過轉念再想文章 雖好畢竟是為Visual C++的用戶看的對Delphi 的使用者來說似乎有點不公平我最初編 寫Shell Extension 的時候用的也是Visual C++ 不過現在已經轉而使用Delphi 覺得兩者 畢竟還是有所不同因此就有了這篇文章算是將我的一些心得體會和大家分享 我最初的打算是將Michael Dunn 文章中涉及的全部內容全部轉成Delphi 程序再加上我

    標簽: Complete windows Windows Michael

    上傳時間: 2014-02-04

    上傳用戶:xyipie

  • 本設備驅動教程是一本實際操作指南

    本設備驅動教程是一本實際操作指南,介紹如何開發(fā)簡單的 SolarisTM 操作系統(Solaris OS)驅動程序。設備驅動教程 還闡述了設備驅動程序在 Solaris 操作系統中的工作原理。本書與 Writing Device Drivers 配套。Writing Device Drivers 是一個詳盡的參考文檔,對多種設備和驅動程序進行了討論。設備驅動教程探討了完整的驅動程序,但沒有對所有驅動程序類型進行全面分析。設備驅動教程中的很多地方都引用了 Writing Device Drivers 及其他書籍的內容,以提供更詳細的信息。需要開發(fā)、安裝和配置 Solaris 操作系統設備驅動程序者,以及需要維護現有驅動程序或為現有的 Solaris 操作系統驅動程序添加新功能者,都應閱讀本書。本書提供的內核方面的信息也有助于診斷和排除在安裝或配置 Solaris 系統時遇到的問題。

    標簽: 設備驅動 教程 操作

    上傳時間: 2013-12-30

    上傳用戶:古谷仁美

  • 10分鐘學會SQl第三版 Sams Teach Yourself SQL in 10 Minutes has established itself as the gold standard for

    10分鐘學會SQl第三版 Sams Teach Yourself SQL in 10 Minutes has established itself as the gold standard for introductory SQL books, offering a fast-paced accessible tutorial to the major themes and techniques involved in applying the SQL language. Forta s examples are clear and his writing style is crisp and concise. As with earlier editions, this revision includes coverage of current versions of all major commercial SQL platforms. New this time around is coverage of MySQL, and PostgreSQL. All examples have been tested against each SQL platform, with incompatibilities or platform distinctives called out and explained.

    標簽: established Yourself standard Minutes

    上傳時間: 2014-07-07

    上傳用戶:Pzj

  • Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to w

    Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It serves well when there s just small amount of data. When the tree is somewhat bigger, the dumping/loading process could take a lengthy time and makes your mission-critical program less efficient. How about an AVL tree that can directly use the disk for data storage ? If there s something like that, we won t need to read through the whole tree in order to pick up just a little bit imformation(a node), but read only the sectors that are neccssary for locating a certain node and the sectors in which that node lies. This is my initial motivation for writing a storage-media independent AVL Tree. However, as you step forth, you would find that it not only works fine with disks but also fine with memorys, too.

    標簽: available libraries Although nearly

    上傳時間: 2014-01-22

    上傳用戶:zhoujunzhen

  • This book introduces embedded systems to C and C++ programmers. Topics include testing memory device

    This book introduces embedded systems to C and C++ programmers. Topics include testing memory devices, writing and erasing Flash memory, verifying nonvolatile memory contents, controlling on-chip peripherals, device driver design and implementation, optimizing embedded code for size and speed, and making the most of C++ without a performance penalty.

    標簽: programmers introduces embedded include

    上傳時間: 2015-06-22

    上傳用戶:VRMMO

主站蜘蛛池模板: 济阳县| 万荣县| 仁怀市| 花垣县| 拉孜县| 木里| 德格县| 秭归县| 辽阳市| 贵德县| 霍邱县| 萍乡市| 井冈山市| 南皮县| 维西| 八宿县| 浦北县| 喜德县| 济宁市| 开阳县| 丰镇市| 永胜县| 龙泉市| 西平县| 阜南县| 手游| 德清县| 赫章县| 金塔县| 永济市| 锡林浩特市| 和田县| 镇安县| 霸州市| 道孚县| 平潭县| 甘泉县| 南汇区| 文水县| 台江县| 怀来县|