关键词:计算机基础试题 c#面试题
本文地址:http://www.teecool.com/post/2007073103.html
内容正文:
1.Debug和Release build的区别,速度有差异吗?why or why not?
2.死锁的四个必要条件;
3."assignment operator”and “copy constructor"的差异
4.What s serialization,how does it work in .net or Java
5. what s reflection in java
6.How many data types can be used in swith (Java)?
7.定义 a) 含有十个元素的指针数组;
b) 数组指针;
c) 函数指针;
d) 指向函数的指针数组;
8.Describe scope of public/private/frined/protected/protected frined
(C#)
二、
1.an array,Bubble sort.
2.judge current platform using big endion or little endition(高字节还是低
字节存放)
三、
1-1000放在含有1001个元素的数组中,只有唯一的一个元素值重复,其它均只出现
一次。每个数组元素只能访问一次,设计一个算法,将它找出来;不用辅助存储空
间,能否设计一个算法实现?(今天唯一的收获就是做出了这个题)
地区B:
题目:
1.过程化编程和面向对象编程的区别
2.(a-1)xora==0条件
3.Garbage Collection
4.java中 equals() 和== 的区别
5.C++中类的定义:函数重载出错
6.数据库理论中的数据完整性
7.donamic(?) wed programming 中 redirect 和forward
8.双向链表的插入
二算法 字符串倒置
eg. this is a string =>gnirts a si siht
三logic thinking
四个女人过桥,夜间有一火把,每次最多过两个,必需带火把,
过桥速度不一样
no.1 1min
no.2 2min
no3 5min
no.4 10min
两个人过用最慢一个的速度,火把不能扔
如何在17min内四个女人都过桥
