CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 面试问题

搜索资源列表

  1. netsafe

    0下载:
  2. 爱因斯坦在20世纪初出的这个谜语。他说世界上有98%的人答不出来。某家公司在面试应聘者时借用了爱因斯坦的这个IQ题,考查应聘者的IQ,现在我们暂且不去讨论这个公司用这样的题目来考查应聘者的IQ有多“变态”,如果是你,拿到了这样的笔试题目,你能做得出来吗?   1、在一条街上,有5座房子,喷了5种颜色。   2、每个房里住着不同国籍的人   3、每个人喝不同的饮料,抽不同品牌的香烟,养不同的宠物   问题是:谁养鱼?   提示:   1、英国人住红色房子  
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:14306
    • 提供者:李东
  1. Mouse_and_Cat

    0下载:
  2. 面试老鼠和猫连动问题的集中解决方案 可以建议应付面试问题-interview rats and cats even move the concentrated solution can meet the proposed interview questions
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-15
    • 文件大小:1077
    • 提供者:kingsfighter
  1. dashuxiangcheng

    0下载:
  2. 面试经常遇到的大数相乘问题,代码简洁易懂
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:96349
    • 提供者:姚天
  1. data_struct

    0下载:
  2. 非常常见的数据结构总结,面试笔试会经常提到问到的问题,适合认真学习巩固。-Very common summary of the data structure, often referred to a written interview to the question asked for the consolidation of serious study.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:126735
    • 提供者:罗兴
  1. 1

    0下载:
  2. 包含两个功能的源程序: 1 学生面试问题(如何实现老师面试学生人数的合理规划)。 2 JPDA算法的matlab实现。-The source code contains two functions: a student interview questions (a teacher interview how to achieve a reasonable number of students planning). 2 JPDA algorithm matlab implementatio
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:22645
    • 提供者:邹娟
  1. 1

    0下载:
  2. 1 学生面试问题(如何实现老师面试学生人数合理安排)。 2 人工神经元的Matlab实现。 3 JPDA算法的Matlab实现。-A student interview questions (how to achieve a reasonable number of students the teacher interview arrangements). 2 The Matlab implementation of artificial neuron. 3 JPDA algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:523666
    • 提供者:邹娟
  1. MC

    0下载:
  2. 此代码是用概率算法来求素数,输入n值便可以得到n以内的所有素数,概率算法相比于确定性算法效率快乐很多,代码中用到了二个经典函数int MillRab(int n) int RepeatMillRab(int n,int k) 计算机面试时考官常问有关这二个函数的问题。-This code is to use probabilistic algorithms to find prime numbers, enter the n value will be able to get all prime
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:660
    • 提供者:天使
  1. Massive_data_processing

    0下载:
  2. 大数据量的问题是很多面试笔试中经常出现的问题,比如baidu google 腾讯 这样的一些涉及到海量数据的公司经常会问到。-Large data problem is a lot of interview questions that often appear in written test, such as Tencent baidu google some of this mass of data related to the company often asked.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:9052
    • 提供者:wangkuiwei
  1. algorithm-for-scheduling-problems

    0下载:
  2. 这里整理笔试和面试中常用的几个排序问题的算法,简单易懂-Written test and interview here in the order of several commonly used algorithm for scheduling problems, easy to understand
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:13903
    • 提供者:
  1. Test_List

    0下载:
  2. 本代码,实现了基本的链表结构,同时完成了链表的翻转操作。链表的翻转是IT程序员面试时的常见问题,对找工作的同学,进一步了解链表的性能,有很大的帮助。-The code to achieve the basic linked list structure, and complete list of the flip operation. Flip is a list of common IT programmer interview questions for students to find w
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:512156
    • 提供者:
  1. data-structure

    0下载:
  2. 数据结构题集,里面有大量在面试中遇到的的数据结构相关的问题-Set data structure problem, there are a lot of experience in the interview data structure-related issues
  3. 所属分类:Data structs

    • 发布日期:2017-06-09
    • 文件大小:16674298
    • 提供者:段晓颖
  1. lianbiao

    0下载:
  2. 关于链表的非常经典的问题与实现,非常实用,尤其是对刚刚学的以及需要面试的同学。-On the list of problems and to achieve a very classic, very useful, especially for newly learned and the need to interview students.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:5793
    • 提供者:Lzhou
  1. hailiang

    0下载:
  2. 海量数据处理的问题是很多面试笔试中经常出现的问题,是对数据结构和算法方面的考察,在数据库和搜索引擎方面有很大的作用。-The massive data processing is a recurrent problem in many interview written test, and inspection of the data structures and algorithms, databases and search engines have a significant role.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:26237
    • 提供者:张力
  1. Joseph

    0下载:
  2. Joseph问题 编程面试 经典 约瑟夫 问题 Visual C-Joseph problems
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:863487
    • 提供者:deng
  1. Beauty-of-coding

    0下载:
  2. 一个微软面试的指南,也可以学到很多实用的解决问题的方法。学习算法的好书。-a guide to the interview of microsoft. and you can learn many algorithm as well.
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:39123324
    • 提供者:ciah275 zhang
  1. binary-tree-amplitude

    0下载:
  2. 这是我参加某公司面试时做的一个二叉树问题题目,题目是求任意给出一组数看是否在树上,并求节点和数的裕度。这是我的答案,给大家分析参考。-This is a binary tree question when I participate a company s interview. The question is judging if a random series number is in binary tree and get the node and tree s amplitude.It s
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:25824
    • 提供者:柳闻徽
  1. mianshi

    0下载:
  2. 多阶段面试问题计算最优解,结果给出最短时间及其面试顺序-Multi-stage interview questions compute the optimal solution, the shortest time and the interview results are presented sequentially
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1226
    • 提供者:xxz
  1. 若干面试题的MATLAB程序

    1下载:
  2. 包含若干个MAT LAB实现的面试算法编程题:小母牛繁殖问题,苹果捆绑销售问题,简单的数值排序,猴王游戏等
  3. 所属分类:matlab例程

搜珍网 www.dssz.com