Linux內核編程模塊的簡單實現,是一個proC程序。 由用戶輸入pid號,程序返回pid對應的可執行文件
上傳時間: 2016-05-26
上傳用戶:lwwhust
在linux下,通過提取proC下文件的信息,以實現系統狀態的監控,該系統的功能類似于window下的任務管理器
標簽: linux
上傳時間: 2016-06-06
上傳用戶:妄想演繹師
看n2實例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows #$ns color 1 Blue #$ns color 2 Red #Open the nam trace file set nf [open out-1.nam w] $ns namtrace-all $nf set f0 [open out0.tr w] set f1 [open out1.tr w] #Define a finish proCedure proC finish {} { global ns nf $ns flush-trace #Close the trace file close $nf #Execute nam on the trace file exit 0 } #Create four nodes set n0 [$ns node] set n1 [$ns node] set n2 [$ns node] set n3 [$ns node] #Create links between the nodes $ns duplex-link $n0 $n2 1Mb 10ms
標簽: simulator Simulator different Create
上傳時間: 2016-07-02
上傳用戶:wfl_yy
The MIPS32® 4KEm™ core from MIPS® Technologies is a member of the MIPS32 4KE™ proCessor core family. It is a high-performance, low-power, 32-bit MIPS RISC core designed for custom system-on-silicon applications. The core is designed for semiconductor manufacturing companies, ASIC developers, and system OEMs who want to rapidly integrate their own custom logic and peripherals with a high-performance RISC proCessor. It is highly portable across proCesses, and can be easily integrated into full system-on-silicon designs, allowing developers to focus their attention on end-user products. The 4KEm core is ideally positioned to support new products for emerging segments of the digital consumer, network, systems, and information management markets, enabling new tailored solutions for embedded applications.
標簽: MIPS 8482 Technologies 174
上傳時間: 2014-12-22
上傳用戶:semi1981
FRFT時頻變換代碼(參考算法:H.M. Ozaktas, M.A. Kutay, and G. Bozdagi.Digital computation of the fractional Fourier transform.IEEE Trans. Sig. proC., 44:2141--2150, 1996.)
標簽: H.M. G. M.A. computation
上傳時間: 2013-12-21
上傳用戶:希醬大魔王
linux環境下結合ncurse庫,用到proC oracle數據編寫的一個簡單的超市收銀系統。分為前臺收銀,和后臺管理兩大模塊。分別對應著普通收銀員,和管理員權限。
上傳時間: 2013-12-19
上傳用戶:xiaoyunyun
Express gatool use of MATLAB in the implementation of training neural network genetic algorithm proCedure
標簽: implementation algorithm training Express
上傳時間: 2014-08-01
上傳用戶:84425894
第2章“BASM(Borland匯編語言)精要”中的全部示例代碼。包括: 目錄 描述 ------------------------------------------------------------------------------ DEMO1 演示如何在BASM中調用Delphi Functions。 DEMO2 演示如何在BASM中調用Windows API。 DEMO3 演示如何在BASM中使得“jmp proC”執行后返回到下一行。
上傳時間: 2017-05-29
上傳用戶:小儒尼尼奧
跨數據庫平臺: n 支持 oracle 的OCI n 支持DB2的CLI, n 支持ODBC(通過ODBC,可支持SQL SERVER,MySQL等) Ø 跨OS平臺: n 標準C++語言,支持 unix/linux/windows Ø 使用簡單: n 只有一個頭文件 n 接口簡潔.otl_stream, otl_connect, otl_exception等就可以完成大部分工作 n 相對 proC等嵌入式開發,代碼能相應減少 Ø 性能: n 直接訪問數據庫API接口,具有API接口的高效率,可靠性 Ø 穩定性: n 開源代碼,唯一的代碼文件otlv4.h,可以了解所有基于數據庫API的實現細節 n 從1996年開始,到今已10余年. Ø 可讀性及可維護性: n 標準C++代碼,不需要任何預處理 n 使用流的形式,輸入輸出異常簡潔 n 減少大量代碼, n 代碼結構更加簡潔 參考資料: http://otl.sourceforge.net/
上傳時間: 2017-06-14
上傳用戶:cainaifa
I. C. Wong, Z. Shen, J. G. Andrews, and B. L. Evans, ``A Low Complexity Algorithm for Proportional Resource Allocation in OFDMA Systems , proC. IEEE Int. Work. Signal proCessing Systems, 針對這篇文章給出的源代碼
上傳時間: 2014-01-24
上傳用戶:zhichenglu