1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

methodsを含む例文一覧と使い方

該当件数 : 15077



例文

As diversion, inducement methods employed in such vicious sales activities as exhibition selling (painting selling) which is to surround a weak-hearted consumer without telling the real purpose and never leave nor let him or her go till he or she agrees, hypnotic selling, and so on, or adult-entertainment business's scouting activities inducing girls with the truth hidden at the first stage, are sometimes called shakubuku in a self-mocking manner by the vendors. 例文帳に追加

転用として、実際の目的を告げず気の弱い消費者を取り囲んだり承諾するまで決して帰らない、帰らせないなどする点から展示会商法(絵画商法など)や催眠商法等の悪質商法の勧誘方法、または最初の段階で事実を隠して勧誘することから風俗店のスカウト等を業者側が自嘲的に折伏と表現することがある。 - Wikipedia日英京都関連文書対訳コーパス

Other methods include simmering small bamboo tubes and rice in a pan and, after the rice is boiled, cutting the tubes to see how many rice grains entered them (in this method, twelve tubes are used to see the climate of each month, or the same number of tubes as the kinds of crops in the area to see the future of each crop), or simply leaving the Kayu for a few days and telling the future by how the mold grows on it. 例文帳に追加

他に、細い竹管などを米などとともに鍋釜で煮て、炊き上げた後に管を割いて中に入った粒の数を数えるもの(この場合、12本の管を入れて1か月ごとの天候を判断したり、その地域で作られる作物の数だけ管を入れて作物別の豊凶を判断したりする)や、粥を数日間放置して、カビの生え具合で占うものもある。 - Wikipedia日英京都関連文書対訳コーパス

For bait fishing methods, there are bukkomi zuri (a variation of carp fishing in which fish bait is tossed into the water to set up a trap, basically a single hook fishing), oki zuri (placing a bamboo pole equipped with a hook and a line in areas where eels are likely to pass through, and leaving the setup there for a while) and ana zuri (eels are caught in an area where they tend to gather during the day, by directly using a line and a hook plus a bamboo pole with a straight needle for attaching small fish), among others. 例文帳に追加

餌釣りでの方法としては、ブッコミ釣り(コイなどのブッコミ仕掛けの変形、一本針が基本)、置き釣り(ウナギが通りそうな場所に針と糸が付いた竹杭を刺してしばらく置く)穴釣り(昼間ウナギがいそうな穴に小魚等をつけるための先端にまっすぐな針をつけた竹の棒と、針と糸をもち直接いれて釣る)等がある。 - Wikipedia日英京都関連文書対訳コーパス

Knowing that the rekiho (method of making calendars) used by the Qing dynasty (the Jikenreki; known in English as the Chinese calendar) was, in fact, based on Western calendrical methods introduced by Jesuit missionaries, Yoshimune TOKUGAWA, the then Seii taishogun (literally, great general who subdues the barbarians), decided to adopt a new calendrical system by introducing Western astronomy with all Christian influence removed, and in accordance with Yoshimune's wishes, Masayoshi NISHIKAWA and Noriyoshi SHIBUKAWA began preparations to reform the calendar. 例文帳に追加

清朝の暦法(時憲暦)が、実はイエズス会の宣教師が伝えた技法を採用していることを知った征夷大将軍徳川吉宗は、キリスト教色を排除した形で西洋天文学を取り入れた暦法を採用したいと考えるようになり、その意向を受けた西川正休・渋川則休らの手によって改暦の準備が始められた。 - Wikipedia日英京都関連文書対訳コーパス

例文

Streamline-based flow simulation is an alternative to cell-based methods and can dramatically improve the computational efficiency of numerical models.Because fluid flow simulators can be difficult to use and require significantexpertise and understanding of Reservoir Engineering concepts and experience, an efficient and flexible interface between the complex numeric algorithms of the simulator and the engineer is vital for ensuring best-practice use of the software.例文帳に追加

ストリームラインベースの流体シミュレーションは、セルベースの方法に取って代わる方法であり、数値モデルの計算効率を大幅に向上できます。 流体シミュレータは使用が難しく、油層工学の概念の知識と経験が必要なので、ソフトウェアを最適な方法で使用するためには、シミュレータの複雑な数値アルゴリズムとエンジニアを結ぶ、効率的で、柔軟性のあるインタフェースが不可欠です。 - NetBeans


例文

The default methods take care of dispatching events to windows and dialogs, handling drags and resizes, Apple Events, events for non-FrameWork windows, etc.In general, all event handlers should return 1 if the event is fullyhandled and 0 otherwise (because the front window was not a FrameWork window, for instance).例文帳に追加

