記事「英訳」 の 検索結果 355 件
-
as3 from the ground up #50 multiple references to the same objectmultiple references to the same object when two variables refer to the same object ・either variabl..
-
as3 from the ground up #51 instance variable for our petinstance variable for our pet need a reference to the pet after VirtualZoo constructor finishes pa..
-
as3 from the ground up #52 behaviours for our petbehaviours for our pet instance methods define an object's behaviour instance method is: ・a set o..
-
as3 from the ground up #53 creating an instance methodcreating an instance method class SomeClass { function identifier () { } } the parentheses ..
-
as3 from the ground up #54 running an instance methodrunning an instance method execute the code in an instance method: object.methodName() known as "..
-
as3 from the ground up #55 giving pets a stomachgiving pets a stomach new instance variable: currentCalories set default value with initializer (=..
-
as3 from the ground up #56 the eat() methodthe eat() method instance method eat() adds 100 to currentCalories eventually, user input will tri..
-
as3 from the ground up #57 invoking eat()invoking eat() package zoo { public class VirtualZoo { private var pet; public f..
-
as3 from the ground up #58 increasing the pet's caloriesincreasing the pet's calories increasing a variable's value: someVariable = someVariable + numeric..
-
Googleの翻訳機能で遊んでみる その3「Googleの翻訳機能で遊んでみる その2」の続き。 ここでまた面白い現象を発見。
-
Googleの翻訳機能で遊んでみる その2「Googleの翻訳機能で遊んでみる その1」の続き。 明日以降にその3を書きます。
-
Googleの翻訳機能で遊んでみる その1先日、以下の記事でGoogle翻訳がなかなか面白いことをやっていることを知りました。 【日経トレンディネット】「魔女の宅急便」「新世紀エヴァンゲリオン」の英訳は? Web翻訳は意外とスゴイ ..