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

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

How-To

  • CBC下寫的串口編程

    CBC下寫的串口編程,API函數(shù)實(shí)例 I wish this site had been around when I was trying to figure out how to make serial communications work in Windows95. I, like many programmers, was hit with the double-whammy of having to learn Windows programming and Win95 serial comm programming at the same time. I found both tasks confusing at best. It was particularly frustrating because I had, over the years, written so much stuff (including lots of serial comm software) for the DOS environment and numerous embedded applications. Interrupt driven serial comm, DMA transfer serial comm, TSR serial comm, C, assembler, various processors... you name it, it had written it. Yet, everything I knew seemed upside-down in the message-driven-callback world of Windows.

    標(biāo)簽: CBC 串口編程

    上傳時(shí)間: 2014-06-20

    上傳用戶:cccole0605

  • 這是一個(gè)可以在NT/2000環(huán)境下讀寫各種端口、終端源數(shù)據(jù)的庫。無需自己編寫系統(tǒng)驅(qū)動(dòng)即可操控硬件端口

    這是一個(gè)可以在NT/2000環(huán)境下讀寫各種端口、終端源數(shù)據(jù)的庫。無需自己編寫系統(tǒng)驅(qū)動(dòng)即可操控硬件端口,使用非常方便。可供VC/VB/Delphi/.Net/Pb等主流編程語言使用。 由于未注冊(cè)會(huì)彈出注冊(cè)界面而且會(huì)延時(shí),我破解了這個(gè)庫(詳細(xì)見“how to crack.txt”文件)。這里共享出來。方便大家使用。庫自帶很多demo,可以自己看看,學(xué)習(xí)一下。

    標(biāo)簽: 2000 端口 NT 環(huán)境

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

    上傳用戶:jeffery

  • Software Testing, Second Edition provides practical insight into the world of software testing and q

    Software Testing, Second Edition provides practical insight into the world of software testing and quality assurance. Learn how to find problems in any computer program, how to plan an effective test approach and how to tell when software is ready for release. Updated from the previous edition in 2000 to include a chapter that specifically deals with testing software for security bugs, the processes and techniques used throughout the book are timeless. This book is an excellent investment if you want to better understand what your Software Test team does or you want to write better software.

    標(biāo)簽: practical Software provides software

    上傳時(shí)間: 2015-04-30

    上傳用戶:bjgaofei

  • This a full 3-tier dababase application which includes a activex dll project(business objects) and a

    This a full 3-tier dababase application which includes a activex dll project(business objects) and a standard exe(UI). Besides all the database techniques it demonstrates, it also shows how to make MSHFlexgrid a editable grid(with combobox, checkbox, datetimepicker) and how to merge a toolbar for multi forms.

    標(biāo)簽: application dababase business includes

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

    上傳用戶:qq21508895

  • The Hardware Book contains misc technical information about computers and other electronic devices

    The Hardware Book contains misc technical information about computers and other electronic devices. You ll find the pinout to most common (and uncommon) connectors availble, as well as info about how to build

    標(biāo)簽: information electronic computers technical

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

    上傳用戶:ommshaggar

  • This zip describes SPI communication with a Serial DataFlash AT45DB and/or with a DataFlashCard AT45

    This zip describes SPI communication with a Serial DataFlash AT45DB and/or with a DataFlashCard AT45DCB. It shows how to configure the SPI peripheral on the AT91RM9200EK. Includes main.html file for help. For use under Green Hills 3.6.1 Multi?2000 Software Tool

    標(biāo)簽: with DataFlashCard communication DataFlash

    上傳時(shí)間: 2015-05-24

    上傳用戶:lvzhr

  • This toolbox contains Matlab code for several graph and mesh partitioning methods, including geometr

    This toolbox contains Matlab code for several graph and mesh partitioning methods, including geometric, spectral, geometric spectral, and coordinate bisection. It also has routines to generate recursive multiway partitions, vertex separators, and nested dissection orderings and it has some sample meshes and mesh generators. The toolbox contains a Matlab interface to Leland and Hendrickson s Chaco partitioning package, but it doesn t contain Chaco itself. The file "chaco/README" tells how to install the interface to Chaco. It also contains a Matlab interface to Karypis et al. s Metis partitioning package, using Robert Bridson s "metismex" code.

    標(biāo)簽: partitioning including contains toolbox

    上傳時(shí)間: 2015-05-25

    上傳用戶:tzl1975

  • MFC Black Book Introduction: Are you an MFC programmer? Good. There are two types of MFC programme

    MFC Black Book Introduction: Are you an MFC programmer? Good. There are two types of MFC programmers. What kind are you? The first kind are the good programmers who write programs that conform to the way MFC wants you to do things. The second bunch are wild-eyed anarchists who insist on getting things done their way. Me, I’m in the second group. If you are in the same boat (or would like to be) this book is for you. This book won’t teach you MFC—not in the traditional sense. You should pick it up with a good understanding of basic MFC programming and a desire to do things differently. This isn’t a Scribble tutorial (although I will review some fundamentals in the first chapter). You will learn how to wring every drop from your MFC programs. You’ll discover how to use, abuse, and abandon the document/view architecture. If you’ve ever wanted custom archives, you’ll find that, too.

    標(biāo)簽: MFC Introduction programmer programme

    上傳時(shí)間: 2015-05-30

    上傳用戶:youke111

  • 關(guān)于FPGA流水線設(shè)計(jì)的論文 This work investigates the use of very deep pipelines for implementing circuits in

    關(guān)于FPGA流水線設(shè)計(jì)的論文 This work investigates the use of very deep pipelines for implementing circuits in FPGAs, where each pipeline stage is limited to a single FPGA logic element (LE). The architecture and VHDL design of a parameterized integer array multiplier is presented and also an IEEE 754 compliant 32-bit floating-point multiplier. We show how to write VHDL cells that implement such approach, and how the array multiplier architecture was adapted. Synthesis and simulation were performed for Altera Apex20KE devices, although the VHDL code should be portable to other devices. For this family, a 16 bit integer multiplier achieves a frequency of 266MHz, while the floating point unit reaches 235MHz, performing 235 MFLOPS in an FPGA. Additional cells are inserted to synchronize data, what imposes significant area penalties. This and other considerations to apply the technique in real designs are also addressed.

    標(biāo)簽: investigates implementing pipelines circuits

    上傳時(shí)間: 2015-07-26

    上傳用戶:CHINA526

  • This book is intended for "hands-on" developers or advanced students interested in understanding the

    This book is intended for "hands-on" developers or advanced students interested in understanding the strategies and tactics of concurrent network programming using C++ and object-oriented design. We describe the key design dimensions, patterns, and principles needed to develop flexible and efficient concurrent networked applications quickly and easily. Our numerous C++ code examples reinforce the design concepts and illustrate concretely how to use the core classes in ACE right away. We also take you "behind the scenes" to understand how and why the IPC and concurrency mechanisms in the ACE toolkit are designed the way they are. This material will help to enhance your design skills and to apply C++ and patterns more effectively in your own object-oriented networked applications.

    標(biāo)簽: understanding developers interested advanced

    上傳時(shí)間: 2015-08-09

    上傳用戶:epson850

主站蜘蛛池模板: 华池县| 论坛| 舞钢市| 忻城县| 闸北区| 淮阳县| 海原县| 保定市| 石柱| 兴文县| 波密县| 河曲县| 阿拉善左旗| 台江县| 凤翔县| 丹阳市| 乐安县| 襄城县| 玉溪市| 城口县| 玉田县| 赞皇县| 正宁县| 云霄县| 灵武市| 冕宁县| 柏乡县| 剑川县| 丰县| 临湘市| 洪雅县| 萝北县| 虎林市| 广东省| 潞西市| 饶河县| 甘肃省| 堆龙德庆县| 祁连县| 仁化县| 乌鲁木齐县|