これらのメソッドは、デフォルトでウィンドウとダイアログや、ドラッグとリサイズの操作、 AppleEvent、非FrameWorkのウィンドウに関するウィンドウの操作などに関するイベントを分岐することなどまで面倒をみてくれます。 原則として、全てのイベントハンドラは、イベントが完全に取り扱われた場合は 1 を返さなくてはいけませんし、それ以外では 0 を返さなくてはいけません(例えば、前面のウィンドウは FrameWork ウィンドウではない場合を考えてください)。 - Python

Bound object methods placed in the module namespace as part of the public interface of the module are documented using this, as they are equivalent to normal functions for most purposes.The description should include information about the parameters required and how they are used (especially whether mutable objects passed as parameters are modified), side effects, and possible exceptions.例文帳に追加

モジュールの公開インタフェースの一部としてモジュールの名前空間内に置かれている束縛されたオブジェクトメソッド (bound object method) は、ほとんどの用途でモジュールレベル関数と同じなので、この環境を使います。 説明には、必要なパラメタと、パラメタがどう処理されるか (とりわけ、パラメタとして渡した変更可能なオブジェクトが変更されるか否か) 、副作用、送出されうる例外についての情報を含めねばなりません。 - Python

The purpose for obtaining these methods are realized by a very simple means of using such a structure as to contain in a netty bag forest products including wood chips with thinnings or construction scrap lumbers as the essential raw materials or phytomaterials such as grain byproducts.例文帳に追加

本発明は、主に庭園等で用いる植物の育成方法、及び食品等に用いる植物或いは菌類の育成方法を得るという目的を、少なくとも間伐材または建設廃材を原料とする木材チップを含む林産物や穀類副産物などの植物性材料がネット状の袋に収納されてなる構造体を用いるという非常に簡便な方法によって実現した。 - 特許庁

There are provided inhalable medicaments and methods based on combinations of: an anticholinergic and a corticosteroid; an anticholinergic and a long acting β agonist; or a corticosteroid and a long acting β agonist, for simultaneous or sequential administration in the prevention or treatment of the respiratory, inflammatory or obstructive airway disease.例文帳に追加

さらに、開示されているのは、呼吸性、炎症性もしくは閉塞性の気道疾患の予防もしくは処置における同時投与もしくは逐次投与のための、抗コリン作用薬およびコルチコステロイド;抗コリン作用薬および長時間作用性βアゴニスト;もしくはコルチコステロイドおよび長時間作用性βアゴニストの組み合わせを基にした、吸入可能な薬物および方法である。 - 特許庁

例文

To provide a band allocation method, an optical line terminal, and a PON system using the method which allocates a band based on a OLT's result for each ONU of determination of interpretation of a plurality of methods in calculating QS based on buffer accumulation amount of the ONU for maintaining high band utilization efficiency in dynamically allocating an uplink band of the PON.例文帳に追加

本発明は、PONの上り帯域を動的に割り当てるときに、高い帯域利用効率を維持するために、ONUのバッファ蓄積量を基にQSを算出する際の複数の方法の解釈をOLTがONUごとに判別した結果に基づき帯域を割り当てる帯域割当方法、光端局装置及びこれを実施したPONシステムを提供することを目的とする。 - 特許庁

例文

This invention relates to: novel CXCR1 and CXCR2 chemokine antagonists, pharmaceutical compositions containing the compounds; and methods of treatment using the compounds, compositions and formulations to treat CXCR1 and/or CXCR2 chemokine-mediated diseases such as acute and chronic inflammatory disorders, psoriasis, stroke, multiple sclerosis and cancer.例文帳に追加

本発明は、新規CXCR1ケモカインアンタゴニストおよびCXCR2ケモカインアンタゴニスト、これらの化合物を含有する医薬組成物、ならびにこれらの化合物、組成物および処方を使用してCXCR1および/またはCXCR2ケモカイン媒介疾患(例えば、急性やおよび慢性炎症障害、乾癬、脳卒中、多発性硬化症および癌)を治療する治療方法に関する。 - 特許庁

The embodiments disclosed herein provide methods, devices, and systems that automatically provide quality of service to one or more packets, by determining whether at least one packet is connection worthy and updating a classifier with at least one classifier rule related to the at least one packet, if the at least one packet is connection worthy, and accordingly providing connection specifications.例文帳に追加

本発明の実施例は、少なくとも1つのパケットに接続価値があるかどうかを判断し、接続価値があると判断した場合に、少なくとも1つのパケットに関連する少なくとも1つのクラシファイアルールにより、前記クラシファイアを更新して、接続仕様を提供することにより、1以上のパケットにクオリティオブサービスを自動的に提供する方法、デバイスおよびシステムを提供するものである。 - 特許庁

To provide a green resin composition where light transmittance is improved by dispersing a pigment, a photosensitive green resin composition where light transmittance is improved, a photosensitive liquid for formation of a green image where light transmittance is improved, and manufacturing methods of a green-colored image where light transmittance is improved and a color filter containing the green-colored image excellent in light transmittance.例文帳に追加

