1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 6251



例文

When a LPRF unit is mounted on each printer, the printer are simultaneously connected to the wireless data communication device 5 by pico-net 1-7 simultaneous connection, then each printer acquires the printer setting, and a logic signal including the print data is simultaneously transferred to the printers while sorting the print data in accordance with the acquired printer setting of each printer.例文帳に追加

LPRFユニットが各プリント装置に装着されると、各プリント装置は無線データ通信装置5とピコネット・1対7複数同時接続した後、各プリント装置のプリンタ設定を取得し、その取得した各プリント装置のプリンタ設定に応じて各プリントデータを振り分けながら各プリントデータを含んだロジックの信号を各プリント装置に同時伝送する。 - 特許庁

The image scrambler comprises means for dividing an original image into two or more blocks, a sorting means for rearranging sets each including information for specifying each block and its position in the order of the representative value of luminance in each block, and an image converting means for generating a converted image by arranging each block in the order of the representative value.例文帳に追加

元画像を少なくとも2以上のブロックに分割するブロック分割手段と、前記各ブロックを特定する情報とその位置を含む組を前記各ブロックにおける輝度の代表値の順に並びかえるソート手段と、前記代表値の順に各ブロックを配置させて変換画像を生成する画像変換手段とを有する。 - 特許庁

To provide a treatment method of spent refractory by which the quantity of the spent refractory to become waste is minimized by removing incorporated metals, sorting crushed particles of the spent refractory containing an infiltrated part and separating and recovering a large quantity of particles of a good quality part of the spent refractory with high precision.例文帳に追加

混入地金を除去し、更に浸潤層部分を含む使用済耐火物の破砕粒を選別し、良質部分の使用済耐火物部分の破砕粒を高精度で、大量処理の分離回収を可能にし、廃棄物となる使用済耐火物の発生量を最小にすることができる使用済耐火物の処理方法を提供する。 - 特許庁

(10) When Dismantled Vehicles are collected, as specified by ordinance of the competent minister, the Shredding and Sorting Operators shall report the name or designation of the person requesting collection of the Dismantled Vehicles, the Vehicle number of the Dismantled Vehicles and other matters specified by the ordinance of the competent minister to the Information Management Entity within a period of time specified by ordinance of the competent minister. 例文帳に追加

10 破砕業者は、解体自動車を引き取ったときは、主務省令で定めるところにより、主務省令で定める期間内に、当該解体自動車の引取りを求めた者の氏名又は名称、当該解体自動車の車台番号その他の主務省令で定める事項を情報管理センターに報告しなければならない。 - 日本法令外国語訳データベースシステム

例文

(2) An entity prescribed in the preceding paragraph shall be deemed to have obtained the license set forth in Article 67, Paragraph 1 for a Shredding and Sorting Operation on the date of enforcement of the provisions of the supplementary provisions, Article 1, Item 1 when a written notice with the matters listed in each item of Article 68, Paragraph 1 pertaining to said business is submitted to the governor within the time period prescribed in the said paragraph. 例文帳に追加

2 前項に規定する者は、同項に規定する期間内に、当該事業に係る第六十八条第一項各号に掲げる事項を記載した届出書を都道府県知事に提出したときは、附則第一条第一号に掲げる規定の施行の日に破砕業について第六十七条第一項の許可を受けたものとみなす。 - 日本法令外国語訳データベースシステム


例文

(5) With regard to the application of the provisions of the Waste Disposal Act, Article 14, Paragraph 14, Shredding and Sorting Operators shall be deemed Industrial Waste Disposal Collectors and Transporters or Industrial Waste Disposal Operators during the period from the day of enforcement of the provisions listed in the supplementary provisions, Article 1, Item 1 until the day before enforcement of the provisions listed in the supplementary provisions, Article 1, Item 2. 例文帳に追加

5 附則第一条第一号に掲げる規定の施行の日から同条第二号に掲げる規定の施行の日の前日までの間は、破砕業者は、廃棄物処理法第十四条第十四項の規定の適用については、産業廃棄物収集運搬業者又は産業廃棄物処分業者とみなす。 - 日本法令外国語訳データベースシステム

By sorting out R&D projects in the seven categories: 1) IT programs; 2) nanotech/materials programs; 3) Robot/new machinery programs; 4) Energy programs; 5) Environment and safety programs; 6) Health and comfort programs; and 7) Aerospace programs, the government is pushing ahead with R&D programs as well as necessary policy actions to commercialize outcomes of these R&D programs in an integrated manner, aiming to encourage creation of innovations. 例文帳に追加

研究開発プロジェクトを①IT分野、②ナノテク・部材分野、③ロボット・新機械分野、④エネルギー分野、⑤環境安心分野、⑥健康安心分野、⑦航空機・宇宙産業分野の7分野に体系化し、研究開発と、その成果の市場化に必要な施策(規制改革、標準化等)とを一体的に推進し、イノベーションの創出を促進した。 - 経済産業省

This makes the relationship between the index for a node and the indexes for its children slightly less obvious, but is more suitable since Python uses zero-based indexing.(b) Our pop method returns the smallest item, not the largest (called a"min heap" in textbooks; a "max heap" is more common in texts because of its suitability for in-place sorting).These two make it possible to view the heap as a regular Python list without surprises:例文帳に追加

(b) われわれの pop メソッドは最大の要素ではなく最小の要素 (教科書では "min heap:最小ヒープ" と呼ばれています;教科書では並べ替えをインプレースで行うのに適した "max heap:最大ヒープ" が一般的です)。 これらの 2 点によって、ユーザに戸惑いを与えることなく、ヒープを通常の Python リストとして見ることができます: - Python

To provide a suction fan structure having a suction fan placed in a manner to form an open space between the fan and a shake sorting mechanism placed below, capable of effectively preventing the intrusion of unnecessary materials from outside through the open space and effective for improving the efficiency of assembling work and maintenance work.例文帳に追加

下方に位置する揺動選別機構との間に開口空間が形成されるように配設される吸引ファンを備えた吸引ファン構造であって、前記開口空間を介して機外から不要物が混入することを有効に防止ことができ、さらに、組立作業及びメンテナンス作業の効率化を図り得る吸引ファン構造を提供する。 - 特許庁

例文

To provide a base for forming Shari (rice with vinegar) in which even employees of general merchandising stores can carry out sorting of formed Shari without causing lateral turning of formed Shari and without load of labor.例文帳に追加

本発明は、成形した複数のしゃりを載せる長方形状の基部と、成形したしゃりを載せたしゃり収納容器を前後に移動するアーム等によって容器用テーブルを前後左右に移動することで、成形したしゃりが横転することなく結果量販店の従業員にしゃりの並べ替えの労力負担等をなくすことが可能になる。 - 特許庁

例文

This printing device comprises a plurality of printer loading blocks, conveying parts that are disposed corresponding to the plurality of printer loading blocks and convey printed sheets, a plurality of accumulating trays for accumulating the printed sheets, and a sorting mechanism for discharging the printed sheets conveyed by the conveying parts to predetermined accumulating trays.例文帳に追加

複数のプリンター載置台と、該複数のプリンター載置台にそれぞれ対応して設けられたプリント済みシートを搬送するための搬送部と、前記プリント済みシートを集積する複数の集積トレイと、前記搬送部で搬送されたプリント済みシートを所定の集積トレイに排出するための振り分け機構とを有することを特徴とするプリント装置。 - 特許庁

A branch server 4 is functioned as a customer pattern ID generation means 155a for sorting customers to a plurality of patterns on the basis of customer data and at least one of business operation data obtained by business operation to customers and an advice processing means 155b for extracting and outputting business transaction support information suited to the sorted patterns.例文帳に追加

支部サーバ4は、顧客データと、顧客に対する営業活動により得られた営業活動データの少なくとも一つに基づき、顧客を複数の類型にパターン化する顧客パターンID生成手段155aと、パターンこのパターン化された類型に適した営業支援情報を抽出して出力するアドバイス処理手段155bとして機能する。 - 特許庁

To prevent a delivery from becoming a reject object even if a specific district number is not described thereon in sorting based on the specific district number related to the address described on the delivery, to increase processing efficiency and to reduce the amount of work of an operator of a video coding system.例文帳に追加

この発明は、配達物に記載されているあて名に関連する特定地域番号に基づいて区分処理するものにおいて、配達物に特定地域番号が記載されていなかった場合でも、その配達物がリジェクト対象となってしまうのを抑制し、処理効率の向上が図れ、ビデオコーディングシステムのオペレータの作業量を軽減できる。 - 特許庁

