代码搜索:Protection
找到约 1,659 项符合「Protection」的源代码
代码结果 1,659
www.eeworm.com/read/307583/13720159
txt repeat.txt
;@@@
;@@@ DreamBot IRC Bot 5.1
;@@@ File description: channel repeat protection
;@@@ Design & coding: Madar Petru
;@@@ (C) Copyright 2004-2005 by Madar Petru. All rights reserved.
;@@@
on 400
www.eeworm.com/read/152312/5674213
java actionpanel.java
package examples.protection;
/*
* @(#)ProtectionDialog.java
*
* 03L7246 (c) Copyright IBM Corp. 1996, 1998
*
* The program is provided "as is" without any warranty express or
* implied, inclu
www.eeworm.com/read/152312/5674214
java protectionaglet.java
package examples.protection;
/*
* @(#)ProtectionAglet.java
*
* 03L7246 (c) Copyright IBM Corp. 1996, 1998
*
* The program is provided "as is" without any warranty express or
* implied, includ
www.eeworm.com/read/152312/5674215
java protectiondialog.java
package examples.protection;
/*
* @(#)ProtectionDialog.java
*
* 03L7246 (c) Copyright IBM Corp. 1996, 1998
*
* The program is provided "as is" without any warranty express or
* implied, inclu
www.eeworm.com/read/125158/14511398
asm test.asm
;
; MENUET PROTECTION TEST (C) Ville Turjanmaa
;
use32
org 0x0
db 'MENUET01' ; 8 byte id
dd 0x01 ;
www.eeworm.com/read/11371/228539
c pagetbl.c
// pagetbl.c
// This code manages the paging tables.
// v0.1: Doug Gale
// - Initial revision
// - Maps entire physical memory using identity mapping
// - Applies protection to hardware areas
www.eeworm.com/read/177505/5324270
java userproxy.java
package com.gs.db;
import java.util.*;
/**
* Protection proxy for User objects.
*
* @see User
*/
public class UserProxy implements User {
private User user;
private Authoriz
www.eeworm.com/read/201525/15402651
asm test.asm
;
; MENUET PROTECTION TEST (C) Ville Turjanmaa
;
use32
org 0x0
db 'MENUET01' ; 8 byte id
dd 0x01 ;
www.eeworm.com/read/385280/8810566
c wprotect.c
/*
* FILE NAME fs/pramfs/wprotect.c
*
* BRIEF DESCRIPTION
*
* Write protection for the filesystem pages.
*
* Author: Steve Longerbeam
*
* Copyright 2
www.eeworm.com/read/421154/10752855
c alloc.c
/* memory allocation routines
*
* Adapted from alloc routine in K&R; memory statistics and interrupt
* protection added for use with net package. Must be used in place of
* standard Turbo-C li