代码搜索:objects

找到约 10,000 项符合「objects」的源代码

代码结果 10,000
www.eeworm.com/read/106906/15618255

htm wzjh22.htm

可视化编程工具综述 可视化编程工具综述 冯培荣 编译
www.eeworm.com/read/106479/15635579

pas dedeclasses.pas

unit DeDeClasses; ////////////////////////// // Last Change: 03.X.2001 ////////////////////////// interface uses Classes, Windows, DeDeConstants; const DATA_FOR_PE_HEADER_OFFSET = $
www.eeworm.com/read/106384/15638311

txt readme.txt

将SQL SERVER和ACCESS的数据库结构导成一个HTML文件。 引用: Library ADODB Microsoft ActiveX Data Objects 2.1 Library Library ADOX Microsoft ADO Ext. 2.7 for DDL and Security Library DAO Microsoft DAO 3.6 Objec
www.eeworm.com/read/105276/15671751

makefile

#!/usr/bin/make .SUFFIXES : .cpp .c .cpp.o : $(CC) $(CFLAGS) $(INCLUDES) -c $< .c.o : $(CC) $(CFLAGS) $(INCLUDES) -c $< all : check $(OBJECTS) $(CC) $(CFLAGS) $(OBJECTS) -o $(PROGRAM) $(LIBS) m
www.eeworm.com/read/104928/15681124

vbs sol14-3.vbs

Dim objDomain, objUser 'get a reference to a domain ojbect Set objDomain = GetObject("WinNT://Acme") 'filter on the user objects objDomain.Filter = Array("user") For Each objUser In objDomain
www.eeworm.com/read/104928/15681128

vbs sol14-14.vbs

Dim objGroup 'get the group to add objects to.. Set objGroup = GetObject("WinNT://Acme/Acctusers") objGroup.add "WinNT://Acme/freds,user" 'add a user objGroup.add "WinNT://Acme/joeb" 'add a an
www.eeworm.com/read/104928/15681284

vbs page689.vbs

Dim objContainer, objMailbox 'get a reference to the Recipients container. Set objContainer = GetObject("LDAP://odin/CN=Recipients,OU=Office,o=Acme") 'set a filter on organizationalPerson objects
www.eeworm.com/read/104910/15681649

makefile

include ../config.mk SOURCES = TArray.cc TSLL.cc TThread.cc TThreadPool.cc TArray.hh TSLL.hh TThread.hh TThreadPool.hh OBJECTS = TThread.o TThreadPool.o %.o: %.cc $(CC) -c $(CFLAGS) $< -o $@ all
www.eeworm.com/read/104818/15682485

txt readme.txt

This directory contains application for automatical import of Delphi objects, procedures and functions into interpreter. Please read !.txt file. It will help you a lot.
www.eeworm.com/read/103816/15719733

mak borland.mak

# # $Source: /home/gambit/CVS/gambit/sources/wxgcl/borland.mak,v $ # $Date: 2002/10/07 20:16:23 $ # $Revision: 1.1.2.2 $ # # DESCRIPTION: # Makefile for Borland C++ 5.5 for wxGCL # .AUTODEPEND !incl