1016万例文収録!

「C-in-C」に関連した英語例文の一覧と使い方(9ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

C-in-Cの部分一致の例文一覧と使い方

該当件数 : 38356



例文

In C++ a class is a user-defined type, syntactically a struct with member functions. 例文帳に追加

C++におけるクラスは利用者定義型であり, 構文法的にはメンバ関数を持つ構造体である. - コンピューター用語辞典

to design a modular algorithm which, when implemented in C++, will draw a picture on the computer screen 例文帳に追加

C++で実装され, コンピュータ画面上に絵を描くためのモジュラーアルゴリズムを設計する - コンピューター用語辞典

c cells make calcitonin, a hormone that helps control the calcium level in the blood. 例文帳に追加

c細胞は、血液中のカルシウム濃度の調節を助けるホルモンであるカルシトニンを産生する。 - PDQ®がん用語辞書 英語版

vitamin c is being studied in the prevention and treatment of some types of cancer. 例文帳に追加

現在、ビタミンcはある種のがんの予防と治療の分野で研究中である。 - PDQ®がん用語辞書 英語版

例文

(c) Repair or alteration listed in the right column (c) under item (ii), the table of Article 24 例文帳に追加

ハ 第二十四条の表第二号の下欄ハに掲げる修理又は改造 - 日本法令外国語訳データベースシステム


例文

the c0 and c$ commands are examples of using the change command in combination with a movement command.例文帳に追加

c0とc$は移動コマンドとのコンビネーションとして修正コマンドを使う例です。 - Gentoo Linux

C preprocessors vary in some details. 例文帳に追加

C プリプロセッサは、そのインプリメントによって細かな部分に違いがいくつかあります。 - JM

They do short-circuit evaluation, also as in C, and are used for combining 例文帳に追加

C 言語と同様に、評価値が確定した時点で以降の評価を打ち切ります。 - JM

This attempts to parse debugging information stored in the file and print it out using a C like syntax. 例文帳に追加

ファイル中のデバッグ情報を解析して、 C のような文法で表示しようと試みる。 - JM

例文

In particular, a console is reset to the initial state by printing the two characters ESC c. 例文帳に追加

コンソールは ESC c という二つの文字を印字する事によって、初期状態にリセットされる。 - JM

例文

function returns a pointer to the first occurrence of the character c in the string s. 例文帳に追加

関数は、文字列 s 中に最初に文字 c が現れた位置へのポインタを返す。 - JM

This revision of the C language standard was ratified by ISO in 1999 ( "ISO/IEC 9899:1999" 例文帳に追加

C 言語の標準規格のこの改訂版は ISO により 1999 年に承認された( "ISO/IEC 9899:1999" )。 - JM

leading 0, as you do in C. Mode 0055 is the same as mode 55. 例文帳に追加

C 言語のように数値の先頭に 0 を付加する必要はない。 mode に 0055 と指定するのと 55 と指定するのは同じである。 - JM

Alternately, you can specify the size of one of the C compiler's built-in data types by following the type indicator character with 例文帳に追加

または C コンパイラの組み込みデータ型によってもサイズを指定できる。 - JM

You need to either reinstall GlassFish in a different location than C:/Program Files, or disable User Access Control. 例文帳に追加

C:/Program Files 以外の別の場所に GlassFish を再インストールするか、ユーザーアクセス制御を無効にします。 - NetBeans

Note: Unlike all other files, the channel name is wrapped in a ch instead of a plain c tag. 例文帳に追加

注意他のファイルとは異なり、チャネル名はc タグではなくch タグで囲まれます。 - PEAR

Convert a Python integer to a tiny int without overflow checking,stored in a C unsigned char. 例文帳に追加

Python の整数型を、オーバフローチェックを行わずに、 C の unsigned char 型の小さな整数に変換します。 - Python

Store a Python object (without any conversion) in a C object pointer.例文帳に追加

Python オブジェクトを (一切変換を行わずに) C の Python オブジェクト型ポインタに保存します。 - Python

Python provides a set of builtin codecs which are written in C for speed.例文帳に追加

Python では、処理速度を高めるために C で書かれた一そろいのcodec を提供しています。 - Python

In this example, the memory request for the I/O buffer is handled by the C library allocator.例文帳に追加

この例では、I/O バッファに対するメモリ要求は C ライブラリのメモリ操作関数を使っています。 - Python

Introspection methods are currently supported by servers written in PHP, C and Microsoft .NET.例文帳に追加

イントロスペクション用のメソッドは、PHP・C・Microsoft .NETのサーバなどでサポートされています。 - Python

The simplest case, a single extension module in a single C source file, is: 例文帳に追加

もっとも単純なケースでは、単一の C ソースファイルで書かれた単一の拡張モジュールは: - Python

The C structure of the objects used to describe built-in types. 例文帳に追加

組み込み型を記述する際に用いられる、オブジェクトを表す C 構造体です。 - Python

Complex numbers have a real and imaginary part, which are eachimplemented using double in C. 例文帳に追加

複素数型は実数部と虚数部を持ち、それぞれの C では double を使って実装されています。 - Python

If the -a option is specified, thedeclarations in the header file are ANSI C procedure prototypes. 例文帳に追加

\\-a オプションが指定されていると、ヘッダファイル内の宣言は ANSI C の手続きプロトタイプとなる。 - XFree86

If the -a option is also specified,the procedure definitions generated by pswrap are in ANSI C procedureprototype syntax. 例文帳に追加

\\-a オプションも指定されていると、pswrap が生成する手続き定義は、ANSI C の手続きプロトタイプの書式となる。 - XFree86

From the C shell(usually known as /bin/csh), the following alias could be defined in theuser's .cshrc: 例文帳に追加

Cシェル (/bin/csh)の場合は、次の記述をユーザの .cshrc ファイルに記述しておくとよいだろう。 - XFree86

KAKINOMOTO no Hitomaro (male, c. 660 to c. 720) was a poet in the Asuka period. 例文帳に追加

柿本人麻呂(かきのもとのひとまろ、男性、660年頃~720年頃)は、飛鳥時代の歌人。 - Wikipedia日英京都関連文書対訳コーパス

Persimmons are rich in vitamin C, and a large one can provide the daily required amount. 例文帳に追加

柿にはビタミンCが豊富で、大きい物ならば一個で一日に必要な量は補給できてしまう。 - Wikipedia日英京都関連文書対訳コーパス

Tie [b] and [c] in a leaf knot, overlap the remaining strap on [a] and put it behind the strap at the appropriate place. 例文帳に追加

(b)(c)をこま結びにした後、残った紐を(a)に重ね、適当なところで紐にはさんで始末する。 - Wikipedia日英京都関連文書対訳コーパス

In addition, among students of the Faculty of Integrated Human Studies, the very idea of group is not applied, except for Group C. 例文帳に追加

なお、総合人間学部生に対しては、C群を除いて群の概念そのものが適用されない。 - Wikipedia日英京都関連文書対訳コーパス

The 500 Yen note (C) was manufactured until 1985 even after 500 Yen coins began circulation in 1982. 例文帳に追加

C五百円券は500円硬貨の登場(昭和57年(1982年))後も、昭和60年(1985年)まで製造されていた。 - Wikipedia日英京都関連文書対訳コーパス

A magatama is formed in the shape of the letter "C", and is curved, appearing as if it is a jewel that has a tail. 例文帳に追加

Cの字形またはコの字形に湾曲し、玉から尾が出たような形をしている。 - Wikipedia日英京都関連文書対訳コーパス

"The Japan Punch" (1862 - 1887) issued by Briton C. Wirgman in Yokohama City 例文帳に追加

横浜市でイギリス人・C.ワーグマンが発行していた『ジャパン・パンチ』(1862年~1887年) - Wikipedia日英京都関連文書対訳コーパス

House-shaped haniwa similar to this House C was excavated from the surrounding moat of Misono Tumulus in Yao City, Osaka Prefecture. 例文帳に追加

このC棟によく似た家形埴輪が大阪府八尾市の美園古墳の周濠から出土している。 - Wikipedia日英京都関連文書対訳コーパス

Narnia is a fantasy world created in a series of books by C. S. Lewis, a British writer. 例文帳に追加

ナルニアとは,英国の作家,C・S・ルイスが一連の本の中で創造したファンタジーの世界である。 - 浜島書店 Catch a Wave

Paragraph (c) of subsection (8) does not extend to granting a licence to any person to do an act referred to in that paragraph. 例文帳に追加

(8) (c)は,同号にいう行為をなすライセンスを何人かに対して許諾することには及ばない。 - 特許庁

For paragraph 143A (c) of the Act, the prescribed period is the period mentioned in regulation 9A.4 that applies to the patent. 例文帳に追加

法律第143A条 (c)に関して,所定の期間は,特許に適用される規則9A.4にいう期間である。 - 特許庁

(c) was found to be providing on a commercial scale services used in infringing activities;例文帳に追加

(c) 侵害活動において用いられたサービスを商業規模で提供していると認められた者 - 特許庁

(c) the description, the abstract and the drawings have been filed in the Hungarian language [Article 57(5)].例文帳に追加

(c) 明細書,要約及び図面がハンガリー語で提出されているか否か(第57条(5)) - 特許庁

(c) the patent application is considered withdrawn for a reason occurring within the time limit fixed in point (a);例文帳に追加

(c) 特許出願が(a)に定める期限内に生じた理由により取下とみなされる場合 - 特許庁

(c) the application for plant variety protection complies with the requirements laid down in this Act.例文帳に追加

(c) 当該植物品種保護出願が本法に定める要件を満たしているか否か - 特許庁

(c) central governmental information and documentation activities in the field of intellectual property;例文帳に追加

(c) 知的所有権の分野における中央政府の情報及びドキュメンテーション活動 - 特許庁

(3) The Registrar may, at any time, require proof of the matters specified in paragraphs (a), (b) and (c) of subregulation (2).例文帳に追加

(3) 登録官はいつでも,(2)(a),(b)及び(c)に述べる事項の証拠を提出するよう求めることができる。 - 特許庁

(c) a description and one or more claims drafted in the French, German, English or Luxembourg languages.例文帳に追加

(c) フランス語,ドイツ語,英語,又はルクセンブルク語で起草された明細書及び1又は2以上のクレーム - 特許庁

(c) Ten years, in the case of pending applications subject of opposition or any other proceeding before the Office.例文帳に追加

(c)異議申立又はその他の庁の下の手続の対象である係属出願の場合は,10年 - 特許庁

(c) the nature of the goods and services and the manner in which they are marketed or rendered;例文帳に追加

(c) 対象の商品又はサービスの性質,及びそれらが販売若しくは提供される態様 - 特許庁

(c) the greater or lesser relevance of the word element in relation to the graphic element, with a view to determining the dimension characteristic of the sign.例文帳に追加

(c) 標識の特徴を決定するものとしての,言葉的要素の図形的要素に対する比重 - 特許庁

(c) a mention of the conditions on which and the manner in which the collective mark is to be used on or for the said goods or services;例文帳に追加

(c) 団体標章を関係の商品又はサービスに対して使用する態様及び条件 - 特許庁

例文

(c) the registered owner of the industrial design is not the creator or his successor in title,例文帳に追加

(c) 当該意匠の登録所有者が,創作者又はその権原承継人でないこと - 特許庁

索引トップ用語の索引



  
日本法令外国語訳データベースシステム
※この記事は「日本法令外国語訳データベースシステム」の2010年9月現在の情報を転載しております。
  
本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。
  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
Copyright © Japan Patent office. All Rights Reserved.
  
PDQ®がん用語辞書 英語版
Copyright ©2004-2024 Translational Research Informatics Center. All Rights Reserved.
財団法人先端医療振興財団 臨床研究情報センター
  
浜島書店 Catch a Wave
Copyright © 1995-2024 Hamajima Shoten, Publishers. All rights reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
Copyright 2001-2004 Python Software Foundation.All rights reserved.
Copyright 2000 BeOpen.com.All rights reserved.
Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
  
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
  
Copyright 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS