搜索资源列表
brew.rar
- 两个比较好的brew文档,初学者最好的学习资料。学习brew最重要的是对API和程序流程的熟悉,不要拘泥于某个宏或者函数指针的理解,要做到先上手,再贯通理解。,Good brew two documents, the best learning materials for beginners. Learning brew is the most important API familiar with the processes and procedures, do not rigidly adh
WinCEdriver
- 串口驱动本身分为MDD层和PDD层。MDD层对上层的Device Manager提供了标准的流设备驱动接口(COM_xxx),PDD层实现了HWOBJ结构及结构中若干针对于串口硬件操作的函数指针,这些函数指针将指向PDD层中的串口操作函数。DDSI是指MDD层与PDD层的接口,在串口驱动中实际上就是指HWOBJ,PDD层会传给MDD层一个HWOBJ结构的指针,这样MDD层就可以调用PDD层的函数来操作串口。-Serial driver itself into the MDD layer and
function_call_example
- 如果之前未接触过,很难把握对于返回值为指针的函数如何调用,本例以主函数调用一个返回值为指针的函数为例,很好的演示了这一问题-If you have not previously exposed to, it is difficult to grasp how to call the function return value is a pointer to this case, the main function calls a function return value is a pointe
BrewProgramingSourceCode
- 文件夹说明: Test1 : 第二章 软件基础 指针测试 Test2 : 第二章 软件基础 理解指针的本质 Test2-1 : 第二章 软件基础 指针的增减 Test3 : 第二章 软件基础 函数指针 Test4 : 第三章 编译器基础 Test5 : 第八章 BREW的事件处理 Test6 : 第九章 与用户交互 Test7 : 第十章 数据存储 Test8 : 第十一章 图形描绘 Test9 : 第十二章 播放音乐 Test10 : 第十六章 扩展
function_pointer_v1.4
- An Simple example to illustrate function pointer