代码搜索:Object
找到约 10,000 项符合「Object」的源代码
代码结果 10,000
www.eeworm.com/read/148789/12425857
rd predict.ksvm.rd
\name{predict.ksvm}
\alias{predict.ksvm}
\alias{predict,ksvm-method}
\title{predict method for support vector object}
\description{Prediction of test data using support vector machines}
\usage{
\S
www.eeworm.com/read/148701/12439640
c heap.c
/* HEAP handling
Copyright (C) 1997, 1998 Free Software Foundation, Inc.
Written by Ben Pfaff .
Modified 1999, with Ben's permission, by Richard
Heathfield
www.eeworm.com/read/249958/12445970
depcomp
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
scriptversion=2005-07-09.11
# Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc.
# This progr
www.eeworm.com/read/249911/12447590
depcomp
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
# Copyright 1999, 2000, 2003 Free Software Foundation, Inc.
# This program is free software; you can redistribute it
www.eeworm.com/read/148505/12462702
cpp document.cpp
// **************************************************************************
// document.cpp
//
// Description:
// Implements a CDocument derived class. This is the document part of our
// MFC
www.eeworm.com/read/148505/12463037
cpp itemview.cpp
// **************************************************************************
// itemview.cpp
//
// Description:
// Implements a CListView derived class. This the top right pane of our GUI
// wh
www.eeworm.com/read/249894/12463163
cs storage.cs
namespace Perst
{
using System;
using System.Collections;
#if USE_GENERICS
using System.Collections.Generic;
#endif
public enum TransactionMode
{
///
www.eeworm.com/read/249894/12463180
cs iresource.cs
namespace Perst
{
///
/// Interface of object supporting locking
///
public interface IResource
{
///
/// Lock persistent obj
www.eeworm.com/read/249894/12463518
cs customallocator.cs
using System;
namespace Perst
{
///
/// Custom allocator interface. Custom allocator can be used for more efficiently
/// allocate space using application specific semant