In crushing and sorting the packaged foods by a drum casing 3 lying sideways and a plurality of rotors 5 freely rotatably disposed in this drum casing 3, a plurality of the rotors 5 comprise rotors 5 for preventing adhesion provided with belt-like scrapers 5a consisting of elastic bodies at their front ends and rotors 5 for crushing provided with angle-shaped metallic members 5b at their front ends.例文帳に追加

横臥するドラムケーシング3と、このドラムケーシング3内に回転自在に設ける複数のローター5とで包装された食品を破砕分別するに際し、前記複数のローター5を、先端部に弾性体からなる帯状のスクレーパ5aを設けた付着防止用のローター5と、先端部にアングル状の金属部材5bを設けた破砕用のローター5とで構成する。 - 特許庁

The contents reproducer generates a second reproduction list listing the contents in the reproduction order on the basis of the reproduction instruction and the attribute information indicating the attribute of the contents according to the rule indicated by the sorting information (S10-S12), and successively reproduces the contents in the reproduction order of the second reproduction list, starting from the beginning reproduction content (S13-S18).例文帳に追加

コンテンツ再生装置は、再生指示とコンテンツの属性を示す属性情報とに基づいて、ソート情報が示す規則に従ってコンテンツを再生順に列挙した第2再生リストを生成し(S10〜S12)、先頭再生コンテンツから開始して第2再生リストに従った再生順でコンテンツを順次再生する(S13〜S18)。 - 特許庁

The injection molding device 10 comprises a die opening and closing/die clamping device drive part 81 for moving a movable platen 33, a linear guide 41 for guiding movement of the movable platen 33, and a control part 89 for protruding and retreating the movable platen 33 a predetermined number of times while injection-molding a molded product that is a sorting object after greasing a linear guide 41.例文帳に追加

射出成形装置10は、可動プラテン33を開閉移動させる型開閉・型締装置駆動部81と、可動プラテン33の移動の案内を行うリニアガイド41と、リニアガイド41への給脂後、分別の対象となる成形品を射出成形しつつ可動プラテン33を所定回数進退させる制御部89とを備える。 - 特許庁

This sand regenerating method includes a sieving operation putting the sand in the sandbox through a sieve and sorting the sand smaller than a coarse material using a sieve means 3 for putting the sand in the sandbox through the sieve and a heating means 6 heating the sand in the sandbox so as to sterilize or disinfect it, and a heating operation heating the sand sorted by the sieving operation so as to sterilize or disinfect it.例文帳に追加

砂場の砂をふるいにかけるふるい手段3と、砂場の砂を加熱して減菌または殺菌する加熱手段6とを用い、砂場の砂をふるい手段3にかけて粗大物以下の砂を選別するふるい操作と、ふるい操作により選別した砂を加熱手段6により加熱して減菌または殺菌する加熱操作とを実行する。 - 特許庁

By sorting out R&D projects in the seven categories: 1) IT programs; 2) nanotech/materials programs; 3) Robot/new machinery programs; 4) Energy programs; 5) Environment and safety programs; 6) Health and comfort programs; and 7) Aerospace programs, the government is pushing ahead with R&D programs as well as necessary policy actions to commercialize outcomes of these R&D programs in an integrated manner, aiming to encourage creation of innovations. 例文帳に追加

③研究開発プロジェクトを①IT分野、②ナノテク・部材分野、③ロボット・新機械分野、④エネルギー分野、⑤環境安心分野、⑥健康安心分野、⑦航空機・宇宙産業分野の7分野に体系化し、研究開発と、その成果の市場化に必要な施策(規制改革、標準化等)とを一体的に推進し、イノベーションの創出を促進した。 - 経済産業省

(11) When the Dismantled Vehicles are delivered to other Shredding and Sorting Operators or Scrap Dealers of Whole Dismantled Vehicles (in case of transport for delivery of the Dismantled Vehicles is commissioned to another Shredding and Sorting Operator or Scrap Dealers of Whole Dismantled Vehicles, when the Dismantled Vehicle is delivered to an entity commissioned to transport the Dismantled Vehicle), as specified by ordinance of the competent minister, the Shredding and Sorting Operator shall report to the Information Management Entity the name or designation of the person taking delivery of the Dismantled Vehicles (in case of the Dismantled Vehicles involve commissioning of Recycling of the whole dismantled vehicles by Vehicle Manufacturers, etc. authorized by the competent ministry pursuant to the provisions of Article 31, Paragraph 1, the gist of this as well as the name or designation of Scrap Dealers of Whole Dismantled Vehicles taking delivery of the End-of-Life Vehicles and Dismantled Vehicles), the Vehicle number of the Dismantled Vehicles and other matters specified by ordinance of the competent minister within a period of time specified by ordinance of the competent minister. 例文帳に追加

