|
y*****0 发帖数: 402 | 2 帮朋友发个简历这里, 欢迎指正,拍砖, 甚至推荐,
Personal Information:
Last Name: First Name:
Gender: Date of Birth:
Place of Birth: Nationality:
E-mail: Telephone:
Mailing Address:
Research Interests:
Network Security, Network Performance, Wireless Networks.
Educational Background:
M.S. in Software Engineering
December 2006
Huazhong University of Science & Technology (China) (Overall GPA
B.S. in Electronic Science and Technology... 阅读全帖 |
|
j*****2 发帖数: 48 | 3 除非学校一定要注册,不然你可以自己去听课啊。要是纯是为了学位再去学,说明要么
这不是你的dream的东西,dream的东西是不在乎学位的,要么你境界不够高,还被
degree, honour所困。
我本人理工科tenured了,钢琴练到在欧洲开过100场音乐会(包括很多伴奏,重奏)。
本来也想搞一个DMA,后来想想没必要。 从纯演奏来说,还不如出钱请私人大牛来教,
其实学位课程是不会教会你多少的。至于要学什么合声,作曲理论边角料的东西,直接
去听课不就成了。
这只是我个人观点。。 |
|
c********n 发帖数: 1964 | 4 从没想过境界不境界的问题。也没想过当jordan2您这样的大钢琴家。只想seriously地
学点东西,多点和音乐专业的人交流的机会,融到那个氛围里去。DMA也不是普通人容
易搞到的,当然,大牛是例外啦。
不过我不同意合声作曲是您说的边角料。 |
|
d*******n 发帖数: 585 | 5 我可不是枪手,别太敏感。
[在 dmalivecn (dma) 的大作中提到:]
:看见九阳的馒头机,有人用过吗?
:我想弄个,但是价格不便宜。或者大家团购?
:........... |
|
d*******n 发帖数: 585 | 6 我可不是枪手,别太敏感。
[在 dmalivecn (dma) 的大作中提到:]
:看见九阳的馒头机,有人用过吗?
:我想弄个,但是价格不便宜。或者大家团购?
:........... |
|
k***n 发帖数: 3158 | 7 it did not break
the important support lies on 30 WMA
using a similar 150 DMA, yahoo's chart showes like this
http://finance.yahoo.com/echarts?s=GLD+Interactive#chart1:symbo
what a hell of support this is.
but I agree with you that gold is very likely to go lower, 1260 and 1180 are
the next two levles to watch. This rebound may be short-lived till next week. |
|
|
z*j 发帖数: 42 | 9 tow types of tasks: cpu bound and i/o bound
on multi-cpu(32 cpu) machine and single-cpu machine, how to handle tasks.
I wasn't very sure about my answers. I don't have experience on multi-cpu
optimization. So I only mentioned some very basic ideas, like DMA, thread
pool. |
|
I**********s 发帖数: 441 | 10 问了1) 研究, 2) 多线程程序设计, 3) 任意无穷字符串流, 内存有限, 找出唯一一对
重复字符串, 这个我说了哈希表和外部排序, 但是面试人说有更好的办法(后来想也许
是bloom filter), 然后追问外部排序的细节到结束. 估计要挂 :(
总结: 面试既是技术活, 又是运气活.
无论如何, 把我的准备工作放下面, 攒点rp, 希望对大家有所帮助.
Interview Qs
Data Structures
1. Integer
- find number of 1s
- next largest smaller
- smallest larger number
- determine if is palindrom
- itoa, atoi
- add 2 numbers w/o using + or arithmetic operators
- implement *, -, / using only +
- find max of two numbers w/o co... 阅读全帖 |
|
K******g 发帖数: 1870 | 11 两面都是印度人,有点口音,但是execuse me之后,基本能听清楚
第一面很简单,是个印度MM,人也nice。问题都很常见
第二面是个印度GG,说话很急,有点催促的意思。
他问了我3个题目:
1. fork(), exec()调用后,操作系统里做了什么。问的比较细,我回答了COW后,还
问里面PCB里面发生了什么变化,要求很具体的答出来,我回答的有点结巴,所以后面
整个面试就定下了基调
2. 什么叫thrashing,我回答后,要求写code,假设系统有4MB memory,让OS产生
thrashing。这题我有点不知道怎么做,答的很不好。
3. 写c++里的strcpy,这题很简单。写完后,问了好几个无聊的问题:
1) 怎么优化?我说了很多,比如如果数据很大,可以用DMA之类的,他都不满意,最
后他竟然说用“memcpy”,我就觉得奇怪了,在strcpy里用memcpy算是优化吗???
2)我在return之前,给destination付个'\0',他说没有必要,要我想其他办法。我没
有想出来,我说,难道是从src里拷贝一个\0过去?他不置可否,也没有说对也没有说
错。这有什么不 |
|
K******g 发帖数: 1870 | 12 两面都是印度人,有点口音,但是execuse me之后,基本能听清楚
第一面很简单,是个印度MM,人也nice。问题都很常见
第二面是个印度GG,说话很急,有点催促的意思。
他问了我3个题目:
1. fork(), exec()调用后,操作系统里做了什么。问的比较细,我回答了COW后,还
问里面PCB里面发生了什么变化,要求很具体的答出来,我回答的有点结巴,所以后面
整个面试就定下了基调
2. 什么叫thrashing,我回答后,要求写code,假设系统有4MB memory,让OS产生
thrashing。这题我有点不知道怎么做,答的很不好。
3. 写c++里的strcpy,这题很简单。写完后,问了好几个无聊的问题:
1) 怎么优化?我说了很多,比如如果数据很大,可以用DMA之类的,他都不满意,最
后他竟然说用“memcpy”,我就觉得奇怪了,在strcpy里用memcpy算是优化吗???
2)我在return之前,给destination付个'\0',他说没有必要,要我想其他办法。我没
有想出来,我说,难道是从src里拷贝一个\0过去?他不置可否,也没有说对也没有说
错。这有什么不... 阅读全帖 |
|
x****k 发帖数: 2932 | 13 这边所谓embedded SE就是国内调bsp的,arm或者mpc系列的cpu至少调过一个,然后一
些乱七八糟的硬件协议DMA,I2C之类的懂一两个,然后顺手写过unix或者window下的
driver,就可以出去忽悠人了。 |
|
s********k 发帖数: 6180 | 14 先是研究专业的一些细节,和工作match的就不说了,技术面试主要有:OS, thread,
sych, mutex and semarphore 以及区别,DMA, SPI,static variable and function
。 register,volatile关键字以及在什么情况下用,芯片里面register如果不够怎么
办?TCP,UDP的区别,TCP congestion control详细,IPv4, IPv6,为什么要用IP做路由
而不直接用MAC address,traceroute,ping怎么实现,两者有什么不同,实现起来有什
么不同。C coding,检查一个数是否是2的倍数,reverse string,buffer overflow基
本概念。怎样设计RTOS,实时的要求和非实时的要求分别怎么处理?RAM不够怎么处理
?基本的一些assembly。大概就这么多,很多题目要细问之后发现还真不是很好回答。 |
|
s********k 发帖数: 6180 | 15 EE fresh PHD不是大牛名校,面试职位是R&D,不过其实除了研究,主要是考编程,以
及embedded system/RTOS。
早上开始做了一个ppt,大概一个小时,主要是研究相关,interview team的人提问。
接下来是一个老资格台湾工程师面试,考的比较简单,除了简历,问的是比较常规的问
题,比如reverse byte,reverse bit,然后little/big endian判断,SPI的用法,DMA
等等,C++方向问了pure virtual。总的感觉不是太难,但是第一个比较紧张,有点不
适应。还好完了之后就是lunch时间,这个台湾工程师带我开出去吃。
之后下午继续,第一个上来的是一老印,不过挺nice的,因为是在这里做contract的原
因,所以说了一些他自己对公司的看法,以及他跳来跳去的感受。问的问题没有白板
coding,就是简历问题。
接下来一个白人工程师,主要靠RTOS,他我感觉是问的水平最高的,当然也最难。首先
就问说RTOS和普通的OS(windows,linux)主要区别。我说是deterministic。他接着
问,为啥普通OS很难... 阅读全帖 |
|
f****y 发帖数: 33 | 16 本公司是位于上海附近的一家从事高速网络集成电路开发设计的初创公司,主要产品是
高端网络交换机芯片.我们迫切寻找在该领域工作多年,有丰富经验的海外优秀人才加盟
我公司.
我们现特招聘交换机芯片高级系统架构师,交换机芯片高级ASIC设计和验证主管,软件设
计和测试主管.我们的待遇优厚.如有兴趣,或要了解更多详情, 可以站内联系我.
职位详细介绍:
1) Ethernet Switch System Senior Architect
Job Description:
Responsible for defining ASIC SOC chip & system architecture for Ethernet
communications switch devices. The candidate must have eight or more years
experience with silicon device architectures, with at least five years
experience with Ethernet communications devices... 阅读全帖 |
|
d*a 发帖数: 1863 | 17 【 以下文字转载自 Working 讨论区 】
发信人: dma (mobility), 信区: Working
标 题: intel和caterpillar都不招中国人了么?
发信站: BBS 未名空间站 (Fri Nov 18 20:50:16 2011, 美东)
好像IBM也不招。。。 |
|
k**w 发帖数: 376 | 18 >>fork,exec ipc,how many types of ipc
after fork, does new process get file handles and locks
>>what's are spin lock? are they better than mutex?
how many spinlocks work on smp and up architecure?
>>what will happen /can u have printf/printk inside an interrupt handler?
>>what's the difference between wake_up() and wake_up_interruptible() apis
in the linux kernel
when should sude which one, how it should be decided?
>>what's the difference between sleeep_on() and interruptible_sleep_on()
>>what ... 阅读全帖 |
|
E***X 发帖数: 885 | 19 I am posting the jobs for one of the best recruiters I have worked with.
Please contact Kathleen directly as following:
Kathleen Mitchell
Executive Recruiter
f******************[email protected]
Contact : 201 468 0519
High Frequency Connectivity Developer
The Quantitative Prime Services team is part of the Equities Technology
organization at Barclays Capital.
This team is responsible for the development and maintenance of a low
latency trading platform that
caters to clients engaged in high-frequency ... 阅读全帖 |
|
y****g 发帖数: 111 | 20 - looking for MS/PhD candidate with extensive TMA/DMA/DSC knowledge plus
strong fracture mechanics/adhesion experimental/modeling experience
- starting Summer 2012, about 3-6 month
- if interested please contact j*****[email protected] w/ resume ASAP |
|
S**I 发帖数: 15689 | 21 ☆─────────────────────────────────────☆
gzou (gzou) 于 (Thu May 12 02:26:35 2011, 美东) 提到:
马上就要G on site了,
求祝福。
下面是从本版收集到的Google的试题,便于大家查询。
申明:有的附带有解释说明的,也来自于本版或者网络,大家自己看, 不保证真确
http://www.mitbbs.com/article_t1/JobHunting/31847453_0_1.html
本人ECE fresh PhD,背景是电路/EDA,跟G业务基本没什么关系
同学内部推荐的,很简单的一次电面就给了onsite
题都不难,但是自己没把握好机会,出了一些小bug。
总的感觉,出错就是硬伤,宁可从最简单的算法写起,也不能出错。
电面:
1,Skip list, http://en.wikipedia.org/wiki/Skip_list
写code实现struct skip_list * find(struct skip_list *head, int value)
2,sorted array... 阅读全帖 |
|
S**I 发帖数: 15689 | 22 ☆─────────────────────────────────────☆
gzou (gzou) 于 (Thu May 12 02:26:35 2011, 美东) 提到:
马上就要G on site了,
求祝福。
下面是从本版收集到的Google的试题,便于大家查询。
申明:有的附带有解释说明的,也来自于本版或者网络,大家自己看, 不保证真确
http://www.mitbbs.com/article_t1/JobHunting/31847453_0_1.html
本人ECE fresh PhD,背景是电路/EDA,跟G业务基本没什么关系
同学内部推荐的,很简单的一次电面就给了onsite
题都不难,但是自己没把握好机会,出了一些小bug。
总的感觉,出错就是硬伤,宁可从最简单的算法写起,也不能出错。
电面:
1,Skip list, http://en.wikipedia.org/wiki/Skip_list
写code实现struct skip_list * find(struct skip_list *head, int value)
2,sorted array... 阅读全帖 |
|
l**t 发帖数: 10440 | 23 【 以下文字转载自 SanFrancisco 讨论区 】
发信人: lint (half life), 信区: SanFrancisco
标 题: Re: 【JOBS广告】04.01 -- 04.30
发信站: BBS 未名空间站 (Sat Apr 7 00:50:39 2012, 美东)
A big semiconductor company(Bay area, CA) is hiring Senior Design
Verification Engineer
Must:
EE MS, at least 2 years+
System Verilog/OVM or VMM
Plus:
DMA
PCIE
Please email your questions/resume to l******[email protected], thanks!
(We dont need new graduates, thanks) |
|
b*****s 发帖数: 24 | 24 今天拿到offer了...感谢大家的祝福,在本版学了很多,感谢无私帮助别人的同学。祝
找工作的同学都能找到自己喜欢的工作,工作以后也别忘了提携自己的同胞。 :-)。
面的是嵌入式软件工程师的职位。面试过程,面了6个人,大概5个小时,基本都是面试
简历上的问题,c/c++编程题,没有特别难的。很多题在careercup和glassdoor上都有。
特别是电面时候的题目,事后才发现,都在上面。可是准备的时候,没有时间,好几题
只能临时搞定。
1. 求一个int中bit为1的个数(两个人问过);
三中经典的办法: 查表、bit mask、bit shift,并且讨论他们的速度
2. 编写一个函数 void LinkedListInsert(Node* head, int i, int value);
i<0时,插在head之前;
i>0时,如果大于链表长度,插在最后;如果小于,插在相应位置。
3. 一个数组,长度为n,知道最多只有一个peak, 有唯一的最大值,编写一个函数
寻找最大值。int FindPeak(double* array, int arraySize);
... 阅读全帖 |
|
s******2 发帖数: 282 | 25 我认为这道题的主要问题是对用户程序来说ram和disk都不是transparent,系统调用背
后实际上都是块操作,disk更是通过dma进行的,所以实际解决这个问题要用几个数据
结构rescaling和fine tuning每次传输的数据块的大小,才能提高效率/速度
单纯的强调操作次数是纯理论的,实际上根本不可能只对一个数在磁盘上改写,而这些
数又是随机的,所以必须首先对数据结构化,最基本的就是,划分1G内存,比如
- 读512M数进行排序
- 再每次从disk上读256M,
- 跟前面的512M数据比较,小的留下,大的存在一个临时的buffer,size 4K~256K,
这样可以一边比较一边把大的数回写到磁盘上
- 像你说的,这个可能O(n^2),但这是cpu比较的次数,磁盘的读写要少的多,cpu比起
disk要便宜的多
我前面说的是一个大概的思路,实际实现要看具体数据内容,你有好的方法不妨说一下 |
|
T******7 发帖数: 1419 | 26 赞
★ 发自iPhone App: ChineseWeb 7.7 |
|
g**********3 发帖数: 61 | 27 但是start up 都是有base的阿,比如windows moible,是base 在win ce上
到现在还有很多工程师一点点修改问题。
clearquest的价值就在这里,细化大问题到小问题上。尊重前人的工作成果,不要以为
别人都不如自己,
现在公司分给我的活 不管大小,我都把他分成一个个小问题,一点点啃,这样更让人
放心。
上个月我设计了一套 isochronous的pipe line,用了dma,仅仅在原来windows mobile的
usb协议栈的基础上修改了20行左右的代码,呵呵,用起来很满意 |
|
d****i 发帖数: 4809 | 28 下面是recruiter发来的Job description,有经验的请站内PM我, 我会帮忙refer。
Senior Staff Software Engineer
This person will be considered a primary subject matter expert in the field
of GUI, Software/Enterprises Architecture, Mobile solutions and will be
expected to work closely with a cross functional team and contract
development groups to continue the product development efforts on this new
platform.
The ideal candidate will possess a strong level of expertise in real time
operation systems, Windows & Linux develo... 阅读全帖 |
|
O******2 发帖数: 210 | 29 数字IC工程师的技能树 (zz)
http://bbs.eetop.cn/viewthread.php?tid=320244
今天与同事聊起了IC工程师的修养等问题,结合不久前的一个想法,总结成文,抛砖引
玉,欢迎讨论和补充,转载请注明。
RTL语言仅仅就是Diablo里面女巫的火球。。。是首个技能,但你升到20级也就是个火
球。。。当然对别的技能是有加成的哦
其他主要技能是,
算法逻辑设计与IP集成评估:
设计的要求基本要看得懂算法文档做实现,定点化和一些数学基础。特定模块的集成要
求一般有相应知识背景,遇到问题能够debug进去。
SoC逻辑设计与IP集成评估:
总线,DMA,或者一些挂在总线上的内部设备
接口模块逻辑设计与IP集成评估:
DDR,HDMI,Tunner,AFE,一些非数字信号或者Phy的接口,通常都会从I2C入手,不要光盯
着逻辑哦,也可以看看上拉电阻的阻值是怎么算的么,这块上板调试的时间会比coding
时间长的多。。。
Chip Level模块设计:
这个基本每颗芯片都是独特的,也是关键的,涉及到clock gen, pad 复用,power
domain控制... 阅读全帖 |
|
s**3 发帖数: 191 | 30 My company in Southern California is hiring 2 Software Engineers now.
Please send me your CV if you are interested. My company will take priority
on internal referrals.
=====================================
Software Engineer
Description
This position requires the candidate to have the skills to design, develop,
debug and test embedded software for a networking switch.
Develop software to interface and control ASICs and other devices, as well
as handling internal and external protocols, to suppor... 阅读全帖 |
|
N*D 发帖数: 3641 | 31 面经:
讨论java细节:GC,Java DMA(在JVM以外直接访问内存)
Code: bool isValidNumber(String s)
Code:Deep Iterator |
|
|
d**e 发帖数: 6098 | 33 ☆─────────────────────────────────────☆
zhenmajia (小破熊猫) 于 (Fri Jun 14 17:17:02 2013, 美东) 提到:
1.所有人都能转到CS,不是所有人都能转到釉工;
CS门槛低,这点就够了。釉工如果学文科的也能转过去,我就服了。可行性是第一考虑
因素。
2.PhD与否,非常相干、相干之至;
CS的PhD面对釉工毫无压力。我师兄(不好意思,四大牛人了),NYC某著名大公司,毕
业进去就是Senior,20万+;我以前一个朋友(又是四大牛人),Master毕业(水平基
本是PhD水平,带科研)4年经验,base 15万+,start-up,股票奖金没说;
所以你釉工PhD跟我这种烂校Master比,是欺负人,一方面欺负我们学位不行,另一方
面欺负我们智商不行,读不下来PhD;
3.地点与否,非常相干、相干之至;
德州给20万也不去,热就热死人了。马工的小基地西雅图您还真别小瞧了,论钱不如德
州,但气候风景都好得很,南方的冬天,北方的夏天。加州更不用说了,国人多、气候
好。NYC的累点,但是有妞炮,从NYC跑出... 阅读全帖 |
|
z****e 发帖数: 16 | 34 Marvell Storage & Networking Software group is currently looking for a
Firmware Engineer. Following are job descriptions and requirements, anyone
interested is welcome to send a Resume/CV to my 站内信箱. Your Resume/CV
will be forwarded to the Hiring Manager.
Job Title: Engineer, Firmware
Qualifications:
- MS degree in EE/CS with 0 - 10 years of Firmware/Embedded development
experience in data storage devices.
- Strong C programming skill.
- Knowledge of ARM architecture, and development... 阅读全帖 |
|
s********r 发帖数: 403 | 35 还可以用来加局部变量
不过这些都不是有意思的地方, 找个学过c 的新手,
用 coding standard 好好 training 一个月,就都学会了。
c的好处还是用来设计实时系统,或驱动设备, 什么 I2C, DMA, SCSI,
很多硬件相关协议比我们出生得更早,
而且不能说有权威人士想出了个新的idea, 一拍脑袋,“前面的全不算,把interface
都改掉”,那硬件厂商马上就跳起来了。
这些相对稳定的东西,才是c 程序员饭碗的来源 |
|
|
z****e 发帖数: 16 | 37 Marvell Storage & Networking Software group is currently looking for a
Firmware Engineer. Following are job descriptions and requirements, anyone
interested is welcome to leave a message to my 站内信, I'll then give you an
email address for you to send your Resume/CV to. Your Resume/CV will be
forwarded to the Hiring Manager.
Job Title: Engineer, Firmware
Qualifications:
- MS degree in EE/CS, Firmware/Embedded development experience in data
storage devices like NAND Flash. New grads or ... 阅读全帖 |
|
s********4 发帖数: 103 | 38 有一个full time opening. 地点是Marvell, Santa Clara.
Detail 如下:
Job description
- Design and implement embedded software for Marvell’s advanced flash
memory controller
- Participate in ground-breaking advanced SSD storage development project,
design and development
of high performance firmware and software for cutting-edge enterprise and
SSD products
- Debug, optimize, and validate SSD firmware on embedded architectures;
Develop firmware to
evaluate Soc and bring up board
- Debug and troubleshooting e... 阅读全帖 |
|
s********4 发帖数: 103 | 39 有一个full time opening. 地点是Marvell, Santa Clara.
Detail 如下:
Job description
- Design and implement embedded software for Marvell’s advanced flash
memory controller
- Participate in ground-breaking advanced SSD storage development project,
design and development
of high performance firmware and software for cutting-edge enterprise and
SSD products
- Debug, optimize, and validate SSD firmware on embedded architectures;
Develop firmware to
evaluate Soc and bring up board
- Debug and troubleshooting e... 阅读全帖 |
|
s********4 发帖数: 103 | 40 有一个full time opening. 地点是Marvell, Santa Clara.
Detail 如下:
Job description
- Design and implement embedded software for Marvell’s advanced flash
memory controller
- Participate in ground-breaking advanced SSD storage development project,
design and development
of high performance firmware and software for cutting-edge enterprise and
SSD products
- Debug, optimize, and validate SSD firmware on embedded architectures;
Develop firmware to
evaluate Soc and bring up board
- Debug and troubleshooting e... 阅读全帖 |
|
l********e 发帖数: 13 | 41 有一个full time opening. 地点是Marvell, Santa Clara.
Detail 如下:
Job description
- Design and implement embedded software for Marvell’s advanced flash
memory controller
- Participate in ground-breaking advanced SSD storage development project,
design and development
of high performance firmware and software for cutting-edge enterprise and
SSD products
- Debug, optimize, and validate SSD firmware on embedded architectures;
Develop firmware to
evaluate Soc and bring up board
- Debug and troubleshooting e... 阅读全帖 |
|
l********e 发帖数: 13 | 42 自己组内的内推啦!
有一个full time opening. 公司是Marvell, 在Santa Clara
公司全球一共有7000多名员工,回国探亲什么的可以在中国分公司上班哦。
Detail 如下:
Job description
- Design and implement embedded software for Marvell’s advanced flash
memory controller
- Participate in ground-breaking advanced SSD storage development project,
design and development
of high performance firmware and software for cutting-edge enterprise and
SSD products
- Debug, optimize, and validate SSD firmware on embedded architectures;
Develop firmware to
evaluate Soc an... 阅读全帖 |
|
a*******l 发帖数: 650 | 43 有意者请站内联系。。。
In this job, you will be:
- Responsible for requirements modeling, design, development, and
integration of WGA protocol firmware.
- Working closely with systems, ASIC design, and FW engineering to
participate in architecture design and trade off discussions.
- Verify various HW blocks before chip tapeout based on the defined usage
scenarios.
- Design a FW system to closely work with the underline ASIC to provide the
best performances and lowest power in its class in the industry.
- W... 阅读全帖 |
|
a*******l 发帖数: 650 | 44 麻烦版主不要删帖了好不?这不是广告!!!
希望有wifi相关的经验,工作地点在湾区和南加州都可以,有意者请发简历到
tithonus AT outlook.com
We are looking for energetic, enthusiastic, and driven engineers excited
about WGA (60GHz, 802.11ad) wireless networking and network protocols to
develop WGA features and 802.11ad protocols and work closely with hardware
teams to create high speed wireless networking solutions. Do you like seeing
your work on the shelves of your favorite electronics store? Then become
part of the team that enables wireless connect... 阅读全帖 |
|
w****8 发帖数: 33 | 45 组内有一个Opening, Digital ASIC Design Engineer.
因为是招来后,需要马上干活的。
所以要求3年以上工作经验,
Title是从Senior起,根据你的情况而定。
工作地点: San Jose, CA.
不是Start Up。
懂Round Robin, DMA比较好一些。
如果知道NVMe方面的内容更好。
有意者请发简历到[email protected]
/* */
这个是刚刚create的一个邮箱。
不保证每封邮件都回复给你,所以如果没有回复,敬请见谅。
谢谢。 |
|
d*******s 发帖数: 65 | 46 瞎猜的,第五题重点是udp protocol的network device driver吧,I2C是和host
process的interface,连续的话需要一个DMA。不过design就算了,implement的话谁能
记得kernel里面那些function header。阿三纯属黑人的题 |
|
|
d***a 发帖数: 73 | 48 Intel Shanghai Job opening
Materials Engineer, Sr.
Intel Shanghai
工作地点:上海市
招聘人数:若干
薪水范围:面议 外语要求:英语 熟练
接受简历语言:英文
职位描述:
Qualifications:
- MS in polymers/materials science, Ph.D. is preferred.
- Experience in polymer development is preferred.
- Working experience in handling analytical tools (SEM*, FTIR*, TMA*, DMA*,
DSC*, TGA*, SIMS* and mechanical testing machines). Additional
qualifications include:
- Working experience in areas related to relationship between processing vs.
microstructure |
|
T*****0 发帖数: 22 | 49 Title: Business Analyst and Production Support
Department: Information Technology Department
Level: Analyst/Production Support
● China International Capital Corporation (UK) Limited (英国办公室)
Level 25, 125 Old Broad Street
London EC2N 1AR, United Kingdom
Job Description:
CICC is looking a unique candidate with strong business analysis skills and
hands-on production support experience. The qualified candidates should
demonstrate related experience in the financial arena... 阅读全帖 |
|
l******h 发帖数: 2 | 50 Highly reputational company with very competitive compensation for all
positions.
Please send in your resume and position/positions you like to apply to my
email address below.
h*******[email protected]
All resumes will be deliver to hiring manager directly. Act fast!
Thanks!
Silicon Engineering Group
Sr. Physical Design Timing Engineer
Timing (STA) Manager
Senior Physical Design Engineer
CAD Manager - Front-End Design and Verification
Sr. CAD Engineer - Place & Route / Physical Design Engineer
Sr. CA... 阅读全帖 |
|