RX600 & RX200シリーズ アプリケーションノート RX用仮想EEPROM

Size: px
Start display at page:

Download "RX600 & RX200シリーズ アプリケーションノート RX用仮想EEPROM"

Transcription

1 R01AN0724JU0170 Rev.1.70 MCU EEPROM RX MCU 1 RX MCU EEPROM VEE VEE API MCU MCU API RX621 RX62N RX62T RX62G RX630 RX631 RX63N RX63T RX210 R01AN0724JU0170 Rev.1.70 Page 1 of 33

2 VEE API r_bsp VEE VEE VEE VEE VEE VEE API VEE API Typedef API VEE R_VEE_Control() VEE MCU Typedef VEE VEE API R_VEE_Read R_VEE_Write R_VEE_Defrag R_VEE_Erase R_VEE_GetState R_VEE_ReleaseState R_VEE_GenerateCheck R_VEE_Open R_VEE_Control R_VEE_GetVersion HEW E2Studio R01AN0724JU0170 Rev.1.70 Page 2 of 33

3 EEPROM (VEE) API EEPROM MCU BGO API MCU BGO BGO VEE MPU BGO 1.2 VEE VEE VEE ID ID VEE VEE MCU VEE MCU VEE VEE VEE 2 VEE VEE 1 MCU 1 VEE VEE VEE VEE VEE VEE VEE VEE 1 VEE R01AN0724JU0170 Rev.1.70 Page 3 of 33

4 1.2 VEE EEPROM ID ID API 1.4 VEE VEE 1 2 VEE VEE VEE 2 VEE ID 1 1 ID 1.2 VEE VEE 0 2 VEE 0 VEE0 VEE1 VEE0 VEE1 VEE1 VEE0 VEE2 VEE R01AN0724JU0170 Rev.1.70 Page 4 of 33

5 VEE VEE VEE VEE 1 VEE VEE VEE 0 VEE0 VEE0 VEE1 VEE1 VEE1 VEE1 VEE0 VEE2 VEE0 VEE2 VEE2 1.4 R01AN0724JU0170 Rev.1.70 Page 5 of 33

6 VEE 1.5 VEE VEE 1 VEE 0 VEE 0 VEE 1 VEE 0 VEE0 VEE1 VEE1 VEE0 VEE R01AN0724JU0170 Rev.1.70 Page 6 of 33

7 2. API VEE API API 2.1 MCU BGO MCU VEE VEE 2.3 RX600 API (R01AN0544JU) v2.40 FIT (r_bsp) v API EEPROM VEE API VEE 2.5 RX v API VEE 1 r_vee_if.h VEE r_vee_user_config.h 2.7 ANSI C99 "Exact width integer types" stdint.h R01AN0724JU0170 Rev.1.70 Page 7 of 33

8 2.8 r_vee_config.h VEE 2.1 VEE_NUM_SECTORS VEE_MAX_RECORD_ID VEE_IGNORE_DUPLICATE_WRITES VEE_CACHE_FILL_ALL VEE_USE_DEFAULT_CHECK_FUNCTIONS r_vee_config.h VEE r_vee_config_<target>_<df_size>.h 32 KB RX62N 2 VEE 2 VEE r_vee_config_rx62x_32kb.h ID ID ID VEE API ID ID 0 ID 7 VEE VEE 1 R_VEE_GenerateCheck() vee_check_record() R01AN0724JU0170 Rev.1.70 Page 8 of 33

9 VEE_CALLBACK_FUNCTION r_vee_config.h 2 VEE_CALLBACK_FUNCTION VEE VEE_CALLBACK_FUNCTION MyCallback MyCallback() VEE r_bsp VEE v1.50 FIT (r_bsp) r_bsp RX MCU VEE r_bsp MCU r_bsp RX 2.9 VEE r_vee_config_<target>_<df_size>.h 32 KB RX62N r_vee_config_rx62x_32kb.h VEE VEE VEE VEE VEE r_vee_config_<target>_<df_size>.h r_vee.c VEE VEE r_vee_config.h VEE_NUM_SECTORS #define VEE VEE VEE VEE g_vee_recordlocaion[] VEE ID 1 VEE ID 2.8 VEE_MAX_RECORD_ID VEE 2 4 VEE 0 4 VEE 1 const uint8_t g_vee_recordlocations[vee_max_record_id] = 0, /* Record 0 will be in sector 0 */ 0, /* Record 1 will be in sector 0 */ 0, /* Record 2 will be in sector 0 */ 0, /* Record 3 will be in sector 0 */ 1, /* Record 4 will be in sector 1 */ 1, /* Record 5 will be in sector 1 */ 1, /* Record 6 will be in sector 1 */ 1, /* Record 7 will be in sector 1 */ }; R01AN0724JU0170 Rev.1.70 Page 9 of 33

10 2.9.3 VEE VEE VEE 2 g_vee_sect#_block_addresses[] # VEE VEE 1 2 g_vee_sect#_df_blocks[][2] # 2 VEE MCU VEE 1 2 VEE VEE 2 VEE VEE 4 MCU VEE 0 1 /* Sector 0 */ const uint32_t g_vee_sect0_block_addresses[] = 0x100000, /* Start address of VEE Block 0 */ 0x /* Start address of VEE Block 1 */ }; const uint16_t g_vee_sect0_df_blocks[][2] = BLOCK_DB0, BLOCK_DB3}, /* Start & end DF blocks making up VEE Block 0 */ BLOCK_DB4, BLOCK_DB7} /* Start & end DF blocks making up VEE Block 1 */ }; /* Sector 1 */ const uint32_t g_vee_sect1_block_addresses[] = 0x104000, /* Start address of VEE Block 0 */ 0x /* Start address of VEE Block 1 */ }; const uint16_t g_vee_sect1_df_blocks[][2] = BLOCK_DB8, BLOCK_DB11}, /* Start & end DF blocks making up VEE Block 0 */ BLOCK_DB12, BLOCK_DB15} /* Start & end DF blocks making up VEE Block 1 */ }; #define BLOCK_DB0 RX API VEE g_vee_sectors VEE VEE VEE ID VEE VEE MCU VEE MCU VEE MCU R01AN0724JU0170 Rev.1.70 Page 10 of 33