11 破砕業者は、他の破砕業者又は解体自動車全部利用者に解体自動車を引き渡したとき(当該他の破砕業者又は解体自動車全部利用者に当該解体自動車を引き渡すために行う運搬を他人に委託する場合にあっては、当該解体自動車の運搬を受託した者に当該解体自動車を引き渡したとき)は、主務省令で定めるところにより、主務省令で定める期間内に、当該解体自動車の引渡しを受ける者の氏名又は名称(当該解体自動車が第三十一条第一項の規定により自動車製造業者等が主務大臣の認定を受けて行う全部再資源化の委託に係るものである場合にあっては、その旨並びに当該自動車製造業者等及び当該解体自動車の引渡しを受ける解体自動車全部利用者の氏名又は名称)、当該解体自動車の車台番号その他の主務省令で定める事項を情報管理センターに報告しなければならない。 - 日本法令外国語訳データベースシステム

To provide a sorter for sorting delivery objects such as a plurality of mail objects for every specified kinds and units, in which an object to be sorted in a defective condition is discriminated without stopping operation of the sorter, and location of the sorted defective object is discriminated easily, thereby improving the efficiency of operation of the sorter and work.例文帳に追加

本発明は、複数の郵送体等の配送体や帳票類の対象物を所定種類、所定単位毎に区分けする区分け装置に関し、不良状態の区分け対象物を装置の稼働を停止させずに差別化し、当該不良区分け対象物の配置位置を容易に判別可能として稼働効率の向上、作業の効率化を図ることを目的とする。 - 特許庁

The thresher transports subjects on a transporting shelf 52 of a swinging shelf 51 receiving the subjects separated from grain culm while swinging the subjects, and is, on the surface of the transporting shelf 52, attached with a sheet 55 having many grooves 55a, wherein even the wet subject can be carried without attaching on the surface of the transporting shelf 52 and threshing and sorting performance can be improved.例文帳に追加

穀稈から分離処理された被処理物を受ける揺動棚51の移送棚52上の被処理物を揺動させながら搬送するが、該移送棚52の表面に多数の溝55aを有するシート55を貼り付けた脱穀装置であり、湿った被処理物であっても移送棚52の表面に張り付くことなく搬送することができ、脱穀選別性能を高めることができる。 - 特許庁

A method of digital image stabilization includes a feature point sorting algorithm for selecting optimal feature points, a computationally efficient tile-vector based hierarchical block-matching search algorithm for deriving motion vectors of the selected feature points, and a feature point motion vector grouping/comparison algorithm for grouping the selected feature points based on magnitude ratio criteria and angle difference criteria.例文帳に追加

デジタルイメージ安定化方法は、最適の特徴点を選択するための特徴点分類アルゴリズム、選択された特徴点のモーションベクトルを誘導するための計算的に効率的なタイルベクトル基盤の階層的ブロック検索アルゴリズム、サイズ比率基準及びアングル差基準に基づいて選択された特徴点をグループ化する特徴点モーションベクトルグループ化/比較アルゴリズムからなる。 - 特許庁

Therefore, the sorting device can sort non- contacting information storing media while preventing the device from becoming larger in size due to a large-scale transporting mechanism.例文帳に追加

選別処理装置15に備えられた制御回路15bがコインAから読み出された額面情報と残高額情報とに基づいてソレノイド16a〜16dをオン・オフすることによりコインAが転がり落ちる経路を選択するだけでコインAを選別できるため、大掛かりな搬送機構により装置が大型化するのを防止しつつ、非接触型情報記憶媒体の選別を行うことが可能となる。 - 特許庁

An impactor is configured by providing a particle size sorting chamber 1 having an exhaust outlet 4 for the particles, a nozzle 2 that discharges a carrier gas entrapping the particles that are objects to be sorted into the chamber 1, and a collecting plate 3 that is provided inside the chamber 1 and is a particle collecting means that selectively collects the particles discharged from the nozzle 2.例文帳に追加

インパクタは、微粒子の排気口4が設けられた微粒子サイズ選別室1と、選別対象となる微粒子を含むキャリアガスを微粒子サイズ選別室1内へ放出するノズル2と、微粒子サイズ選別室1内に設けられており、ノズル2から放出された微粒子を選択的に捕集する微粒子捕集手段である補集板3とを備えて構成される。 - 特許庁

