代码搜索:Struct

找到约 10,000 项符合「Struct」的源代码

代码结果 10,000
www.eeworm.com/read/100560/15872145

h jpeglib.h

/* * jpeglib.h * * Copyright (C) 1991-1998, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying READM
www.eeworm.com/read/100560/15872195

c example.c

/* * example.c * * This file illustrates how to use the IJG code as a subroutine library * to read or write JPEG image files. You should look at this code in * conjunction with the document
www.eeworm.com/read/100359/15876258

h nasmlib.h

/* nasmlib.h header file for nasmlib.c * * The Netwide Assembler is copyright (C) 1996 Simon Tatham and * Julian Hall. All rights reserved. The software is * redistributable under the licence
www.eeworm.com/read/100194/15881355

h syscodes.h

struct intString { unsigned int i; char * s; }; extern struct intString sysCodes[];
www.eeworm.com/read/100119/15883684

h structs.h

/* vi:set ts=8 sts=4 sw=4: * * VIM - Vi IMproved by Bram Moolenaar * * Do ":help uganda" in Vim to read copying and usage conditions. * Do ":help credits" in Vim to see a list of people who
www.eeworm.com/read/391748/8381522

m4 d-ino.m4

#serial 10 dnl From Jim Meyering. dnl dnl Check whether struct dirent has a member named d_ino. dnl # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2006, 2007 Free Software # Foundation, Inc. #
www.eeworm.com/read/290068/8507355

c console.c

#include #include /* * */ void con_init() { } /* * */ void con_write(struct _tty_struct *p) { putchark(get_queue(&p->final)); }
www.eeworm.com/read/188898/8509399

c simple.c

/* * Simple - REALLY simple memory mapping demonstration. * * Copyright (C) 2001 Alessandro Rubini and Jonathan Corbet * Copyright (C) 2001 O'Reilly & Associates * * The source code in this file
www.eeworm.com/read/287073/8725337

html functions_type_0x70.html

Crypto++: Class Members - Typedefs
www.eeworm.com/read/429159/8816175

txt linux网络编程基础(三).txt

Linux网络编程基础(三) 完整的读写函数 一旦我们建立了连接,我们的下一步就是进行通信了.在Linux下面把我们前面建立的通道 看成是文件描述符,这样服务器端和客户端进行通信时候,只要往文件描述符里面读写东西了. 就象我们往文件读写一样. 1、写函数write ssize_t write(int fd,const void *buf, ...