代码搜索:Protected

找到约 10,000 项符合「Protected」的源代码

代码结果 10,000
www.eeworm.com/read/219019/14897724

s bootasm.s

#include "asm.h" .set PROT_MODE_CSEG,0x8 # code segment selector .set PROT_MODE_DSEG,0x10 # data segment selector .set CR0_PE_ON,0x1 # protected mode enable flag ########
www.eeworm.com/read/219019/14897848

s bootother.s

#include "asm.h" # Start an Application Processor. This must be placed on a 4KB boundary # somewhere in the 1st MB of conventional memory (APBOOTSTRAP). However, # due to some shortcuts below it's re
www.eeworm.com/read/117480/14918387

java sortalgorithm.java

/* * @(#)SortAlgorithm.java 1.6f 95/01/31 James Gosling * * Copyright (c) 1994-1996 Sun Microsystems, Inc. All Rights Reserved. * * Permission to use, copy, modify, and distribute this software
www.eeworm.com/read/217605/14957297

java dynamictreenode.java

/* * @(#)DynamicTreeNode.java 1.12 04/07/26 * * Copyright (c) 2004 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modifica
www.eeworm.com/read/116073/14989142

h chatvw.h

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you lic
www.eeworm.com/read/215041/15076557

cs dropdowntreeview.cs

namespace TrueSoftware.Windows.Forms { using System; using System.Drawing; using System.Resources; using System.ComponentModel; using System.Windows.Forms; /// /// DropDown
www.eeworm.com/read/215001/15078070

3qt qtableview.3qt

.TH QTableView 3qt "6 July 1999" "Troll Tech AS" \" -*- nroff -*- .\" Copyright 1992-1999 Troll Tech AS. All rights reserved. See the .\" license file included in the distribution for a complete lic
www.eeworm.com/read/215001/15079037

3qt qcollection.3qt

.TH QCollection 3qt "6 July 1999" "Troll Tech AS" \" -*- nroff -*- .\" Copyright 1992-1999 Troll Tech AS. All rights reserved. See the .\" license file included in the distribution for a complete li
www.eeworm.com/read/214644/15092589

java sortalgorithm.java

/* * @(#)SortAlgorithm.java 1.6f 95/01/31 James Gosling * * Copyright (c) 1994-1996 Sun Microsystems, Inc. All Rights Reserved. * * Permission to use, copy, modify, and distribute this softw
www.eeworm.com/read/212904/15145723

java matching.java

package toocom.matching; import java.io.*; import toocom.ocgl.*; /** * This class represent a matching of conceptual primitives. * * @author Fr閐閞ic F黵st */ public class Matching implem