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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專(zhuān)輯| 精品軟件
登錄| 注冊(cè)

built-In

  • his project was built and tested with WinAVR-20060125. Make sure the MCU target define in the Mak

    his project was built and tested with WinAVR-20060125. Make sure the MCU target define in the Makefiles corresponds to the AVR you are using!! To build the code, just install WinAVR and run "make" from the console in echomaster and echoslave subdirs. "make program" will program the device if you have a AVRISP attached. Remember to set the AVR device to at least 8MHz. The AVR may use the programmable clock from MC1319x, just remember to check if the MC1319x and SPI communication is working FIRST! Otherwise you wont get any clock signal to the AVR and then you can t program it or reset the fuses! The MC1319x has default clock output of 32kHz so you will have to set your programmer to a very low frequency (<=32kHz/4) to be able to program it while it is running on that!

    標(biāo)簽: the 20060125 project WinAVR

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

    上傳用戶(hù):yan2267246

  • DSP音頻處理示例The benefits of real-time analysis provided by DSP/BIOS are often required in programs that

    DSP音頻處理示例The benefits of real-time analysis provided by DSP/BIOS are often required in programs that were engineered without it. When the program is not built from the ground up using the DSP/BIOS kernel and real-time analysis features, the lack of familiarity prevents engineers from reaping the benefits of this very powerful tool set, especially in the final stage of development when real-time analysis is needed most. This application note provides an example of the necessary steps required to utilize DSP/BIOS features in order to bring these solutions to bear in an existing application.

    標(biāo)簽: DSP real-time benefits analysis

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

    上傳用戶(hù):003030

  • This project is created using the Keil ARM CA Compiler. The Logic Analyzer built into the simula

    This project is created using the Keil ARM CA Compiler. The Logic Analyzer built into the simulator may be used to monitor and display any variable or peripheral I/O register. It is already configured to show the PWM output signal on PORT3.0 and PORT3.1 This ARM Example may be debugged using only the uVision Simulator and your PC--no additional hardware or evaluation boards are required. The Simulator provides cycle-accurate simulation of all on-chip peripherals of the ADuC7000 device series. You may create various input signals like digital pulses, sine waves, sawtooth waves, and square waves using signal functions which you write in C. Signal functions run in the background in the simulator within timing constraints you configure. In this example, several signal functions are defined in the included Startup_SIM.INI file.

    標(biāo)簽: the Analyzer Compiler project

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

    上傳用戶(hù):Yukiseop

  • It is possible that certain products which can be built using this software modules might form inve

    It is possible that certain products which can be built using this software modules might form inventions protected by patent rights in some countries (e.g. by patents about arithmetic coding algorithms owned by IBM and AT&T in the USA). Provision of this software by the author does NOT include any licenses for any patents. In those countries where a patent license is required for certain applications of this software modules, you will have to obtain such a license yourself.

    標(biāo)簽: possible products software certain

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

    上傳用戶(hù):gut1234567

  • GExperts is a set of tools built to increase the productivity of Delphi and C++Builder programmers

    GExperts is a set of tools built to increase the productivity of Delphi and C++Builder programmers by adding several features to the IDE. GExperts is developed as Open Source software and is contributed as freeware to the development community. Users are encouraged to download the source code and submit bug fixes and patches as well as new features for inclusion in the GExperts distribution.

    標(biāo)簽: productivity programmers GExperts increase

    上傳時(shí)間: 2014-11-27

    上傳用戶(hù):天誠(chéng)24

  • About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses

    About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses memory mapped I/O (if available), supports cursors, and can create in-memory databases. Release focus: Major feature enhancements Changes: This release comes with many changes and new features. It can manage multiple databases in one file. A new flag (HAM_LOCK_EXCLUSIVE) places an exclusive lock on the file. hamsterdb was ported to Windows CE, and the Solution file for Visual Studio 2005 now supports builds for x64. Several minor bugs were fixed, performance was improved, and small API changes occurred. Pre-built libraries for Windows (32-bit and 64-bit) are available for download. Author: cruppstahl

    標(biāo)簽: C. hamsterdb structure database

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

    上傳用戶(hù):LouieWu

  • radius協(xié)議源碼÷The Radius Stack will connect to a Radius Server. This stack implementation is built upo

    radius協(xié)議源碼÷The Radius Stack will connect to a Radius Server. This stack implementation is built upon the UdpStack which is available in the radius{version}/util directory. A minimal set of VSAs (Vendor Specific Attributes are supported by this stack). The Radius Stack should be used as a base class. In order to implement a larger set of VSAs, one will need to subclass from the Radius Stack and implement the functionality within the virtual function processVsa(). The Radius Stack supports mostly accounting messages. The authentcation messages will be supported in a future release. A test program has been provided in the radius directory. This program shows how to subclass from the RadiusStack and how to use the api.

    標(biāo)簽: Radius implementation connect radius

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

    上傳用戶(hù):壞天使kk

  • 轉(zhuǎn)載一個(gè)程序。 This zip file contains a example of using C++ language COM in a Visual C++ program (named

    轉(zhuǎn)載一個(gè)程序。 This zip file contains a example of using C++ language COM in a Visual C++ program (named example.zip), and a COM component built by comtool of Matlab and used in a Visual C++ program(named mycom.zip). Both projects contain fire_event in COM. But it only works well in the former example. The interface of two COM components looks very similar, and the client program of two projects are almost the same.

    標(biāo)簽: contains language example program

    上傳時(shí)間: 2014-08-28

    上傳用戶(hù):爺?shù)臍赓|(zhì)

  • JavaBeans is one of the most important developments in Java™ since its inception. It is Java s

    JavaBeans is one of the most important developments in Java™ since its inception. It is Java s component architecture, which allows components built with Java to be used in graphical programming environments.

    標(biāo)簽: Java developments JavaBeans important

    上傳時(shí)間: 2016-02-01

    上傳用戶(hù):從此走出陰霾

  • I built the Superlist control whilst developing an RSS reader called FeedGhost. Although there are p

    I built the Superlist control whilst developing an RSS reader called FeedGhost. Although there are plenty of commercial grouped list controls available I wanted to have total control over the code and of course its usability. Superlist supports drag drop column customisation, grouping as well as handling thousands of entries smoothly. It s also highly customisable if you want to change its look and feel. In this article I ll explain how to use and extend the control in a demo project. If you download the source, you can find demo project under the Tests/SuperListTest directory.

    標(biāo)簽: developing Superlist FeedGhost Although

    上傳時(shí)間: 2016-04-15

    上傳用戶(hù):佳期如夢(mèng)

主站蜘蛛池模板: 遂平县| 兴义市| 株洲市| 朝阳市| 景东| 盱眙县| 四子王旗| 长宁区| 辛集市| 涞水县| 丹寨县| 沁源县| 同江市| 大足县| 疏附县| 磐安县| 永州市| 丰台区| 焉耆| 阿巴嘎旗| 永丰县| 金门县| 嘉定区| 依兰县| 屯门区| 中山市| 杭锦后旗| 吉木乃县| 泰兴市| 渝北区| 河东区| 重庆市| 兴海县| 合阳县| 新化县| 于都县| 云阳县| 玉环县| 磴口县| 武邑县| 乾安县|