v. 解释(词语)的含义; 给(词语)下定义; 阐明; 明确; 界定; 画出…的线条; 描出…的外形; 确定…的界线 牛津词典 verb 解释(词语)的含义;给(词语)下定义to say or explain what the meaning of a word or phrase isThe term ‘mental illness’ is difficult to define....
B:阐明;明确;界定to describe or show sth accuratelyWe need to define the task ahead very clearly.我们需要明确今后的任务。C:画出…的线条;描出…的外形;确定…的界线;界定to show clearly a line, shape or edgeThe mountain was sharply defined against the sky....
The meaning of DEFINE is to determine or identify the essential qualities or meaning of. How to use define in a sentence.
20. Topotecan is an effective agent for SCLC when used as monotherapy or in combined treatment, but myelosuppression such as leucopenia and thrombopenia was relatively severe. Although it has been recommended as a second-line agent for recurrence of sensitive SCLC, more clinical trials are needed...
The meaning of DEFINE is to determine or identify the essential qualities or meaning of. How to use define in a sentence.
#line 改变行号和源文件名 # 空指令 #pragma 预处理指令 #pragma once 只包含一次头文件 #pragma message 编译时输出消息 例子:用 #pragma message 和 STRINGIZE 查看宏的展开结果 #pragma push_macro/pop_macro 保存和恢复宏定义 #pragma warning 禁用和启用编译警告 ...
#define outpw(port, val) (*((volatile word *) (port)) = ((word) (val))) #define outpdw(port, val) (*((volatile dword *) (port)) = ((dword) (val))) 19、使用一些宏跟踪调试 ANSI标准说明了五个预定义的宏名。它们是: __LINE__ ...
wordct++ rewind(fp) puts("Enter words to add to the file. Enter one word per line, and ") puts("press the Enter key at the beginning of a line to terminate.") while (gets(words) != NULL && words[0] != '0') fprintf(fp, "%d: %sn", ++wordct, words); //追加新单词到文件...
#define DEBUGMSG(msg,date) printf(msg);printf(“%d%d%d”,date,_LINE_,_FILE_) #else #define DEBUGMSG(msg,date) #endif 20、宏定义防止错误使用小括号包含。 例如: 有问题的定义:#define DUMP_WRITE(addr,nr) {memcpy(bufp,addr,nr); bufp += nr;} ...
The difficulty of a problem was defined in terms of how long it took to complete.问题的难易度是以解决这个问题所花时间的长短而定的。 It is difficult to define what makes him so popular.很难解释清楚什么原因使他如此走红。 to show clearly a line, shape or edge画出…的线条;描出…的外形;...