代码搜索:CALLER
找到约 2,889 项符合「CALLER」的源代码
代码结果 2,889
www.eeworm.com/read/256576/4368116
pl caller.pl
#!/usr/bin/perl
#
use IO::Socket;
my $sock = new IO::Socket::INET (
PeerAddr => '127.0.0.1',
PeerPort => '4000',
Proto => 'tcp',
);
die "Could not create socket: $!\n" unless $sock;
print $sock
www.eeworm.com/read/153251/5651978
java caller.java
/**
* Redistribution and use of this software and associated documentation
* ("Software"), with or without modification, are permitted provided
* that the following conditions are met:
*
* 1
www.eeworm.com/read/171690/9742359
mak caller.mak
#-----------------------
# CALLER.MAK make file
#-----------------------
caller.exe : caller.obj caller.res imalloc.lib
$(LINKER) $(GUIFLAGS) -OUT:caller.exe caller.obj caller.res \
www.eeworm.com/read/171690/9742374
c caller.c
/*---------------------------------------------
CALLER.C -- Call into private OLE component
(c) Paul Yao, 1996
---------------------------------------------*/
#include
www.eeworm.com/read/171690/9742379
rc caller.rc
#include "caller.h"
MAIN MENU
{
POPUP "&Allocator"
{
MENUITEM "&Create", IDM_CREATE
MENUITEM "&Destroy", IDM_DESTROY
MENUITEM SEPARATOR
www.eeworm.com/read/171690/9742380
h caller.h
#define IDM_CREATE 1
#define IDM_DESTROY 2
#define IDM_IUNKNOWN 3
#define IDM_IMALLOC 4
#define IDM_IMARSHAL 5
#define IDM_ALLOCATE_CUSTOM 6
#d
www.eeworm.com/read/171690/9742386
exe caller.exe
www.eeworm.com/read/203530/15356451
class caller.class
www.eeworm.com/read/100099/15885176
c caller.c
/* -*- C++ -*-
*
* Copyright (c) 1999 Joe Yandle
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
www.eeworm.com/read/100099/15885217
h caller.h
/* -*- C++ -*-
*
* Copyright (c) 1999 Joe Yandle
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Lice