CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - c/c 面试题

搜索资源列表

  1. 2005HuaweiCTest

    0下载:
  2. 2005年华为c的面试题,希望能够对拼命找工作的人有所帮助。-c 2005 for Love to face questions, hoping to find work desperately to the people some help.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7.17kb
    • 提供者:赵秋
  1. C\C++面试题集锦

    0下载:
  2. 对于即将找工作的同志们很有帮助,欢迎下载!
  3. 所属分类:其它

    • 发布日期:2009-08-25
    • 文件大小:34.41kb
    • 提供者:azuresky_2007
  1. csharp

    0下载:
  2. csharp基本训练提高集锦题库,C#题库集合,C#面试题 最全的C#提高题 面试时遇到的几率最高 本人亲身体验-Collection of question bank to improve the basic training csharp, C# question bank collection, C# face questions raise the most complete C# interview questions are most likely to encounter firs
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:20.46kb
    • 提供者:往下过
  1. interviewquestions

    0下载:
  2. 找工作的朋友可以 看看,这里是一些IT 企业面试时候用的面试题目-Looking for work friends can see, here are some IT companies with the interview when the interview subject
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:239.79kb
    • 提供者:liyin1214
  1. mianshi

    0下载:
  2. c与c++面试题汇总.doc 微软亚洲技术中心的面试题!!! 1.进程和线程的差别。 -c and c++ face summary questions. doc Microsoft Technology Center in Asia face questions! ! ! 1. The difference between process and thread.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:48.07kb
    • 提供者:王东旭
  1. paixu

    0下载:
  2. 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
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:9.03kb
    • 提供者:chen
  1. Surfacetest

    0下载:
  2. 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 无须担心超界的问题,这样就比较好。 //参与运算的两
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:10.9kb
    • 提供者:武林
  1. C

    0下载:
  2. 该程序上有200多个笔试面试题,这些程序并不在于提供C/C++程序员求职面试指导,而旨在从技术上分析面试题的内涵。文中的大多数面试题来自各大公司历年的题。-The program has more than 200 written on the face examination questions, these programs do not is to provide a C/C++ programmer job interview guide, which aims to examinati
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1.28mb
    • 提供者:chenggil102
  1. classic-source-C-language-code

    0下载:
  2. 汇集了面试中常见的C语言面试题,从计算公约数、公倍数,到各种查找、排序算法,再到各种二叉树、图等算法,面试必备,强烈推荐-A collection of common interview questions C language side, from the calculated divisor, common multiple, to a variety of search, sorting algorithm, then all kinds of binary tree, graph and
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:170.56kb
    • 提供者:北风之神
  1. 130-Classic-C-Sharp-interview-questions

    0下载:
  2. 130道经典C#面试题,对于求职者来说是非常有用的。-130 Classic C# interview questions, very useful
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:212.36kb
    • 提供者:李洋
  1. C

    0下载:
  2. 这是本人认为比较经典的c面试题,找工作时可用-I think this is more classic c interview questions, to find a job available
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:249.41kb
    • 提供者:yilian
  1. Summary-C-Interview-Questions

    0下载:
  2. c语言面试题大全,个人认为还是比较全的,主要来源是csdn-c language interview questions Guinness, personally think that is quite wide, and the main source of csdn
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:277.26kb
    • 提供者:朱小兵
  1. CPPInterview

    0下载:
  2. C++面试题几十道,含有C++ 、图形、智力等测试。-C++ interview questions dozens, with C++, graphics, intelligence and other tests.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:33.41kb
    • 提供者:jia
  1. C-interview

    0下载:
  2. 整理过的 常用C面试题(整理)包括很多公司的面试笔试 试题-c interview
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:124.45kb
    • 提供者:dongyu2008
  1. Summary-C-Interview-Questions

    0下载:
  2. c语言面试题大全,个人认为还是比较全的,主要来源是csdn-c language interview questions Guinness, personally think that is quite wide, and the main source of csdn
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:277.3kb
    • 提供者:Bankof
  1. Summary-C-Interview-Questions

    0下载:
  2. c语言面试题大全,个人认为还是比较全的,主要来源是csdn-c language interview questions Guinness, personally think that is quite wide, and the main source of csdn
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:277.35kb
    • 提供者:Carneysaid
  1. 51CTO下载-C#纯代码美化皮肤

    0下载:
  2. 这是一个很全面的皮肤,在C#窗体能够使用的到哦,一个好开发组不能使自己界面太差(the ses afas afas aewfeb retfevbe dfgs)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:740kb
    • 提供者:1007326375
  1. 50个C、C++面试题

    0下载:
  2. c/c++面试,各大企业招聘人才,笔试、面试题(using for c/c++ written examination and interview)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:498kb
    • 提供者:fqbest
  1. IT企业必读的200个.NET面试题

    0下载:
  2. 本书着重针对.NET技术职位的应聘者,在.NET框架各个技术类别中,选取最常出现在.NET面试中的问题,进行分析和解答,同时解释和剖析与该问题相关的.NET机制原理,帮助读者达到知其然更知其所以然的程度。本书几乎包揽了所有常见的面试题,从基础知识、数据库,再到比较流行的XML、测试方法和算法,是目前市场上最新、最全的一本面试试题集锦。全书配合了大量的图例及代码说明,非常适合正打算参加.NET技术职 位的应聘和希望梳理.NET框架下技术点的读者阅读。(This book focuses on t
  3. 所属分类:.net编程

  1. c c++程序员面试宝典

    1下载:
  2. 这是一本关于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
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1.36mb
    • 提供者:Xingli
« 12 3 4 5 »
搜珍网 www.dssz.com