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

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

Macros

  • Macros to emulate new microprocessor instructions.

    Macros to emulate new microprocessor instructions.

    標(biāo)簽: microprocessor instructions emulate Macros

    上傳時間: 2014-01-10

    上傳用戶:大三三

  • DSP算法(ANSI_C) TEST VECTOR Macros INPUTS: NONE OUTPUTS: PRINT OF TEST VECTORS

    DSP算法(ANSI_C) TEST VECTOR Macros INPUTS: NONE OUTPUTS: PRINT OF TEST VECTORS

    標(biāo)簽: TEST OUTPUTS VECTORS ANSI_C

    上傳時間: 2014-01-14

    上傳用戶:xiaohuanhuan

  • MEGA16制作的電子時鐘(附仿真圖+源代碼)

    #include <iom16v.h> #include <Macros.h> #define uchar unsigned char #define uint unsigned int uchar num,miao,fen,shi,miaoge,miaoshi,fenge,fenshi,shig

    標(biāo)簽: MEGA 16 電子時鐘 仿真圖

    上傳時間: 2013-10-14

    上傳用戶:sc965382896

  • AVR單片機(jī)數(shù)碼管秒表顯示

    #include<iom16v.h> #include<Macros.h> #define uint unsigned int #define uchar unsigned char uint a,b,c,d=0; void delay(c) { for for(a=0;a<c;a++) for(b=0;b<12;b++); }; uchar tab[]={ 0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90,

    標(biāo)簽: AVR 單片機(jī) 數(shù)碼管

    上傳時間: 2013-10-21

    上傳用戶:13788529953

  • ucos在ATMEGA128L上的移植

    和其他的μC/OS-II移植文件類似,設(shè)備代碼由以下3 到5 個文件組成的。 Os_cpu.h Os_cpu_c.c Os_cpu_a.s90 (該文件僅在ICC 編譯器中使用) Os_cpu_i.s90 (該文件僅在ICC 編譯器中使用) Os_dbg.c Os_dbg.c 僅需在IAR 工程中使用。 3.01 OS_CPU.H 3.01.01 OS_CPU.H, Macros for ‘externals’ Listing 3-1, OS_CPU.H, 外部宏(Macros for ‘externals’) #ifdef OS_CPU_GLOBALS #define OS_CPU_EXT #else #define OS_CPU_EXT extern #endif  

    標(biāo)簽: ATMEGA ucos 128L 128

    上傳時間: 2013-11-25

    上傳用戶:zhaistone

  • FREERTOS的官方移植文檔

    FeaturesThe following standard features are provided.• Choice of RTOS scheduling policy1. Pre-emptive:Always runs the highest available task. Tasks of identical priorityshare CPU time (fully pre-emptive with round robin time slicing).2. Cooperative:Context switches only occur if a task blocks, or explicitly callstaskYIELD().• Co-routines (light weight tasks that utilise very little RAM).• Message queues• Semaphores [via Macros]• Trace visualisation ability (requires more RAM)• Majority of source code common to all supported development tools• Wide range of ports and examples

    標(biāo)簽: FREERTOS 移植 文檔

    上傳時間: 2013-10-13

    上傳用戶:13162218709

  • 飛思卡爾智能車的舵機(jī)測試程序

    飛思卡爾智能車的舵機(jī)測試程序 #include <hidef.h>      /* common defines and Macros */#include <MC9S12XS128.h>     /* derivative information */#pragma LINK_INFO DERIVATIVE "mc9s12xs128" void SetBusCLK_16M(void)             {       CLKSEL=0X00;        PLLCTL_PLLON=1;          //鎖相環(huán)電路允許位    SYNR=0x00 | 0x01;        //SYNR=1    REFDV=0x80 | 0x01;          POSTDIV=0x00;            _asm(nop);              _asm(nop);    while(!(CRGFLG_LOCK==1));       CLKSEL_PLLSEL =1;          } void PWM_01(void) {     //舵機(jī)初始化   PWMCTL_CON01=1;    //0和1聯(lián)合成16位PWM;    PWMCAE_CAE1=0;    //選擇輸出模式為左對齊輸出模式    PWMCNT01 = 0;     //計(jì)數(shù)器清零;    PWMPOL_PPOL1=1;    //先輸出高電平,計(jì)數(shù)到DTY時,反轉(zhuǎn)電平    PWMPRCLK = 0X40;    //clockA 不分頻,clockA=busclock=16MHz;CLK B 16分頻:1Mhz     PWMSCLA = 0x08;    //對clock SA 16分頻,pwm clock=clockA/16=1MHz;         PWMCLK_PCLK1 = 1;   //選擇clock SA做時鐘源    PWMPER01 = 20000;   //周期20ms; 50Hz;    PWMDTY01 = 1500;   //高電平時間為1.5ms;     PWME_PWME1 = 1;   

    標(biāo)簽: 飛思卡爾智能車 舵機(jī) 測試程序

    上傳時間: 2013-11-04

    上傳用戶:狗日的日子

  • This little program shows how to use COM technology in Win32Asm. When it s run it lets the user fr

    This little program shows how to use COM technology in Win32Asm. When it s run it lets the user freely decide about the presence of the program with the WS_EX_TOOLWINDOW style on the taskbar. The main goal is to show the easiest possible example instead of killing people with the details about virtual tables, polymorphism, inheritance and using nested Macros etc., etc.

    標(biāo)簽: technology program little shows

    上傳時間: 2015-05-03

    上傳用戶:kernaling

  • 用CY7C63723設(shè)計(jì)的鼠標(biāo)固件程序 chip.c - include file that defines CY7C63723 constants - combi.c - main sourc

    用CY7C63723設(shè)計(jì)的鼠標(biāo)固件程序 chip.c - include file that defines CY7C63723 constants - combi.c - main source file - combi.hex - Intel hex file for programming a CY7C63723 microcontroller - combi.lst - output listing from c-compiler for use with the CYDB debugger - Macros.h - defines Macros used in combi.c - ps2defs.h - defines PS/2 interface constants - usb_desc.h - defines the USB descriptors - usbdefs.h - defines USB interface constants

    標(biāo)簽: C63723 63723 CY7 constants

    上傳時間: 2014-02-15

    上傳用戶:aappkkee

  • Attributes, Constraints, and Carry Logic Overview Information for Mentor Customers Schematic S

    Attributes, Constraints, and Carry Logic Overview Information for Mentor Customers Schematic Syntax UCF/NCF File Syntax Attributes/Logical Constraints Placement Constraints Relative Location (RLOC) Constraints Timing Constraints Physical Constraints Relationally Placed Macros (RPM) Carry Logic in XC4000 FPGAs Carry Logic in XC5200 FPGAs

    標(biāo)簽: Constraints Information Attributes Customers

    上傳時間: 2015-05-12

    上傳用戶:cc1015285075

主站蜘蛛池模板: 醴陵市| 资源县| 甘泉县| 枝江市| 洪湖市| 民县| 沙雅县| 浦北县| 通许县| 儋州市| 商洛市| 成安县| 奇台县| 元氏县| 宣武区| 越西县| 望城县| 福鼎市| 富源县| 项城市| 竹北市| 岗巴县| 西丰县| 曲靖市| 浪卡子县| 南召县| 错那县| 高雄县| 岗巴县| 曲麻莱县| 肇州县| 缙云县| 贺兰县| 革吉县| 林甸县| 德安县| 谷城县| 达州市| 新安县| 明光市| 日土县|