HIGHLIGHT TRUE #Define NOHIGHLIGHT FALSE #Define UPDATE TRUE #Define NOUPDATE FALSE #Define FORMAT TRUE #Define NOFORMAT FALSE #Define LEFT 0
标签: Define FALSE TRUE NOHIGHLIGHT
上传时间: 2013-12-15
上传用户:xwd2010
HIGHLIGHT TRUE #Define NOHIGHLIGHT FALSE #Define UPDATE TRUE #Define NOUPDATE FALSE #Define FORMAT TRUE #Define NOFORMAT FALSE #Define LEFT 0
标签: Define FALSE TRUE NOHIGHLIGHT
上传时间: 2013-12-10
上传用户:alan-ee
HIGHLIGHT TRUE #Define NOHIGHLIGHT FALSE #Define UPDATE TRUE #Define NOUPDATE FALSE #Define FORMAT TRUE #Define NOFORMAT FALSE #Define LEFT 0
标签: Define FALSE TRUE NOHIGHLIGHT
上传时间: 2015-07-22
上传用户:hopy
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!
标签: the 20060125 project WinAVR
上传时间: 2014-10-10
上传用户:yan2267246
PreDefined Style options Define the style by setting several other options. If other options are also used, the placement of the preDefined style option in the command line is important. If the preDefined style option is placed first, the other options may override the preDefined style. If placed last, the preDefined style will override the other options. For example the style --style=ansi sets the option --brackets=break . If the command line specifies "--style=ansi --brackets=attach", the brackets will be attached and the style will not be ansi style. If the order on the command line is reversed to "--brackets=attach --style=ansi ", the brackets will be broken (ansi style) and the attach option will be ignored. For the options set by each style check the parseOption function in astyle_main.cpp
标签: options other PreDefined setting
上传时间: 2014-12-21
上传用户:zhangliming420
一個很好用的 lcd 時鐘程序 C語言 #include<reg51.h> #include<stdio.h> //定義計時器0 的重裝值 #Define RELOAD_HIGH 0x3C #Define RELOAD_LOW 0xD2 //定義按鍵彈跳時間 #Define DB_VAL //定義設置模式的最大時間間隔 #Define TIMEOUT 200 //定義游標位置常數 #Define HOME 0 #Define HOUR 1 #Define MIN 2 #Define SEC 3
标签: include Define RELOAD stdio
上传时间: 2014-12-19
上传用户:zukfu
#include <stdio.h> #Define MAX 10
上传时间: 2013-12-18
上传用户:talenthn
呵呵 程序在tc3.0下编译通过. 回车键 选关,我只做了两关, r键重新开始 p键悔步,只能悔五步啊.不过你可以 改#Define STEPMAX的值
上传时间: 2015-11-11
上传用户:star_in_rain
关于 linux密钥的一些安全介绍 #ifndef COMMON_H #Define COMMON_H #Define MY_PROC_INTERFACE "/proc/learning-key/gateway" #Define FRESH_SESSION _IO( C ,1) #Define SUCCESS 0 #Define FAILURE 1 #endif
标签: COMMON_H Define MY_PROC_INTERFACE learning
上传时间: 2015-11-19
上传用户:叶山豪
经修正并验证过在 IAR MSP430 v3.42A 下编译正之 uC/OS-II For MSP430F149 的例程(修正一般网站上重复 Define 无法编译的问题),而且我以于 Simulator 内并设好了 Watch Dog Interrup 及观测的断点也设好了,可以直接于 IAR MSP430 下 Compiler 后再进 Debug Mode 执行即可正常执行于 app.c 下的 LED 闪烁任务调度工程.
上传时间: 2014-11-24
上传用户:bruce5996