搜索结果
找到约 91 项符合
Proc 的查询结果
按分类筛选
数学计算 FRFT时频变换代码(参考算法:H.M. Ozaktas, M.A. Kutay, and G. Bozdagi.Digital computation of the fractional Fouri
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.)
Linux/Unix编程 linux环境下结合ncurse库
linux环境下结合ncurse库,用到PROC oracle数据编写的一个简单的超市收银系统。分为前台收银,和后台管理两大模块。分别对应着普通收银员,和管理员权限。
通讯/手机编程 I. C. Wong, Z. Shen, J. G. Andrews, and B. L. Evans, ``A Low Complexity Algorithm for Proportional R
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, 针对这篇文章给出的源代码
Linux/Unix编程 这是一个在linux环境下
这是一个在linux环境下,模拟windows环境下的一个任务管理器,使用了JNI和linux的proc系统文件
运行方式,在interface文件夹下,打以下命令:
$.../interface:
export LD_LIBRARY=./lib
$.../interface:
java -jar taskforce...jar
Delphi控件源码 第2章“BASM(Borland汇编语言)精要”中的全部示例代码。包括: 目录 描述 --------------------------------
第2章“BASM(Borland汇编语言)精要”中的全部示例代码。包括:
目录 描述
------------------------------------------------------------------------------
DEMO1 演示如何在BASM中调用Delphi Functions。
DEMO2 演示如何在BASM中调用Windows API。
DEMO3 ...
学术论文 Linux内核空间设备驱动程序的开发
本文详细介绍了Linux平台下内核空间设备驱动程序的开发。在比较proc和dev两种文件系统的基础上,分别以PCI设备和USB设备的驱动程序开发为实例来介绍利用两种文件系统开发字符设备驱动程序的方法。
技术资料 Linux内核空间设备驱动程序的开发
本文详细介绍了Linux平台下内核空间设备驱动程序的开发。在比较proc和dev两种文件系统的基础上,分别以PCI设备和USB设备的驱动程序开发为实例来介绍利用两种文件系统开发字符设备驱动程序的方法。
汇编语言 data array sdword 2 dup(?) str1 byte "Please input one 32-bit sign number :",0dh,0ah,0 str2 by
data
array sdword 2 dup(?)
str1 byte "Please input one 32-bit sign number :",0dh,0ah,0
str2 byte "The result is : ",0
align 4
jia1gao sdword 0
jia1 sdword 0
.code
main proc
call clrscr
mov esi,offset array
mov ecx,lengthof array
mov edx,offset str1
push esi
putin:
call writestring ...
软件设计/软件工程 内核模块同进程对话有两种主要途径。一种是通过设备文件(比如/dev 目录中的文件)
内核模块同进程对话有两种主要途径。一种是通过设备文件(比如/dev 目录中的文件),另一种是使用proc文件系统。我们把一些东西写入内核的一个主要原因就是支持一些硬件设备,所以我们从设备文件开始。
Linux/Unix编程 The PCI Utilities package contains a library for portable access to PCI bus configuration registers
The PCI Utilities package contains a library for portable access to PCI bus
configuration registers and several utilities based on this library.
In runs on the following systems:
Linux (via /sys/bus/pci, /proc/bus/pci or i386 ports)
FreeBSD (via /dev/pci)
NetBSD (via libpci)
OpenBSD (via / ...