ÉèΪÊ×Ò³ ¼ÓÈëÊÕ²Ø

TOP

ÊÕ¼¯µÄһЩǶÈëʽÈí¼þ¿ª·¢¹¤³ÌʦÃæÊÔÌâ(Ò»)
2014-11-24 02:01:56 ¡¾´ó ÖРС¡¿ ä¯ÀÀ:638´Î
Tags£ºÊÕ¼¯ һЩ ǶÈëʽ Èí¼þ¿ª·¢ ¹¤³Ìʦ ÊÔÌâ

1¡¢½«Ò»¸ö×Ö·û´®ÄæÐò
2¡¢½«Ò»¸öÁ´±íÄæÐò
3¡¢¼ÆËãÒ»¸ö×Ö½ÚÀbyte£©ÀïÃæÓжàÉÙbit±»ÖÃ1
4¡¢ËÑË÷¸ø¶¨µÄ×Ö½Ú(byte)
5¡¢ÔÚÒ»¸ö×Ö·û´®ÖÐÕÒµ½¿ÉÄܵÄ×µÄ×Ó×Ö·û´®
6¡¢×Ö·û´®×ª»»ÎªÕûÊý
7¡¢ÕûÊýת»»Îª×Ö·û´®


ÍþÊ¢
1.ʲôÊÇƽºâ¶þ²æÊ÷£¿±àдһ¸öɾ³ýƽºâ¶þ²æÊ÷µÄ³ÌÐò£¿
2.дһ¸ö³ÌÐò£¬ÇóÓÐÏòÓÐȨͼÁ½µãÖ®¼äµÄ×îСȨ£¿
3.¸ù¾ÝÄãµÄÀí½â£¬Ð´³öCstringÀàµÄ¹¹Ô캯ÊýºÍÎö¹¹º¯Êý£¿
4.ʹÓÃCÓïÑÔʵÏÖ¶ÔiniÎļþµÄ·ÃÎÊ£¬Ê¹³ÌÐò¿ÉÒÔ¶Ôint£¬double£¬×Ö·û´®Àà½øÐжÁд¡£
5.n¡Án¸ö·½¸ñ£¨nΪÈÎÒâÕûÊý£©£¬¶¨ÒåÈôÁ½¸ö¸ñÓй«¹²±ßÔò³ÆÁ½¸ö¸ñÏàÁÚ¡£ÏÖ½« ¸ö¸ñÖеÄN¸ö¸ñ×ÓͼºÚ£¬Ê¹Ã¿¸ö¸ñ×Ó¶¼ÓëºÚ¸ñ×ÓÏàÁÚ¡£ÊÔ±à³Ì£¬Ê¹N×îС¡£
1.static±äÁ¿ºÍstatic º¯Êý¸÷ÓÐʲôÌص㣿
3.ÃèÊöÒ»ÏÂǶÈëʽ»ùÓÚROMµÄÔËÐз½Ê½»ùÓÚramµÄÔËÐз½Ê½ÓÐʲôÇø±ð¡£
4.task Óм¸ÖÖ״̬£¿
5.task Óм¸ÖÖͨѶ·½Ê½£¿
6.Cº¯ÊýÔÊÐíÖØÈëÂð£¿
7.ǶÈëʽ²Ù×÷ϵͳºÍͨÓòÙ×÷ϵͳÓÐʲô²î±ð£¿
Ò»Ã棬¼¼ÊõÃæ
£¨1£©VxWorks¡¢uc/OS¡¢PalmǶÈëʽϵͳ²Ù×÷ϵͳµÄÇø±ð£¿
£¨2£©×öǶÈëʽÈí¼þ¿ª·¢ºÍÆÕͨ×ÀÃæÈí¼þ¿ª·¢ÓÐʲôÇø±ð£¿
£¨3£©cÓïÑÔÎÊÌ⣬unionºÍstruct µÄÇø±ð£¿
£¨4£©sizeof(Ò»´ó¶Ñ±äÁ¿)£¬Èç¹ûÓÃÕâ¸öº¯Êý·ÖÅäÄÚ´æµÄ´óСһ¶¨Ó붨ÒåÏàͬÂð£¿
£¨5£©½âÊÍʲôÊÇÓÅÏȼ¶·´×ª¡£
Can structures be passed to the functions by value
Why cannot arrays be passed by values to functions
Advantages and disadvantages of using macro and inline functions
What happens when recursion functions are declared inline
Scope of static variables
Difference between object oriented and object based languages
Multiple inheritance ¨C objects contain howmany multiply inherited ancestor
What are the 4 different types of inheritance relationship
How would you find out the no of instance of a class
Is java a pure object oriented language Why
Order of constructor and destructor call in case of multiple inheritance
Can u have inline virtual functions in a class
When you inherit a class using private keyword which members of base class are visible to the derived class
What is the output of printf(¡°\nab\bcd\ref¡±); -> ef
#define cat(x,y) x##y concatenates x to y. But cat(cat(1,2),3) does not expand but gives preprocessor warning. Why
Can you have constant volatile variable Yes, you can have a volatile pointer
++*ip increments what it increments what ip points to
Operations involving unsigned and signed ¨C unsigned will be converted to signed
a+++b -> (a++)+b
malloc(sizeof(0)) will return ¨C valid pointer
main() {fork();fork();fork();printf(¡°hello world¡±); } ¨C will print 8 times.
Array of pts to functions ¨C void (*fptr[10])()
Which way of writing infinite loops is more efficient than others there are 3ways.
# error ¨C what it does
How is function itoa() written
Who to know wether systemuses big endian or little endian format and how to convert among them
What is interrupt latency
What is forward reference w.r.t. pointers in c
How is generic list manipulation function written which accepts elements of any kind
What is the difference between hard real-time and soft real-time OS
What is interrupt latency How can you recuce it
What is the differnce between embedded systems and the system in which rtos is running
How can you define a structure with bit field members
What are the features different in pSOS and vxWorks
How do you write a function which takes 2 arguments ¨C a byte and a field in the byte and returns the value of the field in that byte
What are the different storage classes in C
What are the different qualifiers in C
What are the different BSD and SVR4 communication mechanisms
һλ×ÊÉîµÄǶÈëʽÏîÄ¿¾­ÀíÔøÕâÑù¶ÔÎÒ˵:¸ãǶÈëʽҪÍùÏÂ×ߣ¬Òª¸ãµ×²ãÒª¸ãËã·¨£¬ÒòΪËüÃDZȽÏÓÐǰ;¡£
Embedded firmware interview questions
£±£®Write function in C that gets array of chars, and search for the longest sequence of repeatedly 1 bits. It returns the the first bit place in the sequence and the number of 1 bits in the sequence. ¨C (a) loop of 2^0, 2^1, ¡­ , 2^7 is done with 1< £²£®You have 16bit register that increment itself and loops about every second. When the register reach 0xffff it will issue an interupt and will run the function update_time(). There is a function unsigned long get_time() that returns th

Ê×Ò³ ÉÏÒ»Ò³ 1 2 ÏÂÒ»Ò³ βҳ 1/2/2
¡¾´ó ÖРС¡¿¡¾´òÓ¡¡¿ ¡¾·±Ìå¡¿¡¾Í¶¸å¡¿¡¾Êղء¿ ¡¾ÍƼö¡¿¡¾¾Ù±¨¡¿¡¾ÆÀÂÛ¡¿ ¡¾¹Ø±Õ¡¿ ¡¾·µ»Ø¶¥²¿¡¿
ÉÏһƪ£º°ÑÊ®½øÖÆÊý(longÐÍ)·Ö±ðÒÔ¶þ½øÖÆ.. ÏÂһƪ£ºThe Network Adapter could not e..

×îÐÂÎÄÕÂ

ÈÈÃÅÎÄÕÂ

Hot ÎÄÕÂ

Python

C ÓïÑÔ

C++»ù´¡

´óÊý¾Ý»ù´¡

linux±à³Ì»ù´¡

C/C++ÃæÊÔÌâÄ¿