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