谭维维 康定情歌和溜溜调# TVChinese - 中文电视
r*s
1 楼
公司broadcom, 有些题用的online的直接写code,大概1小时,有些忘记了
1. multithreading, why use mutex, what mutex does inside (like write your
own mutex)
2. how to change variables in different threads, how did they implement by '
signal' and 'shared memory'
3. void func( int* p, int n )
{
while ((*p & (1 << n)) == 0);
} 程序想干什么, 如何改进
4.int test( int x )
{
return ((x - 1) & x) == 0;
} 程序想干什么, 如何改进
5.写code reverse 句子, 比如 你好吗 to吗好你
6. OpenGL pipeline.
online的职位要求非常简略,电话中仔细和hiring manager了解了一下, 感觉职位不是
我想做的career的方向.
1. multithreading, why use mutex, what mutex does inside (like write your
own mutex)
2. how to change variables in different threads, how did they implement by '
signal' and 'shared memory'
3. void func( int* p, int n )
{
while ((*p & (1 << n)) == 0);
} 程序想干什么, 如何改进
4.int test( int x )
{
return ((x - 1) & x) == 0;
} 程序想干什么, 如何改进
5.写code reverse 句子, 比如 你好吗 to吗好你
6. OpenGL pipeline.
online的职位要求非常简略,电话中仔细和hiring manager了解了一下, 感觉职位不是
我想做的career的方向.