1153万例文収録!

「code programming language」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > code programming languageに関連した英語例文

セーフサーチ:オフ

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

code programming languageの部分一致の例文一覧と使い方

該当件数 : 30



例文

the code expressions required for programming a computer called programming language 例文帳に追加

コンピューターにおいて,プログラミングをするための記号表現 - EDR日英対訳辞書

a system for translating programming language to machine code 例文帳に追加

プログラミング言語の機械語への変換システム - EDR日英対訳辞書

To convert a source code written in a certain programming language into a source code written in a different programming language.例文帳に追加

あるプログラミング言語で記述されたソースコードを別のプログラミング言語によるソースコードに変換する。 - 特許庁

an error of language resulting from code that does not conform to the syntax of the programming language 例文帳に追加

プログラミング言語の構文に従わないコードから生じる言語のエラー - 日本語WordNet

例文

If there is a matching syntax rule, a conversion part 13 executes code conversion from the first programming language into a second programming language.例文帳に追加

合致する構文規則があれば変換部13は第1から第2のプログラミング言語にコード変換する。 - 特許庁


例文

The first code structure is constructed from a plurality of first programming language code structure elements, and the second code structure is constructed from a plurality of second programming language code structure elements.例文帳に追加

第1のコード構造は、複数の第1のプログラミング言語コード構造要素から構成され、第2のコード構造は、複数の第2のプログラミング言語コード構造要素から構成される。 - 特許庁

To easily execute a dynamic programming language in a managed code environment.例文帳に追加

マネージドコード環境において動的プログラミング言語の実行を容易にする。 - 特許庁

A source code reading part 1 reads the source codes X of a certain programming language as a reserved word reading part 2 reads the reserved word information of the programming language.例文帳に追加

あるプログラミング言語のソースコードXをソースコード読取部1にて読み込み、同時に、予約語読取部2にて、前記プログラミング言語の予約語情報を読み取る。 - 特許庁

The numbers in column 2 are for lines of C source code, header files, and assembly language. Virtually all the software in the kernel is written in the C programming language; less than 2 percent is written in assembly language. 例文帳に追加

2列目の数値は C 言語のソースコード、ヘッダファイル、そしてアセンブリ言語のものを表しており、 アセンブリ言語のものは 2% 以下しかありません。 - FreeBSD

例文

When a source program to be programmed is selected, a source code described by the same language as the programming language of the source program is acquired and presented on the basis of the programming language identification information stored as a pair with the code.例文帳に追加

また、プログラミング対象のソースプログラムが選択されると、このソースプログラムのプログラミング言語と同一の言語で記述されたソースコードをそのコードと対に記憶されたプログラミング言語識別情報に基づいて取得し提示する。 - 特許庁

例文

To reuse a previously stored source code by inserting the source code into a source program without being conscious of a programming language.例文帳に追加

プログラミング言語を意識することなく予め記憶しておいたソースコードをソースプログラムに挿入して再利用できるようにする。 - 特許庁

The source code is written and stored in a storage part together with the discrimination information of the programming language as a pair.例文帳に追加

そして、このソースコードをプログラミング言語の識別情報と対にして記憶部に書込み保存する。 - 特許庁

When converting mainly a high-level programming language (Java(R), C, C++ or the like) into a hardware description language, first of all, a source code of a program written in the high-level programming language is converted into an activity diagram.例文帳に追加

主にハイレベルプログラミング言語(Java(登録商標)、C、C++など)をハードウエア記述言語に転換する時は、該ハイレベルプログラミング言語により書かれたプログラムの原始コードを先ずアクティビティダイアグラムに転換する。 - 特許庁

Then, a front end code is automatically generated from the format specification, and described in first computer language such as Java (registered trademark) programming language.例文帳に追加

次いで、形式仕様からフロントエンドコードを自動的に生成し、Java(登録商標)プログラミング言語等の第1のコンピュータ言語で記述する。 - 特許庁

Via a series of examples, we show that many mobile code programming paradigms can be naturally implemented in our kernel language. 例文帳に追加

当社は,一連の実例によって,多くのモバイル・コード・プログラミングの典型が当社のカーネル言語(kernel language)に無理なく実装できることを示しました. - コンピューター用語辞典

In this method for converting a hardware component graph into the hardware description language, a VHDL programming code is generated automatically.例文帳に追加

ハードウエア構成図をハードウエア記述言語に転換する方法は、自動的にVHDLプログラミングコードにできるものである。 - 特許庁

use a computer program to translate source code written in a particular programming language into computer-readable machine code that can be executed 例文帳に追加

実行されることができるコンピュータで読取り可能な機械語に特定のプログラミング言語で書かれるソースコードを翻訳するために、コンピュータープログラムを使用する - 日本語WordNet

Then, it is possible to reconstruct a source code in the other programming language different from the source code used by the existing system on the basis of the analysis result of the SQL sentence.例文帳に追加

そして、当該SQL文の解析結果に基づいて既存のシステムで用いられていたソースコードとは異なる他のプログラミング言語のソースコードが再構築される。 - 特許庁

For the C programming language, this error code is stored in the global variable errno , and the function that executed the system call returns the value -1. 例文帳に追加

Cプログラミング言語においては、このエラーコードが大域変数 errnoに格納されます。 また、システムコールを 実行した関数は -1の値を返します。 - FreeBSD

The system for facilitating dynamic code execution in a managed object environment comprises a class component which declares the succeeded hierarchy of one or more tagged numerical values associated with the dynamic programming language, and a rule component which relaxes a type of user definition by succeeding the tagged numerical values.例文帳に追加

