⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 威盛笔试试题.htm

📁 行业经典面试题
💻 HTM
字号:

<HTML>
<HEAD>
<title>威盛笔试试题</title>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<style type="text/css">
A{TEXT-DECORATION: none}
A:link {COLOR: #666666; FONT-FAMILY: 宋体; TEXT-DECORATION: none}
A:visited {COLOR: #666666; FONT-FAMILY: 宋体; TEXT-DECORATION: none}
A:active {FONT-FAMILY: 宋体; TEXT-DECORATION: none}
A:hover {BORDER-BOTTOM: 1px dotted; BORDER-LEFT-WIDTH: 1px; BORDER-RIGHT-WIDTH: 1px; BORDER-TOP-WIDTH: 1px; COLOR: #ff6600; TEXT-DECORATION: none}
BODY {
FONT-SIZE: 12px;
COLOR: #666666;
FONT-FAMILY:  宋体;
background-color: #ffffff; 
background-image: url(img/show.gif);
SCROLLBAR-FACE-COLOR: #e8e7e7; 
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
SCROLLBAR-SHADOW-COLOR: #ffffff; 
SCROLLBAR-3DLIGHT-COLOR: #cccccc; 
SCROLLBAR-ARROW-COLOR: #ff6600; 
SCROLLBAR-TRACK-COLOR: #EFEFEF; 
SCROLLBAR-DARKSHADOW-COLOR: #b2b2b2; 
SCROLLBAR-BASE-COLOR: #000000
}
TABLE {BORDER-COLLAPSE: collapse; FONT-FAMILY: 宋体; FONT-SIZE: 9pt}
.button{height:18px;width:62px;background:#f6f6f9 url(img/ButtonBg.gif); border:solid 1px #5589AA;color: #000000 ;FONT-SIZE: 9pt}
.lanyu{border:solid 1px #5589AA;color: #000000 ; font-size: 12px;}
.font {  filter: DropShadow(Color=#cccccc, OffX=2, OffY=1, Positive=2); text-decoration: none; font-size: 9pt}
</style>
<script language="JavaScript">
function findobj(n, d) {
var p,i,x; if(!d) d=document;
if((p=n.indexOf("?"))>0 && parent.frames.length) {
d=parent.frames[n.substring(p+1)].document;
n=n.substring(0,p);
}
if(!(x=d[n])&&d.all) {
x=d.all[n];
}
for(i=0;!x && i<d.forms.length;i++) {
x=d.forms[i][n];
}
for(i=0;!x && d.layers&&i>d.layers.length;i++) {
x=MM_findObj(n,d.layers[i].document);
}
return x;
}
function copycode(obj) {
var rng = document.body.createTextRange();
rng.moveToElementText(obj);
rng.scrollIntoView();
rng.select();
rng.execCommand("Copy");
rng.collapse(false);
}
</script>
</head>
<BODY leftMargin=0 topMargin=0 MARGINHEIGHT="0" MARGINWIDTH="0">
<TABLE bgcolor="#ffffff" align=center border=1 cellPadding=0 cellSpacing=0 width=95% borderColor="#666666" frame=vsides rules=none>

<TR>
<TD width="98%">
<table border="0"><tr><td height="5"></td></tr></table>

<table width="96%" border="0" cellspacing="1" cellpadding="6" align="center" bgcolor="#BDC0C8">
        <tr> 
          <td align="center" bgcolor="#FFFFFF"><font color=ff6600><b>威盛笔试试题</b></font></td>
        </tr>
      </table>
<table border="0"><tr><td height="5"></td></tr></table>

<table width="96%" border="0" cellspacing="1" cellpadding="6" align="center" bgcolor="#BDC0C8">
        <tr> 
          <td align="center" bgcolor="#FFFFFF">
<table width="98%">
        <tr> 
          <td id=qq_595911 style="word-break:break-all;line-height:150%"> 
            <br><font color=000000>
            2002年软件笔试题<BR>1.三组程序,找出你认为的错误。<BR><BR>(1)a.c long temp[255];<BR><BR>b.c extern *temp;<BR><BR>(2)a.c long temp[255];<BR><BR>b.c extern temp[256];<BR><BR>(3)a.c long temp[255];<BR><BR>b.c extern temp[];<BR><BR>2.在第一个声明处编译出了奇怪的错误,为什么?<BR><BR>#include &lt;stdio.h&gt;<BR><BR>#include “myfun1.h”<BR><BR>#include “myfun2.h”<BR><BR>int myInt1;<BR><BR>int myInt2;<BR><BR>3.printf(“0x%x”, (&0)[-1]); 请问打印了什么?<BR><BR>4.汇编,用ax,bx,cx,dx,求1000×1000/30(四舍五入),结果放在ax中。<BR><BR>5.编最优化Bubble(int *pIntArray,int L),要求:交换元素不能用临时变量,如果有序需要最优。<BR><BR>6.用任意一种编程语言写n!的算法。<BR><BR>2003 Asic部分<BR>1.一个四级的Mux,其中第二级信号为关键信号,如何改善timing?<BR><BR>2.一个状态机的题目用Verilog实现。<BR><BR>3.Asic中的design flow的实现。<BR><BR>4.用逻辑门画出D触发器。<BR><BR>5.给出某个一般时序电路的图,有Tsetup,Tdelay,Tck-&gt;q还有clock的delay,写出决定最大时钟的因素,同时给出表达式。<BR><BR>6.用C语言实现统计某个cell在某.v文件调用的次数。<BR><BR>7.Cache的主要部分。<BR><BR>2003 EE笔试题目<BR>1.写出电流公式。<BR><BR>2.写出平板电容公式。<BR><BR>3.电阻R和电容C串联,输入电压为R和C之间的电压,输出电压分别为C上电压和R上电压,要求绘制这两种电路输入电压的频谱,判断这两种电路何为高通滤波器,何为低通滤波器。当RC&lt;&lt;T时,给出输入电压波形图,绘制两种电路的输出波形图。<BR><BR>4.给出时域信号,求其直流分量。<BR><BR>5.给出一时域信号,要求写出频率分量,并写出其傅立叶变换级数。当波形经过低通滤波器滤掉高次谐波而只保留一次谐波时,画出滤波后的输出波形。<BR><BR>6.有一时域信号S=V0sin(2pif0t)+V1cos(2pif1t)+V2sin(2pif3t+90),写出当其通过低通、带通、高通滤波器后的信号表示方式。<BR><BR>7.给出一差分电路,告诉其输出电压Y+和Y-,求共模分量和差模分量。<BR><BR>8.一电源和一段传输线相连(长度为L,传输时间为T),画出终端处波形,考虑传输线无损耗。给出电源电压波形图,要求绘制终端波形图。<BR><BR>9.求锁相环的输出频率,给了一个锁相环的结构图。<BR><BR>10.给出一个堆栈的结构,求中断后显示结果,主要是考堆栈压入返回地址存放在低端地址还是高端。<BR><BR>2003 Graphic笔试题目<BR>1.问答题<BR><BR>(1)texture mapping是什么?为什么要用filter?<BR><BR>(2)用float和int表示一个数,比如2,说明优点和缺点。<BR><BR>(3)在MPEG哪部分可以加速硬件?<BR><BR>(4)解释cubic和B-spline的差别,写出各自函数。<BR><BR>(5)写出几个Win API中的OpenGL函数。<BR><BR>(6)说出固定小数表示和浮点小数表示的优缺点。<BR><BR>(7)说出显卡可以优化哪些MPEG中的计算?<BR><BR>(8)说出Bezier和B-Spline曲线的区别。<BR><BR>2.用最简单的方法判断一个数是否是2的指数次幂。<BR><BR>3.S23E8和S10E5两种浮点数表示方法分析,表示0.25写一个类S10E5,实现从S23E8转换。<BR><BR>4.用模版的方式实现三个量取最大值。<BR><BR>5.题目告诉你IEEE 16和32浮点数表示的规范,要求将-0.25分别用IEEE 16和32表示并写一个C++函数将输入的IEEE 16表示转化为IEEE 32的表示。<BR><BR>6.用C语言写一个函数f(x)= x * 0.5要求只能用整数操作。<BR><BR>2003 Software Engineer笔试题<BR>1. Describe x86 PC’s architecture in a diagram cpu,core chipset, Cache,DRAM, IO-subsystem, IO-Bus<BR><BR>2. SWI instruction is often called a “supervisor call”, describe the actions in detail  <BR><BR>* Save the address of the instruction after the SWI in rl4_svc.<BR><BR>* Save the CPSR in SPSR_svc.<BR><BR>* Enter supervisor mode and disable IRQs.<BR><BR>* Set the PC to 08 and begin executing the instruction there.<BR><BR> <BR><BR>3.<BR><BR>* What is PIO operation? advantage and disadvantage?<BR><BR>* DMA operation? advantage and disadvantage?<BR><BR>* Scatter/Gather DMA engine? how does it operate?<BR><BR>4. MP3 decoder related. (a flow chart of decoding is presented)<BR><BR>* advantages of Huffman encoding?<BR><BR>* why the aliasing reduction is necessary?<BR><BR>* analytical expression in mathematics of the IMDCT?<BR><BR>* which block in the flow chart is suitable for the software implementation and which for the hardware? why?<BR><BR>5. Assembly codes -&gt; C language (about 15 lines).<BR><BR>6. Graduation thesis description.<BR></font> <br>
            <br>
            --------------------------------------------------------------------------------<br>
            &nbsp;<img src=img/none.gif border=0><img src=img/i8.gif border='0'>&nbsp;<b>相关文章</b><br>
            &nbsp;<img src=img/none.gif border=0><img src=img/title.gif border='0'>&nbsp;<a href="showart.asp?art_id=169&cat_id=11">46家公司面试笔试题</a>2006-7-18 14:47:34<br>
            
           </td>
        </tr>
      </table></td>
        </tr>
      </table>
      
<table border="0"><tr><td height="5"></td></tr></table>

      <table width="96%" border="0" cellspacing="1" cellpadding="6" align="center" bgcolor="#BDC0C8">
        <tr> 
<td bgcolor="ffffff"><font color=red>分类:
            
            <a href="art.asp?cat_id=11" target="_blank"><font color="#009900">综合类</font></a> 
            日期:2006-7-30  查看:10</font></td>       
<td align="center" bgcolor="#FFFFFF"><input type="button"  value="复制"  onClick="copycode(findobj('qq_595911'));" class="button">&nbsp;<input type="button"  value="打印"  onClick="javascript:window.print()" class="button">&nbsp;<input type="button"  value="返回"  onClick="window.open('http://www.pghome.net')" class="button">&nbsp;<input type="button" name="close2" value="关闭"  onClick="window.close();return false;" class="button"></td></tr>
      </table>

<table border="0"><tr><td height="5"></td></tr></table>

<table border="0"><tr><td height="5"></td></tr></table>

</td>
        </tr>
<TR><td height="1" width="100%" bgcolor="#666666"></td></tr>
      </table>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -