代码搜索:object
找到约 10,000 项符合「object」的源代码
代码结果 10,000
www.eeworm.com/read/202479/15382143
c object.c
/*
object.c.
object handling routines for ksymoops. Read modules, vmlinux, etc.
Copyright 1999 Keith Owens .
Released under the GNU Public Licence, Version 2.
*/
www.eeworm.com/read/201477/15407623
h object.h
#ifndef Object_
#define Object_
class Object {
friend int Knapsack(int *, int *, int, int);
public:
int operator= a.d);}
private:
www.eeworm.com/read/201234/15412861
h object.h
/*
Copyright (C) 2006 GUI Developers
All rights reserved.
Website: www.ecurb2006.com
Info: sales@ecurb2006.com
*/
#ifndef _GUI_OBJECT_H
#define _GUI_OBJECT_H
#define CreateObject CreatO
www.eeworm.com/read/200155/15439520
c object.c
/*
Program: revava - Atmel Dis-Assembler
File: Object.C, Copyright (C) 2001 Daniel J. Winker
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU
www.eeworm.com/read/200155/15439528
h object.h
/*
Program: revava - Atmel Dis-Assembler
File: Object.h, Copyright (C) 2001 Daniel J. Winker
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU
www.eeworm.com/read/112921/15473832
c object.c
/**
* @file object.c MSNObject API
*
* gaim
*
* Gaim is the legal property of its developers, whose names are too numerous
* to list here. Please refer to the COPYRIGHT file distributed with th
www.eeworm.com/read/112921/15473865
h object.h
/**
* @file object.h MSNObject API
*
* gaim
*
* Gaim is the legal property of its developers, whose names are too numerous
* to list here. Please refer to the COPYRIGHT file distributed with th
www.eeworm.com/read/109983/15543966
cpp object.cpp
/*******************************************************************************
模 块: 图形对象模块.
功 能: 能够定义一个图形方块为对象并显示和隐藏,是所有图形对象的基类.
程序员: 雷中南.
版 本: v1.1
时 间: 1999-05-05
******************
www.eeworm.com/read/109983/15544058
h object.h
/*
模 块: 图形对象模块.
功 能: 能够定义一个图形方块为对象并显示和隐藏,是所有图形对象的基类.
程序员: 雷中南.
版 本: v1.1
时 间: 1999-05-05
*/
#ifndef _OBJECT
#define _OBJECT
#include "scrkeep.h"
//对象类模块.
class Object : public
www.eeworm.com/read/109983/15544098