由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - VMware onsite
相关主题
出个题请教大牛用mutex lock实现reader writer lock
CPT support letter求问:Technical Writer具体是做什么的?
ZZ: Engineers wanted: Texas Oil & Gas Equipment Co.Global leading pharma招聘:【Medical Writer】地点:上海
Resume 求助!!!写一个xml的parser和writer难度多大?
一个设计题目,大家讨论一下OPT期间ME专业可以去当technical writer吗
Job InformationMS Azure组面试
read-write locker的实现想回国了
一道关于lock的面试题是不是被印度人故意往沟里带
相关话题的讨论汇总
话题: time话题: vmware话题: loop话题: 50%话题: cpu
进入JobHunting版参与讨论
1 (共1页)
l***2
发帖数: 486
1
1. tree level order traversal
2. number of 1 bits
3. multiple readers, multiple writers
readers can read same time
only one writer can write at the same time
when there is one reader reading, no writing is allowed.
when there is one writer writing, no reading is allowed
4. write a program to occupy 50% CPU
50% time busy, 50% idle
w*********3
发帖数: 28
2
lz最后一题是个什么思路?
l***2
发帖数: 486
3
take a system time,
then do a for loop of 1000 times,
check system time again
then we know how much time 1000 loop will take
and then take more loop if needed to get 1ms of cpu busy,
then sleep 1ms.

【在 w*********3 的大作中提到】
: lz最后一题是个什么思路?
l***2
发帖数: 486
4
take a system time,
then do a for loop of 1000 times,
check system time again
then we know how much time 1000 loop will take
and then take more loop if needed to get 1ms of cpu busy,
then sleep 1ms.

【在 w*********3 的大作中提到】
: lz最后一题是个什么思路?
1 (共1页)
进入JobHunting版参与讨论
相关主题
是不是被印度人故意往沟里带一个设计题目,大家讨论一下
topresume 公司有人用过吗?分配给我的writer是个国人,这是个中国人开的简历公司吗?Job Information
Integer to English Words这种题有人面试中一次写对吗?read-write locker的实现
有人熟悉mathworks的technical writer职位面试情况吗 (转载)一道关于lock的面试题
出个题请教大牛用mutex lock实现reader writer lock
CPT support letter求问:Technical Writer具体是做什么的?
ZZ: Engineers wanted: Texas Oil & Gas Equipment Co.Global leading pharma招聘:【Medical Writer】地点:上海
Resume 求助!!!写一个xml的parser和writer难度多大?
相关话题的讨论汇总
话题: time话题: vmware话题: loop话题: 50%话题: cpu