In the environmental accounting support apparatus provided with a distribution coefficient master (2-a), a coefficient pattern master, an environmental cost sorting master, and at least one distribution processing means, element data prepared by an existing accounting system is distributed by the distribution processing means and environmental accounting reports totalized in each environmental sort item and in each item excluding targets are prepared.例文帳に追加

配賦係数マスタ(2-a)、係数パターンマスタ、環境コスト分類マスタ、及び少なくとも1段の配賦処理手段とを備えた環境会計支援装置であって、 既存の会計システムで作成された素データを、前記配賦処理手段で配賦処理して、環境分類の項目及び対象外の項目毎に集計された環境会計報告を作成する環境会計支援装置。 - 特許庁

The receiving device 2 is configured to receive the modulation signal from the transmission device 1, generate a slot constituting a frame to be decapsulated to an IP packet, sort an IP packet including clock information in a packet sorting part 22, calculate a retention time based on the delay amount in a priority output buffer 24-1, and delay the IP packet by the retention time to be thereafter output.例文帳に追加

受信装置2は、送信装置1から変調信号を受信し、フレームを構成するスロットを生成し、IPパケットにデカプセル化し、パケット振り分け部22においてクロック情報を含むIPパケットを振り分け、優先用出力バッファ24−1において遅延量に基づいて滞留設定時間を算出し、滞留設定時間分遅延させた後出力する。 - 特許庁

To obtain given characteristics in the longitudinal direction even if a line lighting system using a long light guide may have a structure in which light sources having different characteristics are arranged at right and left ends, thereby to provide a compact device in which light sources having different emission wavelengths are separately arranged at both ends of a light guide and to provide an inexpensive device by reducing cost for sorting LEDs.例文帳に追加

長尺状の導光体を用いたライン照明装置において、左右の端部に異なる特性の光源を配置した構造でも、長手方向に一定の特性が得られるようにし、発光波長の異なる光源を導光体の両端部に別々に配置した小型の装置を提供し、また、LEDの選別コストを圧縮し安価な装置を提供する。 - 特許庁

To provide a method for polishing a hard metallic material, which performs both a smooth polishing action for reducing the surface roughness of a work made of the hard metallic material and a grinding action for adjusting the outline dimensions of the work, can increase a polished amount (=charged amount) of works for each batch charged into a polishing tank, and can increase productivity by eliminating a sorting step for work and media.例文帳に追加

硬質金属材料からなるワークの表面粗さを小さくする平滑研磨作用と、外形寸法を調製する研削作用とを兼ね備えるとともに、研磨槽への1バッチあたりのワークの研磨処理量(=投入量)を多くすることができ、且つワークとメディアの選別工程を不要として生産効率を向上させることができる研磨方法を提供すること。 - 特許庁

The control part 4f reads data on the corresponding image observation screen out of a storage part 4d based upon a patient ID and an inspection ID included in the call request, and makes a display device display the image data output from the image calling part 4e based upon image link information registered in the read data of the image observation screen, the image data being arranged at the predetermined sorting destination.例文帳に追加

制御部4fは、呼び出し要求に含まれる患者IDや検査IDに基づいて、記憶部4dから対応する画像観察画面のデータを読み出し、読み出した画像観察画面のデータに登録されている画像リンク情報に基づいて、画像呼び出し部4eから出力された画像データを、予め決定してある所定の区分先に配置して表示装置に表示させる。 - 特許庁

This system is also provided with a high working-efficiency means automatically forming the sorting data, etc., from the newest deposit data by the business software.例文帳に追加

企業側端末上で、財務会計のように予め最新の預金データを必要とする業務ソフトをその端末Web画面から操作して、業務ソフトサービス運用業者のデータセンタ上で起動させると共に通信設定ソフトを呼出し連動させて金融機関のホストコンピュータから預金データを受信し、次に業務ソフトでその最新の預金データより仕訳データなどを自動生成する作業効率の良い手段を備える。 - 特許庁

This metal resources collecting method comprises the processes for: sorting the waste collected from consumers; storing the sorted waste; raising funds by calculating asset value of the stored waste, dividing the calculated asset value into a plurality of values to be securitized and selling security to investors; and collecting metal resources from the stored waste by collection facilities.例文帳に追加

