代码搜索:proxy
找到约 9,859 项符合「proxy」的源代码
代码结果 9,859
www.eeworm.com/read/314225/3639232
h psfactory.h
/* PSFactory.h - COM/DCOM PSFactory class definition */
/* Copyright (c) 1999 Wind River Systems, Inc. */
/*
modification history
--------------------
01n,25jul01,dbs revise facelet/proxy classes
www.eeworm.com/read/308950/3709756
txt 构建步骤.txt
===============================================================
三层:
===============================================================
1. 桩和构架层:是应用程序层与系统其他部分的接口,生成代理类(Proxy),
使用对象序列化传
www.eeworm.com/read/306884/3731569
java invokehandler.java
/*
* Created on 2007-3-8
* Last modified on 2007-3-8
* Powered by YeQiangWei.com
*/
package com.yeqiangwei.club.service.proxy;
import java.lang.reflect.InvocationHandler;
public interf
www.eeworm.com/read/306677/3735082
c quote.c
#include "soapH.h" /* include generated proxy and SOAP support */
int main(int argc, char **argv)
{ struct soap soap;
float q;
char *sym;
if (argc > 1)
sym = argv[1];
else
{ fprintf(std
www.eeworm.com/read/306677/3735131
c quote.c
#include "soapH.h" /* include generated proxy and SOAP support */
int main(int argc, char **argv)
{ struct soap soap;
float q;
char *sym;
if (argc > 1)
sym = argv[1];
else
{ fprintf(std
www.eeworm.com/read/303768/3807537
c proxylib.c
/* proxyLib.c - proxy Address Resolution Protocol (ARP) client library */
/* Copyright 1984 - 2001 Wind River Systems, Inc. */
/*
modification history
--------------------
01k,10may02,kbw making man
www.eeworm.com/read/303768/3808512
h psfactory.h
/* PSFactory.h - COM/DCOM PSFactory class definition */
/* Copyright (c) 1999 Wind River Systems, Inc. */
/*
modification history
--------------------
01n,25jul01,dbs revise facelet/proxy classes
www.eeworm.com/read/302839/3822919
py device.py
from m5.params import *
from m5.proxy import *
from MemObject import MemObject
class PioDevice(MemObject):
type = 'PioDevice'
abstract = True
pio = Port("Programmed I/O port")
platfor
www.eeworm.com/read/302839/3822948
py alphaconsole.py
from m5.params import *
from m5.proxy import *
from Device import BasicPioDevice
class AlphaConsole(BasicPioDevice):
type = 'AlphaConsole'
cpu = Param.BaseCPU(Parent.cpu[0], "Processor")
www.eeworm.com/read/302839/3822969
py pci.py
from m5.SimObject import SimObject
from m5.params import *
from m5.proxy import *
from Device import BasicPioDevice, DmaDevice, PioDevice
class PciConfigAll(PioDevice):
type = 'PciConfigAll'