11 3 VEE VEE const vee_sector_t g_vee_sectors[ VEE_NUM_SECTORS ] = /* Sector 0 */ /* ID is 0 */ 0, /* There are 2 VEE Blocks in this sector */ 2, /* Size of each VEE Block */ 8192, /* Starting addresses for each VEE Block */ (const uint32_t *)g_vee_sect0_block_addresses, /* Number of data flash blocks per VEE Block (End Block # - Start Block # + 1) */ 4, /* Start & end DF blocks making up VEE Blocks */ g_vee_sect0_df_blocks }, /* Sector 1 */ /* ID is 1 */ 1, /* There are 2 VEE Blocks in this sector */ 2, /* Size of each VEE Block */ 6144, /* Starting addresses for each VEE Block */ (const uint32_t *)g_vee_sect1_block_addresses, /* Number of data flash blocks per VEE Block (End Block # - Start Block # + 1) */ 3, /* Start & end DF blocks making up VEE Blocks */ g_vee_sect1_df_blocks }, /* Sector 2 */ /* ID is 2 */ 2, /* There are 2 VEE Blocks in this sector */ 2, /* Size of each VEE Block */ 2048, /* Starting addresses for each VEE Block */ (const uint32_t *)g_vee_sect2_block_addresses, /* Number of data flash blocks per VEE Block (End Block # - Start Block # + 1) */ 1, /* Start & end DF blocks making up VEE Blocks */ g_vee_sect2_df_blocks } }; /* To add more sectors copy the one above and change the values */ R01AN0724JU0170 Rev.1.70 Page 11 of 33

12 2.10 API VEE API VEE VEE r_vee_if.h /* VEE Record Structure */ typedef struct /* Unique record identifier, cannot be 0xFF! */ vee_var_data_t ID; /* Number of bytes of data for this record */ vee_var_data_t size; /* Valid or error checking field */ vee_var_data_t check; /* Which VEE Block this record is located in, user does not set this */ vee_var_data_t block; /* Pointer to record data */ uint8_t far * pdata; } vee_record_t; 2.11 API Typedef API VEE API r_vee_if.h typedef /* Return values for functions */ typedef enum VEE_SUCCESS, VEE_FAILURE, VEE_BUSY, VEE_NO_ROOM, VEE_NOT_FOUND, VEE_ERROR_FOUND } vee_return_values_t; VEE VEE r_vee_if.h R_VEE_GetState() /* Defines the possible states of the VEE */ typedef enum VEE_READY, VEE_READING, VEE_WRITING, VEE_ERASING, VEE_DEFRAG, VEE_ERASE_AND_DEFRAG, VEE_WRITE_AND_DEFRAG, VEE_ERASE_AND_WRITE } vee_states_t; R01AN0724JU0170 Rev.1.70 Page 12 of 33

13 R_VEE_Control() VEE R_VEE_Control() typedef /* VEE Record Structure */ typedef enum /* This command will reset the VEE even if it is in the middle of an operation. This should only be used when a flash error (e.g. data flash access during VEE operation) has occurred and you need to return the VEE to a working state. */ VEE_CMD_RESET } vee_command_t; 2.12 MCU Typedef VEE MCU 2 typedef vee_var_min_t vee_var_data_t r_vee.h vee_var_min_t RX62N 8 uint64_t 8 RX63N 2 vee_var_min_t uint16_t 2 vee_var_data_t typedef 2.10 VEE vee_var_data_t vee_var_min_t vee_var_data_t VEE 2.13 vee_var_data_t vee_var_data_t R8/38C vee_var_data_t typedef uint8_t 1 VEE 255 (0xFF) R8C/3x /* Set size of vee_var_data_t to the minimum write size of MCU's data flash or larger. This is the size of the variables in a record structure. */ typedef uint16_t vee_var_data_t; /* Set size of vee_var_min_t to the minimum write size of MCU's data flash */ typedef uint8_t vee_var_min_t; 2.13 VEE VEE2.10 vee_record_t 4 vee_var_data_t VEE 4 * sizeof(vee_var_data_t) 2.12 R8C/3x vee_var_data_t 2 8 RX62N vee_var_data_t 8 32 R01AN0724JU0170 Rev.1.70 Page 13 of 33

14 2.14 VEE VEE API R_VEE_Read (vee_record_t * vee_temp) VEE pdata API R_VEE_ReleaseState() BGO 1. VEE 0 R_VEE_Read() 2. VEE 0 3. VEE VEE 1 R_VEE_Write() 4. R_VEE_Write() BGO 5. VEE 0 6. VEE 1 VEE VEE VEE R_VEE_Read() R_VEE_Write() R_VEE_Erase() R_VEE_Defrag() VEE 0 R_VEE_Write(ID=2) R_VEE_Read(ID=0) VEE API R_VEE_Read(ID=1) R_VEE_Write(ID=2) R_VEE_Read(ID=2) R_VEE_Read(ID=1) R_VEE_Read(ID=2) VEE 1 2 R_VEE_Erase( ) R_VEE_ReleaseState() R_VEE_Erase( ) R_VEE_Write(ID=3) R_VEE_Read(ID=2) R_VEE_Read(ID=2) VEE 2 VEE_BUSY VEE_BUSY R01AN0724JU0170 Rev.1.70 Page 14 of 33

15 2.15 R_VEE_Write() R_VEE_Defrag() API API VEE VEE VEE VEE VEE check check VEE VEE 1. VEE 0 R_VEE_Write() 2. VEE 0 3. VEE VEE 0 4. VEE 0 5. R_VEE_Read() VEE 0 VEE VEE 0 VEE VEE RAM VEE RAM RAM R_VEE_Read() VEE VEE VEE 2.16 VEE API 1. r_vee 2. r_vee.c 3. MPU C src/targets/ a. RX62x r_vee_rx62x.c r_vee/src/targets/rx62x 4. r_vee 5. r_vee/src 6. r_vec_config_reference.h ref r_vee_config.h 7. r_vee_config.h 8. VEE API r_vec_if.h #include R01AN0724JU0170 Rev.1.70 Page 15 of 33

16 2.17 FlashError() API API MCU void FlashError(void); R01AN0724JU0170 Rev.1.70 Page 16 of 33

17 3. API 3.1 API R_VEE_Read() R_VEE_Write() R_VEE_Defrag() R_VEE_Erase() R_VEE_GetState() R_VEE_ReleaseState() R_VEE_GenerateCheck() R_VEE_Open() R_VEE_Control() R_VEE_GetVersion() VEE VEE VEE VEE VEE VEE VEE check VEE VEE VEE R01AN0724JU0170 Rev.1.70 Page 17 of 33

18 3.2 R_VEE_Read VEE uint8_t R_VEE_Read(vee_record_t * vee_temp); vee_temp. VEE_SUCCESS: VEE_NOT_FOUND: VEE_BUSY: VEE_INVALID_INPUT: VEE r_vee_if.h r_vee.c VEE ID VEE VEE VEE VEE VEE_BUSY vee_record_t example_record; /* We want to find VEE Record 1 */ example_record.id = 1; /* Search VEE for record */ if (VEE_SUCCESS == R_VEE_Read(&example_record)) /* Send data */ for (loop = 0; loop < example_record.size; loop++) TransmitByte(example_record.pData[loop]);... } } : VEE VEE VEE MCU VEE ID VEE VEE R01AN0724JU0170 Rev.1.70 Page 18 of 33

