代码搜索结果
找到约 10,000 项符合
O 的代码
fcntl.h
/***
*fcntl.h - file control options used by open()
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This file defines constants for the file co
fcntl.h
/* ***** BEGIN LICENSE BLOCK *****
* Version: RCSL 1.0/RPSL 1.0
*
* Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved.
*
* The contents of this file, and the
arm9-le-thumb-elf.hal.o.uu
/*-
* Copyright (c) 2002-2006 Sam Leffler, Errno Consulting, Atheros
* Communications, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
* provided th
read_control_logic.v
`timescale 1 ps / 1 ps
module read_control_logic
(
input clk_i, reset_i, rdempty_i,
input [31:0] data_i,
output reg rdreq_o, wren_o, rden_o,
output reg [7:0] addr_o,
output [31:0] data_o,
outpu
readme.asm
;管脚配置说明如下:
; P00/INT0: I_Receive
;//// P10: O_Music_Clk ;clock line for music
;//// P11: O_Music_Data0 ;data line for music
;//// P12: O_Music_Data1 ;data line for music
; P13:
; P14: XOUT
;///
files2.c
/*-----------------------------------------------------------------------*
* filename - files2.c
*
* function(s)
* none
*------------------------------------------------------------------
files2.c
/*-----------------------------------------------------------------------*
* filename - files2.c
*
* function(s)
* none
*------------------------------------------------------------------
files2.c
/*-----------------------------------------------------------------------*
* filename - files2.c
*
* function(s)
* none
*------------------------------------------------------------------
ex5-1-1.cpp
//demonstrate illegel access
class A
{
private:
int i;
protected:
int j;
public:
int k;
};
class B : private A
{
public:
int l;
void set()
{
i = 0;
makefile
# -- T<mark>o</mark><mark>o</mark>ls f<mark>o</mark>r C<mark>O</mark>W --
g<mark>o</mark>al: d<mark>o</mark>s_machine
t<mark>o</mark><mark>o</mark>ls: xenix_machine
D<mark>O</mark>S_EXE = c<mark>o</mark>wstrip.exe c<mark>o</mark>wseg.exe ech<mark>o</mark>time.exe mkdrv.exe
XENIX_EXE = c<mark>o</mark>wstrip c<mark>o</mark>wseg ech<mark>o</mark>time mkdrv
C<mark>O</mark>WSEG_<mark>O</mark> = c<m ...