代码搜索:Component
找到约 10,000 项符合「Component」的源代码
代码结果 10,000
www.eeworm.com/read/169281/9870459
rc component.rc
// component.rc
1 TYPELIB "Component\component.tlb"
www.eeworm.com/read/169281/9870480
def component.def
; component.def
LIBRARY component.dll
DESCRIPTION '(c)2000 Guy Eddon'
EXPORTS
DllGetClassObject @1 PRIVATE
DllCanUnloadNow @2 PRIVATE
www.eeworm.com/read/169281/9870523
idl component.idl
// component.idl
import "unknwn.idl";
[ object, uuid(10000001-0000-0000-0000-000000000001), oleautomation ]
interface ISum : IUnknown
{
HRESULT Sum(int x, int y, [out, retval] int* retval);
www.eeworm.com/read/169281/9870527
dsp component.dsp
# Microsoft Developer Studio Project File - Name="Component" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/169281/9870534
cpp component.cpp
// component.cpp
#include
#include
#include "Component\component.h" // Generated by MIDL
#include "registry.h"
const REG_DATA g_regData[] = {
{ "CLSID\\{10000002-000
www.eeworm.com/read/169281/9870545
rc component.rc
// component.rc
1 TYPELIB "Component\component.tlb"
www.eeworm.com/read/168597/9906411
mk component.mk
# *******************************************************************************
# * *
# * License Agreement
www.eeworm.com/read/360438/10092218
mk component.mk
# This file generated on 2007.07.09.14:49:46
C_LIB_SRCS += wuyao_avalon_lcd_controller.c
ASM_LIB_SRCS +=
INCLUDE_PATH +=
# end of file
www.eeworm.com/read/356583/10224267