19 3.3 R_VEE_Write VEE uint8_t R_VEE_Write(vee_record_t * vee_temp); vee_temp VEE_SUCCESS: VEE_BUSY: VEE_NO_ROOM: VEE_FAILURE: VEE_INVALID_INPUT: VEE R_VEE_Erase() r_vee_if.h r_vee.c VEE VEE ID size check pdata VEE_SUCCESS VEE VEE R_VEE_GetState() VEE vee_record_t example_record; /* Fill in data for VEE Record 1 */ example_record.id = 1; example_record.size = sizeof(record_data); example_record.pdata = &record_data[0]; /* Generate check field */ R_VEE_GenerateCheck(&example_record); /* Write record */ if (VEE_SUCCESS == R_VEE_Write(&example_record))... } R01AN0724JU0170 Rev.1.70 Page 19 of 33

20 : VEE API VEE_BUSY R01AN0724JU0170 Rev.1.70 Page 20 of 33

21 3.4 R_VEE_Defrag VEE uint8_t R_VEE_Defrag(uint8_t sector); sector VEE ID VEE_SUCCESS: VEE_BUSY: VEE_NOT_FOUND: VEE_INVALID_INPUT: VEE ACTIVE ID r_vee_if.h r_vee.c R_VEE_Write() VEE VEE_SUCCESS VEE VEE R_VEE_GetState() uint8_t sector; for (sector = 0; sector < VEE_NUM_SECTORS; sector++) /* Defrag sector */ ret = R_VEE_Defrag(sector); /* Check result */ if (VEE_SUCCESS == ret)... } } /* Wait for defrag to finish */... : VEE API VEE_BUSY R01AN0724JU0170 Rev.1.70 Page 21 of 33

22 3.5 R_VEE_Erase VEE uint8_t R_VEE_Erase(uint8_t sector); sector VEE ID VEE_SUCCESS: VEE_BUSY: VEE_FAILURE: VEE_INVALID_INPUT: VEE ID r_vee_if.h r_vee.c VEE VEE VEE VEE_SUCCESS VEE VEE VEE VEE VEE_SUCCESS VEE VEE R_VEE_GetState() uint8_t sector; /* Erase all data from VEE */ for (sector = 0; sector < VEE_NUM_SECTORS; sector++) /* Erase sector */ ret = R_VEE_Erase(sector); /* Check result */ if (VEE_SUCCESS == ret)... } } /* Wait for erase to finish */... /* VEE is empty */ : VEE VEE VEE VEE R01AN0724JU0170 Rev.1.70 Page 22 of 33

23 R_VEE_Read() R01AN0724JU0170 Rev.1.70 Page 23 of 33

24 3.6 R_VEE_GetState VEE vee_states_t R_VEE_GetState(void); VEE VEE r_vee_if.h r_vee.c VEE VEE uint8_t sector; /* Erase all data from VEE */ for (sector = 0; sector < VEE_NUM_SECTORS; sector++) /* Erase sector */ ret = R_VEE_Erase(sector); /* Check result */ if (VEE_SUCCESS == ret)... } } while (VEE_READY!= R_VEE_GetState()) /* Wait for erase to finish */ } /* VEE is empty */ : R01AN0724JU0170 Rev.1.70 Page 24 of 33

25 3.7 R_VEE_ReleaseState VEE VEE_READY VEE uint8_t R_VEE_ReleaseState(void); VEE_SUCCESS: VEE_FAILURE: VEE VEE_READING VEE_READY VEE_READING r_vee_if.h r_vee.c VEE VEE R_VEE_Read() VEE 2.14 VEE VEE_FAILURE. vee_record_t example_record; uint8_t ret; /* We want to find VEE Record 1 */ example_record.id = 1; /* Search VEE for record */ if (VEE_SUCCESS == R_VEE_Read(&example_record)) /* Read data and use it */... } /* Release state so other VEE operations can occur */ ret = R_VEE_ReleaseState(); : R01AN0724JU0170 Rev.1.70 Page 25 of 33

26 3.8 R_VEE_GenerateCheck check uint8_t R_VEE_GenerageCheck(vee_record_t * record); record check VEE_SUCCESS: VEE_FAILURE: check r_vee_if.h MCU r_vee_rx62x.c check VEE VEE CRC vee_record_t example_record; /* Fill in data for VEE Record 1 */ example_record.id = 1; example_record.size = sizeof(record_data); example_record.pdata = &record_data[0]; /* Generate check field */ R_VEE_GenerateCheck(&example_record); /* Write record */ if (VEE_SUCCESS == R_VEE_Write(&example_record))... } : CRC vee_check_record() R_VEE_GenerateCheck() check vee_check_record() VEE vee_check_record() R01AN0724JU0170 Rev.1.70 Page 26 of 33

27 3.9 R_VEE_Open VEE uint8_t R_VEE_Open(void); VEE_SUCCESS: r_vee_if.h r_vee.c VEE VEE /* Initialize the Virtual EEPROM */ R_VEE_Open(); : R01AN0724JU0170 Rev.1.70 Page 27 of 33

28 3.10 R_VEE_Control VEE uint8_t R_VEE_Control(vee_command_t command, void * pdata); command pdata VEE_SUCCESS: VEE_BUSY: VEE VEE_INVALID_INPUT: r_vee_if.h r_vee.c VEE r_vee_if.h vee_command_t typedef /* A data flash access violation occurred and the VEE is in a locked state. Reset the VEE to start recovery. */ if (VEE_SUCCESS == R_VEE_Control(VEE_CMD_RESET, (void *)FIT_NO_PTR)) /* VEE has been reset. The next write or defrag of the VEE will start any needed recovery operations. */... } : FIT r_bsp pdata FIT_NO_PTR R01AN0724JU0170 Rev.1.70 Page 28 of 33

29 3.11 R_VEE_GetVersion VEE uint32_t R_VEE_GetVersion(void); VEE r_vee_if.h r_vee.c API x uint32_t cur_version; /* Get version of installed VEE. */ cur_version = R_VEE_GetVersion(); /* Check to make sure version is new enough for this application s use. */ if (MIN_VERSION > cur_version) /* This Virtual EEPROM version is not new enough and does not have XXX feature that is needed by this application. Alert user. */... } : r_vee.c R01AN0724JU0170 Rev.1.70 Page 29 of 33

