「example」を含むwiki一覧 - 7ページ

Now - Basicsoftのうぃき

Now DateTime = Now [ ( ) ] 現在の日付と時刻を返します。ExamplePrint Now07/21/2005 18:28:01See also Date & Time Functions

Stat - Basicsoftのうぃき

Stat FileInfo = Stat ( Path [ , FollowLink ] ) ファイルまたはディレクトリに関する情報をStatオブジェクトとして返します。 ファイルの種類、つまり通常のファイル、ディレクトリ、名前付きパイプの場合 F

RDir - Basicsoftのうぃき

RDir FileNameArray = RDir ( Directory AS String [ , Pattern AS String , Filter AS Integer , FollowLink AS Boolean ] ) AS String[]

STOP - Basicsoftのうぃき

STOP STOP 現在の行にブレークポイントがあるかのように、プログラムを停止してデバッガを起動します。プログラムがデバッグされていない場合、この命令は何もしません。 Visual Basic™では、STOPステートメ

STOP EVENT - Basicsoftのうぃき

STOP EVENT STOP EVENT この文はイベントハンドラで使用する必要があります。 イベントハンドラを呼び出したイベントはキャンセルする必要があることをインタプリタに伝えます。 ごくわずかなネイティブイベントのみキャンセ

Str - Basicsoftのうぃき

Str$ String = Str$ ( Expression ) String = Str ( Expression ) 式をその印刷可能な文字列表現に変換します。 それはValの正反対です。 The current loc

BREAK - Basicsoftのうぃき

BREAK BREAK ただちに現在のループを終了します。 CONTINUEの反対です。 他の基本的な方言とは異なり、GambasではEXIT DO、EXIT FOR、EXIT LOOP、EXIT WHILEなどは不要です。 E

UNTIL - Basicsoftのうぃき

UNTIL UNTIL Expression REPEAT ... UNTIL命令で区切られたループ構造を終了します。Expressionがtrueになるまでループが繰り返されます。ExamplePublic Sub Form_Open()Dim

RIP - お勉強memo

version is v1 and v2 updateModifying versionVersion is Process level example (config)#router rip (config-router)#version 2Receive version

墨染関数ってなんだよ - 冬桜こたつ:砂箱としての別ページ

プロローグ多変数の関数は、私の偏見からすると、左に大きい数があると強くなる、気がする。アッカーマン関数とかBEAFとか。よくわからんけど。#東方巨大数2 の開催期間中に気まぐれで作り始めたものです。新規投稿4秒前にぶち込んだものの、まともに修正が出来なかったので、大枠の方針を変え

Wiki記法のテストページ - サンプルのウィキ

る中央寄せ、右寄せ中央寄せ右寄せリンク通常(URL、メールアドレス等) URL http://wiki3.jp/ メールアドレス hoge@example.com任意の文字列にリンクを貼るここをクリックでトップページに移動表組みaaabbbcccdddカウンター

101.4 - CR_examplesのうぃき

If multiple players would make choices and/or take actions at the same time, the active player (the player whose turn it is) makes any choic

106.5 - CR_examplesのうぃき

If an ability would produce one or more mana of an undefined type, it produces no mana instead.Example: Meteor Crater has the ability "

Documents - Basicsoftのうぃき

DocumentsDocument Index By Name A About The Best Formula In The World Architecture details B Benchmarks Books

106.6 - CR_examplesのうぃき

Some spells or abilities that produce mana restrict how that mana can be spent, have an additional effect that affects the spell or ability

107.3h - CR_examplesのうぃき

st of XXWWWW, even if you're casting it for its miracle cost. For example, if you cast Entreat the Angels for its miracle cost and choos

106.7 - CR_examplesのうぃき

Some abilities produce mana based on the type of mana another permanent or permanents "could produce." The type of mana a permanen

UnQuote- - Basicsoftのうぃき

UnQuote$ Unquoted string = Unquote ( Quoted string ) Unquoted string = Unquote$ ( Quoted string ) Gambas文字列構文を使用して引用符で囲まれた

256-Case - Basicsoftのうぃき

・Begin Case / Case / End Case (Statement)Formatbegin casecase ブール式statement(s)case boolean_expressionstatement(s)elsestatement(s)end case説明C

建てる時間 - AOE2DE攻略wiki

