代码搜索:alignment
找到约 6,879 项符合「alignment」的源代码
代码结果 6,879
www.eeworm.com/read/162614/5537026
java syncglobal.java
// Test suitability of alignment of statically-allocated Objects.
class SyncGlobal
{
private static final byte[] global_1 = { 1 };
private static final byte[] global_2 = { 2, 3 };
private static
www.eeworm.com/read/162519/5546558
java syncglobal.java
// Test suitability of alignment of statically-allocated Objects.
class SyncGlobal
{
private static final byte[] global_1 = { 1 };
private static final byte[] global_2 = { 2, 3 };
private static
www.eeworm.com/read/173021/9680262
err start.err
Picture = pic\start.jpg
Error in line 10: Syntax error.
FontSize = 54
Error in line 33: Statement is not in a procedure.
Alignment = 2
Error in line 34: Statement is not in a procedure.
BackStyle = 0
www.eeworm.com/read/421297/10743704
h iinchip_conf.h
#ifndef _IINCHIP_CONF_H_
#define _IINCHIP_CONF_H_
//#define LITTLE_ENDIAN // This must be defined if system is little-endian alignment
//#define __DEF_IINCHIP_DBG__ /* involve debug code in dr
www.eeworm.com/read/441595/7668449
vbs temp.vbs
Set Word = CreateObject("Word.Application")
Word.Documents.Add
Word.Selection.MoveDown 5, 1000
Word.Selection="统计结果"
Word.Selection.ParagraphFormat.Alignment = wdAlignParagraphCenter
Word.S
www.eeworm.com/read/441595/7668452
txt temp.vbs.txt
Set Word = CreateObject("Word.Application")
Word.Documents.Add
Word.Selection.MoveDown 5, 1000
Word.Selection="统计结果"
Word.Selection.ParagraphFormat.Alignment = wdAlignParagraphCenter
Word.S
www.eeworm.com/read/128531/5985845
s copy_user.s
/* Copyright 2002 Andi Kleen, SuSE Labs.
* Subject to the GNU Public License v2.
*
* Functions to copy from and to user space.
*/
#include
/* #define FIX_ALIGNMENT 1 */