30 4. HEW E2Studio HEW HEW E2Studio E2Studio VEE RSKRX62N RSKRX63N RDKRX63N RSKRX62G RSKRX63T_144PIN 4.1 HEW RSKRX62T RSKRX630 RDKRX62N RSKRX63T_64PIN RSKRX210 HEW VEE 1. HEW 2. Set as Current Project 3. VEE API MCU r_bsp r_bsp r_bsp plotform.h r_bsp platform.h RSK+RX63N./board/rskrx63n/r_bsp.h #include #include 4. R01AN0724JU0170 Rev.1.70 Page 30 of 33

31 4.2 E2Studio E2Studio HEW E2Studio 1. E2Studio Workspace e2studio *.exe 2. Extract 3. E2Studio 4. File >> Import File Import 5. General >> Existing Projects into Workspace Next 6. Select archive file browse 7. E2Studio zip R01AN0724JU0170 Rev.1.70 Page 31 of 33

32 8. Finish RDKRX63N 9. VEE API MCU r_bsp r_bsp r_bsp plotform.h r_bsp platform.h RSK+RX63N./board/rskrx63n/r_bsp.h #include #include 10. R01AN0724JU0170 Rev.1.70 Page 32 of 33

33 R01AN0724JU0170 Rev.1.70 Page 33 of 33

34 Rev RX63x VEE R_VEE_GenerateCheck() API FIT v FIT v1.0 API R_VEE_Open() R_VEE_Control()API R_VEE_GetVersion() HEW E2Studio A-1

35 1. CMOS LSILSI 2. LSI

36 OA AV RoHS (03) Renesas Electronics Corporation. All rights reserved. Colophon 2.0

RX600 & RX200シリーズ RX用シンプルフラッシュAPI アプリケーションノート

RX600 & RX200シリーズ RX用シンプルフラッシュAPI アプリケーションノート R01AN0544JU0240 Rev.2.40 RX600 RX200 API MCU API API RX 0xFF 3.10 API RX610 RX621 RX62N RX62T RX62G RX630 RX631 RX63N RX63T RX210 1.... 2 2. API... 3 3.... 11 4.... 16 5. API... 18 6.... 32 R01AN0544JU0240

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

Introduction Purpose This training course describes the configuration and session features of the High-performance Embedded Workshop (HEW), a key tool

Introduction Purpose This training course describes the configuration and session features of the High-performance Embedded Workshop (HEW), a key tool Introduction Purpose This training course describes the configuration and session features of the High-performance Embedded Workshop (HEW), a key tool for developing software for embedded systems that

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

Microsoft Word - Win-Outlook.docx

Microsoft Word - Win-Outlook.docx Microsoft Office Outlook での設定方法 (IMAP および POP 編 ) How to set up with Microsoft Office Outlook (IMAP and POP) 0. 事前に https://office365.iii.kyushu-u.ac.jp/login からサインインし 以下の手順で自分の基本アドレスをメモしておいてください Sign

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

スライド 1

スライド 1 RX62N 周辺機能紹介データフラッシュ データ格納用フラッシュメモリ ルネサスエレクトロニクス株式会社ルネサス半導体トレーニングセンター 2013/08/02 Rev. 1.00 00000-A コンテンツ データフラッシュの概要 プログラムサンプル 消去方法 書き込み方法 読み出し方法 FCUのリセット プログラムサンプルのカスタマイズ 2 データフラッシュの概要 3 データフラッシュとは フラッシュメモリ

More information

取扱説明書_KX-PW100CL

取扱説明書_KX-PW100CL See pages 236 238 for English Guide. KX-PW100CL Ni-MH KX-PW100CL-W KX-FKN100-W 1 2 NTT NTT 1 4 3 4 5 6

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

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

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

Introduction Purpose This course explains how to use Mapview, a utility program for the Highperformance Embedded Workshop (HEW) development environmen

Introduction Purpose This course explains how to use Mapview, a utility program for the Highperformance Embedded Workshop (HEW) development environmen Introduction Purpose This course explains how to use Mapview, a utility program for the Highperformance Embedded Workshop (HEW) development environment for microcontrollers (MCUs) from Renesas Technology

More information

取説_KX-PW101CL_PW102CW

取説_KX-PW101CL_PW102CW See pages 270 and 271 for English Guide. KX-PW101CL KX-PW102CW Ni-Cd F1 F1 F2 F4 F1 F2 F4 F1 F2 F4 2 1 2 Ni-Cd Ni-Cd NTT NTT F1 F1 F1 F1 F1 F1 F1 F1 F4 F4 F4 F1 F4 F1

More information

Webサービス本格活用のための設計ポイント

Webサービス本格活用のための設計ポイント The Web Services are a system which links up the scattered systems on the Internet, leveraging standardized technology such as SOAP, WSDL and UDDI. It is a general thought that in the future business enterprises

More information

VE-GD21DL_DW_ZB

VE-GD21DL_DW_ZB V E-G D21D L V E-G D21D W 1 2 3 4 1 2 1 2 1 2 2 1 2 3 1 2 3 1 2 3 1 4 4 2 3 5 5 1 2 3 4 1 2 3 1 2 3 4 1 2 3 2006 Copyrights VisionInc. @. _ & $ % + = ^ 2011

More information

【注意事項】RXファミリ 組み込み用TCP/IP M3S-T4-Tiny

【注意事項】RXファミリ 組み込み用TCP/IP M3S-T4-Tiny 注意事項 RX ファミリ組み込み用 TCP/IP M3S-T4-Tiny R20TS0227JJ0100 Rev.1.00 号 概要 RX ファミリ組み込み用 TCP/IP M3S-T4-Tiny ( 注 ) の使用上の注意事項を連絡します 1. Ping Reply パケットに関する注意事項 2. LAN ネットワーク環境に関する注意事項 3. select() 関数のタイムアウト設定値に関する注意事項

More information

RR-US470 (RQCA1588).indd

RR-US470 (RQCA1588).indd RR-US470 Panasonic Corporation 2006 2 3 4 http://www.sense.panasonic.co.jp/ 1 2 3 ( ) ZOOM 5 6 7 8 9 10 4 2 1 3 4 2 3 1 3 11 12 1 4 2 5 3 1 2 13 14 q φ φ 1 2 3 4 3 1 2 3 4 2 3 15 16 1 2 3 [/]p/o 17 1 2

More information

R1RW0408D シリーズ