顔料を分散した光透過率を向上させ、緑色樹脂組成物、光透過率を向上させた感光性緑色樹脂組成物、光透過率を向上させた緑色画像形成用感光液、光透過率を向上させた緑色着色画像の製造法及び光透過率の優れた緑色着色画像を含むカラーフィルタの製造法を提供する。 - 特許庁

To provide a new compound capable of undergoing a polyaddition reaction with a bisepoxy compound, a new polymer formed by the polyaddition reaction of the new compound with a bisepoxy compound, a new radiation-curing compound obtained from the polymer, and a new cured product formed by curing the compound and to provide methods for producing the polymer, the radiation-curing compound, and the cured product.例文帳に追加

ビスエポキシ化合物と重付加反応を行うことのできる新規な化合物、前記新規化合物とビスエポキシ化合物との重付加反応による新規な重合物、前記重合物より得られる新規な放射線硬化性化合物、その化合物を硬化した新規な硬化物、並びに、前記重合物、放射線硬化性化合物及び硬化物の製造方法を提供することである。 - 特許庁

To provide a pigmented ink set suitable especially for use in inkjet recording methods which has the excellent color developing properties to a variety of recording media (plain paper, mat paper, glossy paper and book printing paper), and which can exhibit the excellent feeling of glossiness to glossy recording media, and simultaneously, which hardly causes the system maintenance failure due to the clogging of waste fluid.例文帳に追加

本発明は、種々の記録媒体(普通紙、マット紙、光沢紙、印刷本紙など)に対して優れた発色性を有し、又光沢を有する記録媒体に対して優れた光沢感を得ることが可能であると同時に、廃液系の詰まりによるシステムメンテナンス不良が生じにくい、特にインクジェット記録方式に用いるのに好適な顔料インクセットを提供することを目的とする。 - 特許庁

To provide the transdermal delivery of substances, locally or systemically, and in some embodiments, the transdermal delivery of beneficial substances by a hostile biophysical environment, in some cases, interrelated products, alternative solutions to a particular problem, and/or a plurality of different uses of one or more systems and/or methods.例文帳に追加

局所的または全身的な物質の経皮送達、いくつかの実施形態においては、不利な(hostile)生物物理学的環境による有益な物質の経皮送達、ある場合には、相互関係する製品、特定の課題に対する代替的解決法、ならびに/または1つ以上のシステムおよび/もしくは方法の複数の種々の使用を提供すること。 - 特許庁

To provide a program delivering method, capable of increasing the reliability of a system by preventing the method from affecting information services and efficiently and surely downloading a new program also for a plurality of clients though, in the conventional program delivering methods, when the number of clients to be connected is large, a download time becoming long and the operation of services being limited.例文帳に追加

従来のプログラム配信方法は、従来は接続されるクライアント数が多い場合ダウンロード時間が長くなり、サービス運用が制限されてしまうという問題点があったが、本発明は、情報サービスに影響を与えず、複数クライアントに対しても効率よく、確実に新プログラムのダウンロードを行って、システムとしての信頼性を向上できるプログラム配信方法を提供する。 - 特許庁

The methods are established on the roll-to-roll system and can favorably be used to form a functional film by forming a coating film or a thin film through wet coating or vacuum film formation while a roll of plastic film is paid off and conveyed by the guide roll, wherein a roll cover capable of expanding and contracting is installed on the guide roll.例文帳に追加

プラスチックフィルムのロールを巻き出して、ガイドロールで移送しつつ、ウェットコーティングや真空成膜により塗膜や薄膜を形成し、機能性フィルムを作成するロールトゥロール方式の表面処理方法に好適な、ガイドロールに伸縮可能なロールカバーを装着することを特徴とする長尺プラスチックフィルム搬送方法およびこの搬送方法を用いた長尺プラスチックフィルムの表面処理方法。 - 特許庁

After one or more kinds of ceramic stocks prepared so as to realize a desired ceramic composition is measured, before a kneading process is executed, the ceramic stocks forming agglutinated particles among the ceramic stocks are dispersed in advance in a solvent with either one or both of a chemical and a physical dispersing methods in order to realize the ceramics, which pass the slits of an extrusion mold.例文帳に追加

所望のセラミックス組成となるように調合した一種類以上のセラミックス原料を秤量した後、混練する工程に先立って、セラミックス原料のうち、凝集粒子を形成しているセラミックス原料を予め溶媒中にて化学的または物理的分散方法あるいはそれらの両方を用いて分散させて、押出成形型のスリットを通過する大きさとする。 - 特許庁

