- 博客(3)
- 资源 (3)
- 收藏
- 关注
原创 ( A or B ) and C or ( ( i and h ) or ( e or f ) ) 转化为Es查询表达式。
__author__ = 'Administrator'import bisect# op = or / and ,def doOp(op, opIndexArray, iarray): for index in opIndexArray: lfindindex = index -1 lvalue = iarray[lfindindex] while lvalue is None and lfindindex > 0: .
2020-06-21 21:59:54
953
原创 C traps and pitfalls 读书笔记之语法篇
题目:如何调用存储首地址为0 的子程序。答案:(*void(*)()0)();好了下面我们来解析:首先:我们要理解函数的声明float f; //表示对其求值时,f类型为浮点型float f(); //表达式f ()的结果是一个浮点数,即f 是一个返回浮点类型的函数。float *pf;//*pf是一个浮点数,pf是指向浮点数的指针 float *g() , (*
2009-02-12 15:47:00
405
原创 How to Develop a Bootloader
recently ,Master assign a task to me about migrate bsp ce4.2 to ce5.0 or ce6.0.................just do it
2008-12-08 21:29:00
334
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人