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

here

  • 最新delaunay 算法源代码

    最新delaunay 算法源代码,可以快速划分2维网格!!! The triangulation algorithm used here is very simple.

    标签: delaunay 算法 源代码

    上传时间: 2014-01-21

    上传用户:hewenzhi

  • A 6 Channel PPM PIC code for 12F629 and 12F675

    A 6 Channel PPM PIC code for 12F629 and 12F675,There are four examples here and they are work well for RC receiver.

    标签: Channel 12F629 12F675 code

    上传时间: 2013-12-23

    上传用户:lindor

  • To use the ATLTrace tool: Debug an MFC or ATL project select Start from the Debug menu. Selec

    To use the ATLTrace tool: Debug an MFC or ATL project select Start from the Debug menu. Select MFC/ATL Trace Tool in the Tools menu. Expand the tree control list in the Trace List window. here you will see the running application, any modules within that application, and the trace categories for each module. Customize, for each process, module, and category, which information is displayed in the output window. The Trace level control in the Process group is related to the ATLTRACE2 level only those ATLTRACE2 messages with a level equal to or greater than the setting in the Trace level control will be displayed in the output window. Select Apply to put your settings into effect. You can save your settings, and load them the next time you debug the application use the Save and Load buttons.

    标签: Debug the ATLTrace project

    上传时间: 2014-01-15

    上传用户:wfl_yy

  • 本文从英文C–FAQ (2004 年7 月3 日修订版) 翻译而来。本文的中文版权为 朱群英和孙云所有。本文的内容可以自由用于个人目的

    本文从英文C–FAQ (2004 年7 月3 日修订版) 翻译而来。本文的中文版权为 朱群英和孙云所有。本文的内容可以自由用于个人目的,但是不可以未经许可出 版发行。英文版权为Steve Summit 所有,详情见下面的英文版权说明。 The English version of this FAQ list is Copyright 1990-2004 by Steve Summit. Content from the book 《C Programming FAQs: Frequently Asked Questions》is made available here by permission of the author and the publisher as a service to the community. It is intended to complement the use of the published text and is protected by international copyright laws. The on-line content may be accessed freely for personal use but may not be republished without permission.

    标签: 2004 FAQ 英文 翻译

    上传时间: 2013-12-19

    上传用户:LouieWu

  • Back in 2002, the 6502 disappeared out of all catalogues. Wanted to know, if it s possible to buil

    Back in 2002, the 6502 disappeared out of all catalogues. Wanted to know, if it s possible to build a binary compatible CPU with the things I had in the drawer: 74LS parts, 27C512 EPROMs and a fast static RAM from an old 80386 motherboard. Now here the results. Note, that the Bus timing is different from the 6502.

    标签: disappeared catalogues possible Wanted

    上传时间: 2016-04-09

    上传用户:hn891122

  • // This program accesses a SPI EEPROM using polled mode access. The F06x MCU // is configured in 4-

    // This program accesses a SPI EEPROM using polled mode access. The F06x MCU // is configured in 4-wire Single Master Mode, and the EEPROM is the only // slave device connected to the SPI bus. The read/write operations are // tailored to access a Microchip 4 kB EEPROM 25LC320. The relevant hardware // connections of the F06x MCU are shown here:

    标签: configured accesses program EEPROM

    上传时间: 2014-01-18

    上传用户:liglechongchong

  • // This program accesses a SPI EEPROM using polled mode access. The F06x MCU // is configured in 4-

    // This program accesses a SPI EEPROM using polled mode access. The F06x MCU // is configured in 4-wire Single Master Mode, and the EEPROM is the only // slave device connected to the SPI bus. The read/write operations are // tailored to access a Microchip 4 kB EEPROM 25LC320. The relevant hardware // connections of the F06x MCU are shown here:

    标签: configured accesses program EEPROM

    上传时间: 2016-04-12

    上传用户:qb1993225

  • These listed libraries are written in WTL. But it s really hard to mix both MFC & WTL together. Obvi

    These listed libraries are written in WTL. But it s really hard to mix both MFC & WTL together. Obviously, it s not reasonable to ask a developer or a team to giving up MFC and move to the WTL world just because there were some great controls or visual Frameworks written in WTL (there are many things that should be considered especially in a company with hundreds of developers like the company I work for). Unfortunately, there was no such good and free visual Framework in MFC until now. Whatever difficulties there are, I still desire to be able to use them and now my effort is here to be shared with you. Under the Hood

    标签: libraries WTL together written

    上传时间: 2013-12-18

    上传用户:wcl168881111111

  • 1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a

    1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 Write a main program to call reverse(A) for the matrix A = magic(5). Print to the screen both A and reverse(A). 2) Write a program which accepts an input k from the keyboard, and which prints out the smallest fibonacci number that is at least as large as k. The program should also print out its position in the fibonacci sequence. here is a sample of input and output: Enter k>0: 100 144 is the smallest fibonacci number greater than or equal to 100. It is the 12th fibonacci number.

    标签: dimensions arbitrary function reverse

    上传时间: 2016-04-16

    上传用户:waitingfy

  • 一个不错的关于手机模块程序This page contains everything that has changed in the history of DC++. Read this to fin

    一个不错的关于手机模块程序This page contains everything that has changed in the history of DC++. Read this to find out about features that are poorly or not documented at all. You ll also find all the people that have contributed code to DC++ here

    标签: everything contains changed history

    上传时间: 2016-05-11

    上传用户:蠢蠢66