代码搜索结果
找到约 10,000 项符合
O 的代码
apb_ctrl.v
/*
桥接器控制模块,APB桥接器协议状态机模块
*/
module apb_ctrl(
hclk,
hresetn,
htrans_i,//[1:0],
hwrite_i,
psel_apb_i,
hrea
r2000_soc.v
//////////////////////////////////////////////////////////////////////
//// ////
//// r2000_soc.v ////
i2o.h
/*
* I2O kernel space accessible structures/APIs
*
* (c) Copyright 1999, 2000 Red Hat Software
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of
rd_signature.txt
R
II01
O01
DI0801008A
O3F3040E9
II0C
O01
DI0C
O01
R
DI70A3
O0080
DI0B
O01
DI0D
O00
DI0000
O0000
II05
O01
DI08
O99
II00
O84
II00
O80
DI00
O0F
DI05
O01
DI08
fcntl.inc
;
; Ullrich von Bassewitz, 05.06.1999
;
; Predefined file handles
STDIN_FILENO = 0
STDOUT_FILENO = 1
STDERR_FILENO = 2
; File mode constants, must match the values in the C headers
O_RDONLY =
3dshapes.cpp
// (C) Copyright 1996 by Anthony J. Carin. All Rights Reserved.
#include
#include "3dshapes.h"
#include "launch.h"
#include "bmpsurf.h"
void coordinate::stepto(coordinate& to, float
atrousc.c
/******************************************************************
* atrousc.c - Written by Arthur Cunha. This routine builds up on
* zconv2D_OS.c written by Jason Laska
*
* Inputs:
voltra.h
template
void voltra(const Doub t0, const Doub h, G &g, K &ak, VecDoub_O &t, MatDoub_O &f)
{
Int m=f.nrows();
Int n=f.ncols();
VecDoub b(m);
MatDoub a(m,m);
t[0]=t0;
f
referencecall.java
package chap03;
class Tt{
int a,b;
Tt(int i,int j){
a=i;
b=j;
}
void math(Tt o){
o.a *= 2;
o.b /=2;
}
}
public class ReferenceCall {
block.c
#include
#include
#include
int main()
{
char block[1024];
int in, out;
int nread;
in = open("file.in", O_RDONLY);
out = open("file.out", O_WR