c 常用類庫 計算機資訊類

2021-06-20 03:16:02 字數 1688 閱讀 5790

using system;

using system.management;

using system.net;

using system.net.sockets;

using system.text;

using system.diagnostics;

using system.text.regularexpressions;

namespace basefunction

internal computerinfo()

///

/// 瀏覽器客戶端  獲取網絡卡mac位址md5加密串  楊旭東

///

///

public static string getclientmac()

string mac_dest = string.empty;

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

}return mac_dest;}}

catch

return "0";

}///

/// 獲取cpu序列號** 

///

///

public  static  string getcpuid()

moc = null;

mc = null;

return cpuinfo;

}catch

finally

}///

/// 獲取網絡卡硬體位址 

///

///

public static string getmacaddress()

catch

finally

}///

/// 獲取ip位址(ipv4)

///

///

public static string getipaddress()

}return "unknow";

}catch

finally

}///

/// 獲取硬碟id 

///

///

public static string getdiskid()

catch

finally

}///

///作業系統的登入使用者名稱 

//////

public static string getusername()

catch

finally

}///

/// pc型別 

//////

public static string getsystemtype()

moc = null;

mc = null;

return st;

}catch

finally

}///

///物理記憶體 

//////

public static string gettotalphysicalmemory()

catch

finally

}///

/// 獲取計算機名稱

//////

public static string getcomputername()

catch

finally}}

}

計算機類刊物

引證文獻,同被引文獻,二級引證文獻 1 參考文獻 作者在寫作文章時所引用或參考的,並在文章後列出的文獻題錄,反映本文研究工作的背景和依據。2 引證文獻 指引用本文的文獻。本文研究工作的繼續 應用 發展或評價。3 同被引文獻 指與本文同時被作為參考文獻引用的文獻,與本文共同作為進一步研究的基礎。4 二...

計算機類期刊

journal of the acm jacm 大部分都是演算法 複雜度 圖論 組合數學等純理論 communications of the acm cacm 不追求數學上的嚴格證明,而追求易於理解的直覺描述 ieee transaction on computers 主要登載systems,arc...

Problem D 計算機類

time limit 1 sec memory limit 128 mb submit 580 solved 342 submit status description 定義乙個computer類,有兩個屬性 字串屬性name,用於表示計算機的名字。靜態整型屬性cnt,用於記錄產生的計算機物件的個數...