Translation of "fortran compiler" to Japanese language:


  Dictionary English-Japanese

Compiler - translation : Fortran compiler - translation :

  Examples (External sources, not reviewed)

Fortran
FortranLanguage
Fortran documentation
Fortran ドキュメンテーション
Compiler
コンパイラ
Compiler
コンパイラ
KWSDL Compiler
Name
Yet Another Compiler Compiler, a tool for making compilers or interpreters.
コンパイラやインタプリタを作るツールで 今作っているJavaScriptインタプリタにも 使っています
That's how Fortran does their titles and stuff.
エディタでself.render関数を呼び出しましたが
So what was the structure of FORTRAN one?
それは5つの段階から成っています 字句解析と構文解析
Now FORTRAN ran from 1954 To 1957, And interestingly, they thought it would only take them one year to build the compiler but it would end up taking three.
今日と同様 彼らはソフトウェアプロジェクトがどれくらい続くか予測するのがあまりうまくなかったのです
So there were a number of so called compiler compilers, tools that would allow you to write your own compiler, and one of the most famous was known as Yet Another Compiler Compiler, or YACC.
最も有名なのはYet Another Compiler Compiler 略してYaccです LexとYaccは独占的なソフトウェアでしたが GNUプロジェクトが自由なバージョンを作りました
It might actually break the C compiler.
私は 実際に
Which we'll label with a big C, for the compiler, And the compiler takes as input just your program.
あなたのプログラムだけを入力として取ります そして実行ファイルを生成します
It's running the C compiler at the moment.
それについてはあとでお話します
Recall that a compiler has five major phases,
字句解析 構文解析 意味解析 最適化 そしてコード生成です
Virtual Machine with JIT CPU compiler for max speed
最高速用のJIT CPUコンパイラを装備した仮想マシン
Assume the C compiler uses GNU ld default no .
regexライブラリ型式 system, apache, php
The law of compiler writer employability. gt gt Exactly.
確かに
Why should I bother with FORTRAN? Why not write it all in assembly language?
あるいは現代のプログラミング言語Javaは 初めはC言語で実装されていたので
Here's a quiz. I invoke the GNU compiler, and it crashes.
次のうちどれが不具合の一般原因ですか?
Internal warning by the compiler shouldn't be used by user written modules.
図 36 1Display of warning messages in the browser.
Now a compiler is structured differently. So, we can draw a picture here.
コンパイラを大文字のCで表します コンパイラ
If I write this program in FORTRAN, ultimately it gets interpreted in assembly language and machine code.
FORTRANで書かずに 最初からアセンブリで書けばいいじゃないか
Well, if you write import compiler internal, this means you're going to write some compiler code, and compiler code is more error prone than user interface code, in particular because if you worked with a user interface, most errors you make will be immediately visible to the human eye.
コンパイラのコードはUIのコードより エラーを起こす傾向があるのです つまりもしあなたがUIに取り組んでいたとしたら エラーのほとんどは 人の目で見て確認できるものになります
In C C , the compiler option DNDEBUG for no debugging also turns assertions off.
Javaでは eaを使ってアサーションをオンにします
When such a program is then compiled down into machine code, you'll see even greater variance depending on the exact processor, the compiler, the compiler optimizations, the programming implementation, and so on.
実際のプロセッサやコンパイラコンパイラの最適化や言語処理系の実装や いろいろな要素により より多くの分散を見る事になる まとめると 我らは特定のプログラム言語を超越したレベルで
So 50 percent of programs were in FORTRAN, And, that is very rapid adoption of a new technology.
これは新しい技術に対するとても急速な普及でした
FORTRAN one was the first successful high level language and it had a huge impact on computer science.
コンピューターサイエンスに莫大な影響を与えました 具体的には 膨大な量の理論的研究につながりました
They told me computers could only do arithmetic. Grace Hopper and you have this quote when she talked about writing compiler, and a compiler is a program that produces other programs, like Python.
コンパイラとはプログラムを作り出すプログラムです インタプリタとコンパイラの違いを説明します
But it was a very successful project. By 1958, over 50 percent of all code was written in FORTRAN.
FORTRAN で書かれました 50 のプログラムが FORTRAN で書かれたのです
And, in fact, its influence was so profound, that today, auto compilers still preserve the outlines of FORTRAN one.
FORTRAN I の概略を保っています さて FORTRAN I の構造はどうなっていたのでしょうか
And so in this structure the compiler is offline, Meaning that we pre process the program first.
つまり プログラムを最初に前処理します コンパイラは本質的には実行ファイルを生成する前処理ステップで
That means that there are certain compiler error messages that will not save you from silly mistakes.
でも 私たちはそのようなエラーを 防ぐために役立つテクニックを学んでいく
The problem is, we don't know the machine language of proteins or have a compiler for proteins.
わかりませんし コンパイラもありません そこで 私はDNAを元にした分子の魔法に
But now for the extra question, which of these is actual cause for the GNU compiler crashing?
答えは1つです 選んでください
The difference between a compiler and an interpreter like Python is the compiler does all the work at once and then runs the new program whereas with an interpreter like Python you're doing this work at the same time.
コンパイラは瞬時にすべての作業を行い それから新しいプログラムを実行します Pythonのようなインタプリタは この作業を同時に行います 彼女の言葉です コンパイラが実現可能だと誰も信じなかった
Again, that should not have been too hard. The answer is, of course, a bug in the compiler.
原因となる可能性のすべてを変化させて 調べることができます
And the impact of FORTRAN was not just on computer science research, of course, but also on the development of, practical compilers.
実際のコンパイラの開発にも影響を与えました そして 実のところ FORTRAN の影響はあまりに深く 他のコンパイラはいまだ
Whereas if you deal with compiler internals, it's a long path from a bug in the compiler to a bug in the actual compiled program, which then, again, has to be executed in order to have the bug cause a failure.
コンパイラ内のバグからコンパイル後のプログラム内の バグにたどり着くには長い道のりになります そしてバグが不具合を起こすタイミングは プログラムの実行時だけなのです 不具合の原因をすぐ発見できるわけがありません
You may also want to add this line setenv OPTIM O2 If you want the compiler to do some optimization.
例 3 2Mac OS X サーバへのインストール
All of these are reasons why this domain, namely the compiler, is way more error prone than the user interface.
UIよりもエラーを起こしやすいのです
Welcome back, in this second half of the lecture we'll continue with our overview of the structure of a compiler.
コンパイラは5つの主要な段階からなっていることを思い出してください
Is it me because no me, no invocation, no crash or is it Richard Stallman, the founder of the GNU project because without Stallman no GNU compiler no crash or is it oxygen, without oxygen, no Richard Stallman, no me, no compiler, no crash, probably also no world as we know it, no computers, no electricity, interesting, or finally is it a bug in the compiler because no bug no crash.
またはGNUプロジェクトの創設者 リチャード ストールマン? ストールマンがいなければ GNUコンパイラもありませんしクラッシュもしません それとも酸素? 酸素がなければ リチャード ストールマンはいませんし私もいません
If the domain is complex in itself, such as JavaScript or in eclipse the compiler, this will lead to more bugs.
さらにバグがあるという結果につながります ドメインがうまく定義されていない場合
English. The first step at understanding a program, both for a compiler and for a human, is to understand the words.
単語を解釈することです さて 人間はこの例文を見て
I had that happened on a number of occasions where your compiling totally breaks your C compiler in the process of that.
コンパイルしていると Cコンパイラが壊れたこと何度もあります みてください お気づきになるかもしれませんが えー すぐにわかると思います

 

Related searches : Pascal Compiler - Compiler Name - Compiler Construction - Cross Compiler