1. <tt id="5hhch"><source id="5hhch"></source></tt>
    1. <xmp id="5hhch"></xmp>

  2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

    <rp id="5hhch"></rp>
        <dfn id="5hhch"></dfn>

      1. 中軟集團筆試題目

        時間:2020-12-20 15:06:02 筆試題目 我要投稿

        2016中軟集團筆試題目

          筆試題目一

        2016中軟集團筆試題目

          一.簡答題.

          1.避免死鎖的方法有哪些?

          2.在Sybase數據庫中注冊用戶與數據庫用戶有什么區別?

          3.在MS SQL_Server 數據庫中通過什么約束保證數據庫的`實體完整性

          4.內存有哪幾種存儲組織結構.請分別加以說明

          5.JAVA中的Wait() 和notify()方法使用時應注意些什么?

          6.用戶輸入一個整數.系統判斷,并輸出是負數還是非負數,請設計測試用例.

          7.操作系統中的同步和互訴解決了什么問題

          8.UNIX 中init

          二.編寫類String 的構造函數,析構函數和賦值函數

          已知類String 的原型為

          class string

          {

          public:

          string(const char *str=null);//普通構造函數

          string(const string &other);//拷貝構造函數

          ---string(void);

          string &operate=(const string &other);//賦值函數

          private:

          char * m-data;//用于保存字符串

          };

          請編寫string 的上述4個函數

          三.有關內存的思考題

          1.void getmemory(char *p)

          { p=(char*)mallol(100);

          }

          void test(void)

          {

          char * str =null;

          getmemory(str);

          strcpy(str,”hello,world”);

          printf(str);

          }

          請問運行Test函數會有什么樣的結果

          2.char*getmemory(void)

          { char p[]=”hello world”;

          return p;

          }

          void test(void)

          {

          char *str=null;

          str=Getmemory();

          printf(str);

          }

          請問運行Test 函數會有什么樣的結果.

          筆試題目二

          問題:

          Write a function to get the second maximum number in an integer array.(請寫程序返回一個數組中第2大的數)

          int getsecond(int a [])

          答案:

          int getsecond(int a[],int nLength)

          {

          int nMax = -1000, nSec = 0;

          for(int i = 0 ; i < nLength ; i ++ )

          {

          if(nMax < a[i])

          {

          nSec = nMax;

          nMax = a[i];

          }

          else

          {

          if(a[i] > nSec)

          nSec = a[i];

          }

          }

          return nSec;

          }

        【2016中軟集團筆試題目】相關文章:

        中軟集團筆試題05-03

        軟測筆試題目08-30

        軟測筆試題目10-15

        軟測筆試題目04-25

        中科軟筆試題目和面試題目11-19

        中國國電集團筆試題目08-31

        上汽集團Java開發筆試題目11-15

        方正集團Java開發工程師筆試題目11-14

        軟素質筆試題01-17

        国产高潮无套免费视频_久久九九兔免费精品6_99精品热6080YY久久_国产91久久久久久无码

        1. <tt id="5hhch"><source id="5hhch"></source></tt>
          1. <xmp id="5hhch"></xmp>

        2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

          <rp id="5hhch"></rp>
              <dfn id="5hhch"></dfn>