
笔试题目
文章平均质量分 79
Snowwolf_Yang
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
阿里巴巴2014年3月29日笔试题
转载注明出处:http://blog.youkuaiyun.com/snowwolf_yang/article/details/22522643 部分答案参考:http://blog.youkuaiyun.com/hellowuhan/article/details/22645985 1--C 解析:192.168.1.121 & 255.255.255.248 = 192.168.1.120 2--原创 2014-03-29 22:15:20 · 1746 阅读 · 6 评论 -
【LeetCode】Construct Binary Tree from (Preorder or Postorder) and Inorder Traversal
Construct Binary Tree from Preorder and Inorder Traversal原创 2014-04-21 11:49:03 · 675 阅读 · 0 评论 -
【SAP】笔试题
1.extern "c" {} 2. _std_afx 3. c++为何强制类型 4. static cast, dynamic cast, const cast 5. c里面的函数堆栈同c++的函数堆栈的区别 6. db2的那个端口 7、sql server 扩展存储过程 8、 class a {}的内存镜像 9. rr serializable 怎么实现?区别? 10、vc原创 2014-04-10 10:18:48 · 1108 阅读 · 0 评论 -
面试时需要马上就能默写出函数
/* 编译环境CFree 5.0 博客地址:http://blog.youkuaiyun.com/Snowwolf_Yang 需要能够快速默写的函数 */ #include #include using namespace std; //************************************二分查找 //输入为升序 int binarySearch(int a[], int n,原创 2014-05-30 16:56:55 · 945 阅读 · 0 评论