建てる時間についてまとめました。建物を建てるとき、2 人目以降を追加しても効率がその人数分早くなるわけではありません。( 2 人で 2 倍、3 人で 3 倍の速さで建造が完了するわけじゃないという意味)以下の計算式が、建てる時間の計算式です。                   

bestnewreview - marsillpostのうぃき

hat people are easily affected by the products that are in colors.For example, when students see the red color in the blackboard, they feel

シーン06 - Leon the professional

to being a pro, the closer you can get to the client. The knife, for example, is the last thing you learn. Okay?」MATHILDA:「Okay.」LEON:「Posi

コイルガン - Barotrauma日本語wiki

bullet from each Ammunition Box and combine the effects of each, for example combining Piercing and Explosive Boxes result in Coilgun bolts

scriptversion1_2 - Leon the professional

THILDAI don’t know… Getting far away, the two of us, for example…and forgetting all this….LÉON(pause)&hell

sereinwriter - marsillpostのうぃき

nt lighting conditions, the photos taken often have a color cast, for example, it will be blue under fluorescent lamps and yellow under inca

Gradient Texture Node - Blender Cycles memo

出力されます。Examples../../../_images/render_shader-nodes_textures_gradient_example.jpgGradient texture using object coordinates.

Magic Texture Node - Blender Cycles memo

入力に接続されます。Examples../../../_images/render_shader-nodes_textures_magic_example.jpgMagic texture: Depth 10, Distortion 2.0.

修復について - AOE2DE攻略wiki

町の人のコマンド「修復」についてまとめました。項目が多いので以下の目次から飛んでください。コスト修復時のコストはその建物(またはユニット)の半額です。町の中心だけ木 550 (275の2倍) の建物と見なされ、石が消費されません。修復時間調査中。今のところ、城だけ調査済みです。城

256-Subroutine - Basicsoftのうぃき

・SubroutineFormatsubroutine subroutine_name ( function_variable_list )statement(s)end subroutine説明0個以上の値を受け取り、それらの値を処理するサブルーチン(またはサブプログラム)を作

Anisotropic BSDF Node - Blender Cycles memo

~作成中~≡ ReferenceAdd > Shader > Anisotropic BSDFThe Anisotropic BSDF is used to add a glossy reflection, with separate control over U and V d

Bump Node - Blender Cycles memo

≡ ReferenceAdd > Vector > BumpBump (バンプ) ノードは、バンプマッピングのために、高さのあるテクスチャから摂動法線を生成します。高さの値は、サーフェス上のシェーディング ポイントと近くの 2 点で法線の局所的な方向を測定され、サンプリングされま

256-goto - Basicsoftのうぃき

Goto (ステートメント)Formatgoto label説明指定したラベルにジャンプします。例print "I";goto skipitprint " don't";skipit: #print " want cook

Settings - Blender Cycles memo

ensity everywhere (not using any textures), for faster rendering. For example absorption in a glass object would typically not have any text

Value Node - Blender Cycles memo

≡ ReferenceAdd > Input > ValueValue (値) ノードは、ツリー内の他のノードに数値を入力するための単純なノードです。InputsなしPropertiesDefault Value単一の数値 (浮動小数点) を設定します。Outputs● Valu

20190711 - 自分用ライブまとめ

2019年7月11日 東京・マイナビBLITZ赤坂 NEW EMPiRE TOUR "EVOLUTiONS" EMPiREEMPiRE is COMiNGSELFiSH PEOPLEデッドバディDonʼt tell me why

Sampling - Blender Cycles memo

tle noise, for faster rendering and more even noise distribution. For example hair on a character may need many samples, but the background

256-Confirm - Basicsoftのうぃき

Confirm (Function)Formatconfirm ( prompt )confirm ( prompt, boolean_expression)returns boolean_expression説明この関数は、「はい」および「いいえ」ボタンのあるメッセージボックス

Pilot - Robot Warfare wiki.en

t styles because all the robots you have can participate in games.For example, when you are dropped in a larger map, Former: if your team v

Light Paths - Blender Cycles memo

will be found in some pixels and not in others, causing fireflies. An example of such a difficult path might be a small light that is causin

Settings - Blender Cycles memo

ensity everywhere (not using any textures), for faster rendering. For example absorption in a glass object would typically not have any text

Brick Texture Node - Blender Cycles memo

.値が出力されます。Examples../../../_images/render_shader-nodes_textures_brick_example.jpgBrick texture: Colors changed, Squash 0.62, Squash Frequenc