検索結果

(前の20件 | ) (20 | 50 | 100 | 250 | 500 件) を表示
  • OpenSCAD User Manual/2D Primitives OpenSCAD User Manual/3D to 2D Projection OpenSCAD User Manual/2D to 3D Extrusion DXF押し出しによって、2次元のDXFファイルを読み込み3次元のオブジェクトへ変換が可能となる。…
    633バイト (157 語) - 2013年4月21日 (日) 07:44
  • は後方互換性のために残されている)。 OpenSCAD User Manual/Mathematical Operators OpenSCAD User Manual/Mathematical Functions OpenSCAD User Manual/String Functions 原点の座標に直方体を作る。…
    2キロバイト (4,300 語) - 2015年2月8日 (日) 05:13
  • en:OpenSCAD_User_Manualを翻訳 OpenSCAD は3次元CADソフトである。 また、free software であり、GNU/LinuxやMS Windows、Apple OS Xにおいて使用できる。 その他の多くの無料の3Dモデラと違い、OpenSCADはCADとしての側…
    4キロバイト (366 語) - 2022年7月7日 (木) 08:04
  • 原点を中心に球を作る。引数名は省略可である。 引数 r 十進数。球の半径。解像度は大きさや、変数$fa, $fs, $fnに基づく。詳しくはOpenSCAD_User_Manual/Other_Language_Features $fa 最小分割角度(digree) $fs 最小分割長さ(mm) $fn 分割数…
    8キロバイト (1,248 語) - 2015年8月28日 (金) 12:03
  • 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
  • # 文字列の入力例 user_input = input("文字列を入力してください: ") # 入力を表示 print("入力された文字列は:", user_input) このコードでは、input() 関数を使ってユーザーに文字列の入力を求め、その結果を変数 user_input に格納しています。そして、print()…
    10キロバイト (1,301 語) - 2024年3月2日 (土) 10:07
  • Printf("%v -- recovered(main)\n", err) } }() fmt.Println(subr()) panic("User raised panic") fmt.Println("fin") } func subr() (i int) { defer func() {…
    2キロバイト (232 語) - 2023年3月12日 (日) 23:13
  • フォルダの作成 Windowsの場合、まず、 \AppData\Roaming\LibreOffice\4\user を探す。 そのあと、構成が \AppData\Roaming\LibreOffice\4\user\Scripts\python となるように、フォルダ Scripts および フォルダ python…
    9キロバイト (1,257 語) - 2023年8月24日 (木) 02:55
  • user-interface-help/variant-data-type ^ 6.0 6.1 https://docs.microsoft.com/ja-jp/office/vba/language/reference/user-interface-help/boolean-data-type…
    11キロバイト (1,151 語) - 2020年11月24日 (火) 06:45
  • userSchema = new mongoose.Schema({ id: Number, name: String }); // モデルの作成 const User = mongoose.model('User', userSchema); // ドキュメントの作成と保存 const user
    54キロバイト (5,894 語) - 2024年1月23日 (火) 12:24
  • type と which が役に立ちます。 user@localhost:~$ type python python is /usr/bin/python user@localhost:~$ which python /usr/bin/python 訳註 user@localhost:~$ type type…
    11キロバイト (1,443 語) - 2022年7月15日 (金) 23:42
  • import("example012.stl", convexity=3); import("D:\\Documents and Settings\\User\\My Documents\\Gear.stl", convexity=3); (Windows ではパス名中のバックスラッシュはバックスラッシュでエスケープする必要がある)。…
    4キロバイト (629 語) - 2015年2月14日 (土) 17:41
  • Globals SQL Injection Attacks Cross Site Scripting Attacks Building a secure user login system See also the section on avoiding session fixation in the Sessions…
    6キロバイト (404 語) - 2018年3月9日 (金) 15:59
  • r'<s>\n以下は、タスクを説明する指示です。要求を適切に満たす応答を書きなさい。\n[SEP]\n指示:\n{instruction}\n[SEP]\n応答:\n' USER_NAME = "User" ASSISTANT_NAME = "Assistant" def prepare_input(role_instruction,…
    12キロバイト (1,504 語) - 2023年9月22日 (金) 13:56
  • session_start(); セッションにユーザーIDを設定 $_SESSION['user_id'] = 123; セッションからユーザーIDを取得 $user_id = $_SESSION['user_id']; セッションの有効期限の設定  — session_set_cookie_pa…
    5キロバイト (658 語) - 2023年4月13日 (木) 03:56
  • MINGW64 user@host MINGW64 ~ $ pacman -Syuu mingw32 is up to date mingw64 is up to date ucrt64 is up to date clang64 is up to date msys is up to date user@host…
    16キロバイト (1,998 語) - 2024年2月28日 (水) 05:26
  • しない swap イディオムの使用による統一性は、下記の例のような再帰的な利用をもたらす。 class UserDefined { String str; public: void swap (UserDefined & u) throw () { std::swap (str, u.str); } };…
    7キロバイト (1,041 語) - 2008年6月7日 (土) 14:37
  • CFFI互換性レイヤーを使用した外部関数インターフェイス Threads - bordeaux-threads を使用してマルチスレッドプログラムを書く User Control of GC - trivial-garbage を使用してガーベージコレクションのブラックボックスを開けてみる CLX — Common…
    1キロバイト (173 語) - 2015年8月7日 (金) 10:54
  • 区切りで複数指定した場合には、左から調べて行き、初めて出てきた使用できるカーソルが使用される。 inherit :親要素から継承 『W3C CSS2』18 User interface (W3C) このページ「CSS/カーソル」は、まだ書きかけです。加筆・訂正など、協力いただける皆様の編集を心からお待ちしてお…
    2キロバイト (207 語) - 2021年10月7日 (木) 02:10
  • 。(1000桁の分母を持つ分数の見栄えがいいと思うのでなければですが。)この関数を Lisp で読み込むとすぐに試してみることが出来ます。 CL-USER> (integrate-square-path (lambda (x) (/ 1 x)) #C(-1 -1) 2 0.001) #C(-0.0019999794…
    6キロバイト (903 語) - 2021年6月28日 (月) 23:53
(前の20件 | ) (20 | 50 | 100 | 250 | 500 件) を表示