The invention relates to interactive media guidance systems, devices and methods that enable media content delivery and/or control by a media content user via a user equipment device capable of interfacing with a media content source using a backchannel network (e.g. LAN, WLAN, cellular) that is different and separate from the one-way media delivery network (e.g. satellite, CATV).例文帳に追加

一方向メディア配信ネットワーク(例えば衛星ネットワーク、CATV)とは異なっており、かつこれらと分かれているバックチャンネルネットワーク(例えば、LAN、WLAN、セルラ方式)を使用して、メディアコンテンツソースとインターフェースをとることのできるユーザ機器装置を介して、メディアコンテンツユーザによってメディアコンテンツの配信および/または制御を実現する、双方向メディアガイダンスシステム、装置ならびに方法。 - 特許庁

To provide a soft molding acrylic resin composition that gives a small load on environment, is excellent in moldability, tensile strength, and tear strength, can be heated and molded to give a small shrinkage rate, and can be molded by various molding methods such as an injection molding method as a substitute for a conventional soft vinyl chloride resin composition; and a molded product using the same.例文帳に追加

環境に対する負荷が小さく、成形加工性、引張強さ、引裂強さに優れ、特に加熱成形後の収縮率が小さく、従来の軟質塩化ビニル樹脂組成物に代替して射出成形法などの各種成形方法により成形可能な軟質タイプの成形用アクリル系樹脂組成物、及びそれを成形して得られる成形物を提供すること。 - 特許庁

The system 10 and the methods 100 and 200 designate remote connection between the controller 12 and I/O devices 14 and 16, recognize that the remote connection requests communications with the remote I/O communication link 18, automatically generate communication objects 70 and 72 and determine the path of communication information between the controller and the I/O device through the remote I/O link.例文帳に追加

システム(10)および方法(100、200)は、コントローラ(12)とI/O装置(14、16)との間のリモート接続を指定し、このリモート接続がリモートI/O通信リンク(18)による通信を要求していることを認識し、通信オブジェクト(70、72)を自動的に生成して、リモートI/O通信リンクを介してコントローラとI/O装置との間において通信情報の経路を定める。 - 特許庁

Another company also conducted a (beaker-scale) experiment to examine the effect of cleansing by several kinds of solvents. The result showed that, even when a low-polarity solvent considered to produce a greater reduction effect was used, the reduction effect was not so impressive, with a removal rate of only around 18% (the HCB content was reduced from 330ppm to 270ppm). Thus, considering cost effectiveness, additional cleansing methods mentioned in this section are judged to be not so practical. 例文帳に追加

また、別の社においても、ソルベントレッド135を洗浄しHCBを削減する実験(ビーカースケール)を行っているが、より削減効果が大きいと考えられる極性の低い溶媒を利用した場合でも 18%程度の除去率(HCB330ppmが270ppmに低減)とさほど大きな低減効果は得られておらず、コスト等を勘案すると、追洗浄は実用的でないと判断される。 - 経済産業省

621. R&D expenses R&D expenses means the expenses involved in research (systematic inquiry and survey for the purpose of discovery of new knowledge) and development(materialization of research results and other knowledge as the plan or design of new products, services and production methods (hereinafter referred to as "products, etc."), or the plan or design for significant improvement of existing products, etc.) 例文帳に追加

621 研究開発費研究開発費とは、研究(新しい知識の発見を目的とした計画的な探求及び調査)、開発(新しい製品・サービス・生産方法(以下、「製品等」という)についての計画若しくは設計又は既存の製品等を著しく改良するための計画若しくは設計として、研究の成果その他の知識を具体化すること)に伴う費用を指します。 - 経済産業省

(iii) Electronic Public Notice (which means, among Methods of Public Notice, the method of implementing a measure which makes the information that should be publicly notified available to many and unspecified persons by an Electromagnetic Device [which means the electromagnetic device prescribed in Article 2, item 34 of the Company Act (Act No. 86 of 2005)] and which is prescribed in the same item; hereinafter the same shall apply) 例文帳に追加

三電子公告(公告方法のうち、電磁的方法(会社法(平成十七年法律第八十六号)第二条第三十四号に規定する電磁的方法をいう。)により不特定多数の者が公告すべき内容である情報の提供を受けることができる状態に置く措置であつて同号に規定するものをとる方法をいう。以下同じ。) - 経済産業省

When the competent minister finds it necessary and appropriate for the proper and secure execution of Business of Assuming Commidity Transaction Debts, he/she may order said Commodity Clearing Organization to amend its articles of incorporation, business rules or other rules, change its business methods or take any other necessary measures for improving the operation of its business or the status of its property. 例文帳に追加

主務大臣は、商品取引債務引受業の適正かつ確実な遂行のため必要かつ適当であると認めるときは、その必要の限度において、商品取引清算機関に対し、定款、業務方法書その他の規則の変更、業務の方法の変更その他業務の運営又は財産の状況の改善に必要な措置をとるべきことを命ずることができる。 - 経済産業省

