搜索资源列表
C++mianshi
- C++面试题集(最全的CC++试题集和答案)Fetch,Datebase,SoftWare,Ajax,数据库开发,软件开发,网页设计,中华网魂,网魂软件,NetFetch,数据库面试,C++面试-face questions Set C (CC most comprehensive collections of examination questions and answers) Fetch, Datebase. SoftWare, Ajax, database development, sof
C\C++面试题集锦
- 对于即将找工作的同志们很有帮助,欢迎下载!
16道嵌入式C语言面试题
- 16道嵌入式C语言面试题
C语言面试题大汇总
- C语言面试题大汇总
50个c,c++面试题
- 50个c经典面试题,让你面试不烦恼
paixu
- 2008软件公司面试题:排序大全:简单选择排序、冒泡排序、选择排序、shell排序、快速排序、插入排序、堆排序(从小到大)、归并排序(利用递归)-2008 software companies face questions: Sort Guinness: simple choice to sort, bubble sort, select sort, shell sort, quick sort, insert sort HEAPSORT (from small to large), Mergi
Surfacetest
- c/c++面试题,很多经典的题,比如 /a和b交换面试题2.cpp //如何将a、b的值交换,并且不使用任何中间变量? //解析: //简而言之,用异或语句比较容易,不用担心超界的问题。 //如果采用: // a=a+b // b=a-b // a=a-b //这样做的缺点就是如果a,b都是比较大的两个数,a=a+b时就会超界。 //而采用: // a=a^b b=a^b a=a^b 无须担心超界的问题,这样就比较好。 //参与运算的两
130-Classic-C-Sharp-interview-questions
- 130道经典C#面试题,对于求职者来说是非常有用的。-130 Classic C# interview questions, very useful
CPPInterview
- C++面试题几十道,含有C++ 、图形、智力等测试。-C++ interview questions dozens, with C++, graphics, intelligence and other tests.
C-interview-questions
- c面试题,经典的,可以下来看看,走过路过,千万不要错过。-C interview questions,Very useful.To have a look, walked pass by, do not miss.
C语言面试题大汇总之华为面试题
- C语言面试题大汇总之华为面试题
50-C-CPP-inter-view-questions
- 《50个C,C++面试题》中给出了常见的C++,C面试题目,对于程序员在将来的求职中非常有帮助,在面试官面前,更加有准备。同时,对于学习者来说,也是一本不错的资料-50 C, C++ interview questions are given in common C++, C interview subject, for the programmer can aid in the future job, in front of the interviewer, more preparation
C#面试题(非常详细)1
- C#面试题(非常详细),涵盖.net,C#常用基础和数据库基本操作(Common interview questions)
50个C、C++面试题
- c/c++面试,各大企业招聘人才,笔试、面试题(using for c/c++ written examination and interview)
C程序员语言面试100题
- c语言面试100题,收集华为,中兴,阿里,腾讯等公司笔试,面试题。(C language interview 100 questions, collect HUAWEI, ZTE, Ali, Tencent and other companies written examination, interview questions.)
c语言程序面试题
- C语言应用基础解惑,适合于程序开发初学者。可结合浙江大学颜晖教授的教学视频。----程序小白前来求教。(C language application based solution)
c c++程序员面试宝典
- 这是一本关于c c++程序员面试的电子书!里面包含了程序员面试基础知识、常见c语言面试题、程序员面试技巧、华为面试题、百度面试题、金山面试题、腾讯面试题、中兴面试题、google面试题(This is an e-book about C c++ programmers' interview. It contains the basic knowledge of the programmer's interview, the common C language interview, the pro
100条经典C语言笔试题目
- 100条经典C语言笔试题目,方便大家复习C语言,面试题什么的也不错(100 classic C language test questions, to facilitate you to review the C language, interview questions, what is also good.)
C++面试题
- C++面试题,比较重要的几个点,面试成功率更高
C#常见面试题
- C#常见面试题,软件工程师面试时的常见问题,要点。很不错的面经。