検索結果
表示
もしかして: opengl box
このウィキでページ「Open-box」を新規作成しましょう。検索で見つかった他のページも参照してください。
- OpenCV(Open Source Computer Vision)は、コンピュータビジョンタスクをサポートするオープンソースのライブラリです。 import cv2 # 画像の読み込み image = cv2.imread('image.jpg') # 画像の表示 cv2.imshow('Image'…9キロバイト (1,132 語) - 2023年8月18日 (金) 10:47
- for score, label, box in zip(results["scores"], results["labels"], results["boxes"]): box = [round(i, 2) for i in box.tolist()] print( f"Detected…12キロバイト (1,504 語) - 2023年9月22日 (金) 13:56
- modules are 3D shapes despite some of them having 2D names) box(width, height, depth); roundedBox(width, height, depth, factor); cone(height, radius); oval(width…7キロバイト (944 語) - 2015年1月17日 (土) 08:38
- OpenGL Programming ブックへようこそ。 OpenGL は 3D グラフィックスの描画に使用するAPIです。 OpenGL はプログラミング言語ではありません。 OpenGL アプリケーションは、一般的に、C言語またはC++で書かれます。 OpenGL…22キロバイト (1,025 語) - 2024年5月11日 (土) 01:03
- TeX/LaTeX入門 Ubuntu (en) UNIX/Linux入門 vi VirtualBox Apache HTTP Server(Webサーバ) BIND(DNSサーバ) Squid (Proxy) OpenVPN (VPN) MySQL PostgreSQL (DBMS) メール転送エージェント…5キロバイト (488 語) - 2024年6月28日 (金) 00:46
- MsgBox("Hello, World!") End Sub 解説 MsgBox("表示したい文字列") とは、新規の専用のメッセージウィンドウを表示し、そのウィンドウにコードで指定した、表示したい文字列が書かれる命令のことである。Visual Basic にも同様の命令がある。 注意 MsgBox("Hello…7キロバイト (995 語) - 2024年6月27日 (木) 04:54
- class Box(T) def initialize(@item : T) end def item : T @item end end # 使用例 int_box = Box(Int32.new(42)) puts int_box.item # => 42 string_box = Box("Hello")…97キロバイト (12,127 語) - 2024年11月14日 (木) 10:55
- MsgBox, /シートからの読み書き 学べること: 変数宣言 Dim , 関数 getCellByPosition ※ LibreOffice /言語仕様 - 言語仕様について /Excel - Microsoft Excel専用の仕様 OpenOffice.org Basic OpenOffice…8キロバイト (1,050 語) - 2024年2月12日 (月) 05:49
- Value MsgBox "B1 の値は " & x Dim y As Integer y = Cells(2, 2).Value MsgBox "B2 の値は " & y Dim z As Integer z = x + y Cells(3, 2).Value = z MsgBox "A3 の値は…11キロバイト (1,612 語) - 2023年10月10日 (火) 02:36
- The page provides a quick reference to OpenJSCAD and CSG library functions. OpenJSCADユーザー_ガイド Note: Default values and notes are highlighted in bold fonts…10キロバイト (301 語) - 2017年6月10日 (土) 06:47
- ティー)私は茶をのみます。 open (オープン) ひらく close (クローズ) とじる 例文 Please open a window. (プリーズ オープン ア ウィンドウ) まどを開けてください Open your book. (オープン ユア ブック) 本をひらきなさい。 Open your book…52キロバイト (6,453 語) - 2024年10月2日 (水) 02:07
- 切り捨てて最も近い整数にしてボクセルの座標を取得します。 ユーザーが現在どのボクセルを見ているかを明確にするために、その周りに bounding boxを描画することができます。 ワールドとの相互作用を許可するために、マウスボタンの1つがクリックされたときに呼び出されるコールバック関数を登録することができ、そして適切なチャンクに…6キロバイト (929 語) - 2020年5月27日 (水) 02:35
- (ユニフォーム)júːnəfɔːʳm ビデオ video (ビデオウ)vɪ́dioʊ うでどけい watch (ウォッチ)wɑːtʃ 箱(はこ) box (ボックス)bɑːks 黄色 yellow (イエロウ)jéloʊ 動物園 zoo (ズー)zuː 文字を組み合わせることで、ある単語(たんご)…84キロバイト (11,512 語) - 2023年3月30日 (木) 14:43
- 物理マシンへのインストールが難しい場合は、仮想マシン (VM) 上で GNU/Linux を動作させることができます。 VirtualBox、VMware などの仮想化ソフトウェアをホストOS (Windows など) にインストール 仮想マシンを新規作成し、GNU/Linux の ISOイメージをマウント…42キロバイト (5,430 語) - 2024年11月1日 (金) 03:03
- know, wear, believe しかしhaveなどの動詞では以下のように状況により別のグループに分類されることもあります。 have a box →状態動詞 have lunch →活動動詞 不定詞,動名詞,分詞のことを、動詞に準ずるものという意味で準動詞といいます。verbalの語尾-a…48キロバイト (8,002 語) - 2024年7月9日 (火) 04:17
- Rust (Rc, Box と Dropの節)Boxはデータをヒープに格納し、そのポインタをスタック上で保持するスマートポインタです。スタックではなくヒープにデータを配置したい場合に使用します。Boxは最も単純なスマートポインタで、シングルオーナーのデータの所有権を提供します。 let b = Box::new(5); println…187キロバイト (24,377 語) - 2024年11月18日 (月) 09:24
- ユーザー向けの機能(USB接続、ファイル共有など)が多い 代表例: VMware Workstation、Oracle VirtualBox、Parallels Desktop Type 1は直接ハードウェア上で動作し、サーバー環境などで効率的かつセキュアに仮想マシンを管理します。 Type…39キロバイト (3,600 語) - 2024年11月9日 (土) 23:36
- slight, familiar, direct, midst, evidently, yellow, sacred, wounded, pound, box, calm, January, moon, nine, unknown, ain't, hast, express, kingdom, uncle…153キロバイト (8,544 語) - 2023年2月21日 (火) 06:11
- Pod::Perldoc::ToXml Pod::PlainText Pod::Select Pod::Simple Pod::Simple::BlackBox Pod::Simple::Checker Pod::Simple::Debug Pod::Simple::DumpAsText Pod::Simple::DumpAsXML…55キロバイト (7,488 語) - 2024年3月3日 (日) 11:15
- open(my $handle, ">" , "testperl.txt") or die; print $handle "zzzzz"; 解説 まず、外部ファイルに読み書きしたい場合、組み込み関数の open関数 で目的のファイルを開きます。 ファイルは、open…3キロバイト (48,872 語) - 2023年7月5日 (水) 00:13