代码搜索:Write
找到约 10,000 项符合「Write」的源代码
代码结果 10,000
www.eeworm.com/read/146084/5740108
spl sqrt.spl
int val;
read val;
int sqrt;
sqrt = 1;
while (sqrt * sqrt
www.eeworm.com/read/136786/5866278
h raid5.h
#ifndef _RAID5_H
#define _RAID5_H
#include
#include
/*
*
* Each stripe contains one buffer per disc. Each buffer can be in
* one of a number of states determ
www.eeworm.com/read/135153/5888707
h raid5.h
#ifndef _RAID5_H
#define _RAID5_H
#include
#include
/*
*
* Each stripe contains one buffer per disc. Each buffer can be in
* one of a number of states determ
www.eeworm.com/read/133329/5905753
d writesbycmd.d
syscall::write:entry
{
@counts[execname] = count();
}
www.eeworm.com/read/131315/5944097
p ancestor2.p
program ancestor2(output);
{ancestor algorithm using sets instead of boolean matrix}
const n = 20;
var i,j: integer;
r: array [1..n] of set of 1..n;
begin { j in r[i] = "i is a parent of j"}
www.eeworm.com/read/128604/5982472
java gatheringbytechannel.java
/* GatheringByteChannel.java --
Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it und