消費者から収集した廃棄物を分別する工程と、分別後の廃棄物を備蓄する工程と、備蓄した廃棄物の資産価値を算定し、算定した資産価値を複数に分割して証券化し、証券を投資家に販売することにより資金を調達する工程と、回収設備により備蓄した廃棄物から金属資源を回収する工程と、を有する。 - 特許庁

The sorting and shipping device for merchandise 1 controls each of processes, such as each process 3 to 7 from receiving process of merchandise to picking process and shipping process, return processing, and order placement with one host computer 10, has personal computers 13 to 18 which control each system placed at each process and is capable of mutually associating information of each process and controlling them.例文帳に追加

商品の仕分け発送装置1には、商品の入荷処理工程からピッキング工程、出荷工程に至る各工程3〜7と、返品処理と発注等のすべての工程を1つのホストコンピュータ10により管理し、各工程には、各々のシステムを管理するpc13〜18を配置して、各工程での情報を相互に関連付けて管理できるようにする。 - 特許庁

In the sheet processing device 200 in which an image-formed sheet by an image forming device is subjected to at least one processing selected among the stapling, the sorting and the punching, and the image forming system, a guide plate is integrated with at least one of upper and lower inlet guide plates 3a, 3b and a relay guide plate 4.例文帳に追加

画像形成装置によって画像形成されたシートを、スティプル、仕分け、パンチ、から選ばれた1つ以上の処理を行うシート処理装置において、ガイド板が、上下に備えられた入口ガイド板3a,3bの少なくとも一方と、中継ガイド板4と、を一体としていることを特徴とするシート処理装置200及び画像形成システムを提供することができる。 - 特許庁

This apparatus 1 for sorting mixed construction waste is equipped with a pneumatic screen/sorter 2, and an electrostatic sorter 4, an incombustible sorter 6, and a pneumatic sorter 7, which are placed downstream from the apparatus 2 so that the waste can be sorted accurately into combustibles, incombustibles, and recyclable materials for recovery.例文帳に追加

建設混合廃棄物選別処理設備(1) であって、風力篩併用選別装置(2) と、前記風力篩併用選別装置(2) の下流に磁力選別装置(3) 、静電選別装置(4) 、不燃物精選装置(6) 及び風力選別装置(7) とを備え、前記各選別装置によって建設混合廃棄物を可燃物、不燃物及び再生可能物に精度よく選別し回収する。 - 特許庁

At least one waste part consisting of one type of plastics substantially is obtained by sorting a starting waste mixture (2, 4, 6, 8) and the sorted plastic fraction is then separated into the hard part containing hard plastic bodies substantially and the soft part containing soft plastic bodies substantially by the impact separator (26).例文帳に追加

本質的に1つのタイプのプラスチックからなる少なくとも1つの廃棄物部分を、開始廃棄混合物から分別し(2、4、6、8)、衝撃分離機(26)によって前記プラスチック部分を、本質的に硬質プラスチック体を含む硬質部分と、本質的に軟質プラスチック体を含む軟質部分とに分離する、廃棄物分別設備においてプラスチック部分を分別する方法及び装置とする。 - 特許庁

This selling system 1 consists of a terminal 2 which receives the information on commodities to be purchased in such a manner that a customer photographs displayed commodities, a host computer 11 which manages commodity purchase information inputted from the terminal 2, managing terminals 13 for sorting the commodity in a warehouse 63 on the basis of the commodity purchase information and an accounting device 12 which performs accounting.例文帳に追加

顧客が陳列された商品を撮影することにより購入する商品の入力を行う端末2と、端末2により入力された商品購入情報を管理するホストコンピュータ11と、商品購入情報に基づいて倉庫63にて商品の仕分けを行うための管理端末13と、会計を行う会計装置12とにより販売システム1を構成する。 - 特許庁

The disk sorting device includes: a guide rail on which a disk rolls; a gage device arranged separated from the guide rail by a prescribed distance, in which at least the distance from the guide rail can be varied; and a disk detection sensor positioned downstream of the guide rail, in which the distance from the guide rail can be varied, linked with a movement of the gage device.例文帳に追加

ディスクが転がるガイドレールと、取り付け装置によって、前記ガイドレールと所定距離離れて配置され、かつ、少なくとも前記ガイドレールとの距離が変更可能であるゲージ装置と、前記ゲージ装置の下流に位置し、かつ、ゲージ装置の移動に連動して前記ガイドレールとの距離が変更可能である前記ディスクの検知センサと、を含むディスクの選別装置である。 - 特許庁

