To provide an encoding method for improving reproducibility in the case of having an edge in a block in particular, and an image compressing device that effectively utilizes the encoding method. 特にブロック内にエッジを有している場合の再現性を改善する符号化方式、及び、当該符号化方式を効果的に利用する画像圧縮装置を提供する。 - 特許庁
The output from the first audio data encoding means 103 and the second audio data encoding means 106 is multiplexed by the multiplexing device 108 and recorded in the single storage medium 202. 第1のオーディオデータ符号化手段103、第2のオーディオデータ符号化手段106の出力は多重化器108にて多重化された後、単一の蓄積メディア202に記録される。 - 特許庁
The audio DSP 14 specifies an encoding system from the extension and performs sound field complement processing for complementing the signal of the frequency band lost by the encoding system. オーディオDSP14は、拡張子から、符号化方式を特定し、その符号化方式で欠落する周波数帯域の信号を補完する音場補完処理を実行する。 - 特許庁
After Reed-Solomon encoding by the Reed-Solomon encoding circuit 4, the result is interleaved by an interleave circuit 5, sent to a multiplexing circuit 9, multiplexed with the main signal and sent to a convolution circuit 10. リードソロモン符号化回路4でリードソロモン符号化した後、インタリーブ回路5でインタリーブし、多重化回路9に送って主信号と多重化し、畳み込み回路10に送る。 - 特許庁
To provide an image encoding method and image encoder to reduce hierarchizing loss while holding scalability when code quantity is controlled in the case of encoding a wavelet conversion coefficient. ウェーブレット変換係数の符号化時の符号量制御の際、スケーラビリティを有しつつ階層化損失を低減する画像符号化方法及び装置を提案する。 - 特許庁
The technology can supply encoding information to a decoder to a bit plane level by enabling encoding of the subtraction coefficient of an enhancement layer to several bit planes. この技術は、エンハンスメントレイヤーの減算係数を幾つかのビット平面へコード化することを可能にすることでデコーダへのコード化情報をビット平面レベルへ供給可能となる。 - 特許庁
BLAST search is conducted on the EST database by using various base sequences encoding known bromodomain motifs to discover several ESTs likely encoding bromodomain genes. 既知のブロモドメインモチーフをコードする種々の塩基配列を用い、ESTデーターベースに対してBLAST検索を行った結果、ブロモドメイン遺伝子をコードする可能性のある幾つかのESTを見出した。 - 特許庁
To provide a simple encoding modulation method and demodulation method having an encoding rate equivalent to (1, 7) modulation and suitable for high density recording with less DC components. (1,7)変調と同等の符号化率を有し、かつ直流成分の少ない高密度記録に適した簡便な符号化変調方法および復調方法を提供すること。 - 特許庁
To perform effective encoding by detecting the redundant field contained in a telecine video image and deleting the image, when applying compression encoding to the telecine video image. テレシネ映像を圧縮符号化するときに、テレシネ映像に含まれる冗長なフィールドを検出して削除し、効率の良い符号化を行うことを目的とする。 - 特許庁
METHOD FOR CREATING PROBE DNA TO NUCLEIC ACID ENCODING MEMBRANE PROTEIN, METHOD FOR DETECTING EXPRESSION OF GENE ENCODING MEMBRANE PROTEIN, AND PROBE DNA-IMMOBILIZING CARRIER 膜タンパク質をコードする核酸に対するプローブDNAを作成する方法、膜タンパク質をコードする遺伝子の発現を検出する方法、及びプローブDNA固定化担体 - 特許庁
There is disclosed the method for selecting the medication for the patient on the basis of the genotype for genes encoding drug metabolizing enzymes and genes encoding products involved in neurotransmission. 薬物代謝酵素をコードする遺伝子、および、例えば、神経伝達に関与する生成物をコードする遺伝子の遺伝子型に基づいて患者の薬物を選択する方法。 - 特許庁
While codecs are not restricted to use with Unicode, ina Unicode context, encoding converts a Unicode object to a plain string using a particular character set encoding (e.g., cp1252 or iso-8859-1). codecs は Unicode 専用ではありませんが、Unicode の文脈では、エンコーディングは Unicode オブジェクトを特定の文字集合エンコーディング(たとえば cp1252 やiso-8859-1)を使って文字列オブジェクトに変換します。 - Python
If locale is specified, it may be a string, a tuple of the form (language code, encoding), or None.If it is a tuple, it is converted to a string using the localealiasing engine. locale を指定する場合、文字列、(language code, encoding)、からなるタプル、またはNone をとることができます。 locale がタプルのの場合、ロケール別名解決エンジンによって文字列に変換されます。 - Python
The quoted-printable encoding is designed for data where there are relatively few nonprintable characters; the base64 encoding scheme available via the quoted-printable 円コーディングは比較的印字不可能な文字の少ないデータのために設計されています; 画像ファイルを送るときのように印字不可能な文字がたくさんある場合には、 - Python
In other words, using an XMLGenerator as the content handler will reproduce the original document being parsed. out should be a file-likeobject which will default to sys.stdout. encoding is the encoding of the output stream which defaults to 'iso-8859-1'. つまり、XMLGenerator をコンテント・ハンドラとして用いると、パースしたオリジナル・ドキュメントの複製が作れるのです。 out に指定するのはファイル風のオブジェクトで、デフォルトは sys.stdout です。 - Python
The XMaxRequestSize function returns the maximum request size (in 4-byte units) supported by the server without using an extended-lengthprotocol encoding. 関数XMaxRequestSizeは、X サーバが対応しているリクエストの最大サイズ(4バイト単位)を返す。 この最大サイズは、リクエスト長拡張プロトコルエンコーディング(extended-length protocol encoding)を使っていない X サーバにおける値である。 - XFree86
Each returned string is null-terminated.If the data returned by the server is in the Latin Portable Character Encoding,then the returned strings are in the Host Portable Character Encoding.
返される文字列はそれぞれ NULL で終わる。 サーバが返すデータのエンコーディングが Latin ポータブル文字エンコーディングであれば、関数が返す文字列のエンコーディングはホストポータブル文字エンコーディングとなる。 - XFree86
Entries containing resource names that are not in the Host Portable Character Encoding or containing values that are not in the encoding of the database locale, are written in an implementation-dependentmanner. エンコーディングがホストポータブル文字エンコーディングでないリソース名を持つエントリーや、データベースのロケールのエンコーディングでない値を持つエントリーは、実装依存の方法で出力される。 - XFree86
A SAM 12 selects an encoding method from a number of different encoding methods based on device identifier data IDM in an IC 15 inputted from a computer 11. SAM12は、コンピュータ11から入力したIC15の装置識別データIDMを基に、複数の異なる暗号化方法のなかから暗号化方法を選択する。 - 特許庁
For example, when a setting screen for encoding systems is called during recording of image data, the setting screen for selecting one of the plurality of encoding systems is displayed. 例えば画像データの記録中に、符号化方式の設定画面が呼び出されると、複数の符号化方式から1つを選択するための設定画面を表示する。 - 特許庁
n-Sets among N-sets of error correction encoding sections 134 apply error correction encoding to each of n-sets of the division blocks in units of blocks to output encoded blocks. N個の誤り訂正符号化部134の中のn個は、n個の分割ブロックのそれぞれに対してブロック単位で誤り訂正符号化を行い、符号ブロックを出力する。 - 特許庁
The random number generating module 105 generates a new random number in accordance with such instruction and sets this random number data in an encoding key setting register of an encoding/decoding module 106. 乱数発生モジュール105は、その指示に応じて新しい乱数を発生し、その乱数データを暗号/復号モジュール106の暗号キー設定レジスタにセットする。 - 特許庁
A propaganda voice signal is encoded by a second encoding section 165, while ciphered, sent to a code train synthesizing section 163, and synthesized with an output of the first encoding section 162. 宣伝音声信号を第2符号化部165で符号化するとともに暗号化し、符号列合成部163に送って、第1符号化部162の出力と合成する。 - 特許庁
The dimensions of the encoding process are selected so as to be the same as the size of the groups in which the dimensions are used, and the calculation requirements of the encoding process are balanced against compression performance. 符号化プロセスの次元はそれが用いられるグループのサイズと等しくかつ圧縮性能に対して符号化プロセスの計算要件をバランスさせるように選ばれる。 - 特許庁
To provide a music recorder wherein user can obtain the remainder state of a recording medium corresponding to an encoding system and easily select the encoding system. ユーザが符号化方式に応じた記録媒体の残量状態を知得することができ、容易に符号化方式を選択することができる音楽記録装置を提供する。 - 特許庁
An encoding part 102 generates an encoded symbol (encoded data) from the distribution data preserved in a distribution data preservation part 101 according to a predetermined encoding rule. 符号化部102は、配信データ保存部101に保存されている配信データから、予め決められた符号化規則に従って符号化シンボル(符号化データ)を生成する。 - 特許庁
To provide an encoding method using the code higher in encoding ratio as much as possible on the view point of the format efficiency when the code group is written into a storage device such as a magnetic disk. 磁気ディスク等の記憶装置に対し符号系列を書き込む場合には、フォーマット効率の観点から、できるだけ符号化率の高い符号を用いることが望ましい。 - 特許庁
To provide an image encoding device at a comparatively low cost and an image coding method, while enhancing the image coding processing speed in an image encoding processing. 画像の符号化処理において、画像符号化処理速度を高めつつ、比較的安価な画像符号化装置及び画像符号化方法を提供することを目的とする。 - 特許庁
When encoding a picture to be used as a reference picture of the other picture, a motion vector to be used for inter-picture predictive encoding is stored in a motion vector storage part 116. 他のピクチャの参照ピクチャとして用いられるピクチャの符号化においては、ピクチャ間予測符号化で用いられる動きベクトルを動きベクトル記憶部116に格納する。 - 特許庁
To provide a sinusoidal encoding device and an encoding method for deriving correctly the position difference between any two points of sinusoidal wave. 本発明は、正弦波のいかなる2つの点の間の位置差を正確に求めることができる正弦波エンコーディング装置及びエンコーディング方法を提供することを目的とする。 - 特許庁
A second encoding unit 34 performs the block encoding process on a first check symbol sequence in the generated first code sequence to generate a second code sequence. 第2符号化部34は、生成した第1符号系列中の第1検査記号系列にブロック符号化を実行することによって、第2符号系列を生成する。 - 特許庁
ENCODING DEVICE AND METHOD, DECODING DEVICE AND METHOD, PROGRAM, AS WELL AS RECORD MEDIUM 符号化装置および方法、復号化装置および方法、プログラム、並びに記録媒体 - 特許庁
To provide a motion picture coding apparatus capable of realizing time division parallel encoding. 時間分割並列符号化が実現可能な動画像符号化装置を提供する。 - 特許庁
To efficiently perform data compression using predictive encoding for a plurality of video data. 複数の映像データを予測符号化を用いて効率的にデータ圧縮を行う。 - 特許庁
To provide a cytotoxicity-inhibitory protein and a gene encoding the same. 細胞毒性を抑制する蛋白質および該蛋白質をコードする遺伝子の提供。 - 特許庁
To provide an apparatus and method for encoding/decoding an image containing a gray alpha channel. グレイアルファチャンネルを含む映像符号化/復号化装置および方法を提供する。 - 特許庁
An encoding means 102 encodes the image block signals 132 in a block unit. 画像ブロック信号132は、符号化手段102でブロック単位に符号化される。 - 特許庁
ENCODING METHOD AND DEVICE, DECODING METHOD AND DEVICE, AND PROGRAM AND RECORDING MEDIUM 符号化方法及び装置、復号方法及び装置、並びにプログラム及び記録媒体 - 特許庁
In the invention, peptide compounds for upregulating expression of a gene encoding an antioxidative enzyme are provided. 抗酸化酵素をコードする遺伝子の発現をアップレギュレートするペプチド化合物。 - 特許庁
METHOD AND SYSTEM FOR ACQUIRING, ENCODING, DECODING AND DISPLAYING THREE DIMENSIONAL LIGHT FIELD 3次元ライトフィールドを取得、符号化、復号、表示するための方法およびシステム - 特許庁
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.