動的プログラミング言語と関連する1又は複数のタグ付き数値の継承階層を宣言するクラスコンポーネントを備える。 - 特許庁

To improve the operating efficiency of a person in charge of censorship by providing a censored result which is independent of programming language when using the censoring tool of a source code.例文帳に追加

ソースコードの検閲ツールを使用する際にプログラム言語に依存しない検閲結果を提供し、検閲担当者の作業効を向上させる。 - 特許庁

When a reusable source code is extracted from the source program, the programming language of the source cod is discriminated from an extension of a program file storing the source program which is a source code extraction source.例文帳に追加

ソースプログラムから再利用性のあるソースコードを抽出すると、このソースコードのプログラミング言語を当該ソースコード抽出元のソースプログラムを格納するプログラムファイルの拡張子から判別する。 - 特許庁

A first explicit method for designing an application programming interface (API) includes steps for: preparing a plurality of code samples for a core scenario, each of which corresponds to each programming language of a plurality of programming languages; and deriving the API from the core scenario responding to the plurality of code samples.例文帳に追加

アプリケーションプログラミングインターフェース(API)を設計する第1の例示的方法は、コアシナリオに関する複数のコードサンプルを準備するステップであって、その複数のコードサンプルの各コードサンプルは複数のプログラミング言語の各プログラミング言語にそれぞれ対応するステップと、その複数のコードサンプルに応答して、コアシナリオからAPIを導出するステップとを含む。 - 特許庁

This method includes a first step to create a source code, a second step to analyze the created source code according to grammar definition of a programming language, and a third step to apply processing rules corresponding to the platform using the created source code to the analyzed source code, process the analyzed source code, and output the source code corresponding to the platform.例文帳に追加

ソースコードを生成する第1のステップと、生成されたソースコードをプログラム言語の文法定義に従って解析する解析する第2のステップと、解析済みのソースコードに対し、生成したソースコードを使用するプラットフォームに対応した加工ルールを適用し、前記解析済みのソースコードを加工し、プラットフォーム対応のソースコードを出力する第3のステップとを備える。 - 特許庁

To provide a database access design information analysis system for efficiently reconstructing a source code in the other programming language by selecting a source code necessary for an existing system from a database trace log without making the existing system operate.例文帳に追加

既存のシステムを動作させることなく、データベーストレースログから既存のシステムで必要なソースコードを選別することで、効率よく他のプログラミング言語のソースコードを再構築することが可能となるデータベースアクセス設計情報解析システムを提供する。 - 特許庁

To provide a CAD device enabling a designer to change a design parameter calculation program described in a computer programming language without directly touching its source code and a part designing method using the CAD device.例文帳に追加

設計者が、コンピュータプログラミング言語で記述された設計パラメータ計算プログラムを、そのソースコードに直接触れることなく変更することのできるCAD装置およびそのCAD装置を用いた部品設計方法を提供する。 - 特許庁

If there is a syntax rule matching the predetermined input terminal syntax identifying part 121 or the predetermined output terminal syntax identifying part 122, then either an event waiting function insertion part 131 or a delay function insertion part 132 inserts an event waiting function code or a delay function code into the second programming language.例文帳に追加

また、所定入力端子構文識別部121又は所定出力端子構文識別部122に合致する構文規則があれば、イベント待ち関数挿入部131又はディレイ関数挿入部132は第2のプログラミング言語中にイベント待ち関数コード又はディレイ関数コードを挿入する。 - 特許庁

To reduce a time required for programming to improve working efficiency by detecting improper notation of a block diagram before generating a program code from the block diagram, in a software development support device automatically generating a program by a computer language based on the block diagram.例文帳に追加

本発明は、ブロック図に基づいて計算機言語によるプログラムを自動生成するソフトウェア開発支援装置おいて、ブロック図からプログラムコードを生成する前に、不適切なブロック図の表記を検出することにより、プログラミングに要する時間を短縮して作業効率を高めることを目的としている。 - 特許庁

The architecture can use any combination of the following: a software scenario independent intermediate representation format, one or more exception handling models capable of supporting a plurality of programming language specific exception handling models, a type system capable of representing the type representations of a plurality of source languages, and a code generator capable of generating a code targeted for a plurality of execution architectures.例文帳に追加

そのアーキテクチャは、以下のもののいかなる組合せも使用可能である:ソフトウェアシナリオ非依存中間表現フォーマット、複数のプログラミング言語固有の例外処理モデルをサポートすることが可能な1または複数の例外処理モデル、複数のソース言語の型表現を表わすことが可能な型システム、および複数の実行アーキテクチャをターゲットとするコードを生成することが可能なコードジェネレータ。 - 特許庁

例文

To attain a high speed operation by recognizing the coexistence of automatic parallelization and Opn MP and easily advancing the parallelization and to prevent the deterioration of performance at the time of parallel processing by suppressing the useless generation of threads at the time of mutual calling in an optimizing device and recording medium for generating an object code for parallelizing the execution of programs by plural threads from a source program described in prescribed programming language.例文帳に追加

本発明は、所定のプログラミング言語で記述されたソースプログラムから、複数のスレッドによりプログラムの実行を並列化するオブジェクトコードを生成する最適化装置および記録媒体に関し、自動並列化とOpenMPの混在を認めて並列化を簡易に進め高速化を図ると共に、相互に呼び出し時のスレッドの無駄な生成を抑止して並列処理時の性能低下を防止することを目的とする。 - 特許庁




  
日本語WordNet
日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2026 License. All rights reserved.
WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License
  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
Copyright © Japan Patent office. All Rights Reserved.
  
EDR日英対訳辞書
Copyright © National Institute of Information and Communications Technology. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS