コンテンツにスキップ

検索結果

(前の20件 | ) (20 | 50 | 100 | 250 | 500 件) を表示
  • FILE Backup DB (default "main") to FILE .bail on|off Stop after hitting an error. Default OFF .binary on|off Turn binary output on or off. Default OFF…
    21キロバイト (2,690 語) - 2024年3月3日 (日) 10:52
  • することによって迷路を探索することができる。具体的には、turnRight関数はTurnRightを追加することによって糸を伸ばす。」 turnRight :: Thread -> Thread turnRight t = t ++ [TurnRight] 「アイテムのようなゲームに関連する追加のデ…
    46キロバイト (5,020 語) - 2014年11月9日 (日) 14:05
  • FILE Backup DB (default "main") to FILE .bail on|off Stop after hitting an error. Default OFF .binary on|off Turn binary output on or off. Default OFF…
    35キロバイト (7,208 語) - 2024年3月3日 (日) 10:49
  • return $ case x of 't' -> Bool True 'f' -> Bool False This in turn requires us to make changes to parseExpr. parseExpr :: Parser LispVal parseExpr = parseAtom…
    15キロバイト (1,397 語) - 2021年4月13日 (火) 11:11
  • our example, the points are annotated in black and the triangles in blue. Turn the object around and make a second copy from the back if needed. This way…
    8キロバイト (1,248 語) - 2015年8月28日 (金) 12:03
  • などである。 SVC文型を取る典型的な動詞がある。 become(なる)、 turn(変化して~になる), go (~(悪い状態に)なる) のように、~になるという意味の動詞に多い。 The leaves turn red in the fall. 「秋になると、木の葉は赤くなる。」…
    13キロバイト (2,090 語) - 2022年11月25日 (金) 04:03
  • Over: A Fundamental Turn Toward Concurrency in Software". ^ Ian Emmons. "Multiprocessor Optimizations: Fine-Tuning Concurrent Access to Large Data Collections"…
    9キロバイト (1,396 語) - 2022年7月7日 (木) 06:10
  • 「たまたま~する」(青チャ、ブレイクスル-) prove to ~、 turn out to ~ 「~だと分かる」(インスパ、ブレイクスル-) mean to ~ 「~するつもり」 (エバーグリーン、ジーニアス) learn to ~ 「(習得などして)~するようになる」(インスパ、ブレイクスルー)…
    15キロバイト (2,316 語) - 2022年11月25日 (金) 04:02
  • our example, the points are annotated in black and the triangles in blue. Turn the object around and make a second copy from the back if needed. This way…
    2キロバイト (4,300 語) - 2015年2月8日 (日) 05:13
  • 、普通、企業の新人研修は単純作業なので。 (※ 中学の範囲外: )「インターン」は英語で intern であり、意味は「実習生」。けっしてターン(turn)するわけではない。 さて、日本では「サービス残業」など労働時間の長さが問題視されています。 会社仕事というのは、あくまで生きるための手段です。会…
    8キロバイト (1,463 語) - 2023年2月25日 (土) 08:14
  • 分詞によって文修飾の副詞句を作り、接続詞+主語+動詞~と同じ働きをさせた文のこと。 たとえば、 If you turn to the left, you will see the post office. は、次の分詞構文に書き換えられます。 Turning to the left, you will see the post office…
    26キロバイト (4,499 語) - 2024年5月21日 (火) 06:00
  • bail out turn a BLOCK into a TERM create an immediate core dump catch exceptions or compile and run code similar to string eval, but intend to parse a…
    133キロバイト (10,675 語) - 2024年4月4日 (木) 22:26
  • storage-class specifiers as part of the type to change the lifetime of the compound literal (and possibly turn it into a constant expression) 解説 複合リテラル(…
    49キロバイト (5,934 語) - 2024年6月8日 (土) 03:58
  • whose, use, nor, quite, light, best, morning, till, myself, since, present, turn, used, themselves, rather, until, power, others, felt, thou, money, mother…
    153キロバイト (8,544 語) - 2023年2月21日 (火) 06:11
  • from std::exception, but is now derived from std::system_error, which in turn is derived from std::runtime_error. Valid C++ 2003 code that assumes that…
    92キロバイト (11,997 語) - 2024年6月10日 (月) 02:12
  • (グラッド):1グラッドを基準とする単位(1グラッドは0.9度)。 rad (ラジアン):1ラジアンを基準とする単位(1ラジアンは約57.3度)。 turn (ターン):1回転を基準とする単位(1ターンは360度)。 .rotate { transform: rotate(45deg); }…
    60キロバイト (7,192 語) - 2024年6月30日 (日) 22:25
  • 1度の回転の角度が十分小さいときには、 static void turn_left(){ c.dx -= m*c.dy; c.dy += m*c.dx; normalize(c); } で左回転を、 static void turn_right(){ c.dx += m*c.dy; c.dy -=…
    211キロバイト (33,097 語) - 2024年5月16日 (木) 23:00
  • である(旺文社1400、桐原4500)。volumeの意味は、「体積。容積。音のボリューム。本などの一巻。」の意味である。 turn the volume up で「音のボリュームを上げる」である(旺文社、東京)。 「音量を下げる」なら turn the volume down である(東京)。 コンテナの「容積」とかも、volume…
    435キロバイト (69,056 語) - 2024年7月6日 (土) 22:58
  • ームプログラミング時には映像の表示などのためのコード追加がかなり多く必要になります。 本ページのRPGは、ターン制の戦闘システムを採用したRPG(Turn-based RPG)を中心にとり扱う。アクションRPGやシミュレーションRPG、アクティブバトルなどを語る場合には、注記する。 以下のものは取り扱わない。…
    163キロバイト (19,467 語) - 2024年6月6日 (木) 04:36
  • である(ジーニアス、桐原4500、Z速読英単語・必修編)。 grasp the handle of the door 「ドアの取っ手を握る」(桐原)。 turn the handle 「(ドアの)取っ手を回す」 (速読英単語の例文を改変) 自動車のハンドルは steering wheel という(桐原4500、ジーニアス)。…
    98キロバイト (15,096 語) - 2024年7月5日 (金) 15:41
(前の20件 | ) (20 | 50 | 100 | 250 | 500 件) を表示