代码搜索:Object
找到约 10,000 项符合「Object」的源代码
代码结果 10,000
www.eeworm.com/read/403191/11521029
h dmerror.h
/************************************************************************
* *
* dmerror.h -- Error codes returned by DirectMus
www.eeworm.com/read/403013/11523927
ms_makefile_template
#MS compiler: options
# -c compile but do not link
# -GX Enable exception handling
# -nologo suppresses copyright notice
# -o name the output file
# -Za disables language extensions
CPP = cl
www.eeworm.com/read/402785/11527320
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/402767/11528582
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/401178/11563212
depcomp
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
scriptversion=2005-02-09.22
# Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc.
# This progr
www.eeworm.com/read/401134/11563833
js application.js
var Prototype={
Version:'1.6.0',
Browser:{
IE:!!(window.attachEvent&&!window.opera),
Opera:!!window.opera,
WebKit:navigator.userAgent.indexOf('AppleWebKit/')>-1,
Gecko:navigator.userAgent.indexOf('Gec
www.eeworm.com/read/400635/11571313
pas jvtypes.pas
{-----------------------------------------------------------------------------
The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License"); you may not use this f
www.eeworm.com/read/400577/11572835
m setobjsize.m
%SETOBJSIZE Reset the object size of a dataset
%
% A = SETOBJSIZE(A,OBJSIZE)
%
% By default, the object size of a dataset A is given by the number of objects,
% i.e. the number of rows in the DATA
www.eeworm.com/read/400577/11573116
m struc.m
%STRUC Datafield structure overload
%
% [E,D] = STRUC(A)
%
% INPUT
% A Datafile
%
% OUTPUT
% E Structure conversion of datafile
% D Structure conversion of dataset filed of datafi
www.eeworm.com/read/400577/11573212
m svo.m
%SVO Support Vector Optimizer
%
% [V,J,C,NU] = SVO(K,NLAB,C,OPTIONS)
%
% INPUT
% K Similarity matrix
% NLAB Label list consisting of -1/+1
% C Scalar for weighting the errors (optiona