代码搜索:Hints

找到约 1,068 项符合「Hints」的源代码

代码结果 1,068
www.eeworm.com/read/275859/10790319

c tcp_listen.c

/* include tcp_listen */ //#include "unp.h" #include "tcp_listen.h" int tcp_listen(const char *host, const char *serv, socklen_t *addrlenp) { int listenfd, n; const int on = 1; struct addrinfo
www.eeworm.com/read/398811/7919672

c mandelbrot_master.c

/** * The mandelbrot set PVM source code. * Author: Amal Cao * Since: Dec. 18th 2008 * GPL v2.0 */ #include #include #include #include #include
www.eeworm.com/read/315311/13546718

html xgetclasshint.html

Xlib Programming Manual: XGetClassHint XGetClassHint Syntax
www.eeworm.com/read/135582/5884283

cxx fl_x.cxx

// // "$Id: Fl_x.cxx,v 1.1.1.1 2003/08/07 21:18:40 jasonk Exp $" // // X specific code for the Fast Light Tool Kit (FLTK). // // Copyright 1998-1999 by Bill Spitzak and others. // // This library is f
www.eeworm.com/read/127694/6002375

c udp_server.c

/* include udp_server */ #include "unp.h" int udp_server(const char *host, const char *serv, socklen_t *addrlenp) { int sockfd, n; struct addrinfo hints, *res, *ressave; bzero(&hints, sizeof(s
www.eeworm.com/read/127694/6002423

c tcp_connect.c

/* include tcp_connect */ #include "unp.h" int tcp_connect(const char *host, const char *serv) { int sockfd, n; struct addrinfo hints, *res, *ressave; bzero(&hints, sizeof(struct addrinfo));
www.eeworm.com/read/127694/6002432

c tcp_listen.c

/* include tcp_listen */ #include "unp.h" int tcp_listen(const char *host, const char *serv, socklen_t *addrlenp) { int listenfd, n; const int on = 1; struct addrinfo hints, *res, *ressave;
www.eeworm.com/read/100480/6269021

java textrenderer2d.java

/* * TextRenderer2D.java - Uses new Java2D methods to draw text * Copyright (C) 2001 Slava Pestov * * This program is free software; you can redistribute it and/or * modify it under the terms of
www.eeworm.com/read/100086/6274235

c viewfax.c

/* Program to view fax files on an X-window screen Copyright (C) 1990, 1995 Frank D. Cringle. This file is part of viewfax - g3/g4 fax processing software. viewfax is free software; you can
www.eeworm.com/read/408584/11380261

c udp_server.c

/* include udp_server */ #include "unp.h" int udp_server(const char *host, const char *serv, socklen_t *addrlenp) { int sockfd, n; struct addrinfo hints, *res, *ressave; bzero(&hints, sizeof(s