代码搜索结果

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

6255.txt

日月光华 -- Economics精华区文章阅读 -------------------------------------------------------------------------------- 发信人: luckydog (O_O), 信区: economics 标 题: 2000年:宏观经济重要指标再认识 发信站: 日月光华站 (Tue Aug 22 16:50:1

perceptron.java

public class Perceptron { double x[]; //样本输入 double yd[]; //样本标准 double o[]; double o1[]; double o2[]; //输出 double w[][]; //权值 int inNum; //输入节点数 int

latch000.v

module latch000 (RNW,D,A,D_O,A_O); input [15:0] D,A; input RNW; output [15:0] D_O,A_O; wire RNW; wire [15:0] A,D; reg [15:0] A_O,D_O; always @(A or D or RNW) if (RNW) begin A_

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

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

bsd-openpty.c

/* * Please note: this implementation of openpty() is far from complete. * it is just enough for portable OpenSSH's needs. */ /* * Copyright (c) 2004 Damien Miller * * Permiss

pth_p.h.in

/* ** GNU Pth - The GNU Portable Threads ** Copyright (c) 1999-2004 Ralf S. Engelschall ** ** This file is part of GNU Pth, a non-preemptive thread scheduling ** library whic

stock_properties.xpm

/* XPM */ static char *stock_properties_xpm[] = { /* columns rows colors chars-per-pixel */ "24 24 113 2", " c Gray0", ". c #060605", "X c Gray14", "o c #343434", "O c #373736", "+ c #3d3d37",

img_boundary.h

/* ======================================================================== */ /* TEXAS INSTRUMENTS, INC. */ /*

img_boundary.h64

;* ======================================================================== *; ;* TEXAS INSTRUMENTS, INC. *; ;*