R1RW0408D シリーズ お客様各位 カタログ等資料中の旧社名の扱いについて 2010 年 4 月 1 日を以って NEC エレクトロニクス株式会社及び株式会社ルネサステクノロジが合併し 両社の全ての事業が当社に承継されております 従いまして 本資料中には旧社名での表記が残っておりますが 当社の資料として有効ですので ご理解の程宜しくお願い申し上げます ルネサスエレクトロニクスホームページ (http://www.renesas.com)

More information

*Ł\”ƒ‚ä(CV03)

*Ł\”ƒ‚ä(CV03) VE-CV03 VE-CVW03 VE-CV03 VE-CVW03 Ni-Cd C C BC BC C C C C C C C C C C A C C C A A # $ % & ' # $ 64 A A A A ( A % & ' ( ) ) A * A + A * +, - /. 0/ 10 21 32 53, A - A A. A A / A 0 A 1 A 2 A A A A 3 4 #

More information

2 3

2 3 RR-XR330 C Matsushita Electric Industrial Co., Ltd.2001 2 3 4 + - 5 6 1 2 3 2 1-3 + + - 22 +- 7 22 8 9 1 2 1 2 1 2 3 12 4 1 2 5 12 1 1 2 3 1 2 1 2 10 11 1 2 $% 1 1 2 34 2 % 3 % 1 2 1 2 3 1 2 12 13 1 2

More information

【注意事項】RX Driver Package、 RXファミリ RTC モジュール Firmware Integration Technology

【注意事項】RX Driver Package、 RXファミリ RTC モジュール Firmware Integration Technology 注意事項 RX Driver Package RX ファミリ RTC モジュール Firmware Integration Technology 概要 RX Driver Package および RX ファミリ RTC モジュール Firmware Integration Technology( 以下 RTC FIT モジュール ) の使用上の注意事項を連絡します 1. R_RTC_Read 関数における時刻読み出し処理の注意事項

More information

MOTIF XF 取扱説明書

MOTIF XF 取扱説明書 MUSIC PRODUCTION SYNTHESIZER JA 2 (7)-1 1/3 3 (7)-1 2/3 4 (7)-1 3/3 5 http://www.adobe.com/jp/products/reader/ 6 NOTE http://japan.steinberg.net/ http://japan.steinberg.net/ 7 8 9 A-1 B-1 C0 D0 E0 F0 G0

More information

取説_KX-PW38CL_PW48CL

取説_KX-PW38CL_PW48CL KX-PW38CL KX-PW48CL See pages 260 and 261 for English Guide. 2 3 1 2 NTT NTT Ni-Cd Ni-Cd 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 0 6 1 2 3

More information

untitled

untitled II 4 Yacc Lex 2005 : 0 1 Yacc 20 Lex 1 20 traverse 1 %% 2 [0-9]+ { yylval.val = atoi((char*)yytext); return NUM; 3 "+" { return + ; 4 "*" { return * ; 5 "-" { return - ; 6 "/" { return / ; 7 [ \t] { /*

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

はじめに

はじめに IT 1 NPO (IPEC) 55.7 29.5 Web TOEIC Nice to meet you. How are you doing? 1 type (2002 5 )66 15 1 IT Java (IZUMA, Tsuyuki) James Robinson James James James Oh, YOU are Tsuyuki! Finally, huh? What's going

More information

MIDI_IO.book

MIDI_IO.book MIDI I/O t Copyright This guide is copyrighted 2002 by Digidesign, a division of Avid Technology, Inc. (hereafter Digidesign ), with all rights reserved. Under copyright laws, this guide may not be duplicated

More information

by CASIO W61CA For Those Requiring an English/Chinese Instruction

by CASIO W61CA     For Those Requiring an English/Chinese Instruction by CASIO W61CA http://www.au.kddi.com/torisetsu/index.html http://www.au.kddi.com/manual/index.html For Those Requiring an English/Chinese Instruction Manual English/Chinese Simple Manual can be read on

More information

1 2 3

1 2 3 INFORMATION FOR THE USER DRILL SELECTION CHART CARBIDE DRILLS NEXUS DRILLS DIAMOND DRILLS VP-GOLD DRILLS TDXL DRILLS EX-GOLD DRILLS V-GOLD DRILLS STEEL FRAME DRILLS HARD DRILLS V-SELECT DRILLS SPECIAL

More information

Web Web Web Web Web, i

Web Web Web Web Web, i 22 Web Research of a Web search support system based on individual sensitivity 1135117 2011 2 14 Web Web Web Web Web, i Abstract Research of a Web search support system based on individual sensitivity

More information

HA8000シリーズ ユーザーズガイド ~BIOS編~ HA8000/RS110/TS10 2013年6月~モデル

HA8000シリーズ ユーザーズガイド ~BIOS編~ HA8000/RS110/TS10 2013年6月~モデル P1E1M01500-3 - - - LSI MegaRAID SAS-MFI BIOS Version x.xx.xx (Build xxxx xx, xxxx) Copyright (c) xxxx LSI Corporation HA -0 (Bus xx Dev

More information

VE-SV03DL VE-SV03DW Ni-MH Ni-MH Ni-MH 1 2 3 1 2 Ni-MH 3 4 5 I H 3 IH IH IH IH 2 0 4 6 6 1 2 3 # 6 6 4 I H I H I H I H I H I H I H NTT Ni-MH Ni-MH Ni-MH Ω 0570-087-087

More information

I N S T R U M E N T A T I O N & E L E C T R I C A L E Q U I P M E N T Pressure-resistant gasket type retreat method effective bulk compressibility Fro

I N S T R U M E N T A T I O N & E L E C T R I C A L E Q U I P M E N T Pressure-resistant gasket type retreat method effective bulk compressibility Fro Cable Gland This is the s to use for Cable Wiring in the hazardous location. It is much easier to install and maintenance and modification compared with Conduit Wiring with Sealing Fitting. The Standard

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

RX62N グループ SCI を使ったクロック同期式シングルマスタ制御ソフトウェア

RX62N グループ SCI を使ったクロック同期式シングルマスタ制御ソフトウェア RX62N SCI R01AN1088JJ0101 Rev.1.01 RX62N SCI SPI SPI MCU RX62N R1EX25xxx SPI Serial EEPROM Micron Technology M25P Serial Flash memory 64Mbit Micron Technology M45PE Serial Flash memory 1Mbit 1.... 2 2....

More information

L1 What Can You Blood Type Tell Us? Part 1 Can you guess/ my blood type? Well,/ you re very serious person/ so/ I think/ your blood type is A. Wow!/ G

L1 What Can You Blood Type Tell Us? Part 1 Can you guess/ my blood type? Well,/ you re very serious person/ so/ I think/ your blood type is A. Wow!/ G L1 What Can You Blood Type Tell Us? Part 1 Can you guess/ my blood type? 当ててみて / 私の血液型を Well,/ you re very serious person/ so/ I think/ your blood type is A. えーと / あなたはとっても真面目な人 / だから / 私は ~ と思います / あなたの血液型は

More information

ASP英語科目群ALE Active Learning in English No 7. What activity do you think is needed in ALE for students to improve student s English ability? active listening a set of important words before every lecture

More information

Express5800/R110a-1Hユーザーズガイド

Express5800/R110a-1Hユーザーズガイド 4 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Xeon Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0B60: DIMM group #1 has been disabled. : Press to resume, to

More information

- 1 -

- 1 - - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - - 10 - - 11 - - 12 - - 13 - - 14 - - 15 - 1 2 1-16 - 2 3 4 5 6 7-17 - 1 2 1 2 3 4-18 - 1 2 3 4 1 2-19 - 1 2 3 1 2-20 - 3 4 5 6 7 1-21 - 1 2 3 4-22

More information

2 3

2 3 * This device can only be used inside Japan in areas that are covered by subscription cable TV services. Because of differences in broadcast formats and power supply voltages, it cannot be used in overseas

More information

入学検定料支払方法の案内 1. 入学検定料支払い用ページにアクセス ポータルの入学検定料支払いフォームから 入学検定料支払い用 URL の ここをクリック / Click here をクリックしてください クリックを行うと 入学検定料支払い用のページが新たに開かれます ( 検定料支払い用ページは ポ

入学検定料支払方法の案内 1. 入学検定料支払い用ページにアクセス ポータルの入学検定料支払いフォームから 入学検定料支払い用 URL の ここをクリック / Click here をクリックしてください クリックを行うと 入学検定料支払い用のページが新たに開かれます ( 検定料支払い用ページは ポ Keio Academy of New York Admissions Portal 入学検定料支払方法の案内 < 日本語 :P1 ~ 7> Page1 入学検定料支払方法の案内 1. 入学検定料支払い用ページにアクセス ポータルの入学検定料支払いフォームから 入学検定料支払い用 URL の ここをクリック / Click here をクリックしてください クリックを行うと

More information

西川町広報誌NETWORKにしかわ2011年1月号

西川町広報誌NETWORKにしかわ2011年1月号 NETWORK 2011 1 No.657 平 成 四 年 四 の 開 校 に 向 け て 家 庭 教 育 を 考 え よ う! Every year around the winter holiday the Japanese custom of cleaning out your office space is performed. Everyone gets together and cleans

More information

Microsoft PowerPoint - #07 Quiz Are you still with me .pptx

Microsoft PowerPoint - #07 Quiz Are you still with me .pptx Quiz: Are You Still With Me? Takumi Information Technology Maiko Akutagawa Copyright Takumi Information Techonology CORPORATION, All rights reserved. What s Direct Identifier? -level1 Is it compulsory

More information

H8000操作編

H8000操作編 8 26 35 32H800037H800042H8000 49 55 60 72 2 3 4 48 7 72 32 28 7 8 9 5 7 9 22 43 20 8 8 8 8 73 8 13 7 7 7 55 10 49 49 13 37 49 49 49 49 49 49 12 50 11 76 8 24 26 24 24 6 1 2 3 18 42 72 72 20 26 32 80 34

More information

HA8000-bdシリーズ RAID設定ガイド HA8000-bd/BD10X2

HA8000-bdシリーズ RAID設定ガイド HA8000-bd/BD10X2 HB102050A0-4 制限 補足 Esc Enter Esc Enter Esc Enter Main Advanced Server Security Boot Exit A SATA Configuration SATA Controller(s) SATA Mode Selection [Enabled] [RAID] Determines how

More information

C H H H C H H H C C CUTION:These telephones are for use in Japan only. They cannot be used in other countries because of differences in voltages, tele

C H H H C H H H C C CUTION:These telephones are for use in Japan only. They cannot be used in other countries because of differences in voltages, tele VE-PV01LVE-PVW01LVE-PVC01L 1 4 7 2 3 5 6 8 9 * 0 # C H H H C H H H C C CUTION:These telephones are for use in Japan only. They cannot be used in other countries because of differences in voltages, telephone

More information

untitled

untitled Ministry of Land, Infrastructure, Transport and Tourism IATA 996 9 96 96 1180 11 11 80 80 27231 27 27231 231 H19.12.5 10 200612 20076 200710 20076 20086 11 20061192008630 12 20088 20045 13 113 20084

More information

Tab 5, 11 Tab 4, 10, Tab 3, 9, 15Tab 2, 8, 14 Tab 1, 7, 13 2

Tab 5, 11 Tab 4, 10, Tab 3, 9, 15Tab 2, 8, 14 Tab 1, 7, 13 2 COMPANION 20 MULTIMEDIA SPEAKER SYSTEM Owner s Guide Tab 5, 11 Tab 4, 10, Tab 3, 9, 15Tab 2, 8, 14 Tab 1, 7, 13 2 Tab1, 7, 13 Tab 2, 8, 14 Tab 3, 9, 15 Tab 4, 10, Tab 5, 11 This product conforms to all

More information

取説_VE-PV11L(応用編)

取説_VE-PV11L(応用編) * 0 # VE-PV11L VE-PVC11L VE-PS109N 1 2 3 4 5 6 7 8 9 C H H H C H H H C C CAUTION:These telephones are for use in Japan only. They cannot be used in other countries because of differences in voltages, telephone

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

Z7000操作編_本文.indb

Z7000操作編_本文.indb 2 8 17 37Z700042Z7000 46Z7000 28 42 52 61 72 87 2 3 12 13 6 7 3 4 11 21 34 61 8 17 4 11 4 53 12 12 10 75 18 12 42 42 13 30 42 42 42 42 10 62 66 44 55 14 25 9 62 65 23 72 23 19 24 42 8 26 8 9 9 4 11 18

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

国際恋愛で避けるべき7つの失敗と解決策

国際恋愛で避けるべき7つの失敗と解決策 7 http://lovecoachirene.com 1 7! 7! 1 NOT KNOWING WHAT YOU WANT 2 BEING A SUBMISSIVE WOMAN 3 NOT ALLOWING THE MAN TO BE YOUR HERO 4 WAITING FOR HIM TO LEAD 5 NOT SPEAKING YOUR MIND 6 PUTTING HIM ON A PEDESTAL

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

2 8 23 26A800032A8000 31 37 42 51 2 3 23 37 10 11 51 4 26 7 28 7 8 7 9 8 5 6 7 9 8 17 7 7 7 37 10 13 12 23 21 21 8 53 8 8 8 8 1 2 3 17 11 51 51 18 23 29 69 30 39 22 22 22 22 21 56 8 9 12 53 12 56 43 35 27

More information

2

2 8 22 19A800022A8000 30 37 42 49 2 3 22 37 10 11 49 4 24 27 7 49 7 8 7 9 8 5 6 7 9 8 16 7 7 7 37 10 11 20 22 20 20 8 51 8 8 9 17 1 2 3 16 11 49 49 17 22 28 48 29 33 21 21 21 21 20 8 10 9 28 9 53 37 36 25

More information

2

2 8 24 32C800037C800042C8000 32 40 45 54 2 3 24 40 10 11 54 4 7 54 30 26 7 9 8 5 6 7 9 8 18 7 7 7 40 10 13 12 24 22 22 8 55 8 8 8 8 1 2 3 18 11 54 54 19 24 30 69 31 40 57 23 23 22 23 22 57 8 9 30 12 12 56

More information

D-Link DWL-3500AP/DWL-8500AP 設定ガイド

D-Link DWL-3500AP/DWL-8500AP 設定ガイド 2 2001-2009 D-Link Corporation. All Rights Reserved. 3 4 2001-2009 D-Link Corporation. All Rights Reserved. 5 NOTE: 6 2001-2009 D-Link Corporation. All Rights Reserved. 7 8 2001-2009 D-Link Corporation.

More information

untitled

untitled Dell PowerEdgeDell EMC CX500BakBone NetVault VMware ESX Server 2.5 & NetVault... 2... 2... 3 OS... 4 VMWARE ESX SERVER 2.5 SERVICE CONSOLE... 5 VMWARE ESX SERVER 2.5 NETVAULT... 6... 7 OS... 7 OS... 8

More information

*Ł\”ƒ‚ä(DCH800)

*Ł\”ƒ‚ä(DCH800) B B B B B B B B B C * This device can only be used inside Japan in areas that are covered by subscription cable TV services. Because of differences in broadcast formats and power supply voltages, it cannot

More information

WARNING To reduce the risk of fire or electric shock,do not expose this apparatus to rain or moisture. To avoid electrical shock, do not open the cabi

WARNING To reduce the risk of fire or electric shock,do not expose this apparatus to rain or moisture. To avoid electrical shock, do not open the cabi ES-600P Operating Instructions WARNING To reduce the risk of fire or electric shock,do not expose this apparatus to rain or moisture. To avoid electrical shock, do not open the cabinet. Refer servicing

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

LC304_manual.ai

LC304_manual.ai Stick Type Electronic Calculator English INDEX Stick Type Electronic Calculator Instruction manual INDEX Disposal of Old Electrical & Electronic Equipment (Applicable in the European Union

More information

joho09.ppt

joho09.ppt s M B e E s: (+ or -) M: B: (=2) e: E: ax 2 + bx + c = 0 y = ax 2 + bx + c x a, b y +/- [a, b] a, b y (a+b) / 2 1-2 1-3 x 1 A a, b y 1. 2. a, b 3. for Loop (b-a)/ 4. y=a*x*x + b*x + c 5. y==0.0 y (y2)

More information

R1RP0416D シリーズ

R1RP0416D シリーズ お客様各位 カタログ等資料中の旧社名の扱いについて 2010 年 4 月 1 日を以って NEC エレクトロニクス株式会社及び株式会社ルネサステクノロジが合併し 両社の全ての事業が当社に承継されております 従いまして 本資料中には旧社名での表記が残っておりますが 当社の資料として有効ですので ご理解の程宜しくお願い申し上げます ルネサスエレクトロニクスホームページ (http://www.renesas.com)

More information

The Key Questions about Today's "Experience Loss": Focusing on Provision Issues Gerald ARGENTON These last years, the educational discourse has been focusing on the "experience loss" problem and its consequences.

More information

Complex Lab – Operating Systems - Graphical Console

Complex Lab – Operating Systems - Graphical Console Complex Lab Operating Systems Graphical Console Martin Küttler Last assignment Any questions? Any bug reports, whishes, etc.? 1 / 13 We are here Pong Server Paddle Client 1 Paddle Client 2 Memory Management

More information

R1RW0416DI シリーズ

R1RW0416DI シリーズ お客様各位 カタログ等資料中の旧社名の扱いについて 2010 年 4 月 1 日を以って NEC エレクトロニクス株式会社及び株式会社ルネサステクノロジが合併し 両社の全ての事業が当社に承継されております 従いまして 本資料中には旧社名での表記が残っておりますが 当社の資料として有効ですので ご理解の程宜しくお願い申し上げます ルネサスエレクトロニクスホームページ (http://www.renesas.com)

More information

Microsoft Word - KUINS-Air_W10_ docx

Microsoft Word - KUINS-Air_W10_ docx KUINS-Air 無線 LAN への接続 (Windows10) How to connect to Wi-Fi KUINS-Air (Windows10) 2019 年 7 月 KUINS-Air への接続には A ID パスワードを使用した接続 もしくは B クライアント証明書を使用した接続方法の 2 種類があります There are 2 ways to connect to KUINS-Air,

More information

elemmay09.pub

elemmay09.pub Elementary Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Activity Bank Number Challenge Time:

More information

2 3 12 13 6 7

2 3 12 13 6 7 2 8 17 42ZH700046ZH700052ZH7000 28 43 54 63 74 89 2 3 12 13 6 7 3 4 11 21 34 63 65 8 17 4 11 4 55 12 12 10 77 56 12 43 43 13 30 43 43 43 43 10 45 14 25 9 23 74 23 19 24 43 8 26 8 9 9 4 8 30 42 82 18 43

More information

ECJ-PX50

ECJ-PX50 ECJ-PX50 0.9L This appliance is designed for domestic use in Japan only and cannot be used in any other country. 1 2 3 4 5 6 1 2 3 7 8 1 2 3 4 5 1 2 1 9 3 4 10 1 2 3 11 4 2 4 12 1 2 3 13 1 14 A B B A 15

More information

untitled

untitled Corporate Development Division Semiconductor Company Matsushita Electric Industrial Co.,Ltd. http://www.panasonic.co.jp/semicon/ DebugFactory Builder for MN101C PanaX IDE IBM PC/AT CPU Intel Pentium 450MHz

More information

L3 Japanese (90570) 2008

L3 Japanese (90570) 2008 90570-CDT-08-L3Japanese page 1 of 15 NCEA LEVEL 3: Japanese CD TRANSCRIPT 2008 90570: Listen to and understand complex spoken Japanese in less familiar contexts New Zealand Qualifications Authority: NCEA

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

,, 2024 2024 Web ,, ID ID. ID. ID. ID. must ID. ID. . ... BETWEENNo., - ESPNo. Works Impact of the Recruitment System of New Graduates as Temporary Staff on Transition from College to Work Naoyuki

More information

総合的な経済・エネルギー・環境分析に資する技術情報の整備のための研究

総合的な経済・エネルギー・環境分析に資する技術情報の整備のための研究 1995 2000 4 3 2 2 1995 SNAIO 2000 2001 2002 4 1 3 3 3 SNAIO87 4 1000 Let SNAIO87 /=1000 4 1000 Let SNAIO86 =GroupCol(SNAIO87,SNAIO87ToSNA86Col) 4 87 86 SNAIO87ToSNA86Col Basic If Then Loop End Loop For

More information

Table 1. Assumed performance of a water electrol ysis plant. Fig. 1. Structure of a proposed power generation system utilizing waste heat from factori

Table 1. Assumed performance of a water electrol ysis plant. Fig. 1. Structure of a proposed power generation system utilizing waste heat from factori Proposal and Characteristics Evaluation of a Power Generation System Utilizing Waste Heat from Factories for Load Leveling Pyong Sik Pak, Member, Takashi Arima, Non-member (Osaka University) In this paper,

More information

Microsoft, Windows Microsoft Corporation

Microsoft, Windows Microsoft Corporation Copyright 2000-2002 T&D Corporation. All rights reserved. 2002.07 16004194030 Microsoft, Windows Microsoft Corporation This Modem Logger is designed for use in Japan only and can not be used in any other

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

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

自分の天職をつかめ

自分の天職をつかめ Hiroshi Kawasaki / / 13 4 10 18 35 50 600 4 350 400 074 2011 autumn / No.389 5 5 I 1 4 1 11 90 20 22 22 352 325 27 81 9 3 7 370 2 400 377 23 83 12 3 2 410 3 415 391 24 82 9 3 6 470 4 389 362 27 78 9 5

More information

Microsoft PowerPoint - Ritsu-Mate出願操作マニュアル(学部英語版) _STEP4.pptx

Microsoft PowerPoint - Ritsu-Mate出願操作マニュアル(学部英語版) _STEP4.pptx Procedure 1 Application Fee Payment Pay the Application Fee by 11:00 p.m. (Japan Standard Time) on the application deadline date specified for each admission method. Click on "". 1 Procedure 2 Payment

More information

2

2 8 23 32A950S 30 38 43 52 2 3 23 40 10 33 33 11 52 4 52 7 28 26 7 8 8 18 5 6 7 9 8 17 7 7 7 38 10 12 9 23 22 22 8 53 8 8 8 8 1 2 3 17 11 52 52 19 23 29 71 29 41 55 22 22 22 22 22 55 8 18 31 9 9 54 71 44

More information

1 138

1 138 5 1 2 3 4 5 6 7 8 1 138 BIOS Setup Utility MainAdvancedSecurityPowerExit Setup Warning Item Specific Help Setting items on this menu to incorrect values may cause your system to malfunction. Select 'Yes'

More information

Microsoft Word - D JP.docx

Microsoft Word - D JP.docx Application Service Gateway Thunder/AX Series vthunder ライセンスキー インストール 手順 1 1.... 3 2. vthunder... 3 3. ACOS... 3 4. ID... 5 5.... 8 6.... 8 61... 8 62 GUI... 10 2 1. 概要 2. vthunder へのアクセス 方法 SSHHTTPSvThunder

More information

ACS電子ジャーナル利用マニュアル

ACS電子ジャーナル利用マニュアル American Chemical Society ACS Web Edition & Journal Archives American Chemical Society ACS 4 Web Edition 2002 7 1879 Journal Archives ACS 1...2 2 2-1...3 2-2...4 2-3...5 3 3-1 Abstract...6 3-2 Full Text

More information

SH7216 グループ USB ファンクションモジュール USB コミュニケーションクラス アプリケーションノート

SH7216 グループ USB ファンクションモジュール USB コミュニケーションクラス アプリケーションノート SH7216 USB USB SH7216 USB USB USB SH7216 R01AN2201JJ0100 Rev.1.00 1.... 2 2.... 3 3. USB... 19 4.... 25 R01AN2201JJ0100 Rev.1.00 Page 1 of 26 SH7216 USB USB 1. SH7216 USB USB USB 1.1 INTC PFC USB USB SCI

More information

Nios II 簡易チュートリアル

Nios II 簡易チュートリアル Nios II Ver. 7.1 2007 10 1. Nios II Nios II JTAG UART LED 8 PIO LED < > Quartus II SOPC Builder Nios II Quartus II.sof Nios II IDE Stratix II 2S60 RoHS Nios II Quartus II http://www.altera.com/literature/lit-nio2.jsp

More information

Building a Culture of Self- Access Learning at a Japanese University An Action Research Project Clair Taylor Gerald Talandis Jr. Michael Stout Keiko Omura Problem Action Research English Central Spring,

More information

;y ;y ;; yy ;y;; yy y;y;y;y ;y; ;; yy ; y Portable CD player Operating Instructions RQT5364-S

;y ;y ;; yy ;y;; yy y;y;y;y ;y; ;; yy ; y Portable CD player Operating Instructions RQT5364-S ;y ;y ;; yy ;y;; yy y;y;y;y ;y; ;; yy ; y Portable CD player Operating Instructions -S + - + - 1 3 K 2 - + H K Ni-Cd A.SHOCK S-XBS HOLD HOLD HOLD HOLD ( 1; 1; 6 VOLUME 5 4 1; A.SHOCK S-XBS RANDOM NOR

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

C. S2 X D. E.. (1) X S1 10 S2 X+S1 3 X+S S1S2 X+S1+S2 X S1 X+S S X+S2 X A. S1 2 a. b. c. d. e. 2

C. S2 X D. E.. (1) X S1 10 S2 X+S1 3 X+S S1S2 X+S1+S2 X S1 X+S S X+S2 X A. S1 2 a. b. c. d. e. 2 I. 200 2 II. ( 2001) 30 1992 Do X for S2 because S1(is not desirable) XS S2 A. S1 S2 B. S S2 S2 X 1 C. S2 X D. E.. (1) X 12 15 S1 10 S2 X+S1 3 X+S2 4 13 S1S2 X+S1+S2 X S1 X+S2. 2. 3.. S X+S2 X A. S1 2

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

! " # $ % & ' ( ) +, -. / 0 1 2 3 4 5 6 7 8 9 : ; < = >? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ ] ^ _ ` a b c d e f h i j k l m n o p q r s t u v w x y z { } ~ This product is

More information

23 Study on Generation of Sudoku Problems with Fewer Clues

23 Study on Generation of Sudoku Problems with Fewer Clues 23 Study on Generation of Sudoku Problems with Fewer Clues 1120254 2012 3 1 9 9 21 18 i Abstract Study on Generation of Sudoku Problems with Fewer Clues Norimasa NASU Sudoku is puzzle a kind of pencil

More information

評論・社会科学 84号(よこ)(P)/3.金子

評論・社会科学 84号(よこ)(P)/3.金子 1 1 1 23 2 3 3 4 3 5 CP 1 CP 3 1 1 6 2 CP OS Windows Mac Mac Windows SafariWindows Internet Explorer 3 1 1 CP 2 2. 1 1CP MacProMacOS 10.4.7. 9177 J/A 20 2 Epson GT X 900 Canon ip 4300 Fujifilm FinePix

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

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