版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、WORD.32/32一些公司的筆試題 Sony筆試題 1完成下列程序 * *.*. *.*.*. *.*.*.*. * * * * i nclude #define N 8 int main() int i; int j; int k; | | | | | | return 0; 2完成程序,實(shí)現(xiàn)對(duì)數(shù)組的降序排序 i nclude void sort( ); int main() int array=45,56,76,234,1,34,23,2,3; /數(shù)字任/意給出 sort( ); return 0; void sort( ) _ | | | | | 3費(fèi)波那其數(shù)列,1,1,2,3,5編寫
2、程序求第十項(xiàng)??梢杂眠f歸,也可以用其 他方法,但要說(shuō)明你選擇的理由。 i nclude int Pheponatch(int); int main() printf(The 10th is %d,Pheponatch(10); return 0; int Pheponatch(int N) | | | | 4下列程序運(yùn)行時(shí)會(huì)崩潰,請(qǐng)找出錯(cuò)誤并改正,并且說(shuō)明原因。 i nclude i nclude typedef struct TNode* left; TNode* right; int value; TNode; TNode* root=NULL; void append(int N); i
3、nt main() append(63); append(45); append(32); append(77); append(96); append(21); append(17); / Again, 數(shù)字任意給出 void append(int N) TNode* NewNode=(TNode *)malloc(sizeof(TNode); NewNode-value=/blog/N; if(root=NULL) root=NewNode; return; else TNode* temp; temp=root; while(N=temp.value & temp.left!=NULL)
4、 | (N=temp.value & temp.left!=NULL) temp=temp.left; while(N=temp.value) temp.left=NewNode; else temp.right=NewNode; return; 華為筆試題 1請(qǐng)你分別畫出OSI的七層網(wǎng)絡(luò)結(jié)構(gòu)圖和TCP/IP的五層結(jié)構(gòu)圖。 2請(qǐng)你詳細(xì)地解釋一下IP協(xié)議的定義,在哪個(gè)層上面?主要有什么作用?TCP與UDP呢 ? 3請(qǐng)問(wèn)交換機(jī)和路由器各自的實(shí)現(xiàn)原理是什么?分別在哪個(gè)層次上面實(shí)現(xiàn)的? 4請(qǐng)問(wèn)C+的類和C里面的struct有什么區(qū)別? 5請(qǐng)講一講析構(gòu)函數(shù)和虛函數(shù)的用法和作用。 6全局變量和局部變量有什
5、么區(qū)別?是怎么實(shí)現(xiàn)的?操作系統(tǒng)和編譯器是怎么知道的 ? 78086是多少位的系統(tǒng)?在數(shù)據(jù)總線上是怎么實(shí)現(xiàn)的? 聯(lián)想筆試題 1設(shè)計(jì)函數(shù) int atoi(char *s)。 2int i=(j=4,k=8,l=16,m=32); printf(“%d”, i); 輸出是多少? 3解釋局部變量、全局變量和靜態(tài)變量的含義。 4解釋堆和棧的區(qū)別。 5論述含參數(shù)的宏與函數(shù)的優(yōu)缺點(diǎn)。 普天C+筆試題 1實(shí)現(xiàn)雙向鏈表刪除一個(gè)節(jié)點(diǎn)P,在節(jié)點(diǎn)P后插入一個(gè)節(jié)點(diǎn),寫出這兩個(gè)函數(shù)。 2寫一個(gè)函數(shù),將其中的t都轉(zhuǎn)換成4個(gè)空格。 3Windows程序的入口是哪里?寫出Windows消息機(jī)制的流程。 4如何定義和實(shí)現(xiàn)一個(gè)類
6、的成員函數(shù)為回調(diào)函數(shù)? 5C+里面是不是所有的動(dòng)作都是main()引起的?如果不是,請(qǐng)舉例。 6C+里面如何聲明const void f(void)函數(shù)為C程序中的庫(kù)函數(shù)? 7下列哪兩個(gè)是等同的 int b; A const int* a = &b; B const* int a = &b; C const int* const a = &b; D int const* const a = &b; 8聯(lián)函數(shù)在編譯時(shí)是否做參數(shù)類型檢查? void g(base & b) b.play; void main() son s; g(s); return; 大唐電信 DTT筆試題 考試時(shí)間一小時(shí),第一
7、部分是填空和選擇: 1數(shù)列6,10,18,32,“?”,問(wèn)“?”是幾? 2某人出70買進(jìn)一個(gè)x,80賣出,90買回,100賣出,這樁買賣怎么樣? 3月球繞地球一圈,至少要多少時(shí)間? 47個(gè)人用7小時(shí)挖了7米的溝,以同樣的速度在50小時(shí)挖50米的溝要多少人? 5魚頭長(zhǎng)9,魚尾等于魚頭加半個(gè)魚身,魚身等于魚頭加魚尾,問(wèn)魚全長(zhǎng)多少? 6一個(gè)小姐買了一塊手表,回家發(fā)現(xiàn)手表比她家的表慢了兩分鐘,晚上看新聞的時(shí)候 又發(fā)現(xiàn)她家的表比新聞里的時(shí)間慢了兩分鐘,則 。 A 手表和新聞里的時(shí)間一樣 B 手表比新聞里的時(shí)間慢 C 手表比新聞里的時(shí)間快 7王先生看到一則招聘啟事,發(fā)現(xiàn)兩個(gè)公司除了以下條件不同外,其他條件
8、都一樣 A 半年年薪50萬(wàn),每半年漲5萬(wàn) B 一年年薪100萬(wàn),每一年漲20萬(wàn) 王先生想去一家待遇比較優(yōu)厚的公司,他會(huì)去哪家? 10問(wèn)哪個(gè)袋子里有金子? A袋子上的標(biāo)簽是這樣寫的:B袋子上的話是對(duì)的,金子在A袋子。 B袋子上的標(biāo)簽是這樣寫的:A袋子上的話是錯(cuò)的,金子在A袋子里。 113個(gè)人住酒店30塊錢,經(jīng)理找回5塊錢,服務(wù)生從中藏了2塊錢,找給每人1塊錢, 3(101)+2=29,問(wèn)這是怎么回事? 12三篇寫作,均為書信形式。 (1)一片中文的祝賀信,祝賀某男當(dāng)了某公司xx (2)兩篇英文的,一是說(shuō)有事不能應(yīng)邀,派別人去;另一篇是討債的,7天不給錢就 走人(主要考business lette
9、r格式)。 大唐面試試題 1什么是中斷?中斷發(fā)生時(shí)CPU做什么工作? 2CPU在上電后,進(jìn)入操作系統(tǒng)的main()之前必須做什么工作? 3簡(jiǎn)述ISO OSI的物理層Layer1,鏈路層Layer2,網(wǎng)絡(luò)層Layer3的任務(wù)。 4有線和無(wú)線有何區(qū)別?無(wú)線特別需要注意的是什么? 5軟件開發(fā)五個(gè)主要step是什么? 6你在開發(fā)軟件的時(shí)候,這5個(gè)step分別占用的時(shí)間百分比是多少? 7makefile文件的作用是什么? 8UNIX顯示文件夾中,文件名的命令是什么?能使文件容顯示在屏幕的命令是什么 ? 9(選做)手機(jī)用戶在從一個(gè)基站漫游到另一個(gè)基站的過(guò)程中,都會(huì)發(fā)生什么? 網(wǎng)通筆試題 選擇題(每題5分,
10、只有一個(gè)正確答案) 1中國(guó)1號(hào)信令協(xié)議屬于 的協(xié)議。 A ccs B cas C ip D atm 2isdnpri協(xié)議全稱是 。 A 綜合業(yè)務(wù)模擬網(wǎng)基速協(xié)議 B 綜合業(yè)務(wù)模擬網(wǎng)模擬協(xié)議 C 綜合業(yè)務(wù)數(shù)字網(wǎng)基率協(xié)議 D 綜合業(yè)務(wù)數(shù)字網(wǎng)基次協(xié)議 3路由協(xié)議中, 協(xié)議是用距離作為向量的。 A ospf B bgp C is-is D rip 4中國(guó)智能網(wǎng)中,ssp與scp間最上層的ss7協(xié)議是 。 A incs B is41b C is41c D inap 5dtmf全稱是 。 A 雙音多頻 B多音雙頻 C多音三頻 D三音多頻 6計(jì)算機(jī)的基本組成部分中,不包含下面設(shè)備的是 。 A cpu B輸入設(shè)
11、備 C存儲(chǔ)器 D接口 7脈沖編碼調(diào)制的簡(jiǎn)稱是 。 A pcm B pam C (delta)M D atm 8普通線接口專業(yè)稱呼是 。 A rj11 B rj45 C rs232 D bnc 9現(xiàn)有的公共數(shù)據(jù)網(wǎng)都采用 。 A電路交換技術(shù) B報(bào)文交換技術(shù) C語(yǔ)音插空 D分組交換 10ss7協(xié)議中的制止市忙消息簡(jiǎn)寫為 。 A stb B slb C sub D spb 簡(jiǎn)答題(每題10分) 1簡(jiǎn)述普通與IP的區(qū)別。 2簡(jiǎn)述隨路信令與公路信令的根本區(qū)別。 3說(shuō)明掩碼的主要作用。 4ss7協(xié)議中,有三大要素決定其具體定位,哪三大要素? 5描述ss7的基本通話過(guò)程。 6簡(jiǎn)述通信網(wǎng)的組成結(jié)構(gòu)。 7面向連接
12、與面向非連接各有何利弊? 8寫出愛爾蘭的基本計(jì)算公式。 9數(shù)據(jù)網(wǎng)主要有哪些設(shè)備? 10中國(guó)一號(hào)協(xié)議是如何在被叫中插入主叫的? 東信筆試題目 筆試:30分鐘。 1壓控振蕩器的英文縮寫。 2動(dòng)態(tài)隨機(jī)存儲(chǔ)器的英文縮寫。 3選擇電阻時(shí)要考慮什么? 4單片機(jī)上電后沒(méi)有運(yùn)轉(zhuǎn),首先要檢查什么? 5計(jì)算機(jī)的基本組成部分與其各自的作用。 6怎樣用D觸發(fā)器、與或非門組成二分頻電路? 中軟融鑫筆試題 1關(guān)于工作 (1) 你對(duì)未來(lái)的工作生活是怎樣憧憬的?為何選擇我公司作為求職公司? (2)請(qǐng)用不超過(guò)30個(gè)字給出一個(gè)最能讓我們錄用你的理由。 (3)你認(rèn)為比較理想的工作環(huán)境是怎樣的? (4)你個(gè)人的中長(zhǎng)期的職業(yè)發(fā)展目標(biāo)是
13、怎樣的? 2關(guān)于社會(huì) (1)如果你是利偉,你在太空中向祖國(guó)人民說(shuō)的第一句話是什么? (2)宋美齡女士于2003年10月世,對(duì)這位著名人士在事變中的態(tài)度和作用,你 是如何看待的?(不超過(guò)300字) (3)政府頒布的對(duì)拾金不昧者,失主要獎(jiǎng)勵(lì)相當(dāng)于財(cái)產(chǎn)20%獎(jiǎng)金的公告,你是如 何看的? (4)如果給你50萬(wàn)元人民幣,你將會(huì)用這些錢做什么? (5)在美國(guó),男、女衛(wèi)生間(廁所)的正確稱呼為什么?請(qǐng)用英語(yǔ)寫出答案。 (6)你認(rèn)為麥當(dāng)勞是世界最大的漢堡生產(chǎn)商嗎?如果不是,請(qǐng)說(shuō)出你的觀點(diǎn)。 3教育背景 (1)你受過(guò)哪些正規(guī)的教育或培訓(xùn)?(自高中畢業(yè)起) (2)在校期間進(jìn)行過(guò)哪些社會(huì)活動(dòng)? Delphi筆試題目
14、 機(jī)械類筆試試題 1. Briefly describe what is blanking(cutting), forming, coining and emboss ing in stamping process. 2. What is metal clading? 3. What is the purpose of adding glass fiber to thermoplastic material? 4. In contrast with metal and thermoplastic material,which has a higher co efficient of therm
15、al expansion(CTE). 5. The most suitable material for a integral hinge design (typical plastic thickness=0.25 to 0.5mm at hinge) 6. Can a bending load makes both compressive and tensile stress in a membe r? 7. What is the design criteria used in plastics catch/snap? 8. What is FEA? 9. Why is natural
16、frequency important in vibration analysis? 10. What is the deflection equation of a cantilever beam fixed at one edge ? EE筆試試題 1. Name 3 Vehicle Buses. 2. Name 2 possible sources of Electromagnetic interference on Electronics Circuit ASM. 3. Wavelength for 12MHz frequency signal is_ 4. Name 2 import
17、ant considerations for car radio performan -ce related to audio signal processing under multipath condition? 5. What is the typical FM receiver RF signal strength to achieve 30dB S/N for car radio? 6. When a radio is tuned to 98.1 MHz & with a LO of 108.8 MHz, what is the image frequency? 7. For a s
18、ystem with a matched impedance, what is the Reflection Coefficie nt and SWR? 8. Which property of the output capacitor is the primary cause of Low Drop Out(LDO) regulator loop instability? (1)Equivalent series resistance(ESR) (2)Effective series inductance(ESL) (3)Capacitance value (4)Dielectric mat
19、erial 9. The switching regulator is capable of: (1)Higher power conversion efficiency (2)Providing an output voltage that is higher than the input (3)Generating an output boltage oppsite in polarity to the input (4)All of the above 10. A linear regulator op Vin(max) = 10v, Vout(min) = 4.8v, Iout(max
20、) = 2. 5mA, Iq(max) = 2.5mA, Ta(max) = 8.5攝氏度,The regulator is available in 3pac kages.Each package has the following thermal characteristics: Package Rja(攝氏度/W) Rjc(攝氏度/W) SO14 125 30 D1P8 100 52 Choose the most suitable package to handle the power dissipation requireme nt without a heat sink and w
21、hy. 軟件筆試題 1. How do you code an infinite loop in C? 2. Volatile: (1)What does the keyword volatile mean? Give an example (2)Can a parameter be both const and volatile? Give an example (3)Can a pointer be volatile? Give an example 3. What are the values of a, b, and c after the following instructions
22、: int a=5, b=7, c; c = a+b; 4. What do the following declarations mean? (1)const int a; (2)int const a; (3)const int *a; (4)int * const a; (5)int const * a const; 5. Which of the following statements describe the use of the keyword stati c? (1)Within the body of a function: A static variable maintai
23、ns its value between function revocations (2)Within a module: A static variable is accessible by all functions wit hin that module (3)Within a module: A static function can only be called by other functi ons within that module 6. Embedded systems always require the user to manipulate bits in registe
24、r s or variables. Given an integer variable a, write two code fragments. The first should set bit 5 of a. The second shnuld clear bit 5 of a. In bo th cases, the remaining bits should be unmodified. 7. What does the following function return? char foo(void) unsigned int a = 6; iht b = -20; char c; (
25、a+b 6) ? (c=1): (c=0); return c; 8. What will be the output of the following C code? main() int k, num= 30; k =(num 5 ? (num 15) 12. How many flip-flop circuits are needed to divide by 16? 13. Provides 3 properties that make an OS, a RTOS? 14. What is pre-emption? 15. Assume the BC register value is
26、 8538H, and the DE register value is 62 A5H.Find the value of register BC after the following assembly operations: MOV A,C SUB E MOV C,A MOV A,B SBB D MOV B,A 16. In the Assembly code shown below LOOP: MVI C,78H DCR C JNZ LOOP HLTHow many times is the DCR C Operation executed? 17. Describe the most
27、efficient way (in term of execution time and code si ze) to divide a number by 4 in assembly language 18. what value is stored in m in the following assembly language codefrag ment if n=7? LDAA #n LABEL1: CMPA #5 BHI L3 BEQ L2 DECA BRA L1 LABEL2: CLRA LABEL3: STAA #m 19. What is the state of a proce
28、ss if a resource is not available? #define a 365*24*60*60 20. Using the #define statement, how would you declare a manifest constant that returns the number of seconds in a year? Disregard leap years in your an swer. 21. Interrupts are an important part of embedded systems. Consequently, ma ny compi
29、ler vendors offer an extension to standard C to support interrupts. Ty pically, the keyword is _interrupt. The following routine (ISR). Point out pr oblems in the code. _interrupt double compute_area (double radius) double area = PI * radius * radius; printf(“nArea = %f”, area); return area; Hongkon
30、g Bank筆試題 1. Please state why you chose to follow these activities and how they have contributed to your personal development. You may wish to give details of you r role whether anyone else was involved and any difficulties you encountered. 2. Please state how you have benefited from your work exper
31、ience. 3. How much is your present monthly salary including allowances. 4. Do you need to compensate your present employer if you resign? If so, please give details. 5. Other than academic success, what has been your greatest achievement to date? What do you see as your personal strength, why? 6. Pl
32、ease state why the position you have applied for is appropriate for y ou; Why you have selected HongKong Bank and what your career objectives are. A.T. Keaney筆試題 1. Describe your greatest achievement in the past 4-5 years? 2. What are your short-term and long-term career objectives? What do you t hi
33、nk is the most ideal job for you? 3. Why do you want to join A.T kearney? What do you think you can contribu te to A.T kearney? 4. Why are you applying for a position at Arthur Anderson? 5. What are your expectations of our firm. 6. Describe your hobbies and interests. Shell company筆試題 1. How wold y
34、our colleagues/classmates describe you in five words? On what evidence would they base this assessment. 2. If you are asked to recruit the best graduates for shell, what would yo u do to attract them? What would you do to select them? 3. Please describe a new activity that you have initiated and imp
35、lemented. Please highlight your role out. 4. Please describe your outstanding non-academic achieve- ments. 5. Please describe any other significant activities you have been involved in including organizing people. 6. Imagine that Shell has found oil in an inland province of China, near a large river
36、. You are responsible for planning how to transport the oil to the coast thousands of miles away. What are the main issue you would consider, an d what would you do? KPMG筆試題 “The big economic difference between nuclear and fossil-fuelled power sta tions is that nuclear reactors are more expensive to
37、 build and decommission, b ut cheaper to sun. So disputes over the relative efficiency of the two systems revolve not just around prices of coal and uranium today and tomorrow, but al so around the way in which future income should be compared with current incom e.” 1. The main difference between nu
38、clear and fossil-fuelled power stations i s an economic one. TRUE UNTRUE CANNOT SAY 2. The price of coal is not relevant to discussions about the relative eff iciency of nuclear reactors. TRUE UNTRUE CANNOT SAY 3. If nuclear reactors were cheaper to build and decommission than fossil- fuelled power
39、stations, they would definitely have the economic advantage. TRUE UNTRUE CANNOT SAY “At any given moment we are being bombarded by physical and psychological stimuli competing for our attention. Although our eyes are capable of handlin g more than 5 million bits of data per second, our brain are cap
40、able of interp reting only about 500 bits per second. With similar disparities between each o f the other senses and the brain, it is easy to see that we must select the vi sual, auditory, or tactile stimuli that we wish to compute at any specific tim e.” 4. Physical stimuli usually win in the compe
41、tition for our attention. TRUE UNTRUECANNOT SAY 5. The capacity of the human brain is sufficient to interpret nearly all t he stimuli the senses can register under optimum conditions. TRUE UNTRUE CANNOT SAY 6. Eyes are able to cope with a greater input of information than ears. TRUE UNTRUE CANNOT SA
42、Y VERBAL ANSWER: (1)C CANNOT SAY (2)B UNTRUE (3)A TRUE (4)C CANNOT SAY (5)B UNTRUE (6)C CANNOT SAY PartII NUMERCAL TEST 1Which country had the highest number of people aged 60 or over at the s tart of 1985? A. UK B. France C. Italy D. W.Germany E. Spain 2What percentage of the total 15mm button prod
43、uction was classed as sub- standard in September? AA 10.5% BB 13% CC 15% DD 17.5% EE 20% AB 23.5% AC 25% AD 27.5% AE 28% BC 30.5% 3. How many live births occurred in 1985 in Spain and Italy together (to t he nearest 1000)? A. 104 000 B. 840 000 C. 1 044 000 D. 8 400 000 E. 10 440 000 4. What was the
44、 net effect on the UK population of the live birth and deat h rates in 1985? A. Decrease of 66 700 B. Increase of 752 780 C. Increase of 84 900 D. Cannot Say E. Increase of 85 270 5. By how much did the total sales value of Novembers button production vary from Octobers? A. 8.50 (Decrease) B. 42.50
45、(Decrease) C. 85.00 (Increase) D. 27.50 (Decrease) E. No change 6. What was the loss in potential sales revenue attributable to the produc tion of sub-standard (as opposed to standard) buttons over the 6 month period? A. 13.75 B. 27.50 C. 137.50 D. 280.00 E. 275.00 電信筆試題 1. Based on your understandi
46、ng of the following java related technologies: servlets, JavaServerPage, JavaBeans, Enterprise JavaBeans, how do you think t hese technologies are work together or are applied in the development of an in ternet-based application (25marks). 2. In your opinion ,what do you think are the advantages or
47、benefitsof usi ng an object-oriented approach to software development? how do you think those benefits can be achieved or realized? (15marks). 3. In designing your classes, given the choice between inheritance and agg regation which do you choose (15marks). 4. How would you work around the lack of m
48、ultiple inheritance feature in J ava (15marks). 5. What would you consider to be the hardest part of OO analysis and desig n and why (10marks). 6. How do you keep yourself up to date with the latest in software techono gy, especially in the field of software development (10marks). 7. What si your ca
49、reer aspiration? Why do you think this E-Commerce Develo pment Center can help you in achieving your career goals (10marks) (1hr, answe r in English). LORAL的筆試題 1. Would you please describe yourself in 3-4 lines? (limited in 500 words) 2. Could you tell us why we should choose you as a Loreal Person
50、, and what makes you unique? (limited in 500 words) 3. What is your short-term and long-term career plan? (limited in 500 word s) 4. What kind of group activities are you interested in and what type of ro le do you often play? (limited in 500 words) 5. Please use one sentence to give a definition of
51、 Beauty, and describe the most beautiful thing in your life. (limited in 500 words) 維爾VERITAS軟件筆試題 1. A class B network on the internet has a subnet mask of , w hat is the maximum number of hosts per subnet . a. 240 b. 255 c. 4094 d. 65534 2. What is the difference: between o(log n) and o(log n2), w
52、here both log arithems have base 2 . a. o(log n2) is bigger b. o(log n) is bigger c. no difference 3. For a class what would happen if we call a classs constructor from wi th the same classs constructor . a. compilation error b. linking error c. stack overflow d. none of the above 4. “new” in c+ is
53、a: . a. library function like malloc in c b. key word c. operator d. none of the above 5. Which of the following information is not contained in an inode . a. file owner b. file size c. file name d. disk address 6. Whats the number of comparisons in the worst case to merge two sorted lists containin
54、g n elements each . a. 2n b.2n-1 c.2n+1 d.2n-2 7. Time complexity of n algorithm T(n), where n is the input size ,is T(n) =T(n-1)+1/n if n1 otherwise 1 the order of this algorithm is . a. log (n) b. n c. n2 d. nn 8. The number of 1s in the binary representation of 3*4096+ 15*256+5*16+ 3 are . a. 8 b
55、. 9 c. 10 d. 12 百威啤酒(公司) 1,為什么申請(qǐng)來(lái)百威? 2,將來(lái)有什么打算? 3,有沒(méi)有社會(huì)活動(dòng)經(jīng)歷? 4,有沒(méi)有當(dāng)眾演講的經(jīng)歷? 5,經(jīng)常使用那些軟件? 6,喜歡哪些課程? 7,你認(rèn)為工作中的什么因素對(duì)你來(lái)說(shuō)最重要? 8,什么時(shí)候可以來(lái)上班?可以在這里工作多久? 9,八點(diǎn)上班,要加班和出差,能不能做到? 星巴克 1、 您是一家咖啡店的店經(jīng)理,你發(fā)現(xiàn)店同時(shí)出現(xiàn)下列狀況: 1)許多桌子桌面上有客人離去后留下的空杯未清理,桌面不干凈待整理。 2)有客人正在詢問(wèn)店賣哪些品種,他不知如何點(diǎn)咖啡菜單。 3)已有客人點(diǎn)完成咖啡,正在收銀機(jī)旁等待結(jié)帳。 4)有廠商正準(zhǔn)備要進(jìn)貨,需要店經(jīng)理簽
56、收。 請(qǐng)問(wèn),針對(duì)上述同時(shí)發(fā)生的情況,你要如何排定處理之先后順序,為什么 2、 有一位甲員工脾氣不好以致在前三家店因?yàn)榕c店其他同事相處不佳而屢屢調(diào)動(dòng) ,現(xiàn)在甲被調(diào)到你的店里面來(lái),請(qǐng)問(wèn)身為店經(jīng)理的你,將如何應(yīng)對(duì)? 3、 你是店經(jīng)理,本周五結(jié)帳后,發(fā)現(xiàn)門市總銷售額較上周五減少30%,請(qǐng)問(wèn)可能原因 會(huì)是哪幾種,各原因如何應(yīng)對(duì)? 凹凸電子軟件筆試題 1. Select ONE of the following projects to discuss: a. Signal Filtering: You are given a sampled realtime waveform consisting of
57、a sensor reading mixed with highly periodic impulses and high frequency noi se.The desired output is the realtime filtered sensor signal with the impulses and noise removed, and a readout of the impulse period. The FFT may not be us ed. b. Interrupt Processing.A headware register consisting of eight
58、 independen t edge triggered latches is used to record external asynchronous interrupt req uests. When any of the request bits are latched, a software interrupt is gener ated. The software may read the latch to see which interrupt(s) occurred. Writ ing a one to any latch bit will clear the latch. Ho
59、w does that software assure that no interrupt request is ever missed? c. User Interface: a prototype MP3 player interface consisting of a playli st display and a few control buttons is given to you. How would you make the i nterface “skinnable”,with user selected graphics, options, and control butto
60、 n placement? Each project description is incomplete. What questions would you ask to co mpletely specify the project? What development tools would you prefer to use? What algorithm /data structures/design would you use? 2. What program(s) have you coded for you own enjoyment (not part of a sch ool
溫馨提示
- 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 2024年度書法作品聯(lián)合創(chuàng)作協(xié)議
- 2024年美團(tuán)合作商家管理協(xié)議樣本
- 2024建筑施工協(xié)議規(guī)范化文件
- 電影公司職員固定期限勞動(dòng)協(xié)議
- 電子廣告屏租賃協(xié)議定制2024
- 二手房交易2024年正式協(xié)議文件下載
- 2024居間購(gòu)房銷售協(xié)議示例
- 矸石采購(gòu)協(xié)議規(guī)范(2024年定制)
- 高等教育學(xué)教材建設(shè)的未來(lái)發(fā)展趨勢(shì)
- 2024地方酒水分銷商代理協(xié)議
- 清理雜樹雜草施工方案范本
- 【語(yǔ)文】寧波市小學(xué)四年級(jí)上冊(cè)期中試卷
- 環(huán)保設(shè)施安全風(fēng)險(xiǎn)評(píng)估報(bào)告
- MOOC創(chuàng)新創(chuàng)業(yè)與管理基礎(chǔ)(東南大學(xué))
- 【基于活動(dòng)理論的信息技術(shù)課程教學(xué)研究8300字(論文)】
- 年產(chǎn)15萬(wàn)噸PET的生產(chǎn)工藝設(shè)計(jì)-畢業(yè)論文
- 車間生產(chǎn)計(jì)劃完成情況統(tǒng)計(jì)表
- 品管圈(QCC)降低ICU護(hù)士床頭交接班缺陷率課件
- 《左道:中國(guó)宗教文化中的神與魔》讀書筆記模板
- 施工現(xiàn)場(chǎng)臨時(shí)用電安全技術(shù)規(guī)范
- 同仁堂藥品目錄
評(píng)論
0/150
提交評(píng)論