This sort condition preparation device extracts an attribute category serving as a sufficient condition for an account title category, calculates feature words included in elements belonging respectively to the extracted account title category and attribute category and feature amounts of the feature words, calculates a degree of association, and outputs the sorting rule with a combination of high degree of association calculated therein ranked as superordinate one.例文帳に追加

仕訳条件作成装置は、勘定科目カテゴリの十分条件となる属性カテゴリを抽出して、抽出された勘定科目カテゴリと属性カテゴリとのそれぞれに属する要素に含まれる特徴語と当該特徴語の特徴量を算出するとともに、関連度を算出して、算出された関連度の高い組み合わせを上位にした分類ルールを出力する。 - 特許庁

The flow determination device, having a flow information hold part 10, a flow registering means 6, a priority retrieving means 2, a key word sorting means 3, and a flow retrieving means 4, is equipped with a flow generating means 7 which gives total priority to relative key words and generates a new flow by properly connecting flows corresponding to the key words according to the priority.例文帳に追加

フロー情報保持部10と、フロー登録手段6と、優先順位検索手段2と、キーワードソート手段3と、フロー検索手段4とを有するコンピュータ処理フロー決定装置において、関連するキーワードについて全体的な優先順位を構築し、この優先順位に基づきキーワードに対応するフローを適宜連結することで新たなフローを生成するフロー生成手段7を備える。 - 特許庁

When a file name of a file having an artwork file name/size different between a new version and the previous version is added to an upload objective file list and sorting for adding a file name having the same file name/size to a candidate file list is carried out, a file name of a file suspended from storage to the upload objective file list is stored in the candidate file list.例文帳に追加

新規なバージョンと以前のバージョンの間で、版下ファイルのファイル名/サイズが一致しないファイルのファイル名をアップロード対象ファイル一覧に追加すると共に、一致するもののファイル名を候補ファイル一覧にファイル名を追加する振分けを行うことにより、候補ファイル一覧には、アップロード対象ファイル一覧への格納を保留しているファイルのファイル名が格納される。 - 特許庁

A sphygmomanometer to take the maximum value and the minimum value of artery pressure, and record them is provided, and it is provided with a motion detecting and sorting means to generate an index for a current physical effort state that coincides with the indicated minimum and the maximum artery pressures, and a blood pressure control means to control execution of fuzzy logic processes for functions of the sphygmomanometer and the indicated values.例文帳に追加

動脈圧の最大値及び最小値を採取し且つ記録する圧力計が提供され、それは最小及び最大の動脈圧の読みと一致する現在の物理的尽力状態のインデックスを発生する運動検知及び分類手段と、血圧計の機能及び読みのファジィ論理処理の実行を制御する血圧測定を管理する手段が設けられている。 - 特許庁

The sorting apparatus for producing a solidified refuse fuel by screening and eliminating unsuitable materials and nonflammable substances from refuse in the process of producing the solidified refuse fuel comprises a reflecting plate forming a slanted surface in a chute part provided in a refuse conveying passage and an open space provided at the position opposite the surface of the reflective plate, and a receiving means arranged below the reflective plate.例文帳に追加

ゴミ固形燃料化プロセスに於いてゴミから不適物や不燃物を選別除去するごみ固形燃料化用選別装置であって、ゴミの搬送路に設けられたシュート部内に傾斜面を形成した反射板を付設すると共に、当該反射板の表面と対向する位置に開放空間を設け、反射板の下方に受領手段を配設したゴミ固形燃料化用選別装置。 - 特許庁

In the sorting apparatus of crop, based on detection results of a detection device detecting weight and/or shapes of crops carried by a carrying conveyer 15 provided with a carrying belt 15a carrying crops, crops under conveying are selectively sent to the right and left directions crossing the carrying direction of the carrying belt 15a by a flying device 20.例文帳に追加

作物を搬送する搬送ベルト15aを備えた搬送コンベア15により搬送される作物の重量及び/又は形状を検出する検出装置と、検出装置の検出結果に基づいて搬送中の作物をはね出し装置20により搬送ベルト15aの搬送方向に対して交差する左右方向に選択的に送り出す作物の選別装置である。 - 特許庁

The commodity exit slot 15C of a commodity storage 21C disposed in the depth of a coin sorting device 6 as seen from the front is disposed close to the center of the width of the vending machine relative to the commodity storage 21C so that commodities ejected from the commodity storage 21C are ejected to the commodity slot via the commodity exit slot 15C.例文帳に追加

