並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 4 件 / 4件

新着順 人気順

Additionsの検索結果1 - 4 件 / 4件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

Additionsに関するエントリは4件あります。 performanceiOSSoftware などが関連タグです。 人気エントリには 『[Windows10] Virtualboxの仮想マシン(CentOS7.6)にGuest AdditionsをインストールしてWindowsフォルダを共有 - Qiita』などがあります。
  • [Windows10] Virtualboxの仮想マシン(CentOS7.6)にGuest AdditionsをインストールしてWindowsフォルダを共有 - Qiita

    [Windows10] Virtualboxの仮想マシン(CentOS7.6)にGuest AdditionsをインストールしてWindowsフォルダを共有WindowsCentOSVirtualBoxWindows10GuestAdditions 環境 Virtualbox : 6.0.4 r128413 ホストPC : Windows10 仮想マシン : CentOS7.6 (Minimal ISO) ■Guest Additonsのインストール 1. 事前にしておくこと kernel-devel、 kernel-headers をインストール (kernelとバージョンを合わせる) bzip2、 gcc をインストール 次のコマンドで一括でインストールできます。 # yum -y install kernel kernel-headers kernel-devel bzip2 gcc

      [Windows10] Virtualboxの仮想マシン(CentOS7.6)にGuest AdditionsをインストールしてWindowsフォルダを共有 - Qiita
    • Guest Additionsをインストールする方法 (Ver.6.1) | SEECK.JP サポート

      Oracle VM VirtualBox Guest Additions Oracle VM VirtualBox Guest Additions をインストールすると、画面解像度の変更、マウスのキャプチャ、デバイス、クリップボード共有、ファイル転送などが容易に行えるようになります。 ※機能の一部のみ使用可能なゲスト環境もあります 準備 Guest Additions をインストールするには、VirtualBox がインストールされている必要があります。VirtualBox をインストールする方法については、次のサポート記事をご参照ください: ホストとゲスト 操作はホストとゲストで行います。 ホスト:VirtualBox をインストールした環境ゲスト:VirtualBox を操作して作成した仮想マシン CD イメージの挿入 ホスト側を操作して、仮想マシン環境に Guest Addition

        Guest Additionsをインストールする方法 (Ver.6.1) | SEECK.JP サポート
      • Why does this code execute more slowly after strength-reducing multiplications to loop-carried additions?

        I was reading Agner Fog's optimization manuals, and I came across this example: double data[LEN]; void compute() { const double A = 1.1, B = 2.2, C = 3.3; int i; for(i=0; i<LEN; i++) { data[i] = A*i*i + B*i + C; } } Agner indicates that there's a way to optimize this code - by realizing that the loop can avoid using costly multiplications, and instead use the "deltas" that are applied per iteratio

          Why does this code execute more slowly after strength-reducing multiplications to loop-carried additions?
        • iOS 14: Notable UIKit Additions

          We went from this on iOS 13: To this: For the most part, you just leave UIDatePicker alone and let it use the default style choice, .automatic. Though, I do see value in checking out the trait collection to swap between that and the new .inline style: override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?) { super.traitCollectionDidChange(previousTraitCollection) let

            iOS 14: Notable UIKit Additions
          1

          新着記事