代码搜索:alignment

找到约 6,879 项符合「alignment」的源代码

代码结果 6,879
www.eeworm.com/read/444859/1727759

java alignment.java

/********************************************************************* * * Copyright (C) 2002 Andrew Khan * * This library is free software; you can redistribute it and/or * modify it under the t
www.eeworm.com/read/444859/1727999

java alignment.java

/********************************************************************* * * Copyright (C) 2002 Andrew Khan * * This library is free software; you can redistribute it and/or * modify it under
www.eeworm.com/read/443515/1739584

java alignment.java

package com.jhlabs.awt; import java.awt.Rectangle; public class Alignment implements Direction { public final static int FILL_NONE = 0; public final static int FILL_HORIZONTAL = 1; public final
www.eeworm.com/read/443386/1742284

c alignment.c

/* * linux/arch/arm/mm/alignment.c * * Copyright (C) 1995 Linus Torvalds * Modifications for ARM processor (c) 1995-2001 Russell King * * This program is free software; you can redistribute
www.eeworm.com/read/439082/1813021

c alignment.c

/* * linux/arch/arm/mm/alignment.c * * Copyright (C) 1995 Linus Torvalds * Modifications for ARM processor (c) 1995-2001 Russell King * * This program is free software; you can redistribute
www.eeworm.com/read/430518/1921999

c alignment.c

/* * linux/arch/arm/mm/alignment.c * * Copyright (C) 1995 Linus Torvalds * Modifications for ARM processor (c) 1995-2001 Russell King * * This program is free software; you can redistribute
www.eeworm.com/read/430182/1936619

c alignment.c

/* * linux/arch/arm/mm/alignment.c * * Copyright (C) 1995 Linus Torvalds * Modifications for ARM processor (c) 1995-2001 Russell King * * This program is free software; you can redistribute
www.eeworm.com/read/413855/2157068

hh alignment.hh

#ifndef ALIGNMENT_HH #define ALIGNMENT_HH #include class Alignment { int _chunk; int _offset; Alignment(int a, int b, int) : _chunk(a), _offset(b) { } public: Alignm
www.eeworm.com/read/413855/2157069

cc alignment.cc

/* * alignment.{cc,hh} -- represents alignment constraints * Eddie Kohler * * Copyright (c) 1999-2000 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to a
www.eeworm.com/read/404607/2301915

c alignment.c

/* * linux/arch/arm/mm/alignment.c * * Copyright (C) 1995 Linus Torvalds * Modifications for ARM processor (c) 1995-2001 Russell King * Thumb alignment fault fixups (c) 2004 MontaVista Softw