代码搜索:Hints
找到约 1,068 项符合「Hints」的源代码
代码结果 1,068
www.eeworm.com/read/128604/5980822
cc natwmsizehints.cc
/* Copyright (C) 2000 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under the terms of the
Libgcj License. Please consult the file "LIBGCJ_LIC
www.eeworm.com/read/490852/6443191
c listen_server.c
#include
#include
#include
#include
#include "listen_server.h"
const int LISTEN_QUEUE=128;
int
listen_server(const char *hostname,
www.eeworm.com/read/408584/11381073
c getaddrinfo.c
/*
* Copyright (c) 1996 W. Richard Stevens. All rights reserved.
*
* Permission to use or modify this software for educational or
* for commercial purposes, and without fee, is hereby granted,
www.eeworm.com/read/408277/11400434
dpr appclient.dpr
Program appserver;
{$APPTYPE CONSOLE}
{$INCLUDE mcompile.inc}
uses
SysUtils,
udt,
{$ifdef KYLIX}
Libc,
{$else}
Windows,
Winsock,
JwaWinsock2,
JwaWS2tcpip,
{$ENDIF
www.eeworm.com/read/408277/11400441
dpr appserver.dpr
Program appserver;
{$APPTYPE CONSOLE}
{$INCLUDE mcompile.inc}
Uses
SysUtils, udt,
{$IFDEF DELPHI}
Windows, Winsock, JwaWinsock2, JwaWS2tcpip,
{$ENDIF}
{$IFDEF KYLIX}
Libc,
www.eeworm.com/read/259652/11774783
pas sslinux.pas
{==============================================================================|
| Project : Ararat Synapse | 002.000.006 |
|===================================
www.eeworm.com/read/343528/11943052
h ping.h
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/232480/14194824
cpp appserver.cpp
#ifndef WIN32
#include
#include
#include
#include
#else
#include
#include
#endif
#include
#include
#include
www.eeworm.com/read/232480/14194830
cpp appclient.cpp
#ifndef WIN32
#include
#include
#include
#include
#else
#include
#include
#endif
#include
#include
#include
www.eeworm.com/read/129864/14221484
java renderqualitytest.java
/**
* @version 1.00 1999-09-11
* @author Cay Horstmann
*/
import java.awt.*;
import java.awt.event.*;
import java.awt.geom.*;
import java.util.*;
import javax.swing.*;
public class Ren