コンテンツにスキップ

検索結果

t user の結果を表示しています。T-ushi の結果は見つかりませんでした。
(前の20件 | ) (20 | 50 | 100 | 250 | 500 件) を表示
  • は後方互換性のために残されている)。 OpenSCAD User Manual/Mathematical Operators OpenSCAD User Manual/Mathematical Functions OpenSCAD User Manual/String Functions 原点の座標に直方体を作る。…
    2キロバイト (4,300 語) - 2015年2月8日 (日) 05:13
  • rotates the view along the vertical axis and the axis pointing towards the user. Dragging with the right or middle mouse button moves the viewing area. For…
    6キロバイト (861 語) - 2015年8月28日 (金) 12:02
  • しない swap イディオムの使用による統一性は、下記の例のような再帰的な利用をもたらす。 class UserDefined { String str; public: void swap (UserDefined & u) throw () { std::swap (str, u.str); } };…
    7キロバイト (1,041 語) - 2008年6月7日 (土) 14:37
  • following files: $t=0/Steps filename="frame00001.png" $t=1/Steps filename="frame00002.png $t=2/Steps filename="frame00003.png" . . . $t=1-3/Steps filename="frame<Steps-2>…
    9キロバイト (1,387 語) - 2015年8月28日 (金) 12:02
  • sub user_func; user_func 'foo', 'bar', 'baz'; これは次のように解釈されます。 user_func('foo', 'bar', 'baz'); つまり、括弧のないサブルーチン呼び出しはリスト演算子として扱われます。 もしこれを、 user_func('foo')…
    52キロバイト (6,512 語) - 2024年4月3日 (水) 04:56
  • the same root at two or more nearly equal values of T. If such false roots are suspected, the user should consider smaller error tolerances or higher precision…
    17キロバイト (2,927 語) - 2022年11月23日 (水) 12:08
  • following files: $t=0/Steps filename="frame00001.png" $t=1/Steps filename="frame00002.png $t=2/Steps filename="frame00003.png" . . . $t=1-3/Steps filename="frame<Steps-2>…
    12キロバイト (1,853 語) - 2015年8月28日 (金) 12:02
  • log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for"';…
    48キロバイト (5,618 語) - 2024年6月30日 (日) 02:06
  • の章を参照してください。 この文字列のケースの関連性に注目してください。 (in-package "COMMON-LISP-USER") ⇒ #<The COMMON-LISP-USER package, 35/44 internal, 0/9 external> (intern "MY-SYMBOL")…
    24キロバイト (3,640 語) - 2018年1月31日 (水) 02:07
  • Unicode::Collate::Locale Unicode::Normalize Unicode::UCD User::grent User::pwent VMS::DCLsym VMS::Filespec VMS::Stdio Win32 Win32API::File…
    55キロバイト (7,381 語) - 2024年3月3日 (日) 11:15
  • sが有効な場合、コンパイラはUnicode文字列リテラルの機能をサポートしています。 __cpp_user_defined_literalsは、C++11で導入された機能で、ユーザ定義リテラル(User-defined literal)を使えるようになりました。…
    69キロバイト (8,412 語) - 2024年5月25日 (土) 11:30
  • シラバスやレッスン計画はいわゆる「実用的レッスン」を目的に作成されています。これは将来の執筆者に有用かもしれませんが、完成していません。 en:User:RetropunkがJLPTレベル4の文法項目を一覧化しています。これは、すぐにはじめましょうのレッスン計画の中にあります。 レッスンを構成する方法はたくさんあり、以下は一例です:…
    5キロバイト (708 語) - 2023年9月25日 (月) 06:25
  • + 4; ダブルクォートとバックスラッシュはエスケープする必要がある (順に\" と \\ )。その他のエスケープ文字は、改行 (\n)、タブ (\t) とCR (\r) である。 NB! この仕様は OpenSCAD-2011.04 からである。古いソースはsed コマンド『sed 's/\\/\\\\/'…
    4キロバイト (618 語) - 2015年8月28日 (金) 12:01
  • Lua from" x = string.gsub("home = $HOME, user = $USER", "%$(%w+)", os.getenv) --> x="home = /home/roberto, user = roberto" x = string.gsub("4+5 = $return…
    24キロバイト (3,777 語) - 2022年7月5日 (火) 23:50
  • # ユーザーデータの取得 users = User.all # 新しいユーザーの作成 user = User.new(name: "Alice", email: "alice@example.com") user.save Railsでは、データベースへの接続設定を行うことで…
    275キロバイト (36,204 語) - 2024年3月14日 (木) 06:00
  • ドウを開き、以下のコマンドを入力してREPLを起動します。 $ lein repl REPLが起動すると、以下のようなプロンプトが表示されます。 user=> これはClojureのREPLプロンプトで、ここでClojureの式を入力して実行することができます。…
    43キロバイト (5,023 語) - 2023年3月5日 (日) 04:27
  • switch/for/while + break or by building an if else mess * better solution: let the user handle the File: char* file_read(const FILE* input) */ char* file_read(const…
    14キロバイト (1,943 語) - 2015年8月19日 (水) 06:37
  • true; // 真偽値型の変数 // 型の宣言 type User = { name: string; age: number; } const user: User = { name: "Alice", age: 20 }; // User型のオブジェクト // 関数とクラス function greet(name:…
    110キロバイト (13,992 語) - 2024年5月5日 (日) 02:47
  • # 文字列の入力例 user_input = input("文字列を入力してください: ") # 入力を表示 print("入力された文字列は:", user_input) このコードでは、input() 関数を使ってユーザーに文字列の入力を求め、その結果を変数 user_input に格納しています。そして、print()…
    1キロバイト (41,670 語) - 2024年6月27日 (木) 05:29
  • 情報技術 > UNIX/Linux入門 大学の学習 > UNIX/Linux入門 『UNIX入門』もあります。 UNIXの起源はアメリカ・AT&T社のベル研究所が開発したOSです。後にカリフォルニア大学バークレー校で学術目的に実装され、ベル研究所のUNIXとカリフォルニア大学バークレー校のUNIX…
    74キロバイト (10,824 語) - 2024年4月21日 (日) 23:51
(前の20件 | ) (20 | 50 | 100 | 250 | 500 件) を表示