代码搜索结果

找到约 10,000 项符合 O 的代码

tool_option.xpm

/* XPM */ static char * tool_option_xpm[] = { "32 32 257 2", " c None", ". c #909090", "+ c #9E9E9E", "@ c #969696", "# c #A9A9A9", "$ c #858585", "% c #D03F0B", "& c #DD6E42", "* c #E07B51"

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

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

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

zipup.h

/* Copyright (C) 1990-1996 Mark Adler, Richard B. Wales, Jean-loup Gailly, Kai Uwe Rommel, Onno van der Linden and Igor Mandrichenko. Permission is granted to any individual or institution to use,

i2c_master.v

/* FPS-Tech I2C Wrapper * * - Verilog wrapper for OpenCores (www.opencores.org) I2C Master Core * - Wrapper interfaces with Alteras Avalon Bus as a SOPC Builder component * * - Ver: 1.0 */ mo

1b.xpm

/* XPM */ static char *[] = { /* width height ncolors chars_per_pixel */ "20 28 115 2", /* colors */ " c #CED5D4", " . c #5E1C17", " X c #B3A19F", " o c #2B564E", " O c #E3CECE", " + c #D89F9F", " @

cque.vhd

----------------------------------- -- FILE NAME : C_QUE_FETCH.vhd -- FUNCTION : QUE Control Unit -- AUTHOR : Kazuma Mishima -- DATE : 6/2001 ------------------------------------