代码搜索:hack
找到约 2,135 项符合「hack」的源代码
代码结果 2,135
www.eeworm.com/read/347945/11624668
m reshape.m
function Y=reshape(varargin)
%RESHAPE (overloaded)
% Author Johan L鰂berg
% $Id: reshape.m,v 1.2 2006/07/13 19:40:59 joloef Exp $
Y = varargin{1};
% simple hack to figure out new sizes
temp =
www.eeworm.com/read/34867/1046238
makefile
# Makefile - makefile for target/src/vxcom/veloce-hack
#
# modification history
# --------------------
# 01l,06dec01,dbs update for latest WIDL changes
# 01k,22oct01,dbs written
DEFS_VXCOM = $(WIND
www.eeworm.com/read/480930/1307090
c addnote.c
/*
* BK Id: SCCS/s.addnote.c 1.7 05/18/01 15:17:23 cort
*/
/*
* Program to hack in a PT_NOTE program header entry in an ELF file.
* This is needed for OF on RS/6000s to load an image correctly.
*
www.eeworm.com/read/480682/1315595
makefile
# Makefile - makefile for target/src/vxcom/veloce-hack
#
# modification history
# --------------------
# 01l,06dec01,dbs update for latest WIDL changes
# 01k,22oct01,dbs written
DEFS_VXCOM = $(WIND
www.eeworm.com/read/480145/1322355
makefile
# Makefile - makefile for target/src/vxcom/veloce-hack
#
# modification history
# --------------------
# 01l,06dec01,dbs update for latest WIDL changes
# 01k,22oct01,dbs written
DEFS_VXCOM = $(WIND
www.eeworm.com/read/470720/1446253
c union2.c
// Build don't link:
// Origin: David Mazieres
template struct vector_base {
typedef T elm_t;
protected:
union {
double alignment_hack;
char defbuf_spa
www.eeworm.com/read/470693/1458199
c union2.c
// Build don't link:
// Origin: David Mazieres
template struct vector_base {
typedef T elm_t;
protected:
union {
double alignment_hack;
char defbuf_spa
www.eeworm.com/read/243567/4523175
c addnote.c
/*
* BK Id: SCCS/s.addnote.c 1.7 05/18/01 15:17:23 cort
*/
/*
* Program to hack in a PT_NOTE program header entry in an ELF file.
* This is needed for OF on RS/6000s to load an image correctly.
*
www.eeworm.com/read/240162/4581441
c union2.c
// { dg-do assemble }
// Origin: David Mazieres
template struct vector_base {
typedef T elm_t;
protected:
union {
double alignment_hack;
char defbuf_s