C 基礎 十四

2021-09-25 06:26:59 字數 2348 閱讀 7440

using system;

using system.collections.generic;

using system.diagnostics;

using system.linq;

using system.text;

using system.threading;

using system.threading.tasks;

namespace base14

#endregion

#region 通過命令開啟程序 ie

//foreach (process item in process.getprocesses())

////}

"iexplore","");

#endregion

#region 掛起、喚醒

//threadstart ts = new threadstart(show);//threadstart 委託

//thread mythread = new thread(ts);

= "newthread";

執行本執行緒

終止本執行緒

掛起 先不執行

"哈哈哈");

喚醒 執行執行緒

#endregion

#region 銷毀執行緒

//thread mythread = new thread(threadmethod);

#endregion

#region 建立執行緒

//thread mt = new thread(threadmethod);

"我是乙個引數");

#endregion

#region 域

thread.getdomain().friendlyname);

thread.getdomainid());

#endregion

#region 中斷

//thread mt = new thread(threadm);

);#endregion

#region 執行緒同步

//book book = new book();

//thread t1 = new thread(book.sale);

= "第乙個執行緒";

//thread t2 = new thread(book.sale);

= "第二個執行緒";

#endregion

#region 確保生成無重複的數字

//for (int i = 0; i < 5; i++)

//#endregion

#region 確保生成無重複的數字 長

//for (int i = 0; i < 5; i++)

//#endregion

}#region show()

//public static void show()

// #endregion

#region show1()

//public static void show1()

// #endregion

#region threadmethod()

//public static void threadmethod()

//// }

// catch (exception ex)

//

//} #endregion

#region threadmethod

(object objects)

//public static void threadmethod(object objects)

//// }

// catch (exception ex)

//

//} #endregion

#region threadm()

//public static void

//// }

// catch (exception ex)

//

//} #endregion

#region myrandom()

//public static void myrandom()

// #endregion

#region myrandom1()

//public static void myrandom1()

//// else

//

//} #endregion

}}

c語言基礎(十四)

訊息佇列 預設傳送端將資訊放在前乙個資訊的後面,接收訊息端可以指定接受哪乙個訊息。1 msgget 建立和開啟乙個訊息佇列 int msgget key t key,int msg 鍵值,這個鍵值就可以建立不同程序的訊息對列。引數1 鍵值 引數2 許可權有關 ftok獲得特定的鍵值。key t ft...

C語言基礎(十四)gdb除錯

程式設計師在寫程式的時候不可能是一帆風順,一蹴而就的。gcc編譯器可以發現程式 的語法錯誤,但不能發現程式的業務邏輯錯誤,除錯程式是軟體開發的內容之一。除錯程式的方法有很多種,例如可以用printf語句跟蹤列印程式的執行步驟和變數的值,但是太過麻煩。此文章介紹乙個linux系統中強大的除錯工具 gd...

java基礎十四

b 案例演示 a 非正規表示式實現 b 正規表示式實現 b 案例演示 b 案例演示 1 a b c 2 a 3 b c 4 c 組零始終代表整個表示式。b 案例演示 a 切割 需求 請按照疊詞切割 sdqqfgkkkhjppppkl b 替換 需求 我我 我 我.要 要要 要學 學學 學.編 編編....