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