虫虫首页|资源下载|资源专辑|精品软件
登录|注册

Status

  • 项目描述: Env_audit is a program that ferrets out everything it can about the environment. It looks for

    项目描述: Env_audit is a program that ferrets out everything it can about the environment. It looks for process IDs, UID, GID, signal masks, umask, priority, file descriptors, and environmental variables. It comes with test configurations for anacron, apache, atd, crond, GDB, inittab, logrotate, PHP, pppd, procmail, rsh, rxvt, sendmail, SSH, stunnel, sudo, xinetd, and xterm. env_audit是一个搜索有关环境的所有东西的程序。它查询进程IDs,UID, GID,信号掩码,umask,优先权,文件描述符,和环境变量。它提供了用于anacron, apache, atd, crond, GDB, inittab, logrotate, PHP, pppd, procmail, rsh, rxvt, sendmail, SSH, stunnel, sudo, xinetd, 和xterm的测试配置。 类别: Development Status: 5 - Production/Stable Environment: Console (Text Based) Intended Audience: System Administrators License: GNU General Public License (GPL) Operating System: POSIX Topic: Security

    标签: environment everything Env_audit ferrets

    上传时间: 2013-12-01

    上传用户:qweqweqwe

  • A language monitor provides a full duplex communications path between the print spooler and bi-direc

    A language monitor provides a full duplex communications path between the print spooler and bi-directional printers that are capable of providing software-accessible Status information and adds printer control information, such as commands defined by a printer job language, to the data stream s.

    标签: communications language bi-direc provides

    上传时间: 2015-03-29

    上传用户:comua

  • 在C语言中

    在C语言中,可以用keep ( )函数将程序驻留内存。这个函数有两个参数:Status和size。size为驻留内存长度,可以用size=_SS+_SP/16-_psp得到,当然这也是一种估算的方法,并不是精确值。函数执行完以后,出口状态信息保存在Status中。比如,对于上面的例子,将“geninterrupt (0x60) ”改写成“keep(0,_SS+_SP/16-_psp) ”后再执行程序,这一段程序就被驻留,此后在其它的任何软件或程序设计中,只要用到了60H号中断,就会在屏幕上显示“This is an example!”的字样。要恢复系统对60H号中断的定义,只能重新启动计算机。

    标签: C语言

    上传时间: 2015-05-01

    上传用户:yd19890720

  • The Point-to-Point Protocol (PPP) for the Transmission of Multi-protocol Datagrams over Point-to-

    The Point-to-Point Protocol (PPP) for the Transmission of Multi-protocol Datagrams over Point-to-Point Links Status of this Memo This RFC specifies an IAB standards track protocol for the Internet community, and requests discussion and suggestions for improvements. Please refer to the current edition of the "IAB Official Protocol Standards" for the standardization state and Status of this protocol. Distribution of this memo is unlimited.

    标签: Point-to-Point Multi-protocol Transmission Datagrams

    上传时间: 2014-01-22

    上传用户:cazjing

  • Displays CPU time usage, the list of processes (can be terminated) and the task which are running (c

    Displays CPU time usage, the list of processes (can be terminated) and the task which are running (can be close or switch to). Plus a little net traffic monitor and a disk Status report.

    标签: terminated the processes Displays

    上传时间: 2013-12-25

    上传用户:zgu489

  • === === =时钟20:6=== === === == 应先初始化状态寄存器 tx1714 EQU 7FFH PA EQU 05H PB EQU 06H PC EQU 07H

    === === =时钟20:6=== === === == 应先初始化状态寄存器 tx1714 EQU 7FFH PA EQU 05H PB EQU 06H PC EQU 07H PD EQU 20H IAR EQU 00H 间接寻址寄存器 TMR0 EQU 01H 定时器 Status EQU 03H 状态寄存器 BSR EQU 04H bank选择寄存器 PORTA EQU 05H I/0端口寄存器 PORTB EQU 06H I/0端口寄存器 PORTC EQU 07H I/0端口寄存器 PORTD EQU 20H I/0端口寄存器 PULL EQU 21H PULL-High上拉寄存器 WAKEUP EQU 22H 唤醒控制寄存器--被用来设定watchdog允许和禁止 IRQM EQU 23H 中断屏蔽寄存器 IRQF EQU 24H 中断标志寄存器 WDTSEL EQU 25H

    标签: EQU 1714 7FFH 05H

    上传时间: 2013-12-13

    上传用户:chfanjiang

  • --- ----initial------- MOVLA 00H IODIR PA IODIR PB IODIR PC MOVAM PA MOVAM BSR MOVAM S

    --- ----initial------- MOVLA 00H IODIR PA IODIR PB IODIR PC MOVAM PA MOVAM BSR MOVAM Status MOVAM TMR0 MOVAM TMR1 MOVAM TMR2 -------end initial----- -------------乘法运算------------ 乘数->10H 被乘数->11h 结果(积)->12H 14H 15H 16H 17H(中间运算) --------------------------------- MOVLA 05H 乘数

    标签: IODIR MOVAM initial MOVLA

    上传时间: 2015-06-25

    上传用户:sqq

  • --- ----initial--- - MOVLA 00H IODIR PA IODIR PB IODIR PC MOVAM PA MOVAM BSR MOVAM STA

    --- ----initial--- - MOVLA 00H IODIR PA IODIR PB IODIR PC MOVAM PA MOVAM BSR MOVAM Status MOVAM TMR0 MOVAM TMR1 MOVAM TMR2 ----------------------- MOVLA AAH 写入RAM的数据 MOVAM 08H MOVAM 09H MOVAM 0AH MOVAM 0BH MOVAM 0CH MOVAM 0DH MOVAM 0EH MOVAM 0FH MOVAM 10H MOVAM 11H MOVAM 12H MOVAM 13H

    标签: IODIR MOVAM initial MOVLA

    上传时间: 2013-12-28

    上传用户:wff

  • This example shows how to transmit and receive packets with packet length up to 255 bytes. The statu

    This example shows how to transmit and receive packets with packet length up to 255 bytes. The Status byte is polled every 200 us in a timer1 int.

    标签: transmit example receive packets

    上传时间: 2014-01-26

    上传用户:zhuimenghuadie

  • With OpenSSL 0.9.6, a new component has been added to support external crypto devices, for example a

    With OpenSSL 0.9.6, a new component has been added to support external crypto devices, for example accelerator cards. The component is called ENGINE, and has still a pretty experimental Status and almost no documentation. It s designed to be fairly easily extensible by the calling programs.

    标签: component external OpenSSL devices

    上传时间: 2015-10-01

    上传用户:ryb