文章
首页 我的博文
用户1687206 2014-6-15 19:19
C语言知识补充(3)
1. C中的volatile用法 volatile 影响编译器编译的结果,指出,volatile 变量是随时可能发生变化的,与volatile变量有关的运算,不要进行编译优化,以 ...
用户1687206 2014-6-15 19:18
CCS中查看变量:could not find symbol *** in index
 In the project properties you should turn on the option to index all files, and then in theory indexing should work. 具体操作为:     ...
用户1687206 2014-6-11 21:44
C语言知识补充(2)
1.memset可以方便的清空一个结构类型的变量或数组。 如: struct sample_struct { char csName ; int iSeq; int iType; }; 对于变量 st ...
用户1687206 2014-6-11 21:44
C语言知识补充(1)
1. #pragma,是一个编译控制指令,可以在编译时动态地调整编译选项,这种指令在不同的编译系统中是不同的. #pragma DATA_ALIGN( symbol,constant) ...
用户1687206 2013-11-27 21:50
Quartus II Tcl script里找不到project文件夹
直接将TCL文件添加到你的project Navigator File下!
用户1687206 2013-11-26 14:21
Could not infer a type for port
Error reported by S-function 'sGeneric' in 'IIR/AltBus' : Could not infer a type for port IIR/AltBus:input 只要在每个altbus前面加个input ...
用户1687206 2013-11-22 19:43
an error occurred during a callback while saving......
这两天刚接触dsp builder,遇到一个错误,困惑了几天,终于解决了,现在分享下 因为dsp builder 12.1以上不支持slx文件,所以初学者保存文件的时 ...
关闭 站长推荐上一条 /2 下一条