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

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

Macros

  • Macros to emulate new microprocessor instructions.

    Macros to emulate new microprocessor instructions.

    標簽: 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

    標簽: 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

    標簽: MEGA 16 電子時鐘 仿真圖

    上傳時間: 2013-10-14

    上傳用戶:sc965382896

  • AVR單片機數碼管秒表顯示

    #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,

    標簽: AVR 單片機 數碼管

    上傳時間: 2013-10-21

    上傳用戶:13788529953

  • ucos在ATMEGA128L上的移植

    和其他的μC/OS-II移植文件類似,設備代碼由以下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  

    標簽: 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

    標簽: FREERTOS 移植 文檔

    上傳時間: 2013-10-13

    上傳用戶:13162218709

  • 飛思卡爾智能車的舵機測試程序

    飛思卡爾智能車的舵機測試程序 #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;          //鎖相環電路允許位    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) {     //舵機初始化   PWMCTL_CON01=1;    //0和1聯合成16位PWM;    PWMCAE_CAE1=0;    //選擇輸出模式為左對齊輸出模式    PWMCNT01 = 0;     //計數器清零;    PWMPOL_PPOL1=1;    //先輸出高電平,計數到DTY時,反轉電平    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;   

    標簽: 飛思卡爾智能車 舵機 測試程序

    上傳時間: 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.

    標簽: technology program little shows

    上傳時間: 2015-05-03

    上傳用戶:kernaling

  • 用CY7C63723設計的鼠標固件程序 chip.c - include file that defines CY7C63723 constants - combi.c - main sourc

    用CY7C63723設計的鼠標固件程序 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

    標簽: 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

    標簽: Constraints Information Attributes Customers

    上傳時間: 2015-05-12

    上傳用戶:cc1015285075

主站蜘蛛池模板: 体育| 镶黄旗| 巴林左旗| 芒康县| 乌海市| 门源| 郧西县| 南召县| 通渭县| 乌鲁木齐县| 林西县| 南丹县| 扎囊县| 永康市| 若羌县| 呼玛县| 轮台县| 凌云县| 曲水县| 鹤壁市| 乳源| 资兴市| 江孜县| 德庆县| 安乡县| 蓬安县| 聊城市| 吉水县| 衢州市| 萍乡市| 蓝田县| 策勒县| 钦州市| 古交市| 湖州市| 县级市| 鹤山市| 宜昌市| 孝义市| 綦江县| 思南县|