面试相关
文章平均质量分 77
ginnosx
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
锐捷+arris笔试题(2013)
#include #include #include #define ENDIANNESS(c) do{union{char str[4];int test;}endian_test={'l','?','?','b'};\ c=(char)endian_test.test;\}while(0);void getstr(char **p){ *p=(char *)malloc(1原创 2013-09-30 20:05:39 · 933 阅读 · 0 评论 -
Dynamic Memory Allocation in Critical Embedded Systems/关于嵌入式系统中的动态内存分配
Today I’m going to talk about why dynamic memory allocation is rarely used in critical embedded systems, and whether using only static allocation is a necessary restriction. I’m going to assume that m翻译 2013-09-16 18:22:35 · 931 阅读 · 0 评论
分享