The phrasean accessible condition for the person (such condition includes cases in which a response is made without delay at the request of the person)” means to put the matters in a condition where a person can know the matters if the person wants to know by the methods including display on the screen of website, distribution of brochures, and response made without delay at the request of the person. The accurate contents at that time always must be put in a condition where the person can know them. 例文帳に追加

「本人の知り得る状態(本人の求めに応じて遅滞なく回答する場合を含む。)」とは、ウェブ画面への掲載、パンフレットの配布、本人の求めに応じて遅滞なく回答を行うこと等、本人が知ろうとすれば、知ることができる状態に置くことをいい、常にその時点での正確な内容を本人の知り得る状態に置かなければならない。 - 経済産業省

Following the entry into effect of these amendments, the “Guidelines on Management of Trade Secrets,”which describe methods by which enterprises should properly manage valuable information, was revised (December 1, 2011) to describe the forms of cooperation that injured parties should take to ensure the proper and effective implementation of measures to maintain the confidentiality of trade secrets in court during criminal proceedings concerning their infringement. 例文帳に追加

また、同法の施行を受け、企業が価値ある情報を適切に管理するための方法をまとめた「営業秘密管理指針」を改訂し(平成23 年12 月1 日)、営業秘密侵害罪に係る刑事訴訟手続において、裁判所等が営業秘密の内容を秘匿するための措置を実効的かつ適切に講じるにあたり、被害企業がとるべき協力の在り方を紹介した。 - 経済産業省

R&D expenses means the expenses involved in research (systematic inquiry andsurvey for the purpose of discovery of new knowledge) and development(materialization of research results and other knowledge as the plan or design of newproducts, services and production methods (hereinafter referred to asproducts, etc.”),or the plan or design for significant improvement of existing products, etc.) 例文帳に追加

研究開発費とは、研究(新しい知識の発見を目的とした計画的な探求及び調査)、開発(新しい製品・サービス・生産方法(以下、「製品等」という)についての計画若しくは設計又は既存の製品等を著しく改良するための計画若しくは設計として、研究の成果その他の知識を具体化すること)に伴う費用を指します。 - 経済産業省

(6) When a Member, etc. seeks to obtain consent from a Customer, etc. pursuant to the provisions of paragraph 3, he/she shall inform said Customer, etc. of the type and contents of the following Electromagnetic Device which he/she intends to use and gain acceptance in writing or by an Electromagnetic Device, in advance: (i) among the methods listed in respective items of paragraph 3, what a Member, etc. uses; (ii) a method to record the information in a file. 例文帳に追加

6 会員等は、第三項の規定により委託者等の同意を得ようとするときは、あらかじめ、 当該委託者等に対し、その用いる次に掲げる電磁的方法の種類及び内容を示し、書面又 は電磁的方法による承諾を得なければならない。 一第三項各号に掲げる方法のうち会員等が使用するもの 二ファイルへの記録の方式 - 経済産業省

(2) The following documents shall be attached to the written application for approval specified in the preceding paragraph: (i) a document stating the contents and methods of said business; (ii) a document stating the organization which has jurisdiction over said business and its appointment of personnel; (iii) a document stating the internal rules pertaining to the management of said business; (iv) a document stating the estimated income for the three years after the commencement of said business. 例文帳に追加

2 前項の承認申請書には、次に掲げる書類を添付しなければならない。 一当該業務の内容及び方法を記載した書面 二当該業務を所掌する組織及び人員配置を記載した書面 三当該業務の運営に関する社内規則 四当該業務の開始後三年間における収支の見込みを記載した書面 - 経済産業省

In addition, the company is pushing ahead with R&D on new technologies capable of efficiently separating/extracting rare earths from used products using wet methods, reducing them to metals by using only industrial-use equipment developed in-house, and recycling them as magnet alloys. By exchanging opinions with automakers and consumer electronics manufacturers, the company is working on research projects for the expansion of recycling practices. 例文帳に追加

さらに同社は、湿式法により、使用済み製品から回収したレアアースを効率よく分離・抽出し、同社開発による技術と工業規模では国内唯一となる設備を用いて金属還元を行い、磁石合金へ再利用するための技術開発にも取り組んでおり、自動車メーカーや家電メーカーと意見交換しながら、リサイクルの拡大に向けた研究を進めている。 - 経済産業省

With the concentration of urban functions i.e., compact town development presently being debated as a means of coping with population decline, we consider methods of restoring the hustle and bustle to central urban areas through the synergies generated by commercial and other urban functions, and analyze SMEsrole as leaders in the community businesses that are the “lubricantof town life from the point of view of the involvement of central and local government. 例文帳に追加

