代码搜索:initialisation
找到约 2,024 项符合「initialisation」的源代码
代码结果 2,024
www.eeworm.com/read/283334/4083941
ini tex2rtf.ini
;;; Tex2RTF initialisation file
runTwice = yes
titleFontSize = 12
authorFontSize = 10
authorFontSize = 10
chapterFontSize = 12
sectionFontSize = 12
subsectionFontSize = 12
contentsDepth = 2
h
www.eeworm.com/read/283334/4083979
ini tex2rtf.ini
;;; Tex2RTF initialisation file
runTwice = yes
titleFontSize = 12
authorFontSize = 10
authorFontSize = 10
chapterFontSize = 12
sectionFontSize = 12
subsectionFontSize = 12
contentsDepth = 2
h
www.eeworm.com/read/283334/4084408
ini tex2rtf.ini
; Tex2RTF initialisation file
runTwice = yes
titleFontSize = 12
authorFontSize = 10
chapterFontSize = 12
sectionFontSize = 12
subsectionFontSize = 12
headerRule = yes
footerRule = yes
useHead
www.eeworm.com/read/409921/2223106
c editwidget.c
/* editor initialisation and callback handler.
Copyright (C) 1996, 1997 the Free Software Foundation
Authors: 1996, 1997 Paul Sheer
This program is free software; you can redistribut
www.eeworm.com/read/409921/2225142
c ufat.c
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: FAT File System Management
* FILE: reactos/dll/win32/fmifs/init.c
* PURPOSE: Initialisation
www.eeworm.com/read/393286/2476557
c pci.c
/*
* arch/xtensa/pcibios.c
*
* PCI bios-type initialisation for PCI machines
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General
www.eeworm.com/read/387868/2555151
ini tex2rtf.ini
; Tex2RTF initialisation file
runTwice = yes
titleFontSize = 12
authorFontSize = 10
chapterFontSize = 12
sectionFontSize = 12
subsectionFontSize = 12
headerRule = yes
footerRule = yes
useHeadingStyles
www.eeworm.com/read/387868/2555425
ini tex2rtf.ini
;;; Tex2RTF initialisation file
runTwice = yes
titleFontSize = 12
authorFontSize = 10
authorFontSize = 10
chapterFontSize = 12
sectionFontSize = 12
subsectionFontSize = 12
contentsDepth = 2
headerRule
www.eeworm.com/read/387868/2555717
ini tex2rtf.ini
; Tex2RTF initialisation file
runTwice = yes
titleFontSize = 12
authorFontSize = 10
chapterFontSize = 12
sectionFontSize = 12
subsectionFontSize = 12
headerRule = yes
footerRule = yes
useHeadingStyles
www.eeworm.com/read/366702/2873284
f90 enum_1.f90
! Program to test the default initialisation of enumerators
program main
implicit none
enum, bind (c)
enumerator :: red , yellow, blue
enumerator :: green
end enum
enum, bind (c)