由买买提看人间百态

topics

全部话题 - 话题: simplicity
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
S******t
发帖数: 151
1
来自主题: JobHunting版 - offer@Amazon+面经+求意见
even if the dictionary is stored as a vector of strings, for simplicity, we
can create a map > where the key is the letters in
the word, in sorted order and the value is the words with the associated key.
n******r
发帖数: 869
2
实在太落后了。看了解法还是不会写。
Design an algorithm to print all permutations of a string. For simplicity,
assume all characters are unique.
Test String: abcdefg
Case “a” --> {a}
Case “ab” --> {ab, ba}
Case “abc” --> ?
This is the first “interesting” case. If we had the answer to P(“ab”),
how could we generate P(“abc”). Well, the additional letter is “c”, so
we can just stick c in at every possible point. That is:
merge(c, ab) --> cab, acb, abc
merge(c, ba) --> cba, bca, bac
Algorithm: Use a recursive algorit... 阅读全帖
z***2
发帖数: 66
3
来自主题: JobHunting版 - 弱问,BST到底能不能有重复值?
BST can have duplicates, but for simplicity we always assume values are
distinct.
S******s
发帖数: 179
4
来自主题: JobHunting版 - 湾区公司招人
300来人的公司,可办绿卡,支持H1B, 总共融资了200mm,今年有可能会上市。有兴趣
的发简历到S*************[email protected]
Staff Software Engineer - Platform Infrastructure
Engineering | Santa Clara, CA, United States
The role – Staff Software Engineer
The Staff Software Engineer will drive the evolution of the Platform vision
and work on translating that vision into implementation designed for
simplicity and scale. You will power the core of a Platform relied upon
every day by millions of students. You will work on our hardest problems,
bui... 阅读全帖
w**z
发帖数: 8232
5
really good article to make you think...
http://www.wired.com/business/2013/09/ev-williams-xoxo/#!
Ev Williams has figured out the internet.
That’s what he told the gathered tech heads at the recent XOXO conference
in Portland, Oregon, and while he may have said this with tongue partly in
cheek, he spent the next 30 minutes unloading his unified theory of the
global computer network, an interpretation formed after 20 years of hard
thinking — to say nothing of his experience creating seminal inte... 阅读全帖
d*k
发帖数: 207
6
来自主题: JobHunting版 - G onsite面经 加求blessing
好久没在线练习了,写个valid string,欢迎斧正
// assume n >= 3 for simplicity
int valid_string(int n) {
int rec[2][3][3];
for (int i = 0; i < 3; ++i) {
for (int j = 0; j < 3; ++j) {
rec[2&1][i][j] = 1;
}
}
for (int i = 3; i <= n; ++i) {
for (int x = 0; x < 3; ++x) {
rec[i&1][x][x] = sum(rec[(i-1)&1][x], rec[(i-1)&1][x] + 3);
int y = (x+1) % 3;
int z = (x+2) % 3;
rec[i&1][x][y] = sum(rec[(i-1)&1][y], rec[(i-1)&1][... 阅读全帖
x****1
发帖数: 118
7
来自主题: JobHunting版 - 【refer】Microsoft Dynamics CRM
这个新组刚成立的,有5,6 个openings,SDE/SDET各个level的职位都有,正在找工作
的朋友如果有兴趣的话请站内信联系。如果在linkedin上有profile,最好给个链接。
整个大组烙印老中都比较少。
Job Description:
Microsoft Dynamics CRM (Customer Relationship Management) is a rapidly
growing business at Microsoft and considered one of the leaders in Software
as a Service in the world of business applications. As a part of moving
Enterprises to the cloud, we’re investing in the service fabric development
to bring automation and tooling in how the Microsoft Dynamics CRM Online is
m... 阅读全帖
x****1
发帖数: 118
8
来自主题: JobHunting版 - 【refer】Microsoft Dynamics CRM
这个新组刚成立的,有5,6 个openings,SDE/SDET各个level的职位都有,正在找工作
的朋友如果有兴趣的话请站内信联系。如果在linkedin上有profile,最好给个链接。
整个大组烙印老中都比较少。
Job Description:
Microsoft Dynamics CRM (Customer Relationship Management) is a rapidly
growing business at Microsoft and considered one of the leaders in Software
as a Service in the world of business applications. As a part of moving
Enterprises to the cloud, we’re investing in the service fabric development
to bring automation and tooling in how the Microsoft Dynamics CRM Online is
m... 阅读全帖
b****y
发帖数: 169
9
来自主题: JobHunting版 - 又招人了,DevOps Engineer (转载)
【 以下文字转载自 Programming 讨论区 】
发信人: binary (erazer), 信区: Programming
标 题: 又招人了,DevOps Engineer
发信站: BBS 未名空间站 (Fri Apr 25 19:30:19 2014, 美东)
湾区小公司。感兴趣请给我发站内邮件。
谢谢。
Job Description
• Support an always-available cloud-based SaaS platform
• Support application deployments, building new systems and
upgrading and patching existing ones.
• Develop automation to quickly and rapidly deploy instances from
hardened images
• Using monitoring tools to find problems, res... 阅读全帖
b****y
发帖数: 169
10
来自主题: JobHunting版 - 又招人了,Software Engineer (转载)
【 以下文字转载自 Programming 讨论区 】
发信人: binary (erazer), 信区: Programming
标 题: 又招人了,Software Engineer
发信站: BBS 未名空间站 (Fri Apr 25 19:30:19 2014, 美东)
似乎大家对这个职位不大感兴趣,贴了快一个星期只收到一个邮件。
比上次招Java Developer差远了。
我想说明一下,这个职位不是一个系统管理员的职位。
确实需要对系统管理比较熟悉,但是会需要做不少软件开发。
公司的业务需要管理全球上百数据中心里的上万台机器。
需要可靠地部署,更新,监控是一个很大的挑战。
这其实是一个要求很高的职位,需要对网络,系统构架,各种语言的
开发,系统维护都有相当的了解才行。待遇上跟上次的Java Developer
是相当的。
湾区小公司。感兴趣请给我发站内邮件。
谢谢。
Job Description
• Support an always-available cloud-based SaaS platform
• Support ap... 阅读全帖
r*******k
发帖数: 1423
11
来自主题: JobHunting版 - 谁给解释解释这题?
算法解释是这样的:
We have discussed a Divide and Conquer based O(nLogn) solution for this
problem. In this post, O(n) time solution is discussed. Like the previous
post, width of all bars is assumed to be 1 for simplicity. For every bar ‘x
’, we calculate the area with ‘x’ as the smallest bar in the rectangle.
If we calculate such area for every bar ‘x’ and find the maximum of all
areas, our task is done. How to calculate area with ‘x’ as smallest bar?
We need to know index of the first smaller (smaller... 阅读全帖
c*********h
发帖数: 102
12
原题在这里:
http://www.geeksforgeeks.org/median-of-stream-of-integers-runni
Given that integers are read from a data stream. Find median of elements
read so for in efficient way. For simplicity assume there are no duplicates.
For example, let us consider the stream 5, 15, 1, 3 …
After reading 1st element of stream - 5 -> median - 5
After reading 2nd element of stream - 5, 15 -> median - 10
After reading 3rd element of stream - 5, 15, 1 -> median - 5
After reading 4th element of stream - 5, 15, 1, 3 -... 阅读全帖
w**z
发帖数: 8232
13
来自主题: JobHunting版 - square 看样子是上不了市了。
http://blogs.wsj.com/digits/2014/10/06/square-raises-150-millio
Square Inc. has raised $150 million from a foreign investor as the mobile-
payment startup seeks to fend off growing threats from Apple Inc., Amazon.
com Inc. and eBay Inc.’s PayPal division.
The investment arm of the government of Singapore led the new round of
funding, which valued Square at $6 billion, according to a person familiar
with the deal. Previous investors Goldman Sachs Group Inc. and Rizvi
Traverse Management also part... 阅读全帖
h****e
发帖数: 2125
14
屌丝,请睁大你的钛合金狗眼:

I'm an engineer, worked all sorts of jobs and a little four years ago I
joined a small company (at that time) that went public recently. At the
current stock price, I have 8M+ worth of stock which for simplicity reasons
lets say will be worth 4M+ after taxes. The magnitude of this hasn't hit me
yet since I grew up poor as shit in an immigrant family. I know I'm lucky
and I need to decide what to sell soon (besides using some proceeds to pay
off my student loans). They don't real... 阅读全帖
z****d
发帖数: 14
15
来自主题: JobHunting版 - 问道题
Most consumer brands outsource their digital ad buying to some type of
intermediary (called a broker, media buyer, network, or trade desk). In one
common such arrangement, the brand agrees to pay the intermediary a specific
dollar amount per click and leaves it up to the intermediary to decide
where to buy and how much to pay per digital ad or impression. We call
advertising campaigns that buy using this logic "performance campaigns."
Brokers often carry out this arbitrage by buying impressions ... 阅读全帖
w******e
发帖数: 1621
16
来自主题: JobHunting版 - 发个狗家QA面经,已跪
之所以说是假设就是因为不是真的。我说这个简单模型不代表我不懂难的。面试从简单
的情况入手 我觉得完全没有什么问题,面试官要复杂的,完全可以指出来哪条假设现
在去掉,我也可以继续讨论复杂模型。面试官指出来点击率是binomial,难道我还应该
继续复杂化下去么。
我说一开始就说复杂模型 你肯定又会说工业界 simplicity is king。
何必呢,
T******7
发帖数: 1419
17
#include
#include
// Matrix Ai has dimension p[i-1] x p[i] for i = 1..n
int MatrixChainOrder(int p[], int n)
{
/* For simplicity of the program, one extra row and one extra column are
allocated in m[][]. 0th row and 0th column of m[][] are not used */
int m[n][n];
int i, j, k, L, q;
/* m[i,j] = Minimum number of scalar multiplications needed to compute
the matrix A[i]A[i+1]...A[j] = A[i..j] where dimention of A[i] is
p[i-1] x p[i] */
/... 阅读全帖
l*********y
发帖数: 370
18
来自主题: JobHunting版 - 【长期内推】Tumblr HQ NYC refer
Tumblr自从被Yahoo收购后发展迅速,去年超过pinterest和instagram成为增长率最高
的social platform。http://techcrunch.com/2014/11/25/tumblr-overtakes-instagram-as-fastest-growing-social-platform-snapchat-is-the-fastest-growing-app/
今年Tumblr目标中心在移动平台和大数据上,所以对ML, search engine, iOS android
开发有经验的同胞,都可以发简历到ldong at tumblr dot com。refer长期有效。
search&discover组可以直接推荐,mobile是general refer。
下面贴几个目前open position descriptions,还有很多其他positions可以在linkedin
上找到。
[Search Data engineer]
What You’ll Do:
Develop high performance distributed ser... 阅读全帖
v********1
发帖数: 319
19
来自主题: JobHunting版 - Atlanta硬工的opening, senior-level
以下的职位,在大亚特兰大地区。可以帮忙递简历。有兴趣的朋友请站内联系。
Job Title: Smart Products Engineer
Position Overview:
Lead all Smart Product project teams, in addition to third party management,
design, techhology, local regulation & compliance, localized feature
development for all Smart Appliance products in the North American region.
Knowledge, Skills, and Abilities
The most important knowledge, skills, and abilities (KSAs) are listed for
Engineer – Smart Products.
Knowledge:
Smart Home / Smart Products Industry – D... 阅读全帖
l*********r
发帖数: 204
20
为什么不serious呢?
-------------------------
新道教成立声明,宗旨
名称: 新道教
宗旨: 自然无为,真实诚信,慈故能勇,发展不殆,中庸非攻
现成立宗教组织:新道教。目标是续先贤之绝学,弘扬中国古典道家儒家墨家,宗教哲
学文化。
1. 自然无为。道法自然,敬畏自然,自然即神,神不干涉人,神以规律示人。
不拜人神。人法道,无为恶。
2. 真实诚信。科学态度,实事求是。 不欺不诳,不骄不躁。见素抱璞,少私寡欲.。
尊法守法,自由意志。
3. 慈故能勇。仁,勇,恕,友,悌。 重感恩,轻怨恨。
4. 发展不殆。自强不息,慎终如始。
5. 中庸非攻。尚贤中庸,尚守非攻。
教会建设的目标是社区的建设,社区的建设的目标是人的建设。
请志同道合的朋友们私信我。
-----------------Translation---------
An Ancient Religion, Modernized for Chinese Americans
Name: Middle Taoism (新道教)
To address the religious void for m... 阅读全帖
n****a
发帖数: 107
21
来自主题: JobHunting版 - Amazon选组求建议
两个组都是AWS下面的组,两个组都是烙印manager。面试聊下来感觉都还可以。
第一个是S3 enterprise data migration.就是将企业用户数据转移到AWS上来。
manager叫Vandana,是个烙印大妈,一直在说产业前景,oncall好像还可以。
第二个是AWS trading and infrastructure.介绍在下面。大概就是利用AWS的技术做
ecommerce的console。因为我之前的背景是做电商用.net可能比较match。
Amazon Web Services (AWS) is building a new team of talented software
development engineers focused on developing highly scalable software
platform using cutting-edge technologies. The software applications and
platform built by this team will impact a multi-mi... 阅读全帖
m**********t
发帖数: 385
22
Learn more about Philips Research Asia – Shanghai, please click: http://www.research.philips.com/locations/shanghai.html
Organization Description:
Philips Research
Philips Research is the source of many advanced developments in Healthcare,
Lifestyle and Technology. Building on 90 years’ experience in industrial
research and our world-leading patent position, we’re dedicated to
meaningful innovations.
In the healthcare domain, we are enhancing imaging and monitoring systems,
as well as exploring ... 阅读全帖
m**********t
发帖数: 385
23
Openings in Philips Research Asia – Shanghai
Learn more about Philips Research Asia – Shanghai, please click: http://www.research.philips.com/locations/shanghai.html
Organization Description:
Philips Research
Philips Research is the source of many advanced developments in Healthcare,
Lifestyle and Technology. Building on 90 years’ experience in industrial
research and our world-leading patent position, we’re dedicated to
meaningful innovations.
In the healthcare domain, we are enhancing imaging... 阅读全帖
m**********t
发帖数: 385
24
Interested candidates please send your resume to Emily Qian at Emily.QIAN@
philips.com, and specify where you see this position advertised.
Scientist of lighting application and virtual reality experience (Secondary
Optical Design)
Organization Description:
Philips Research
Philips Research is the source of many advanced developments in Healthcare,
Lifestyle and Technology. Building on 90 years’ experience in industrial
research and our world-leading patent position, we’re dedicated to
meaningfu... 阅读全帖
m**********t
发帖数: 385
25
Principle Mechanical Scientist (For Air Treatment and Hygiene apparatus)
Organization Description:
Philips Research
Philips Research is the source of many advanced developments in Healthcare,Lifestyle and Technology. Building on 90 years’experience in industrial research and our world-leading patent position, we’re dedicated to meaningful innovations.
In the healthcare domain, we are enhancing imaging and monitoring systems,as well as exploring innovative personal healthcare. In lifestyle, we're... 阅读全帖
m**********t
发帖数: 385
26
Scientist for Clinical Informatics
Organization Description
Philips Research
Philips Research is the source of many advanced developments in Healthcare,Lifestyle and Technology. Building on 90 years’ experience in industrial research and our world-leading patent position, we’re dedicated to meaningful innovations.
In the healthcare domain, we are enhancing imaging and monitoring systems,as well as exploring innovative personal healthcare. In lifestyle,we’re helping people see, hear, remember and... 阅读全帖
m**********t
发帖数: 385
27
Organization Description:
Philips Research
Philips Research is the source of many advanced developments in Healthcare,
Lifestyle and Technology. Building on 90 years’ experience in industrial
research and our world-leading patent position, we’re dedicated to
meaningful innovations.
In the healthcare domain, we are enhancing imaging and monitoring systems,
as well as exploring innovative personal healthcare. In lifestyle, we’re
helping people see, hear, remember and share content, anywhere and an... 阅读全帖
m**********t
发帖数: 385
28
Scientist for lighting application in Philips Research Asia - Shanghai
Organization Description:
Philips Research
Philips Research is the source of many advanced developments in Healthcare,Lifestyle and Technology. Building on 90 years’ experience in industrial research and our world-leading patent position, we’re dedicated to
meaningful innovations.
In the healthcare domain, we are enhancing imaging and monitoring systems,as well as exploring innovative personal healthcare. In lifestyle, we’re ... 阅读全帖
m**********t
发帖数: 385
29
来自主题: JobMarket版 - Power Electronics Architect
Organization Description:
Philips Research
Philips Research is the source of many advanced developments in Healthcare,Lifestyle and Technology. Building on 90 years’experience in industrial
research and our world-leading patent position, we’re dedicated to meaningful innovations.
In the healthcare domain, we are enhancing imaging and monitoring systems,as well as exploring innovative personal healthcare. In lifestyle, we're helping people see, hear, remember and share content, anywhere and anyti... 阅读全帖
m**********t
发帖数: 385
30
Organization Description
Philips Research
Philips Research is the source of many advanced developments in Healthcare,Lifestyle and Technology. Building on 90 years'experience in industrial research and our world-leading patent position, we’re dedicated to meaningful innovations.
In the healthcare domain, we are enhancing imaging and monitoring systems,as well as exploring innovative personal healthcare. In lifestyle,we're helping people see,hear,remember and share content, anywhere and anytime.O... 阅读全帖
m**********t
发帖数: 385
31
Philips Research
Philips Research is the source of many advanced developments in Healthcare,Lifestyle and Technology. Building on 90 years’experience in industrial research and our world-leading patent position, we’re dedicated to meaningful innovations.
In the healthcare domain, we are enhancing imaging and monitoring systems,as well as exploring innovative personal healthcare. In lifestyle, we’re helping people see, hear, remember and share content, anywhere and anytime.Our vision focuses on s... 阅读全帖
m**********t
发帖数: 385
32
Scientist of lighting application and virtual reality experience
Organization Description:
Philips Research
Philips Research is the source of many advanced developments in Healthcare,Lifestyle and Technology. Building on 90 years’ experience in industrial research and our world-leading patent position, we’re dedicated to
meaningful innovations.
In the healthcare domain,we are enhancing imaging and monitoring systems,as well as exploring innovative personal healthcare. In lifestyle,we’re helping ... 阅读全帖
m**********t
发帖数: 385
33
Automotive electronics engineer (Image processing)
Learn more about Philips Research Asia – Shanghai, please click
http://www.research.philips.com/locations/shanghai.html
Organization Description
Philips Research
Philips Research is the source of many advanced developments in Healthcare,Lifestyle and Technology. Building on 90 years’experience in industrial research and our world-leading patent position, we’re dedicated to meaningful innovations.In the healthcare domain, we are enhancing imaging... 阅读全帖
m**********t
发帖数: 385
34
来自主题: JobMarket版 - Sr. Optical engineer
Organization Description
Philips Research
Philips Research is the source of many advanced developments in Healthcare,Lifestyle and Technology. Building on 90 years’ experience in industrial research and our world-leading patent position, we’re dedicated to
meaningful innovations.In the healthcare domain, we are enhancing imaging and monitoring systems,as well as exploring innovative personal healthcare. In lifestyle, we’re helping people see, hear, remember and share content, anywhere and anytim... 阅读全帖
m**********t
发帖数: 385
35
来自主题: JobMarket版 - Scientist for Ultrasound
Learn more about Philips Research Asia – Shanghai,
Please click http://www.research.philips.com/locations/shanghai.html
Organization Description
Philips Research
Philips Research is the source of many advanced developments in Healthcare,Lifestyle and Technology. Building on 90 years'experience in industrial research and our world-leading patent position, we’re dedicated to
meaningful innovations.
In the healthcare domain, we are enhancing imaging and monitoring systems,as well as exploring innov... 阅读全帖
m**********t
发帖数: 385
36
Scientist for Building modeling and simulation
Learn more about Philips Research Asia – Shanghai, please click http://www.research.philips.com/locations/shanghai.html
Organization Description:
Philips Research
Philips Research is the source of many advanced developments in Healthcare,Lifestyle and Technology. Building on 90 years'experience in industrial research and our world-leading patent position,we’re dedicated to meaningful innovations.
In the healthcare domain, we are enhancing imaging an... 阅读全帖
m**********t
发帖数: 385
37
来自主题: JobMarket版 - Electronics Engineer
Electronics Engineer
Learn more about Philips Research Asia – Shanghai, please click http://www.research.philips.com/locations/shanghai.html
Organization Description:
Philips Research
Philips Research is the source of many advanced developments in Healthcare,Lifestyle and Technology. Building on 90 years'experience in industrial research and our world-leading patent position, we’re dedicated to
meaningful innovations.
In the healthcare domain, we are enhancing imaging and monitoring systems,as w... 阅读全帖
m**********t
发帖数: 385
38
来自主题: JobMarket版 - 飞利浦亚洲研究院诚聘海外英才
Organization Description:
Philips Research
Philips Research is the source of many advanced developments in Healthcare,Lifestyle and Technology. Building on 90 years'experience in industrial research and our world-leading patent position, we’re dedicated to meaningful innovations.
In the healthcare domain, we are enhancing imaging and monitoring systems,as well as exploring innovative personal healthcare. In lifestyle, we’re helping people see, hear, remember and share content, anywhere and anyti... 阅读全帖
m**********t
发帖数: 385
39
来自主题: JobMarket版 - Healthcare Imaging System Architect
Healthcare Imaging System Architect
Learn more about Philips Research Asia – Shanghai, please click http://www.research.philips.com/locations/shanghai.html
Organization Description:
Philips Research
Philips Research is the source of many advanced developments in Healthcare,Lifestyle and Technology. Building on 90 years’ experience in industrial research and our world-leading patent position, we’re dedicated to meaningful innovations.
In the healthcare domain, we are enhancing imaging and monitor... 阅读全帖
m**********t
发帖数: 385
40
Organization Description:
Philips Research
Philips Research is the source of many advanced developments in Healthcare,Lifestyle and Technology. Building on 90 years’ experience in industrial research and our world-leading patent position, we’re dedicated to meaningful innovations.
In the healthcare domain, we are enhancing imaging and monitoring systems, as well as exploring innovative personal healthcare. In lifestyle, we’re helping people see, hear, remember and share content, anywhere and any... 阅读全帖
m**********t
发帖数: 385
41
Learn more about Philips Research Asia – Shanghai, please click http://www.research.philips.com/locations/shanghai.html
Organization Description:
Philips Research
Philips Research is the source of many advanced developments in Healthcare,Lifestyle and Technology. Building on 90 years’ experience in industrial research and our world-leading patent position, we’re dedicated to meaningful innovations.
In the healthcare domain, we are enhancing imaging and monitoring systems,as well as exploring inn... 阅读全帖
m**********t
发帖数: 385
42
来自主题: JobMarket版 - Scientist for ultrasound image processing
Learn more about Philips Research Asia – Shanghai,Please click http://www.research.philips.com/locations/shanghai.html
Organization Description
Philips Research
Philips Research is the source of many advanced developments in Healthcare,Lifestyle and Technology. Building on 90 years’experience in industrial research and our world-leading patent position, we’re dedicated to
meaningful innovations.
In the healthcare domain, we are enhancing imaging and monitoring systems,as well as exploring innova... 阅读全帖
m**********t
发帖数: 385
43
Open Application in Philips Research China (Medical Informatics)
Learn more about Philips Research Asia – Shanghai, please click http://www.research.philips.com/locations/shanghai.html
Organization Description
Philips Research
Philips Research is the source of many advanced developments in Healthcare,
Lifestyle and Technology. Building on 90 years’ experience in industrial
research and our world-leading patent position, we’re dedicated to
meaningful innovations.
In the healthcare domain, we are ... 阅读全帖
m**********t
发帖数: 385
44
来自主题: JobMarket版 - Scientist for Food Science/Chemistry
Learn more about Philips Research Asia – Shanghai, please click http://www.research.philips.com/locations/shanghai.html
Organization Description:
Philips Research
Philips Research is the source of many advanced developments in Healthcare,Lifestyle and Technology. Building on 90 years’ experience in industrial research and our world-leading patent position, we’re dedicated to meaningful innovations.
In the healthcare domain, we are enhancing imaging and monitoring systems, as well as exploring in... 阅读全帖
m**********t
发帖数: 385
45
来自主题: JobMarket版 - 飞利浦亚洲研究院诚聘海外英才
Organization Description:
Philips Research
Philips Research is the source of many advanced developments in Healthcare,
Lifestyle and Technology. Building on 90 years'experience in industrial
research and our world-leading patent position, we’re dedicated to
meaningful innovations.
In the healthcare domain, we are enhancing imaging and monitoring systems,as
well as exploring innovative personal healthcare. In lifestyle, we’re
helping people see, hear, remember and share content, anywhere and anyt... 阅读全帖
m**********t
发帖数: 385
46
来自主题: JobMarket版 - 飞利浦亚洲研究院诚聘海外英才
Organization Description:
Philips Research
Philips Research is the source of many advanced developments in Healthcare,
Lifestyle and Technology. Building on 90 years'experience in industrial
research and our world-leading patent position, we’re dedicated to
meaningful innovations.
In the healthcare domain, we are enhancing imaging and monitoring systems,as
well as exploring innovative personal healthcare. In lifestyle, we’re
helping people see, hear, remember and share content,anywhere and anyti... 阅读全帖
m**********t
发帖数: 385
47
来自主题: JobMarket版 - Senior Scientist of Sensing Applications
Organization Description:
Philips Research is the source of many advanced developments in Healthcare,
Lifestyle and Technology.Building on 90 years’experience in industrial
research and our world-leading patent position,we’re dedicated to
meaningful innovations. In the healthcare domain,we are enhancing imaging
and monitoring systems, as well as exploring innovative personal healthcare.
In lifestyle, we’re helping people see, hear, remember and share content,
anywhere and anytime. Our vision fo... 阅读全帖
m**********t
发帖数: 385
48
来自主题: JobMarket版 - Segment Innovation Manager
Organization Description:
Philips Research is the source of many advanced developments in Healthcare,
Lifestyle and Technology. Building on 90 years’experience in industrial
research and our world-leading patent position,we’re dedicated to
meaningful innovations.In the healthcare domain,we are enhancing imaging and
monitoring systems,as well as exploring innovative personal healthcare.In
lifestyle,we’re helping people see, hear,remember and share content,
anywhere and anytime.Our vision focuses... 阅读全帖
m**********t
发帖数: 385
49
来自主题: JobMarket版 - System architect for lighting products
Organization Description:
Philips Research is the source of many advanced developments in Healthcare,
Lifestyle and Technology. Building on 90 years’ experience in industrial
research and our world-leading patent position, we’re dedicated to
meaningful innovations. In the healthcare domain, we are enhancing imaging
and monitoring systems, as well as exploring innovative personal healthcare.
In lifestyle, we’re helping people see, hear, remember and share content,
anywhere and anytime. Our vision... 阅读全帖
m**********t
发帖数: 385
50
Organization Description:
Philips Research is the source of many advanced developments in Healthcare,
Lifestyle and Technology. Building on 90 years’ experience in industrial
research and our world-leading patent position, we’re dedicated to
meaningful innovations. In the healthcare domain, we are enhancing imaging
and monitoring systems, as well as exploring innovative personal healthcare.
In lifestyle, we’re helping people see, hear, remember and share content,
anywhere and anytime. Our vision... 阅读全帖
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)