目下、人口減少社会に対応するための都市機能の集約(コンパクトなまちづくり)が議論されているところ、商業と他の都市機能との相乗効果による中心市街地のにぎわい回復の手法を検討するとともに、「まちの生活」の潤滑油となるコミュニティ・ビジネス等の担い手としての中小企業を、行政との関わりの観点から分析したい。 - 経済産業省

However, SMEs appear to be overcoming (1) the lack of understanding in the workplace of working while caring for children, (2) the “three losses” that arise when one takes time off work to care for children, (3) the lack of support for childcare while parents are at work, and (4) the difficulty of reemployment as permanent employees by different methods from large enterprises, allowing them to create a working environment that is more conducive to combining work with parenting.例文帳に追加

しかし、中小企業においては、大企業とは別の方法で、〔1〕育児をしながら働くことへの職場の理解の不足、〔2〕育児のために休むことで生じる「3つのロス」、〔3〕親が勤務中の育児サポート体制の不足、〔4〕正社員としての再就職の難しさ、を克服し、仕事と育児の両立をしやすい職場環境を実現していると考えられる。 - 経済産業省

Looking at Japanese-owned companiesmethods of maintaining and training local personnel, the proportion of companies that improve opportunities for education and training marked 48.5%, companies that afford local personnel opportunities to be promoted to local management executives marked 43.8%, companies that introduce and expand performance-based salary systems marked 34.6%, and companies that expand the scope of discretion and authorities marked 41.5%. Such data infer that Japanese-owned companies basically set up systems for maintaining and training staff, on the basis of presumption that the staff will be employed for the long term after they are hired .例文帳に追加

そこで、我が国企業の現地人材の確保・育成方法を見ると、「教育・訓練機会の充実」(48.5%)、「現地経営幹部まで昇進」(43.8%)、「成果主義の導入・拡大」(34.6%)、「裁量・権限の拡大」(41.5%)となっており、基本的には採用後、長期間雇用を継続することを前提に人材の確保・育成を考えていることが分かる。 - 経済産業省

To make customers understand such good quality, traditional mass advertising methods are not enough to draw the attention of the target customer segment.例文帳に追加

その良さを伝えるためには、伝統的なマス広告手法だけではターゲット消費者セグメントに関心を持たせるには不十分で、例えば、アンテナショップやショールームの設置、人が多く集まる公共施設やショッピングモールへの展開、富裕層への積極的な売り込みとその口コミによる伝達、インターネット(ブログやSNS含む)を活用した口コミマーケティング、その価値に共感してくれるパートナー企業との提携といった方策が必要である。 - 経済産業省

There are many cases among SMEs where progress in their own business is being achieved through improvement of production processes due to creativity in the workplace, and inventing more effective methods of applying management resources and other such activities, rather than through continuous research and development. In this way, elements such as creativity outside of research and development form a significant part of the efforts of SMEs to realize innovation.例文帳に追加

また、中小企業は、継続的な研究開発活動というよりも、現場での創意工夫による生産工程の改善や、経営資源のより有効な活用方法を生み出すこと等を通じて、自らの事業の進歩を実現させている場合も多い。このように、イノベーション実現のための中小企業の取組には、研究開発活動以外の創意工夫等の要素も大きい。 - 経済産業省

Thirdly, one can see that the earlier the developmental phase an SME that carries out research and development is in, the more likely it is to source funds from venture capital investors, and that 17.1% of early growth phase SMEs that carry out research and development source their funding from angel investors,72) though this percentage is low compared to that of the other fund procurement methods.例文帳に追加

第三に、研究開発に取り組む中小企業で、ベンチャーキャピタルから資金調達しているところが、成長ステージが若いほど多くなっており、また、エンジェル投資家72からの資金調達をしている中小企業は、成長初期で研究開発に取り組む中小企業では17.1%存在するが、その他の資金調達手法と比べると少ないことが見て取れる。 - 経済産業省

To ensure that the statistical data do not become a source of price induction, statistical data guidelines were IV Status of Cartel Competition Law Compliance by Trade Associations 34 established in July 2007. These guidelines stipulate that all methods used to compile statistics and make predictions and all the results should be disclosed; that the confidentiality of the data for each individual corporation should be held in strict confidence; and that the discussion and creation of predicted numerical figures at the meeting (excluding trend analysis of aggregate results) are prohibited.例文帳に追加

統計情報は価格誘導の温床とならないよう、2007年7月に統計情報ガイドラインを策定してお り、統計・予測の方法と結果は全て公開すること、各社個別データの機密性は厳密に保持すること、会合で予測数値を議論し、作成することは禁止(ただし、集計結果の動向分析は妨げない。)と定めている。 - 経済産業省

