検索結果
表示
steps の結果を表示しています。Stelo の結果は見つかりませんでした。
このウィキでページ「Stelo」を新規作成しましょう。検索で見つかった他のページも参照してください。
- $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
- $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
- $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>…2キロバイト (4,300 語) - 2015年2月8日 (日) 05:13
- soon as FPS and Steps are set (reasonable values to begin with are 10 and 100, respectively), the current Time is incremented by 1/Steps, FPS times per…6キロバイト (861 語) - 2015年8月28日 (金) 12:02
- (asdf:oos 'asdf:load-op 'cliki) システムのソースをコンパイルするには次のようにします。 (asdf:oos 'asdf:compile-op 'cliki) ASDF How-To First Steps With ASDF And Asdf Install…1キロバイト (120 語) - 2015年8月9日 (日) 00:53
- Being unable to move directly to the result The obligation to follow the steps Losing time as there is a different solution Question 2: Was the system…25キロバイト (3,875 語) - 2020年2月4日 (火) 22:30
- absolute step size allowed (default is 0). "step limit" Maximum number of steps allowed (default is 100000). Here is an example of solving a set of three…17キロバイト (2,927 語) - 2022年11月23日 (水) 12:08
- http://openscad.org/. からダウンロード可能であり、その他の情報は mailing listから入手可能である。 Introduction First Steps The OpenSCAD User Interface The OpenSCAD Language General - コメント、変数、読込 Mathematical…4キロバイト (366 語) - 2022年7月7日 (木) 08:04
- stage('Prepare VM') { steps { sh ''' ./vm-manage.sh ${VM_NAME} stop || true truncate -s 20G ${VM_PATH}/${VM_NAME}.img ''' } } stage('Start VM') { steps { sh './vm-manage…39キロバイト (3,600 語) - 2024年11月9日 (土) 23:36
- pipeline { agent any stages { stage('Build') { steps { sh 'make' } } stage('Test') { steps { sh 'kyua test' } } } post { always { sh 'kyua report…33キロバイト (4,267 語) - 2024年9月23日 (月) 04:18
- Creating a simple model - オブジェクトの生成 Opening an existing example model - exampleの実行 Positioning an object - オブジェクトの移動: Changing the colour of an object…288バイト (32 語) - 2015年8月28日 (金) 12:10
- 位置の移動により先の直方体の隣に同一の直方体を作製する。 translateコマンドの後ろにはセミコロンは不要である。なぜなら、translateコマンドは後ろに続くオブジェクトに作用するからである。もし、セミコロンをtranslateコマンドの後ろに入力すると、そこで位置の変更が終了し二つ目の直方…986バイト (75 語) - 2015年8月28日 (金) 12:01
- OpenSCADのビューウィンドウには下記のようなオプションがある。 The surface view is the initial model view that appears when the model code is first rendered. The Grid Only view presents…895バイト (90 語) - 2015年8月28日 (金) 12:00
- 2 x 3 x 4の直方体を作製する。 OpenSCADのエディタ内に以下のコマンドを入力する。 F6をタイプし、コンパイル・レンダリングを行なう。 Positioning an object…696バイト (32 語) - 2015年8月28日 (金) 12:00
- RGBの値を指定し、オブジェクトの色を変更することが可能。 値は0から255という一般的な指定ではなく、0.0から1.0という方法により行う。 2011.12からカラーネームの使用が可能である。カラーネームはWeb colorsのものが使用できる。 使用例:color("red") cube(); …846バイト (80 語) - 2015年8月28日 (金) 11:59
- OpenSCADに入っているexampleファイルを開く(File, Examples, e.g. example004.scad)。 もしくは下記のコマンドをOpenSCADにコピー&ペーストする。 そして、F5をタイプするとプレビューが見られる。 プレビュー画面にて以下の三つの操作が可能である。…1キロバイト (100 語) - 2015年8月28日 (金) 12:01
- name: C++ CI on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Install Dependencies run: sudo apt-get…18キロバイト (1,998 語) - 2024年11月30日 (土) 05:05
- 0.1, 0.25, 1); } ステップ関数を定義します。 .animation { animation-timing-function: steps(4, end); } RGBカラーモデルを使用して色を指定します。 .text { color: rgb(255, 0, 0); } RGBAカラーモデルを使用して色を指定します。…27キロバイト (2,665 語) - 2024年7月5日 (金) 01:26
- # CircleCI の設定ファイル jobs: build: docker: - image: circleci/python:3.7 steps: # VcpkgのセットアップとBoostライブラリのインストール - run: name: Install Vcpkg and Dependencies…21キロバイト (2,587 語) - 2024年11月25日 (月) 08:38
- interactive exercises. The interactive exercises can be rich and multiple-steps exercises and use computer-algebra-systems to evaluate a learner’s input…30キロバイト (0 語) - 2024年3月28日 (木) 10:21