代码搜索:Write
找到约 10,000 项符合「Write」的源代码
代码结果 10,000
www.eeworm.com/read/322258/13383962
obj write.obj
www.eeworm.com/read/321827/13397058
c write.c
/***
*write.c - write to a file handle
*
* Copyright (c) 1989-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines _write() - write to a file handle
*
**********
www.eeworm.com/read/321546/13403375
m write.m
% write
% ******************TEST OUTPUT*********************************
if input_type == 1
if test_input_type == 1
%already binary - do nothing
end
if (test_input_type == 2) | (tes
www.eeworm.com/read/321265/13409814
c write.c
/*write.c*/
#include
#include
#include
#include
#include
#include
#include
#define MAXSIZE
int main(void)
{
www.eeworm.com/read/321262/13410053
c write.c
/*
** These examples use semaphores to ensure that writer and reader
** processes have exclusive, alternating access to the shared-memory region.
*/
/********** writer.c ***********/
#inclu
www.eeworm.com/read/320714/13419227
c write.c
/*
* linux/lib/write.c
*
* (C) 1991 Linus Torvalds
*
* 该程序中包括一个向文件描述符写操作函数write()。该函数向文件描述符指定的
* 文件写入count 字节的数据到缓冲区buf 中。
*/
#include
#define __LIBRARY__
// Linux 标准头
www.eeworm.com/read/320714/13419387
c write.c
/*
* linux/lib/write.c
*
* (C) 1991 Linus Torvalds
*/
#define __LIBRARY__
#include // Linux 标准头文件。定义了各种符号常数和类型,并申明了各种函数。
// 如定义了__LIBRARY__,则还包括系统调用号和内嵌汇编_syscall0()等。
//// 写文件系统调用函数。
//
www.eeworm.com/read/320523/13424764
gif write.gif
www.eeworm.com/read/320358/13428046
c write.c
/* write.c
*
* Written by Sebastian Stolzenberg email:stolzi@sebastian-stolzenberg.de
* Version 1.0 04 Feb 2003
*/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#e
www.eeworm.com/read/319753/13444764