小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > ハイパー英語辞書 > アクロスティックの英語・英訳 

アクロスティックの英語

ピン留め

追加できません

(登録数上限)

単語を追加

英訳・英語 acrostic


ハイパー英語辞書での「アクロスティック」の英訳

アクロスティック


「アクロスティック」を含む例文一覧

該当件数 : 14



例文

アクロスティックの詩.例文帳に追加

an acrostic poem発音を聞く  - 研究社 新英和中辞典

このような単語をアクロスティックといいます。例文帳に追加

The resulting word is called an acrostic. - NetBeans

引数として、アクロスティックが「Hello」となる 5 つの単語を指定します。例文帳に追加

As arguments, you will provide five words, from which the acrostic "Hello" will be generated. - NetBeans

ここでは、まず Java パッケージを作成し、アクロスティックの作成に使用するメソッドを追加してから、Main クラスに acrostic メソッドを実装します。例文帳に追加

Now you need to create a Java package and add the method that you will use to constructour acrostic. After that you need to implement the acrostic method in the Main class. - NetBeans

最後にプログラムからの出力 Result = Hello (引数としてプログラムに渡されたフレーズのアクロスティック) が表示されます。例文帳に追加

Finally, it prints the output from the program, Result =Hello (the acrostic of the phrase that was passed to the program as an argument). - NetBeans

ここでは、Java パッケージを作成し、アクロスティックを構築するために使用するメソッドを追加する必要があります。例文帳に追加

Now you need to create a Java package and add the method that you will use to construct the acrostic. - NetBeans

例文

アクロスティックは、最初の単語の 1 文字目、2 番目の単語の 2 文字目、3 番目の単語の 3 文字目 (以下同様) から組み立てられます。例文帳に追加

The acrostic is assembled from the first letter of the first word, the second letter of the second word, the third letter of the third word, and so on. - NetBeans

>>例文の一覧を見る


調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

JMdictでの「アクロスティック」の英訳

アクロスティック

文法情報名詞
対訳 acrostic

Weblio英和対訳辞書での「アクロスティック」の英訳

アクロスティック

Weblio英和対訳辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

「アクロスティック」を含む例文一覧

該当件数 : 14



例文

この節では、デバッガを使用してアプリケーションのステップ実行を行い、アクロスティックが組み立てられたときの変数の値の変化を監視します。例文帳に追加

In this section, you will use the debugger to step through the application and watch the values of variables change as the acrostic is assembled. - NetBeans

ここでは、まず Java パッケージを作成し、アクロスティックの作成に使用するメソッドを追加してから、Main クラスに acrostic メソッドを実装します。例文帳に追加

Now we need to create a Java package and add the method that we'll use to constructour acrostic, after which we'll implement the acrostic method in the Main class. - NetBeans

ツールバーで「ステップイン」(F7) を選択してプログラムをステップ実行し、形成されるアクロスティックを観察します。 プログラムの最後に到達すると、デバッガウィンドウが閉じます。例文帳に追加

Press F7 (or choose Run Step Into) to step through the program and watch the acrostic being constructed.When the program reaches the end, the debugger windows close. - NetBeans

「実行」「主プロジェクトを実行」(F6) を選択します。 「出力」ウィンドウに、プログラムからの出力 Result = Hello (引数としてプログラムに渡されたフレーズのアクロスティック) が表示されるはずです。例文帳に追加

Choose Run RunMainProject (F6).In the Output window, you should see the output from the program, Result =Hello (the acrostic of the phrase that was passed to the program as an argument). - NetBeans

F7 キーを押し (または「実行」「ステップイン」を選択し)、プログラムのステップ実行を行なって、アクロスティックが構築されたときの b 変数の変化を監視します。 プログラムの最後に到達すると、デバッガウィンドウが閉じます。例文帳に追加

Press F7 (or choose Debug Step Into) to step through the program and watch the b variable change as the acrostic is constructed.When the program reaches the end, the debugger windows close. - NetBeans

ツールバーで「ステップイン」(F7) を選択してプログラムをステップ実行し、形成されるアクロスティックを観察します。 プログラムの最後に到達すると、デバッガウィンドウが閉じます。例文帳に追加

Click Step Into (F7) in the toolbar to step through the program and watch the acrostic being constructed.When the program reaches the end, the debugger windows close. - NetBeans

例文

acrostic メソッドは、パラメータとして複数の単語の配列を使用し、それらの単語に基づいてアクロスティックを生成します。 MyApp プロジェクトには、acrostic メソッドを呼び出し、アプリケーションの実行時に引数として入力される単語を渡す主クラスが含まれます。例文帳に追加

The acrostic method takes an array of words as a parameter and then generates an acrostic based on those words.The MyApp project will contain a main class that calls the acrostic method and passes the words that are entered as arguments when the application is run. - NetBeans

>>例文の一覧を見る

「アクロスティック」の英訳に関連した単語・英語表現

アクロスティックのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
ハイパー辞書:会津大学•筑波大学版ハイパー辞書:会津大学•筑波大学版
© 2000 - 2024 Hyper Dictionary, All rights reserved
EDRDGEDRDG
This page uses the JMdict dictionary files. These files are the property of the Electronic Dictionary Research and Development Group, and are used in conformance with the Group's licence.

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS