摘要: 时间很快,已经到公司两个月了。我一直以实习生的身份学习DSP,心里总是百感交集,因为不知道需要怎么去学,要学到什么程度,现在我会调用基本的配置文件,但是不知道自己能不能独自完成某个项目,有时候总觉得自己的能力配不上梦想。每天都最晚回去,站在北京的大马路上,看着霓虹灯闪烁着,而觉得自己的生活就像煮烂... 阅读全文
posted @ 2015-11-27 16:38 艾妮小孩 阅读(165) 评论(4) 推荐(1)
摘要: #include#include#define MAX_SIZE 101//swap function bug//void swap(int x,int y) swap change the location of the two numbervoid swap(int &x,int &y)//w... 阅读全文
posted @ 2015-10-14 10:09 艾妮小孩 阅读(121) 评论(0) 推荐(0)
摘要: #include#include#define MAX_SIZE 101//swap function bug//void swap(int x,int y) swap change the location of the two numbervoid swap(int &x,int &y)//w... 阅读全文
posted @ 2015-10-14 10:05 艾妮小孩 阅读(93) 评论(0) 推荐(0)