题一:
原题如下:改程序,并确定运行结果
#i nclude <stdio.h>
#i nclude <string.h>
#i nclude <malloc.h>
char *getstring(void)
{
char p[]=”hello everyone”;
return p...... <阅读全文>
威盛VIA面试题 威盛VIA笔试题
1。看程序写运行结果
m=5;
If(m++>5) printf(“%d\n”, m);
Else printf(“%d\n”, –m);
2.简述 AND, XOR, OR的功能
3.calloc和malloc的区别
4.3×3九点,四条连线
5.1x1x1, 2x2x2, 3x3x3的三个容器...... <阅读全文>
1.What is OSI Model?Which layer is responsible for the information reliable
delivery?
2.List the differences of TCP and UDP
3.Please list the differences between convertional C language and
...... <阅读全文>
1. describe x86 PC’s architecture in a diagram
cpu,core chipset, Cache,DRAM, IO-subsystem, IO-Bus
2. SWI instruction is often called a “supervisor call”,describe the ac...... <阅读全文>
1.图示从RTL synthesis到tape out之间的设计flow,并列出其中各步使用的tool.
2.用perl或TCL/Tk实现一段字符串识别和比较的程序. (唉,都不懂)
3.画出一种CMOS的D锁存器的电路图和版图.
4.解释setup time和hold ...... <阅读全文>
1, 三组程序,找出错误,如果有的话.
1> a.c long temp[255];
b.c extern *temp;
2> a.c long temp[255];
b.c extern temp[256];
3> a.c long temp[255];...... <阅读全文>
1。说明线程和进程的关系。
2。C程序写结果。
#include
#define ADD(p) {p++;(*p)++;}
Add(int *p) {p++;(*p)++;}
int a[]={0,1,2};
int main()
{
int *p=a;
ADD(p)
...... <阅读全文>
1。看程序写运行结果
m=5;
If(m++>5) printf(“%d\n”, m);
Else printf(“%d\n”, –m);
2.简述 AND, XOR, OR的功能
3.calloc和malloc的区别
4.3×3九点,四条连线
5.1x1x1, 2x2x2, 3x3x3的三个...... <阅读全文>
1.How good do you see yours programming skills?Please circle your answe
rs
C: Fair/Good/Excellent
C++: Fair/Good/Excellent
2.Please estimate your programming experince:
How many lines of...... <阅读全文>
1.What is OSI Model?Which layer is responsible for the information reliable
delivery?
2.List the differences of TCP and UDP
3.Please list the differences between convertional C language and
...... <阅读全文>
