代码搜索:objects
找到约 10,000 项符合「objects」的源代码
代码结果 10,000
www.eeworm.com/read/349386/10831130
h ih263enc.h
/*==========================================================================*/
/* Copyright (C) 2000 Texas Instruments, Incorporated */
/* All Rights R
www.eeworm.com/read/349381/10832013
h ih263enc.h
/*==========================================================================*/
/* Copyright (C) 2000 Texas Instruments, Incorporated */
/* All Rights R
www.eeworm.com/read/349300/10837397
txt @psc_readme_7815_3.txt
Title: ActiveX Data Objects Programming in C++
Description: ActiveX Data Objects Programming How To: Hey, this is some kind of an experiment in writing tutorials in PSC. All of my articles are in .ht
www.eeworm.com/read/274718/10857120
cpp 6_44.cpp
#include
using namespace std;
class Point //类的声明
{ int X,Y,Z;
public: //外部接口
//其它成员函数同上案例,这里略…
Point(int x=0, int y=0,int z=0) {X=x;Y=y;Z=z;countP++;} //构造函数
static in
www.eeworm.com/read/274442/10871576
vbp restore.vbp
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\WINDOWS\System32\STDOLE2.TLB#OLE Automation
Reference=*\G{00000205-0000-0010-8000-00AA006D2EA4}#2.5#0#..\..\Program Files\Com
www.eeworm.com/read/274416/10872872
h memsys.h
/*----------------------------------------------------------------------
File : memsys.h
Contents: memory management system for equally sized (small) objects
Author : Christian Borgelt
His
www.eeworm.com/read/274217/10881775
makefile
##############################
# servfox Makefile
##############################
INSTALLROOT=$(PWD)
CC = armv4l-unknown-linux-g++
LIBS = $(SUBLIBS) -L$(QTDIR)/lib -lm -lqte -ljpeg -lpthread
INSTALL
www.eeworm.com/read/273217/10922583
makefile
objects = main.o lock.o thread.o mythread.o threadpool.o
edit: $(objects)
g++ -pthread -o edit $(objects)
main.o: main.c lock.h
g++ main.c -pthread -c
lock.o: lock.cpp
g++ lock.cpp -pthread