X : 2012? (ISO/IEC : 2010) 1 {! [jfortran 1473] } {! %Y } {! NOTE } {!

Size: px
Start display at page:

Download "X : 2012? (ISO/IEC : 2010) 1 {! [jfortran 1473] } {! %Y } {! NOTE } {!"

Transcription

1 1 {! [jfortran 1473] } {! %Y } {! NOTE } {! h.*i } {! [jfortran 1460] (by ) } {! ( ) } {! } abc (abstract interface) set of procedure characteristics with dummy argument names (12.4.1) (abstract interface block) interface block with the ABSTRACT keyword; collection of interface bodies that specify named abstract interfaces (abstract type) (4.5.6) ABSTRACT (actual argument) ( ) (allocatable) having the ALLOCATABLE attribute (5.3.3) (argument association) ( ) (argument keyword) word that identifies the corresponding dummy argument in an actual argument list (array) (2.4.5) 1 FORTRAN 77 {!F2003: array-valued } (array element) ( ) (array pointer) ( ) (array section) ( ) ASCII (ASCII character) character whose representation method corresponds to ISO/IEC 646:1991 (International Reference Version) (associate name) (8.1.4{!F2003: ISO }) SELECT TYPE ASSOCIATE

2 (associating entity) (in a dynamically-established association) the entity that did not exist prior to the establishment of the association (16.5.5) (association) (16.4) (assumed-shape array) ( ) (assumed-size array) ( ) (assumed type parameter) length type parameter that assumes the type parameter value from another entity. NOTE 1.8 The other entity is the selector for an associate name, the constant-expr for a named constant of type character, or the effective argument for a dummy argument (atomic subroutine) intrinsic subroutine that performs an action on its ATOM argument atomically (attribute) (5) (R501) (automatic data object) (5.1) (base object) (data-ref ) object designated by the leftmost part-name (6.4.2) (binding) type-bound procedure or final subroutine (4.5.5) (binding label) ( ) {!F2003: label } (statement label) label label (binding name) name given to a specific or generic type-bound procedure in the type definition (4.5.5) (blank common) unnamed common block (block) (8.1) (block data program unit) (11.3) (bound array bound) limit of a dimension of an array (branch target statement) action-stmt, associate-stmt, end-associate-stmt, if-then-stmt, end-if-stmt, select-case-stmt, end-select-stmt, select-type-stmt, end-select-type-stmt, do-stmt, end-do-stmt, blockstmt, end-block-stmt, critical-stmt, end-critical-stmt, a forall-construct-stmt, do-term-action-stmt, do-term-sharedstmt, or where-construct-stmt whose statement label appears as a label in a GO TO statement, computed GO TO statement, arithmetic IF statement, alt-return-spec, END= specifier, EOR= specifier, or ERR= specifier (8.2.1).

3 C (C address) value identifying the location of a data object or procedure either defined by the companion processor or which. NOTE 1.1 This is the concept that ISO/IEC 9899:1999 calls the address (character context) within a character literal constant (4.4.3) or within a character string edit descriptor (10.3.2) (characteristics) (12.2) (1) BIND (2) OPTIONAL (3) VALUE ASYNCHRONOUS VOLATILE (4) (5) (character sequence type) sequence type with no type parameters, no allocatable or pointer components, and whose components are all default character or of another character sequence type (character storage unit) ( ) (coarray) data entity that has nonzero corank (2.4.7) (cobound) bound (limit) of a codimension (codimension) dimension of the pattern formed by a set of corresponding coarrays (coindexed object) data object whose designator includes an image-selector (R624, 6.6) (collating sequence) ( ) (common block) (5.5.2) (companion processor) (2.5.10) Fortran C (complex part designator) designator that designates the real or imaginary part of a complex data object, independently of the other part (6.4.4) (component) (4.5)

4 (component keyword) word that identifies a component in a structure constructor (component order) ( ) (conformable) (2.4.5) (connected) (9.4.3) (1) (2) (constant) ( ) {!F2003: constant expression } {! F2003 } (constant expression) expression satisfying the requirements specified in , thus ensuring that its value is constant (construct association) ( ) ASSOCIATE SELECT TYPE (construct entity) (16) (contiguous) (array) having array elements in order that are not separated by other data objects, as specified in (corank) number of codimensions of a coarray (zero for objects that are not coarrays) (cosubscript) (R625) scalar integer expression in an image-selector (R624) (data entity) (2.4.3) (data object) ( ) (data object reference) appearance of a data object designator (6.1) in a context requiring its value at that point during execution (data pointer) data entity with the POINTER attribute (5.3.14) (data type) (4) (decimal symbol) ( ) (declaration) specification of attributes for various program entities. NOTE 1.2 Often this involves specifying the type of a named data object or specifying the shape of a named array object (declared type) ( )

5 (default-initialized) ( ) (default initialization) ( ) (deferred-shape array) allocatable array or array pointer, declared with a deferredshape-spec-list ( ) (deferred type parameter) (4.2) {!F2003: 4.3 } (definable) (2.5.5) C I C(I) (defined) (2.5.5) (defined assignment) assignment defined by a procedure ( , ) (defined input/output) input/output defined by a procedure and accessed via a defined-io-generic-spec (R1208, ) (defined operation) ( ) (definition) (data object) process by which the data object becomes defined (16.6.5) (derived type) ( ) {!F2003: } (descendant) (module or submodule) submodule that extends that module or submodule or that extends another descendant thereof (designator) (2.5.1) 0 {!F2003: F90 F95 } (direct component) {! F95 } one of the components, or one of the direct components of a nonpointer nonallocatable component (4.5.1). {!F2003: direct component subcomponent } (disassociated) (2.4.6) NULLIFY DEALLOCATE (dummy argument) ( ) {!F2003: dummy pointer } (dummy data object) ( ) (dummy function) dummy procedure that is a function (dummy procedure) ( )

6 (dynamic type) ( ) (effective argument) entity that is argument-associated with a dummy argument ( ) (effective item) (9.5.2) (elemental) ( ) NOTE 1.4 Combination of scalar and array operands or arguments combine the scalar operand(s) with each element of the array operand(s) (elemental assignment) assignment that operates elementally (elemental operation) operation that operates elementally (elemental operator) operator in an elemental operation (elemental procedure) elemental intrinsic procedure or procedure defined by an elemental subprogram (elemental reference) reference to an elemental procedure with at least one array actual argument (elemental subprogram) subprogram with the ELEMENTAL prefix END (END statement) end-block-data-stmt, end-function-stmt, end-module-stmt, end-mpsubprogram-stmt, end-program-stmt, end-submodule-stmt, or end-subroutine-stmt (executable statement) (2.3.1) {!F2003: present } (explicit-shape array) ( ) (explicit initialization) (5.1) DATA DATA (explicit interface) (12.3.1) (extended type) (4.5.6) EXTENDS (extensible type) (4.5.6) EXTENDS BIND (extension type) (4.5.6) (extent) (2.4.5) (external file) (9.2) (external procedure) ( ) Fortran

7 (external subprogram) (2.2) FORTRAN (external unit) (9.4) (file storage unit) (9.2.4) (finalizable) (4.5.5) (finalization) ( ) {!F2003: destroy } (final subroutine) (4.5.5) (function) (2.2.3) (function reference) appearance of the procedure designator for a function, or operator symbol in a context requiring execution of the function during expression evaluation (12.5.3) (generic identifier) ( ) INTERFACE GENERIC (generic interface) ( ) {!F2003: 4.5.1, } (generic interface block) ( ) (host) (2.2) {! ( host)} (host association) ( ) (host instance) (internal procedure, or dummy procedure or procedure pointer associated with an internal procedure) instance of the host procedure that supplies the host environment of the internal procedure ( ) (host scoping unit) (2.2) IEEE (IEEE infinity) IEC 60559:1989 conformant infinite floating-point value IEEE (IEEE NaN) IEC 60559:1989 conformant floating-point datum that does not represent a number (image) instance of a Fortran program (2.3.4) (image control statement) statement that affects the execution ordering between images (8.5) (image index) integer value identifying an image (implicit interface) (12.3.1) (inclusive scope) nonblock scoping unit plus every block scoping unit whose host is that scoping unit or that is nested within such a block scoping unit.

8 8 NOTE 1.5 That is, inclusive scope is the scope as if BLOCK constructs were not scoping units (inherit) ( {!F2003: ISO 4.5.6}) (inheritance association) ( ) (inquiry function) (13.1) (interface) (procedure) name, procedure characteristics, dummy argument names, binding label, and generic identifiers (12.4.1) (interface) (12.3) {!F95: F90, F95, F2003 } (interface block) ( ) INTERFACE END INTERFACE (internal file) (9.3) (internal procedure) ( ) (internal subprogram) (2.2) (internal unit) input/output unit that is connected to an internal file (9.5.4) (interoperable) (15.2) Fortran C (intrinsic) (2.5.7) {!F2003: F95 assignment statement } (intrinsic type) type defined by this part of ISO/IEC 1539 that is always accessible (4.4) ISO (ISO character) character whose representation method corresponds to UCS-4 in ISO/IEC (keyword) (2.5.2) (kind type parameter) ( ) {!F2003: } {!F95: } KIND

9 (length type parameter) type parameter whose value is permitted to be assumed, deferred, or given by a specification expression. (character length) (lexical token) (3.2) (line) (3.3) Fortran INCLUDE (linkage association) ( ) Fortran C (literal constant) ( ) FORTRAN (local variable) ( ) (lock variable) scalar variable of type LOCK TYPE ( ) from the intrinsic module ISO FORTRAN ENV (main program) ( ) Fortran Fortran (masked array assignment) assignment statement in a WHERE statement or WHERE construct (7.2.3) (module) ( ) (module procedure) ( ) (module reference) appearance of a module name in a USE statement (11.2.2) (module subprogram) (2.2) (name) (3.2.1) 62 FORTRAN 77 (symbolic name) (name association) (16.4.1) (named constant) ( ) FORTRAN 77 (symbolic name of a constant) (NaN) (14.7) IEEE Not-a-Number (nonexecutable statement) (2.3.1) (nonstandard intrinsic) (procedure or module) provided by a processor but not defined in this part of ISO/IEC (numeric sequence type) sequence type with no type parameters, no allocatable or pointer components, and whose components are all default complex, default integer, default logical, default real, double precision real, or of another numeric sequence type (numeric storage unit) ( ) (numeric type) (4.4)

10 (object) ( ) (object designator) (2.5.1) NOTE 1.3 An object name is a special case of an object designator (operand) (2.5.8) (operator) (2.5.8) (parent component) ( ) (parent type) (4.5.6) (passed-object dummy argument) ( ) {!F2003: } (pointer) (2.4.6) POINTER {!F2003: } (pointer assignment) (7.4.2) (pointer association) (16.4.2) (polymorphic) ( ) CLASS (preconnected) (9.4.4) OPEN (procedure) ( ) ENTRY (procedure designator) (2.5.1) (procedure pointer) procedure with the EXTERNAL and POINTER attributes (5.3.9, ) (procedure reference) appearance of a procedure designator, operator symbol, or assignment symbol in a context requiring execution of the procedure at that point during execution; or occurrence of defined input/output (10.7.6) or derived-type finalization ( ) (processor) (1.2) (processor dependent) (1.5) (program) (2.2.1) (program unit) (2.2) INCLUDE

11 (pure procedure) (12.6) (13.1) (rank) ( ) (record) (9.1) (record file) file composed of a sequence of records (9.1) (reference) (2.5.6) USE (result variable) ( ) (saved) having the SAVE attribute (5.3.16) (scalar) (2.4.4) (1) (2) (scoping unit) (2.2) (1) (2) (3) (sequence) set of elements ordered by a one-to-one correspondence with the numbers 1, 2, to n (sequence structure) scalar data object of a sequence type ( ) (sequence type) derived type with the SEQUENCE attribute ( ) (shape) (2.4.5) 1 NOTE 1.6 Thus the shape of a scalar data entity is an array with rank one and size zero (simply contiguous) (array designator or variable) satisfying the conditions specified in NOTE 1.7 These conditions are simple ones which make it clear that the designator or variable designates a contiguous array (size) (2.4.5) (specification expression) (7.1.6) (specific interface) interface identified by a nongeneric name (specific interface block) interface block with no generic-spec or ABSTRACT keyword; collection of interface bodies that specify the interfaces of procedures (specific name) name that is not a generic name (standard-conforming program) (1.5) (standard intrinsic) (procedure or module) defined in this part of ISO/IEC 1539 (13).

12 (statement) (3.3) (statement entity) (16) (statement keyword) word that is part of the syntax of a statement (2.5.2) (statement label) (3.2.4) 5 {!F2003: label } label (binding label) (storage association) (16.4.3) (storage sequence) ( ) (storage unit) ( ) (stream file) file composed of a sequence of file storage units (9.1) (structure) ( ) (structure component) (6.1.2) {!F2003: 2 } (structure constructor) (4.5.9) (subcomponent) (6.1.2) (submodule) program unit that extends a module or another submodule (11.2.3) (subobject) ( ) {!F2003: subobject designator object designator } (subprogram) (2.2) FORTRAN (subroutine) (2.2.3) CALL (target) ( ) TARGET (transformational function) (13.1) (type) (2.4.1) (type-bound procedure) (4.5.4)

13 (type compatible) ( ) (type parameter) (2.4.1{!F2003: ISO }) (KIND) (LEN) (type parameter inquiry) syntax (type-param-inquiry) that is used to inquire the value of a type parameter of a data object (6.4.5) (type parameter keyword) word that identifies a type parameter in a type parameter list (type parameter order) ( ) {!F2003: type parameter value } (ultimate argument) nondummy entity with which a dummy argument is associated via a chain of argument associations ( ) (ultimate component) (4.5) (1) (2) ALLOCATABLE POINTER (3) ALLOCATABLE POINTER (undefined) (2.5.5) (unit input/output unit) means, specified by an io-unit, for referring to a file (9.5.1) (unlimited polymorphic) able to have any dynamic type during program execution ( ) (unsaved) not having the SAVE attribute (5.3.16) (unspecified storage unit) ( ) (use association) ( ) USE (variable) ( ) FORTRAN (vector subscript) ( ) (whole array) (6.2.1)

14 14 (action statement) (2.1) (R214) (allocatable variable) ( ) ALLOCATABLE {!F2003: } (argument) (12) {!F2003: argument keyword keyword } (assignment statement) ( ) = (base type) (4.5.6) (belong) ( ) EXIT CYCLE DO DO DO DO (bounds) ( ) (character) (3.1) (character length parameter) ( ) (character string) (4.4.4) 1, 2, 3,... (class) ( ) N N (conformance) (1.5) 1.5 (construct) ( ) ASSOCIATE DO FORALL IF SELECT CASE SELECT TYPE WHERE (control mask) ( {!F2003: ISO 7.4.3}) WHERE WHERE WHERE (data) (datum, data) datum data (deferred binding) (4.5.4) DEFERRED (4.5.6) (defined assignment statement) ( ) ASSIGNMENT(=) (deleted feature) (1.8) Fortran Fortran B.1 (dummy array) (entity)

15 15 (executable construct) (2.1) (R214) ASSOCIATE CASE DO FORALL IF SELECT TYPE WHERE (expression) ( ) (R722) (external linkage) C C Fortran (association) Fortran (file) (9) (function result) ( ) (function subprogram) ( ) FUNCTION END (global entity) (16.1) (instance of a subprogram) ( ) (intent) ( ) (interface body) ( ) FUNCTION SUBROUTINE END (interface body) (interface of a procedure) (invoke) (2.2.3) (1) CALL (2) (3) (length of a character string) (4.4.4) (local entity) (16.2) (many-one array section) ( ) (named) X X X(1) (obsolescent feature) (1.8) (operation) (7.1.2) (override) ( ) {!F2003: 4.5.1, } (pointer assignment statement) (7.4.2) =>

16 16 (pointer associated) ( ) ALLOCATE (procedure interface) (12.3) (prototype) C C (rounding mode) ( ) IEEE COMPATIBLE PROCESSOR DEFINED (scope) (16) (section subscript) (6.2.2) (selector) ( ) (1) (2) CASE (3) SELECT TYPE (4) ASSOCIATE (specification function) (7.1.6) (statement function) (12.5.4) {!F2003: statement keyword keyword } (stride) ( ) (struct) C C (subroutine subprogram) ( ) SUBROUTINE END (subscript) (6.2.2) 1 FORTRAN 77 (subscript triplet) (6.2.2) (substring) (6.1.1) (type declaration statement) (5) INTEGER REAL DOUBLE PRECISION COMPLEX CHARACTER LOGICAL TYPE ( ) (unsigned) C C Fortran void (void) C C Fortran

main.dvi

main.dvi 1 F77 5 hmogi-2008f@kiban.civil.saitama-u.ac.jp 2013/5/13 1 2 f77... f77.exe f77.exe CDROM (CDROM D D: setupond E E: setupone 5 C:work\T66160\20130422>f77 menseki.f -o menseki f77(.exe) f77 f77(.exe) C:work\T66160\20130422>set

More information

Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for

Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for embedded systems that use microcontrollers (MCUs)

More information

listings-ext

listings-ext (6) Python (2) ( ) ohsaki@kwansei.ac.jp 5 Python (2) 1 5.1 (statement)........................... 1 5.2 (scope)......................... 11 5.3 (subroutine).................... 14 5 Python (2) Python 5.1

More information

1F90/kouhou_hf90.dvi

1F90/kouhou_hf90.dvi Fortran90 3 33 1 2 Fortran90 FORTRAN 1956 IBM IBM704 FORTRAN(FORmula TRANslation ) 1965 FORTRAN66 1978 FORTRAN77 1991 Fortran90 Fortran90 Fortran Fortran90 6 Fortran90 77 90 90 Fortran90 [ ] Fortran90

More information

Huawei G6-L22 QSG-V100R001_02

Huawei  G6-L22 QSG-V100R001_02 G6 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 2 3 17 4 5 18 UI 100% 8:08 19 100% 8:08 20 100% 8:08 21 100% 8:08 22 100% 8:08 ********** 23 100% 8:08 Happy birthday! 24 S S 25 100% 8:08 26 http://consumer.huawei.com/jp/

More information

25 II :30 16:00 (1),. Do not open this problem booklet until the start of the examination is announced. (2) 3.. Answer the following 3 proble

25 II :30 16:00 (1),. Do not open this problem booklet until the start of the examination is announced. (2) 3.. Answer the following 3 proble 25 II 25 2 6 13:30 16:00 (1),. Do not open this problem boolet until the start of the examination is announced. (2) 3.. Answer the following 3 problems. Use the designated answer sheet for each problem.

More information

untitled

untitled Fortran90 ( ) 17 12 29 1 Fortran90 Fortran90 FORTRAN77 Fortran90 1 Fortran90 module 1.1 Windows Windows UNIX Cygwin (http://www.cygwin.com) C\: Install Cygwin f77 emacs latex ps2eps dvips Fortran90 Intel

More information

DICOM Conformance Statement Carino

DICOM Conformance Statement Carino Carino 2016,03,17 E1J-HC0010-01 Copyright Hitachi, Ltd. 2016. All rights reserved. 1 1 1 2 3 3 AE 3 3 AE 4 4 4 4 4 4 5 5 5 5 SOP SOP 6 6 6 TCP/IP 6 API 6 6 7 SOP 7 7 7 AE 7 7 7 A 8 ( 2 ) E1J-HC0010 DICOM

More information

XJTAG

XJTAG LDRA/ T-VEC/ MetaEdit+ Domain Specific Modeling Ashling/Jtag ARC SmartCards LAUTERBACH /Jtag ARM PowerPC K MIPS XJTAG HW Domain-Specific Modeling Domain-Specific Modeling Software Technology 30 Copyright

More information

IDL_lecture_12Jan.ppt

IDL_lecture_12Jan.ppt NAOJ/ADC IDL (2012 Jan) IDL IDL ASIAA IDL RSI(->ITT) IDL IDL IDL IDL ADC IDL IDL ADC ADC Practical IDL programming By L. E. Gumley (MORGAN Kaufmann 8103 at Amazon IDLHELP (online ) Idlhelp on unix shell

More information

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part Reservdelskatalog MIKASA MVB-85 rullvibrator EPOX Maskin AB Postadress Besöksadress Telefon Fax e-post Hemsida Version Box 6060 Landsvägen 1 08-754 71 60 08-754 81 00 info@epox.se www.epox.se 1,0 192 06

More information

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part Reservdelskatalog MIKASA MT65H vibratorstamp EPOX Maskin AB Postadress Besöksadress Telefon Fax e-post Hemsida Version Box 6060 Landsvägen 1 08-754 71 60 08-754 81 00 info@epox.se www.epox.se 1,0 192 06

More information

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part Reservdelskatalog MIKASA MVC-50 vibratorplatta EPOX Maskin AB Postadress Besöksadress Telefon Fax e-post Hemsida Version Box 6060 Landsvägen 1 08-754 71 60 08-754 81 00 info@epox.se www.epox.se 1,0 192

More information

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part Reservdelskatalog MIKASA MCD-L14 asfalt- och betongsåg EPOX Maskin AB Postadress Besöksadress Telefon Fax e-post Hemsida Version Box 6060 Landsvägen 1 08-754 71 60 08-754 81 00 info@epox.se www.epox.se

More information

Microsoft Word - Sample_CQS-Report_English_backslant.doc

Microsoft Word - Sample_CQS-Report_English_backslant.doc ***** Corporation ANSI C compiler test system System test report 2005/11/16 Japan Novel Corporation *****V43/NQP-DS-501-1 Contents Contents......2 1. Evaluated compiler......3 1.1. smp-compiler compiler...3

More information

ohp1.dvi

ohp1.dvi 2008 1 2008.10.10 1 ( 2 ) ( ) ( ) 1 2 1.5 3 2 ( ) 50:50 Ruby ( ) Ruby http://www.ruby-lang.org/ja/ Windows Windows 3 Web Web http://lecture.ecc.u-tokyo.ac.jp/~kuno/is08/ / ( / ) / @@@ ( 3 ) @@@ :!! ( )

More information

エレクトーンのお客様向けiPhone/iPad接続マニュアル

エレクトーンのお客様向けiPhone/iPad接続マニュアル / JA 1 2 3 4 USB TO DEVICE USB TO DEVICE USB TO DEVICE 5 USB TO HOST USB TO HOST USB TO HOST i-ux1 6 7 i-ux1 USB TO HOST i-mx1 OUT IN IN OUT OUT IN OUT IN i-mx1 OUT IN IN OUT OUT IN OUT IN USB TO DEVICE

More information

untitled

untitled Interfaculty Initiative in Information Studies, The University of Tokyo 2 Interfaculty Initiative in Information Studies, The University of Tokyo > > 517587 82 > > > > > 3 Interfaculty Initiative in Information

More information

/ SCHEDULE /06/07(Tue) / Basic of Programming /06/09(Thu) / Fundamental structures /06/14(Tue) / Memory Management /06/1

/ SCHEDULE /06/07(Tue) / Basic of Programming /06/09(Thu) / Fundamental structures /06/14(Tue) / Memory Management /06/1 I117 II I117 PROGRAMMING PRACTICE II 2 MEMORY MANAGEMENT 2 Research Center for Advanced Computing Infrastructure (RCACI) / Yasuhiro Ohara yasu@jaist.ac.jp / SCHEDULE 1. 2011/06/07(Tue) / Basic of Programming

More information

橡j_Oracle_whitepaper.PDF

橡j_Oracle_whitepaper.PDF Pervasive-Oracle 1 1 Pervasive Software Pervasive-Oracle / Pervasive Oracle Pervasive-Oracle ISV Pervasive-Oracle Pervasive.SQL Oracle 2 Pervasive-Oracle Pervasive-Oracle Pervasive.SQL Oracle Open Database

More information

OOCOBOL紹介

OOCOBOL紹介 ISO ANSI COBOL85 COBOL 1959 COBOL OOCOBOL 1 ... 1... 3.... 3. OOCOBOL... 4.1.... 4.2.... 5.3. IDENTIFICATION DIVISION... 7.4. ENVIRONMENT DIVISION.... 7.5. DATA DIVISION... 7.6. PROCEDURE DIVISION....

More information

189 2015 1 80

189 2015 1 80 189 2015 1 A Design and Implementation of the Digital Annotation Basis on an Image Resource for a Touch Operation TSUDA Mitsuhiro 79 189 2015 1 80 81 189 2015 1 82 83 189 2015 1 84 85 189 2015 1 86 87

More information

Ver.1 1/17/2003 2

Ver.1 1/17/2003 2 Ver.1 1/17/2003 1 Ver.1 1/17/2003 2 Ver.1 1/17/2003 3 Ver.1 1/17/2003 4 Ver.1 1/17/2003 5 Ver.1 1/17/2003 6 Ver.1 1/17/2003 MALTAB M GUI figure >> guide GUI GUI OK 7 Ver.1 1/17/2003 8 Ver.1 1/17/2003 Callback

More information

JOURNAL OF THE JAPANESE ASSOCIATION FOR PETROLEUM TECHNOLOGY VOL. 66, NO. 6 (Nov., 2001) (Received August 10, 2001; accepted November 9, 2001) Alterna

JOURNAL OF THE JAPANESE ASSOCIATION FOR PETROLEUM TECHNOLOGY VOL. 66, NO. 6 (Nov., 2001) (Received August 10, 2001; accepted November 9, 2001) Alterna JOURNAL OF THE JAPANESE ASSOCIATION FOR PETROLEUM TECHNOLOGY VOL. 66, NO. 6 (Nov., 2001) (Received August 10, 2001; accepted November 9, 2001) Alternative approach using the Monte Carlo simulation to evaluate

More information

uCosminexus DocumentBroker Version 5 メッセージ

uCosminexus DocumentBroker Version 5 メッセージ ucosminexus DocumentBroker Version 5 3021-3-405 R-1595F-13 ucosminexus DocumentBroker Platform Version 5 05-00 OS Windows Server 2008 R2 R-1L95F-13 ucosminexus DocumentBroker Platform Version 5 05-00 OS

More information

iPhone/iPad接続マニュアル

iPhone/iPad接続マニュアル / JA 2 3 USB 4 USB USB i-ux1 USB i-ux1 5 6 i-mx1 THRU i-mx1 THRU 7 USB THRU 1 2 3 4 1 2 3 4 5 8 1 1 9 2 1 2 10 1 2 2 6 7 11 1 2 3 4 5 6 7 8 12 1 2 3 4 5 6 13 14 15 WPA Supplicant Copyright 2003-2009, Jouni

More information

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part

How to read the marks and remarks used in this parts book. Section 1 : Explanation of Code Use In MRK Column OO : Interchangeable between the new part Reservdelskatalog MIKASA MVC-88 vibratorplatta EPOX Maskin AB Postadress Besöksadress Telefon Fax e-post Hemsida Version Box 6060 Landsvägen 1 08-754 71 60 08-754 81 00 info@epox.se www.epox.se 1,0 192

More information

JJ-90

JJ-90 Table 1 Message types added to ITU-T Recommendation Q.763 Message type Abbreviation Reference Code Comments Charge information CHG 4-30/JT-Q763 11111110 The description of a Charge information message

More information

インターネット接続ガイド v110

インターネット接続ガイド v110 1 2 1 2 3 3 4 5 6 4 7 8 5 1 2 3 6 4 5 6 7 7 8 8 9 9 10 11 12 10 13 14 11 1 2 12 3 4 13 5 6 7 8 14 1 2 3 4 < > 15 5 6 16 7 8 9 10 17 18 1 2 3 19 1 2 3 4 20 U.R.G., Pro Audio & Digital Musical Instrument

More information

BS・110度CSデジタルハイビジョンチューナー P-TU1000JS取扱説明書

BS・110度CSデジタルハイビジョンチューナー P-TU1000JS取扱説明書 C S0 CS Digital Hi-Vision Tuner C C C C S0-0A TQZW99 0 C C C C 4 5 6 7 8 9 C C C C C C C C C C C C C C C C C C C C C C C 0 FGIH C 0 FGIH C C C FGIH FG IH FGIH I H FGIH FGIH 0 C C # $ IH F G 0 # $ # $

More information

fx-9860G Manager PLUS_J

fx-9860G Manager PLUS_J fx-9860g J fx-9860g Manager PLUS http://edu.casio.jp k 1 k III 2 3 1. 2. 4 3. 4. 5 1. 2. 3. 4. 5. 1. 6 7 k 8 k 9 k 10 k 11 k k k 12 k k k 1 2 3 4 5 6 1 2 3 4 5 6 13 k 1 2 3 1 2 3 1 2 3 1 2 3 14 k a j.+-(),m1

More information

null element [...] An element which, in some particular description, is posited as existing at a certain point in a structure even though there is no

null element [...] An element which, in some particular description, is posited as existing at a certain point in a structure even though there is no null element [...] An element which, in some particular description, is posited as existing at a certain point in a structure even though there is no overt phonetic material present to represent it. Trask

More information

Fortran90/95 [9]! (1 ) " " 5 "Hello!"! 3. (line) Fortran Fortran 1 2 * (1 ) 132 ( ) * 2 ( Fortran ) Fortran ,6 (continuation line) 1

Fortran90/95 [9]! (1 )   5 Hello!! 3. (line) Fortran Fortran 1 2 * (1 ) 132 ( ) * 2 ( Fortran ) Fortran ,6 (continuation line) 1 Fortran90/95 2.1 Fortran 2-1 Hello! 1 program example2_01! end program 2! first test program ( ) 3 implicit none! 4 5 write(*,*) "Hello!"! write Hello! 6 7 stop! 8 end program example2_01 1 program 1!

More information

4.1 % 7.5 %

4.1 % 7.5 % 2018 (412837) 4.1 % 7.5 % Abstract Recently, various methods for improving computial performance have been proposed. One of these various methods is Multi-core. Multi-core can execute processes in parallel

More information

VE-GP32DL_DW_ZA

VE-GP32DL_DW_ZA VE-GP32DL VE-GP32DW 1 2 3 4 5 6 1 2 3 4 1 1 2 3 2 3 1 1 2 2 2006 Copyrights VisionInc. @. _ & $ % + = ^ @. _ & $ % + = ^ D11 D12 D21

More information

まえがきIntroduction

まえがきIntroduction Array Corporation DICOM Pro Server DICOM 3.0 Conformance Statement 0. INTRODUCTION...3 1. IMPLEMENTATION MODEL...4 1.1...4 1.2...4 1.3...5 2. AE SPECIFICATIONS...6 2.1 DICOM Pro Server...6 2.1.1... 7 2.1.2...

More information

untitled

untitled IBM i IBM GUI 2 JAVA JAVA JAVA JAVA-COBOL JAVA JDBC CUI CUI COBOL DB2 3 1 3270 5250 HTML IBM HATS WebFacing 4 2 IBM CS Bridge XML Bridge 5 Eclipse RSE RPG 6 7 WEB/JAVA RPG WEB 8 EBCDIC EBCDIC PC ASCII

More information

The Effect of the Circumferential Temperature Change on the Change in the Strain Energy of Carbon Steel during the Rotatory Bending Fatigue Test by Ch

The Effect of the Circumferential Temperature Change on the Change in the Strain Energy of Carbon Steel during the Rotatory Bending Fatigue Test by Ch The Effect of the Circumferential Temperature Change on the Change in the Strain Energy of Carbon Steel during the Rotatory Bending Fatigue Test by Chikara MINAMISAWA, Nozomu AOKI (Department of Mechanical

More information

alternating current component and two transient components. Both transient components are direct currents at starting of the motor and are sinusoidal

alternating current component and two transient components. Both transient components are direct currents at starting of the motor and are sinusoidal Inrush Current of Induction Motor on Applying Electric Power by Takao Itoi Abstract The transient currents flow into the windings of the induction motors when electric sources are suddenly applied to the

More information

compiler-text.dvi

compiler-text.dvi 2018.4 1 2 2.1 1 1 1 1: 1. (source program) 2. (object code) 3. 1 2.2 C if while return C input() output() fun var ( ) main() C (C-Prime) C A B C 2.3 Pascal P 1 C LDC load constant LOD load STR store AOP

More information

untitled

untitled ISO 26262 : 2011(E) Functional safety nal 2 Managem ment of functio safety 3 Con ncept phase Annex B Examples for evaluating a safety culture Annex C (informative) Aim of the confirmation measures 8 Functional

More information

h23w1.dvi

h23w1.dvi 24 I 24 2 8 10:00 12:30 1),. Do not open this problem booklet until the start of the examination is announced. 2) 3.. Answer the following 3 problems. Use the designated answer sheet for each problem.

More information

ストラドプロシージャの呼び出し方

ストラドプロシージャの呼び出し方 Release10.5 Oracle DataServer Informix MS SQL NXJ SQL JDBC Java JDBC NXJ : NXJ JDBC / NXJ EXEC SQL [USING CONNECTION ] CALL [.][.] ([])

More information

Microsoft Word - Meta70_Preferences.doc

Microsoft Word - Meta70_Preferences.doc Image Windows Preferences Edit, Preferences MetaMorph, MetaVue Image Windows Preferences Edit, Preferences Image Windows Preferences 1. Windows Image Placement: Acquire Overlay at Top Left Corner: 1 Acquire

More information

eTA案内_ 完成TZ

eTA案内_ 完成TZ T T eta e A Information provided to CIC is collected under the authority of the Immigration and Refugee Protection Act (IRPA) to determine admissibility to Canada. Information provided may be shared

More information

Studies of Foot Form for Footwear Design (Part 9) : Characteristics of the Foot Form of Young and Elder Women Based on their Sizes of Ball Joint Girth

Studies of Foot Form for Footwear Design (Part 9) : Characteristics of the Foot Form of Young and Elder Women Based on their Sizes of Ball Joint Girth Studies of Foot Form for Footwear Design (Part 9) : Characteristics of the Foot Form of Young and Elder Women Based on their Sizes of Ball Joint Girth and Foot Breadth Akiko Yamamoto Fukuoka Women's University,

More information

AN 100: ISPを使用するためのガイドライン

AN 100: ISPを使用するためのガイドライン ISP AN 100: In-System Programmability Guidelines 1998 8 ver.1.01 Application Note 100 ISP Altera Corporation Page 1 A-AN-100-01.01/J VCCINT VCCINT VCCINT Page 2 Altera Corporation IEEE Std. 1149.1 TCK

More information

,,,,., C Java,,.,,.,., ,,.,, i

,,,,., C Java,,.,,.,., ,,.,, i 24 Development of the programming s learning tool for children be derived from maze 1130353 2013 3 1 ,,,,., C Java,,.,,.,., 1 6 1 2.,,.,, i Abstract Development of the programming s learning tool for children

More information

28 Docker Design and Implementation of Program Evaluation System Using Docker Virtualized Environment

28 Docker Design and Implementation of Program Evaluation System Using Docker Virtualized Environment 28 Docker Design and Implementation of Program Evaluation System Using Docker Virtualized Environment 1170288 2017 2 28 Docker,.,,.,,.,,.,. Docker.,..,., Web, Web.,.,.,, CPU,,. i ., OS..,, OS, VirtualBox,.,

More information

24 Depth scaling of binocular stereopsis by observer s own movements

24 Depth scaling of binocular stereopsis by observer s own movements 24 Depth scaling of binocular stereopsis by observer s own movements 1130313 2013 3 1 3D 3D 3D 2 2 i Abstract Depth scaling of binocular stereopsis by observer s own movements It will become more usual

More information

16_.....E...._.I.v2006

16_.....E...._.I.v2006 55 1 18 Bull. Nara Univ. Educ., Vol. 55, No.1 (Cult. & Soc.), 2006 165 2002 * 18 Collaboration Between a School Athletic Club and a Community Sports Club A Case Study of SOLESTRELLA NARA 2002 Rie TAKAMURA

More information

プラズマ核融合学会誌5月号【81-5】/内外情報_ソフト【注:欧フォント特殊!】

プラズマ核融合学会誌5月号【81-5】/内外情報_ソフト【注:欧フォント特殊!】 PROGRAM PLOTDATA USE NUM_KINDS, ONLY : wp=>dp, i4b USE MYLIB, ONLY : GET_SIZE, GET_DATA INTEGER(i4b) :: ntime, nx REAL(wp), ALLOCATABLE :: time(:), x(:), Temp(:,:) Fortran Temp, temp, TEMP temporal REAL(wp)

More information

大学論集第42号本文.indb

大学論集第42号本文.indb 42 2010 2011 3 279 295 COSO 281 COSO 1990 1 internal control 1 19962007, Internal Control Integrated Framework COSO COSO 282 42 2 2) the Committee of Sponsoring Organizations of the Treadway committee

More information

DOUSHISYA-sports_R12339(高解像度).pdf

DOUSHISYA-sports_R12339(高解像度).pdf Doshisha Journal of Health & Sports Science, 4, 41-50 2012 41 A Case Study of the Comprehensive community sports clubs that People with Disability Participate in. Motoaki Fujita In this study, the interview

More information

5 11 3 1....1 2. 5...4 (1)...5...6...7...17...22 (2)...70...71...72...77...82 (3)...85...86...87...92...97 (4)...101...102...103...112...117 (5)...121...122...123...125...128 1. 10 Web Web WG 5 4 5 ²

More information

PC_14ZY6_BFT150A_US_ indd

PC_14ZY6_BFT150A_US_ indd PARTS CATALOG BFT 0A OB NO.00-ZY- US Instruction for use of parts catalogue This parts catalogue was prepared based on the latest information available as of October,. See the Service Bulletin for any

More information

NKK NEWS 2012

NKK NEWS 2012 2012Spring 42 CONTROLS SINGLE POINT OF CONTROL (S.P.O.C.) Introduction / Index INDEX Module Versions: C / D BECAUSE CONTROL IS LOGIC! www.42controls.com Introduction... 2 Console Desktop Version... 3

More information

IEC :2014 (ed. 4) の概要 (ed. 2)

IEC :2014 (ed. 4) の概要 (ed. 2) IEC 60601-1-2:2014 (ed. 4) (ed. 2) e 2018 4 2 1 1 2 / 1 2.1............... 2 2.2............... 3 2.3.................. 4 3 6 4 6 4.1.................. 6 4.1.1............... 7 4.1.2....... 7 4.1.3............

More information

Copyright c 2008 Zhenjiang Hu, All Right Reserved.

Copyright c 2008 Zhenjiang Hu, All Right Reserved. 2008 10 27 Copyright c 2008 Zhenjiang Hu, All Right Reserved. (Bool) True False data Bool = False True Remark: not :: Bool Bool not False = True not True = False (Pattern matching) (Rewriting rules) not

More information

PS

PS PS 3.7-2001 PS 3.7-2001 Digital Imaging and Communications in Medicine (DICOM) Part 7: Message Exchange Published by National Electrical Manufacturers Association 1300 N. 17th Street Rosslyn, Virginia

More information

kut-paper-template2.dvi

kut-paper-template2.dvi 19 A Proposal of Text Classification using Formal Concept Analysis 1080418 2008 3 7 ( ) Hasse Web Reuters 21578 Concept Explorer 2 4 said i Abstract A Proposal of Text Classification using Formal Concept

More information

AtCoder Regular Contest 073 Editorial Kohei Morita(yosupo) A: Shiritori if python3 a, b, c = input().split() if a[len(a)-1] == b[0] and b[len(

AtCoder Regular Contest 073 Editorial Kohei Morita(yosupo) A: Shiritori if python3 a, b, c = input().split() if a[len(a)-1] == b[0] and b[len( AtCoder Regular Contest 073 Editorial Kohei Morita(yosupo) 29 4 29 A: Shiritori if python3 a, b, c = input().split() if a[len(a)-1] == b[0] and b[len(b)-1] == c[0]: print( YES ) else: print( NO ) 1 B:

More information

Repatriation and International Development Assistance: Is the Relief-Development Continuum Becoming in the Chronic Political Emergencies? KOIZUMI Koichi In the 1990's the main focus of the global refugee

More information

GPGPU

GPGPU GPGPU 2013 1008 2015 1 23 Abstract In recent years, with the advance of microscope technology, the alive cells have been able to observe. On the other hand, from the standpoint of image processing, the

More information

1 Fig. 1 Extraction of motion,.,,, 4,,, 3., 1, 2. 2.,. CHLAC,. 2.1,. (256 ).,., CHLAC. CHLAC, HLAC. 2.3 (HLAC ) r,.,. HLAC. N. 2 HLAC Fig. 2

1 Fig. 1 Extraction of motion,.,,, 4,,, 3., 1, 2. 2.,. CHLAC,. 2.1,. (256 ).,., CHLAC. CHLAC, HLAC. 2.3 (HLAC ) r,.,. HLAC. N. 2 HLAC Fig. 2 CHLAC 1 2 3 3,. (CHLAC), 1).,.,, CHLAC,.,. Suspicious Behavior Detection based on CHLAC Method Hideaki Imanishi, 1 Toyohiro Hayashi, 2 Shuichi Enokida 3 and Toshiaki Ejima 3 We have proposed a method for

More information

浜松医科大学紀要

浜松医科大学紀要 On the Statistical Bias Found in the Horse Racing Data (1) Akio NODA Mathematics Abstract: The purpose of the present paper is to report what type of statistical bias the author has found in the horse

More information

Fig. 3 Flow diagram of image processing. Black rectangle in the photo indicates the processing area (128 x 32 pixels).

Fig. 3 Flow diagram of image processing. Black rectangle in the photo indicates the processing area (128 x 32 pixels). Fig. 1 The scheme of glottal area as a function of time Fig. 3 Flow diagram of image processing. Black rectangle in the photo indicates the processing area (128 x 32 pixels). Fig, 4 Parametric representation

More information

16.16%

16.16% 2017 (411824) 16.16% Abstract Multi-core processor is common technique for high computing performance. In many multi-core processor architectures, all processors share L2 and last level cache memory. Thus,

More information

DICOM Conformance Statement "Pronto"

DICOM Conformance Statement Pronto Pronto Series 2016,03,17 E1J-HC0011-01 Copyright Hitachi, Ltd. 2016. All rights reserved. 1 1 1 2 3 3 AE 4 4 AE 5 Pronto AE 5 5 5 5 5 5 6 6 6 SOP SOP 7 Pronto AE 8 8 8 8 8 8 9 9 9 SOP SOP 10 12 12 TCP/IP

More information

0 PARTS CATALOG BFT A BFT 0A OB NO.00-ZYET- US Instruction for use of parts catalogue This parts catalogue was prepared based on the latest information available as of October, 0. See the Service Bulletin

More information

Microsoft Word - PCM TL-Ed.4.4(特定電気用品適合性検査申込のご案内)

Microsoft Word - PCM TL-Ed.4.4(特定電気用品適合性検査申込のご案内) (2017.04 29 36 234 9 1 1. (1) 3 (2) 9 1 2 2. (1) 9 1 1 2 1 2 (2) 1 2 ( PSE-RE-101/205/306/405 2 PSE-RE-201 PSE-RE-301 PSE-RE-401 PSE-RE-302 PSE-RE-202 PSE-RE-303 PSE-RE-402 PSE-RE-203 PSE-RE-304 PSE-RE-403

More information

-like BCCWJ CD-ROM CiNii NII BCCWJ BCCWJ

-like BCCWJ CD-ROM CiNii NII BCCWJ BCCWJ -like BCCWJ CD-ROM CiNii NII BCCWJ BCCWJ BCCWJ Yahoo! Yahoo! BCCWJ BCCWJ BCCWJ BOAO PS Zipper CLASSY with Oggi Precious JJ GINZA Domani Precious Oggi ViVi GINZA BCCWJ NEXTSTEP Windows XP FD ELO KIDDIES

More information

日本国憲法における「社会福祉」

日本国憲法における「社会福祉」 No.22 2001 11 Abstract The usage of the term social welfare started after the World War II in Japan, in article 25 of the Constitution enacted in 1946. The term appeared while the Diet was debating on

More information

Technische Beschreibung P82R SMD

Technische Beschreibung P82R SMD P26 halstrup-walcher GmbH http://www.krone.co.jp/ Stegener Straße 10 D-79199 Kirchzarten, Germany 124-0023 2-22-1 TEL:03-3695-5431 FAX:03-3695-5698 E-MAIL:sales-tokyo@krone.co.jp 530-0054 2-2-9F TEL:06-6361-4831

More information

Clavis DICOM適合宣言書

Clavis DICOM適合宣言書 Clavis DICOM v3.0 Conformance Statement Storage Service Class Revision 1.1 E1J-HX0003-01 Hitachi, Ltd. 2016. All rights reserved. E1J-HX0003 ( ii ) 次 ページ 次... iii 1. Clavis 装置... 1 1.1 略語... 1 2. はじめに...

More information

音響部品アクセサリ本文(AC06)PDF (Page 16)

音響部品アクセサリ本文(AC06)PDF (Page 16) Guide for Electret Condenser Microphones A microphone as an audio-electric converting device, whose audio pickup section has a structure of a condenser consisting of a diaphragm and a back plate opposite

More information

51 Historical study of the process of change from Kenjutsu to Kendo Hideaki Kinoshita Abstract This paper attempts to clarify the process of change from Gekiken and Kenjutsu to Kendo at the beginning of

More information

IT 2

IT 2 Knowledge-Works, Inc. Tokyo UML Caché IT 2 UML Caché Caché vocabulary UML Unified Modeling Language) UML UML / UML but UML UML UML DBMS / 2003 InternSystems DevCon Transformation Transformation on

More information

A Nutritional Study of Anemia in Pregnancy Hematologic Characteristics in Pregnancy (Part 1) Keizo Shiraki, Fumiko Hisaoka Department of Nutrition, Sc

A Nutritional Study of Anemia in Pregnancy Hematologic Characteristics in Pregnancy (Part 1) Keizo Shiraki, Fumiko Hisaoka Department of Nutrition, Sc A Nutritional Study of Anemia in Pregnancy Hematologic Characteristics in Pregnancy (Part 1) Keizo Shiraki, Fumiko Hisaoka Department of Nutrition, School of Medicine, Tokushima University, Tokushima Fetal

More information

lagged behind social progress. During the wartime Chonaikai did cooperate with military activities. But it was not Chonaikai alone that cooperated. Al

lagged behind social progress. During the wartime Chonaikai did cooperate with military activities. But it was not Chonaikai alone that cooperated. Al The Development of Chonaikai in Tokyo before The Last War Hachiro Nakamura The urban neighborhood association in Japan called Chonaikai has been more often than not criticized by many social scientists.

More information

Title 社 会 化 教 育 における 公 民 的 資 質 : 法 教 育 における 憲 法 的 価 値 原 理 ( fulltext ) Author(s) 中 平, 一 義 Citation 学 校 教 育 学 研 究 論 集 (21): 113-126 Issue Date 2010-03 URL http://hdl.handle.net/2309/107543 Publisher 東 京

More information

医用画像システム部会 ISO委員会報告

医用画像システム部会 ISO委員会報告 ISO ISO ISO ISO ISO ISO Web Access to DICOM Persistent Objects Purpose and Justification ISO DICOM standard is well accepted in the medical imaging area, including radiology, cardiology, pathology, radiotherapy

More information

PFQX2227_ZA

PFQX2227_ZA V E -G P 05D B Ni-MH 1 2 3 4 5 6 1 2 3 4 5 6 A B C D E F 1 2 A B C 1 2 3 2 0 7 9 4 6 6 4 7 9 1 2 3 # 6 6 2 D11 D12 D21 D22 19 # # # # Ni-MH Ω Ω

More information

1 # include < stdio.h> 2 # include < string.h> 3 4 int main (){ 5 char str [222]; 6 scanf ("%s", str ); 7 int n= strlen ( str ); 8 for ( int i=n -2; i

1 # include < stdio.h> 2 # include < string.h> 3 4 int main (){ 5 char str [222]; 6 scanf (%s, str ); 7 int n= strlen ( str ); 8 for ( int i=n -2; i ABC066 / ARC077 writer: nuip 2017 7 1 For International Readers: English editorial starts from page 8. A : ringring a + b b + c a + c a, b, c a + b + c 1 # include < stdio.h> 2 3 int main (){ 4 int a,

More information

[2] 1. 2. 2 2. 1, [3] 2. 2 [4] 2. 3 BABOK BABOK(Business Analysis Body of Knowledge) BABOK IIBA(International Institute of Business Analysis) BABOK 7

[2] 1. 2. 2 2. 1, [3] 2. 2 [4] 2. 3 BABOK BABOK(Business Analysis Body of Knowledge) BABOK IIBA(International Institute of Business Analysis) BABOK 7 32 (2015 ) [2] Projects of the short term increase at present. In order to let projects complete without rework and delays, it is important that request for proposals (RFP) are written by reflecting precisely

More information

untitled

untitled DSpace 1 1 DSpace HOME...4 1.1 DSpace is Live...4 1.2 Search...4 1.3 Communities in DSpace...6 1.4...6 1.4.1 Browse...7 1.4.2 Sign on to...14 1.4.3 Help...16 1.4.4 About DSpace...16 2 My DSpace...17 2.1

More information

GP05取説.indb

GP05取説.indb E -G V P 05D L V E -G P 05D W Ni-MH + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + 2 + 3 + 4 + 5 + 6 1 2 3 4 5 6 + + + 1 + + + + + + + + + + + + + + + + + + 1 A B C + D + E

More information

Rによる計量分析:データ解析と可視化 - 第3回 Rの基礎とデータ操作・管理

Rによる計量分析:データ解析と可視化 - 第3回  Rの基礎とデータ操作・管理 R 3 R 2017 Email: gito@eco.u-toyama.ac.jp October 23, 2017 (Toyama/NIHU) R ( 3 ) October 23, 2017 1 / 34 Agenda 1 2 3 4 R 5 RStudio (Toyama/NIHU) R ( 3 ) October 23, 2017 2 / 34 10/30 (Mon.) 12/11 (Mon.)

More information

2

2 L C -24K 9 L C -22K 9 2 3 4 5 6 7 8 9 10 11 12 11 03 AM 04 05 0 PM 1 06 1 PM 07 00 00 08 2 PM 00 4 PM 011 011 021 041 061 081 051 071 1 2 4 6 8 5 7 00 00 00 00 00 00 00 00 30 00 09 00 15 10 3 PM 45 00

More information

soturon.dvi

soturon.dvi 12 Exploration Method of Various Routes with Genetic Algorithm 1010369 2001 2 5 ( Genetic Algorithm: GA ) GA 2 3 Dijkstra Dijkstra i Abstract Exploration Method of Various Routes with Genetic Algorithm

More information

2 except for a female subordinate in work. Using personal name with SAN/KUN will make the distance with speech partner closer than using titles. Last

2 except for a female subordinate in work. Using personal name with SAN/KUN will make the distance with speech partner closer than using titles. Last 1 北陸大学 紀要 第33号 2009 pp. 173 186 原著論文 バーチャル世界における呼びかけ語の コミュニケーション機能 ポライトネス理論の観点からの考察 劉 艶 The Communication Function of Vocative Terms in Virtual Communication: from the Viewpoint of Politeness Theory Yan

More information

ScanFront300/300P セットアップガイド

ScanFront300/300P セットアップガイド libtiff Copyright (c) 1988-1996 Sam Leffler Copyright (c) 1991-1996 Silicon Graphics, Inc. Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby

More information

137. Tenancy specific information (a) Amount of deposit paid. (insert amount of deposit paid; in the case of a joint tenancy it should be the total am

137. Tenancy specific information (a) Amount of deposit paid. (insert amount of deposit paid; in the case of a joint tenancy it should be the total am 13Fast Fair Secure PRESCRIBED INFORMATION RELATING TO TENANCY DEPOSITS* The Letting Protection Service Northern Ireland NOTE: The landlord must supply the tenant with the Prescribed Information regarding

More information

untitled

untitled JIS A 12190000 Method for standard penetration test 2005 1 ISO 22476-3:2005 J J 1 SPTSPT 63.5 kg 760 mm SPT N SPT 300 mm N A 2 ISO 22475-1,Geotechnical investigation and testing Sampling methods and groundwater

More information

解きながら学ぶJava入門編

解きながら学ぶJava入門編 44 // class Negative { System.out.print(""); int n = stdin.nextint(); if (n < 0) System.out.println(""); -10 Ÿ 35 Ÿ 0 n if statement if ( ) if i f ( ) if n < 0 < true false true false boolean literalboolean

More information

_念3)医療2009_夏.indd

_念3)医療2009_夏.indd Evaluation of the Social Benefits of the Regional Medical System Based on Land Price Information -A Hedonic Valuation of the Sense of Relief Provided by Health Care Facilities- Takuma Sugahara Ph.D. Abstract

More information

Page 1 of 6 B (The World of Mathematics) November 20, 2006 Final Exam 2006 Division: ID#: Name: 1. p, q, r (Let p, q, r are propositions. ) (10pts) (a

Page 1 of 6 B (The World of Mathematics) November 20, 2006 Final Exam 2006 Division: ID#: Name: 1. p, q, r (Let p, q, r are propositions. ) (10pts) (a Page 1 of 6 B (The World of Mathematics) November 0, 006 Final Exam 006 Division: ID#: Name: 1. p, q, r (Let p, q, r are propositions. ) (a) (Decide whether the following holds by completing the truth

More information

TH-47LFX60 / TH-47LFX6N

TH-47LFX60 / TH-47LFX6N TH-47LFX60J TH-47LFX6NJ 1 2 3 4 - + - + DVI-D IN PC IN SERIAL IN AUDIO IN (DVI-D / PC) LAN, DIGITAL LINK AV IN AUDIO OUT 1 11 2 12 3 13 4 14 5 6 15 7 16 8 17 9 18 10 19 19 3 1 18 4 2 HDMI AV OUT

More information

64bit SSE2 SSE2 FPU Visual C++ 64bit Inline Assembler 4 FPU SSE2 4.1 FPU Control Word FPU 16bit R R R IC RC(2) PC(2) R R PM UM OM ZM DM IM R: reserved

64bit SSE2 SSE2 FPU Visual C++ 64bit Inline Assembler 4 FPU SSE2 4.1 FPU Control Word FPU 16bit R R R IC RC(2) PC(2) R R PM UM OM ZM DM IM R: reserved (Version: 2013/5/16) Intel CPU (kashi@waseda.jp) 1 Intel CPU( AMD CPU) 64bit SIMD Inline Assemler Windows Visual C++ Linux gcc 2 FPU SSE2 Intel CPU double 8087 FPU (floating point number processing unit)

More information

SpecimenOTKozGo indd

SpecimenOTKozGo indd TM The Kozuka Gothic TM typeface family is composed of six weights that cover various uses ranging from body text composition to headline compositions. This typeface family is now available in OpenType

More information