In some agreements, the applicable tariff elimination formula and periods are automatically determined by the current tariff rates (see for example, the Australia-New Zealand Closer Economic Relations Trade Agreement (“ANZCERTA”), wherein the tariff is to be eliminated in five years if the current tariff rate exceeds 5%, and eliminated immediately if the current tariff rate is 5% or less; and the China-ASEAN agreement, wherein five methods of eliminating tariffs, depending on the current tariff rate are provided.).例文帳に追加

また、関税撤廃方式の適用については、現行関税率によって関税撤廃方法及び期間を機械的に定める場合があり、例えば、豪NZ は現行関税率5%を超えるものは5年、5%以下のものは即時撤廃、中国アセアン協定は現行関税率に応じて5分類の関税撤廃方式が存在するという例がある。 - 経済産業省

1) Private organizations will be utilized to demonstrate and popularize cost-reducing business models allowing food distributors to achieve appropriate stocking and a reduction of loss to waste, and support will be provided to measures allowing for the transmission of information on agriculture, forestry, and fisheries products, including information on production location and methods, as well as information on dietary education, which is both accurate and in a format easily understandable by the consumer.(new) (\\74 million budget)例文帳に追加

〔1〕民間団体を通じ、食品小売業者が、適正仕入れ、廃棄ロスの縮小等を実現するコスト縮減のビジネスモデルの実証・普及を行うとともに、商品である農林水産物について、産地の特徴や生産方法についての情報、食育の知識などを消費者にわかりやすく、的確に伝達する取組を支援する。(新規)(予算額74百万円) - 経済産業省

But then the United States had maintained zeroing procedures by utilizing another system and other comparative methods and did not take adequate measures to implement them. In January 2008, Japan submitted an application for approval on measures against 2,485 billion dollars. In April of the same year, it requested the establishment of a performance review panel seeking to confirm that the U.S. had not implemented adequate measures to fulfill the United States? obligations.例文帳に追加

しかし、その後も米国は、それ以外の手続及び比較手法によるゼロイング制度を維持し、十分な履行措置をとらなかったことから、我が国は2008 年1 月、2 億4850 万ドルの対抗措置の承認申請を行い、さらに同年4 月には、米国が十分な履行措置を実施していないことの確認を求めて履行確認パネルの設置要請を行った。 - 経済産業省

The following measures were implemented in order to support innovations in management by SMEs intended to significantly improve management through new business activities conducted in quick response to changes in the economic environment, such as the development and production of new products, the development and provision of new services and the introduction of new methods of producing and selling products and providing services.例文帳に追加

経済的環境の変化に即応して中小企業が行う新商品の開発又は生産、新役務の開発又は提供、商品の新たな生産又は販売の方式の導入、役務の新たな提供の方式の導入その他の新たな事業活動を行うことにより、経営の相当程度の向上を図る経営革新を支援するため、以下のような支援措置を行った。 - 経済産業省

(4) Notwithstanding the provisions of paragraph (1), item (i), for food listed in item 2. of appended table 3, food packed in glass bottles (excluding glass bottles with paper caps) or polyethylene containers and packaging among those listed in item 3. of the same table, food listed in tem 11., (b) of the same table (excluding food which has been canned, bottled, barreled, or jarred), food listed in (c) of the same item, food of farm products listed in item 12. of the same table, and additives listed in item 14. of the same table, the date indicated with the letters meaning an expiration date or a freshness date (hereinafter referred to as the "time limit") and the preservation methods do not have to be indicated (for food or additives for which the criteria for the preservation methods have been established pursuant to the provisions of Article 11, paragraph (1) of the Act, the time limit does not have to be indicated). 例文帳に追加

4 第一項第一号の規定にかかわらず、別表第三第二号に掲げる食品、同表第三号に掲げる食品のうちガラス瓶(紙栓を付けたものを除く。)又はポリエチレン製容器包装に収められたもの、同表第十一号ロに掲げる食品(缶詰、瓶詰、たる詰又はつぼ詰のものを除く。)、同号ハに掲げる食品、同表第十二号に掲げる作物である食品及び同表第十四号に掲げる添加物にあつては、消費期限又は賞味期限である旨の文字を冠したその年月日(以下「期限」という。)及びその保存の方法の表示(法第十一条第一項の規定により保存の方法の基準が定められた食品又は添加物にあつては、期限の表示)を省略することができる。 - 日本法令外国語訳データベースシステム

The invention includes antibodies or antigen-binding fragments thereof which bind specifically to conformational epitopes on the extracellular domain of PSMA, compositions containing one or a combination of such antibodies or antibodies or antigen-binding fragments thereof, hybridoma cell lines that produce the antibodies, and methods of using the antibodies or antigen-binding fragments thereof for cancer diagnosis and treatment.例文帳に追加

