代码搜索:Object
找到约 10,000 项符合「Object」的源代码
代码结果 10,000
www.eeworm.com/read/252679/12268415
readme
Tandem Port of Info ZIP (zip)
=======================
History:
1. Tidy up COMMACS/MACROS/MAKE
2. Changes for version 5.32d affected files:
- TANDEMC (changes to stat() for UNZIP)
- ZIPUPC (c
www.eeworm.com/read/252553/12275648
java callback.java
import java.lang.reflect.Method;
import java.lang.reflect.InvocationTargetException;
/**
*
* Generic class to facilate use of callbacks
* Also provides a static helper function to get an
www.eeworm.com/read/338702/12287268
pas dnconst.pas
// The contents of this file are used with permission, subject to
// the Mozilla Public License Version 1.1 (the "License"); you may
// not use this file except in compliance with the License. You m
www.eeworm.com/read/251851/12314679
m rect_hull.m
function [CH,CI,dI] = rect_hull(P)
% Converts a vertices object into a polyhedron object.
%
% Syntax:
% "[CH,CI,dI] = rect_hull(P)"
%
% Description:
% "rect_hull(P)" returns a polyhedron
www.eeworm.com/read/251851/12314840
m transform.m
function u = transform(v,A,b)
% Apply affine transformation Tx + v to a vertices object, where T is an
% n by n invertible matrix and v is a constant vector
%
% Syntax:
% "V = transform(vtcs,T,v)"
www.eeworm.com/read/338160/12322250
c util.c
/*++
Copyright (c) 1996 Microsoft Corporation
Module Name:
util.c
Abstract: NULL filter driver -- boilerplate code
Author:
ervinp
Environment:
Kernel mode
Revis
www.eeworm.com/read/337834/12339003
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/337687/12350003
depcomp
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
# Copyright 1999, 2000 Free Software Foundation, Inc.
# This program is free software; you can redistribute it a
www.eeworm.com/read/149739/12352873
m setident.m
%SETIDENT Set object identifiers
%
% A = SETIDENT(A,IDENT,J)
%
% INPUT
% A Dataset
% IDENT Object identifiers
% J Vector of indices of objects to be updated (optional; default: all)