正面視して、コイン選別装置6の奥側に配置されている商品収納庫21Cの商品出口15Cを、この商品収納庫21Cに対して、自動販売機の幅方向中央寄りに寄せて配置し、前記商品収納庫21Cから払い出される商品を前記商品出口15Cを介して商品取出口に払い出すように構成したものである。 - 特許庁

This document processing system comprises: a document sorting system that designates a destination pocket for each document based on data gathered from each document; a document imaging system that captures an image of each document, and an image quality analysis system that analyzes each document and causes any document having an unacceptable image to be redirected to an unacceptable destination pocket.例文帳に追加

本発明のドキュメント処理システムは、各ドキュメントから収集されたデータに基づいて各ドキュメントに対する宛先ポケットを指定するドキュメント・ソート・システムと、各ドキュメントのイメージを取り込むドキュメントイメージ処理システムと、各ドキュメントを分析し、受容不可能なイメージを有するすべてのドキュメントを受容不可能宛先ポケットに指定変更させるイメージ品質分析システムとを含む。 - 特許庁

A route searching means 3 outputs and displays a searched result for the routes from an exit of the expressway to an entrance of the expressway via the sorted facility on a display means 7, when the present position detected by a present position detecting means 2 is within the expressway, and when a position of the facility sorted by a facility information sorting means 6 is outside the expressway.例文帳に追加

経路検索手段3は、現在位置検出手段2によって検出された現在位置が高速道路であり、施設情報選別手段6によって選別された施設の位置が高速道路の外である場合には、高速道路の出口から選別された施設を経由して、高速道路の入口に至る経路の検索結果を、表示手段7に出力して表示させる。 - 特許庁

A PCFAX program 102 stored in a FAX receiving side PC 100 has a table area composed of cells for sorting the destination information 101 according to two types of attributes and displaying the information of sorted name or destination, and controls a destination selecting screen for displaying the presence of selection state of each cell composing the table area distinguishably.例文帳に追加

FAX送信側PC100が記憶するPCFAXプログラム102は、2種類の属性に従って送信先情報101を分類し、その分類された分類名あるいは送信先情報が表示されるセルで構成された表領域を有し、該表領域を構成する各セルの選択状態の有無を区別可能に表示する送信先選択画面を表示制御する。 - 特許庁

The apparatus for the sorting or selection of a fiber sliver comprising textile fibers, especially for combing has a supply device for supplying a prescribed number of the fiber slivers ejected from different feeder positions to a feed roller of at least one drafting system unit for ejecting a fiber lap, and a combing device arranged on the downstream side of the drafting system.例文帳に追加

織物繊維から成る少なくとも一本の繊維スライバを分類もしくは選択し、特にコーミングする装置において、異なる送給器箇所から吐出された所定本数の繊維スライバを、繊維ラップを吐出する少なくとも一台の牽伸システム・ユニットの送給ローラ対に対して供給する供給デバイスと、上記牽伸システム・ユニットの下流に配置されたコーミング・デバイスとが在る。 - 特許庁

A goods delivery control device for sorting goods into a plurality of groups when the number of goods to be delivered exceeds a predetermined number, housing the sorted goods in containers, associating the containers, and delivering the containers with the same address or order at one time, and a control method are provided, so as not to confuse the delivery.例文帳に追加

配送する商品の数が所定の個数を越えているとき、前記商品を複数個の群に区分けする区分けし、前記区分けされた商品を容器にそれぞれ収容し、前記容器を関連付けする関連付け、同じ宛先またはオーダーの容器をまとめて配送する商品配送制御装置及び制御方法を提供し、配送に関して混乱しないようにすることができる。 - 特許庁

例文

The bit-interleave step has bit multiple separation DMXS, sequence-interleave SRIS, sequence storage/segmentation, segment sorting SPS, and sequence allocation ALS to form groups G1 and G2 for Nt sorted bit sequences Psqj for the purpose of transmission performed for all transmission antennas through Nt channels allocated to the same bit rank.例文帳に追加

このビットインターリーブステップは、ビット多重分離DMXSと、シーケンスインターリーブSRISと、シーケンス記憶/セグメント化と、セグメント並べ替えSPSと、すべての送信アンテナについて同じビットランクに割り当てられたNt個のチャネルを通じて送信されることを目的としたNt個の並べ替えられたビットシーケンスPsqjのグループG1、G2を形成するためのシーケンス割り当てALSとを含む。 - 特許庁




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