本発明は、PSMAの細胞外ドメイン上のコンフォメーショナルエピトープに特異的に結合する抗体もしくはその抗原結合性フラグメント、そのような抗体の1つもしくは組み合わせまたは抗体もしくは抗原結合性フラグメントを含む組成物、抗体を産生するハイブリドーマ細胞株、および癌の診断および処置のための抗体もしくはその抗原結合性フラグメントを使用する方法を含む。 - 特許庁

Isolated proteinaceous molecules having chimpanzee EP4 activity and each comprising a specific amino acid sequence or a specific amino acid sequence containing at least one preservative substitution, DNA molecules encoding the proteinaceous molecules, vectors and cells carrying the DNA molecules, specific binding partners for the isolated proteinaceous molecules, and methods of determining ligands for chimpanzee EP4, are provided, respectively.例文帳に追加

本発明は、チンパンジーEP4活性を有する単離タンパク質性分子であって、特定のアミノ酸配列、または1以上の保存的置換を含む特定のアミノ酸配列を含む、前記単離タンパク質性分子、前記タンパク質を分子をコードするDNA分子、前記DNA分子を所有するベクターおよび細胞、該タンパク質の特異的結合パートナー、並びにチンパンジーEP4のリガンドを決定する方法を提供する。 - 特許庁

The Geranium thunbergii composition including a high content of geraniin is produced by extracting geraniin from Geranium thunbergii with hot water to which an acid such as citric acid is added or the like, and performing purification thereon for removing impurities by use of at least one or more methods of supercritical extraction, membrane treatment, dialytic membrane treatment, recrystallization, centrifugal separation, synthetic adsorbent treatment, ion-exchange resin treatment and the like.例文帳に追加

ゲンノショウコからクエン酸などの酸を添加した温水等でゲラニインを抽出し、更に不純物を除去するために超臨界抽出方法、膜処理方法、透析膜処理方法、再結晶法、遠心分離法、合成吸着剤処理法、イオン交換樹脂処理法等の少なくとも1種類以上の方法を用いて精製し、ゲラニインを高含量に含むゲンノショウコ組成物を製造する。 - 特許庁

Nonsteroidal antiinflammatory drugs which have been substituted with a nitrogen monoxide group; compositions comprising (i) a nonsteroidal antiinflammatory drug, which can optionally be substituted with a nitrogen monoxide group and (ii) a compound that directly donates, transfers or releases a nitrogen monoxide group (preferably as a charged species, particularly nitrosonium); and methods of treatment of inflammation, pain, gastrointestinal lesions and/or fever using the compositions are disclosed.例文帳に追加

一酸化窒素基で置換された非ステロイド系抗炎症剤;(i)一酸化窒素基で随意に置換できる一つの非ステロイド系抗炎症剤、及び(ii)一酸化窒素(望ましくは電荷されたもの、とりわけニトロソニウム)を直接与え、移転しあるいは放出する化合物、よりなる組成物;並びにこの組成物を使用する炎症、苦痛、胃腸損傷及びもしくは発熱を治療する方法が開示される。 - 特許庁

The multiple-variable dose methods for treating disorders in which TNFα activity is detrimental include: administering to a subject in need thereof at least one induction dose of a TNFα inhibitor so that a threshold level of TNFα inhibitor is achieved within the induction phase; and subsequently administering to the subject at least one treatment dose of the TNFα inhibitor within a treatment phase.例文帳に追加

TNFα阻害剤のしきい値レベルが誘導期内に得られるようにTNFα阻害剤の少なくとも1回の誘導投与量をそれを必要とする対象に投与すること、続いて、TNFα阻害剤の少なくとも1回の治療投与量を治療期内に前記対象に投与することを含む、TNFα活性が有害である障害を治療するための複数可変投与方法。 - 特許庁

例文

To eliminate an underground obstacle buried in the ground positioned vertically under an aboveground or underground facility, to easily and securely bury a pile in the underground positioned vertically under an aboveground or underground facility, and to provide a hole cutting device usable for these methods related to an underground obstacle eliminating method, a pile burying method and a hole cutting device.例文帳に追加

本発明は、地中障害物の除去方法および杭の埋設方法および削孔装置に関し、地上または地下設備の垂直下方に位置する下方地中に埋設される地中障害物を容易,確実に除去すること、および、地上または地下設備の垂直下方に位置する下方地中に杭を容易,確実に埋設すること、および、これ等の方法に使用される削孔装置を提供することを目的とする。 - 特許庁




  
日本法令外国語訳データベースシステム
※この記事は「日本法令外国語訳データベースシステム」の2010年9月現在の情報を転載しております。
  
Copyright Ministry of Economy, Trade and Industry. All Rights Reserved.
  
本サービスで使用している「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 © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
© 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 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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS