JP4068325B2 - Drawing distribution system - Google Patents

Drawing distribution system Download PDF

Info

Publication number
JP4068325B2
JP4068325B2 JP2001310315A JP2001310315A JP4068325B2 JP 4068325 B2 JP4068325 B2 JP 4068325B2 JP 2001310315 A JP2001310315 A JP 2001310315A JP 2001310315 A JP2001310315 A JP 2001310315A JP 4068325 B2 JP4068325 B2 JP 4068325B2
Authority
JP
Japan
Prior art keywords
pattern
command
encoded data
data
unit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP2001310315A
Other languages
Japanese (ja)
Other versions
JP2003114873A (en
Inventor
孝治 村松
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba Corp
Original Assignee
Toshiba Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp filed Critical Toshiba Corp
Priority to JP2001310315A priority Critical patent/JP4068325B2/en
Publication of JP2003114873A publication Critical patent/JP2003114873A/en
Application granted granted Critical
Publication of JP4068325B2 publication Critical patent/JP4068325B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Description

【0001】
【発明の属する技術分野】
本発明は、ネットワークに接続された一つの計算機から描画命令をネットワークを介して別の計算機へ送信してこの計算機で描画させる描画分散システムに関する。
【0002】
【従来の技術】
図11に示すように、LAN等のネットワークの伝送路1に対して接続された複数の計算機2,3において、一方の計算機2の操作部4を介して入力された描画命令をネットワークの伝送路1を介して他方の計算機3へ送信して、この計算機3のGUI(グラフィカル・ユーザ・インタフェース)5に描画させる描画分散システムが実用化されている。
【0003】
このような描画分散システムにおいては、ネットワークの通信速度が遅い場合でも操作感が低下しないように、計算機2から計算機3へ伝送路1を介して送信される描画命令における通信量の削減を図っている。ここで、通信量削減のためのデータ圧縮手段としては、汎用のデータ圧縮手段(ZIP等)を用いるのが一般的である。
【0004】
図14は、描画分散システムの具体的構成図である。ネットワークの伝送路1を介して、一方の計算機2に組込まれた命令委託元装置100と、他方の計算機3に組込まれた命令委託先装置107とが互いに接続されている。
【0005】
このような描画分散システムにおいて、アプリケーション実行マシンからなる命令委託元装置100にて、操作者(オペレータ)が操作部101を介してアプリケーション(業務プログラム)102を操作すると、このアプリケーション102及びGUI上位ライブラリ103から、例えば「左上の座標が(0,0)、右下の座標が(10,10)である長方形を描く」、「座標(30,30)に“ボタン1”という文字列を描く」といった、複数の描画命令が発生し、GUI命令中継ライブラリ104に送られる。
【0006】
GUI命令中継ライブラリ104内では、描画命令群符号化処理部106にて、GUI上位ライブラリ103から入力された各描画命令が一定数を超えた時点、或いは一定の時間単位で、各描画命令はまとめてデータ列の形に変換され、圧縮された上で、通信用オブジェクト105からネットワークの伝送路1へ送出される。
【0007】
表示マシンからなる命令委託先装置107では、命令委託元装置100から伝送路1を介して入力された各描画命令の圧縮状態のデータ列は、GUI命令処理モジュール108内の通信用オブジェクト109で受信される。その後、この受信された圧縮状態のデータ列は描画命令群復号化処理部110にて、圧縮状態の解凍が行われ、又、データ列から各描画命令の形に戻された上で、命令実行部111へ転送される。
【0008】
命令実行部111にて、各描画命令に基づいて、GUI上位ライブラリ112及びGUI下位ライブラリ113に対して順に各描画命令が発行される。そして、採取的に、GUI下位ライブラリ113の指示に基づいてGUI114に目的とする文字や図形が描かれる。
【0009】
なお、ここで、符号化とは、情報がある一定の規則に基づいて符号(データ列)に変換されることを示し、復号化とはその逆を示す。
【0010】
しかし、上述した図14に示す描画分散システムにおいては、例えば、図12(a)に示すように、表示画面6一杯に、ボタン8が20個程度配置されたウインドウ7を表示した状態で、図12(b)に示すように、このウインドウ7をアイコン9化して表示画面6の片隅へ移動させる。さらに、このアイコン9化されたウインドウ7を、図12(a)に示すように、表示画面6全体に再表示させる場合が多発する。
【0011】
このような場合、ボタン8の描画命令群、例えばボタン8の枠(長方形)を描く描画命令とボタン8のラベル(文字列)を描く描画命令とを合わせた20個の描画命令群が通信用データとして伝送路1上を転送されることとなる。又、このウインドウ7をアイコン9化し、その後、再びウインドウ7状態に戻す操作を、もう1度行うと、同様な描画命令群がさらに20個、伝送路1上を転送されることになる。
【0012】
すなわち、この冗長な描画命令群が発生した場合の通信量を削減すれば、より操作者(オペレータ)の操作感を向上できる。
【0013】
この冗長性の除去への対策として、特公平5−68893号公報「デイジタル信号ストリーム圧縮方法及び圧縮装置」では、長いデータストリームの中で同一のデータ列が複数回含まれる場合に、データ列同士を最長比較することで、データ列にIDを割り振り、データが送受信される2つの計算機相互間で前記データ列とIDとを共有して、データ列の代わりに短いIDを送受信することで、通信量の削減を図っている。
【0014】
ここで、最長比較とは、連続して同一である最も長いデータ列を示す。例えば、“ABCXYABCDZX...”というデータ列があった場合、同一データ列の候補としては、“AB”や“ABC”が考えられるが、最長比較により選ばれるデータ列は、“ABC”となる。
【0015】
【発明が解決しようとする課題】
しかしながら、このデータ列同士を最長比較することで、計算機相互間で送受信される通信量の削減を図るシステムにおいてもまだ解消すべき次のような課題があった。
【0016】
すなわち、例えば、図13に示すように、描画命令群10が複数の描画命令12と前後に配設された命令開始11と命令終了13とからなり、かつ、描画命令群10が一定長Lを有し、隣接する描画命令群10と明確に区切られており、簡単に区別できる場合であっても、上述したデータ列の最長比較を行うため、類似命令群や、命令数の異なる命令群の比較にも処理時間がかかってしまう問題があった。
【0017】
具体的には、同一描画命令群10をデータ列に符号化した場合に、データ長が必ず一定Lとなるという特長を生かすことが出来ず、長さの比較のみで相違と判定してもよい描画命令群10に対しても最長比較を行ってしまうため、描画命令群10の一致、不一致の判定に長時間を有し、描画命令群10の送受信処理効率が大幅に低下する懸念がある。
【0018】
本発明はこのような事情に鑑みてなされたものであり、描画命令群の既にパターンIDが付され登録されている描画命令群とをデータ列の形で比較することによって、描画命令群の比較に要する処理時間を短縮化し、また、割付けたパターンIDのネットワーク越しの通知を必ずしも必要とせず、さらに、描画命令群が一定の単位で既に区切られているメリットを生かして比較時間を短縮化でき、結果として、一方の計算機から他方の計算機に対する描画の遠隔操作における操作性を大幅に向上できる描画分散システムを提供することを目的とする。
【0019】
【課題を解決するための手段】
本発明は、複数の描画命令からなる描画命令群を命令中継ライブラリで通信用データに組込んで送出する命令委託元装置と、この命令委託元装置に対してネットワークを介して接続され、命令委託元装置から受信した通信用データを命令処理モジュールで元の描画命令群に復元して描画を実行する命令委託先装置とを備えた描画分散システムに適用される。
【0020】
そして、上記課題を解消するために、本発明の描画分散システムにおいては、命令委託元装置の命令中継ライブラリに対して、描画命令群を一定データ長を有した符号化データに符号化する符号化部と、各符号化データをパターンIDを付して記憶する送信パターン管理部と、符号化部から出力された符号化データが前記送信パターン管理部に記憶されているとき、この出力された符号化データに代えて対応するパターンIDを通信用データに組込むとともに、符号化部から出力された符号化データが送信パターン管理部に記憶されていないとき、この符号化データをパターンIDを付して送信パターン管理部に新規登録するとともにこの符号化データをパターンID不使用情報を付して通信用データに組込む送信パターン解析登録部とを付加している。
【0021】
また、命令委託先装置の命令処理モジュールに対して、各符号化データをパターンIDを付して記憶する受信パターン管理部と、命令委託元装置から受信した通信用データがパターンIDであれば、受信パターン管理部より該当パターンIDに対応する符号化データを取出すとともに、受信した通信用データにパターンID不使用情報が含まれるとき、通信用データに含まれる符号化データを取出すとともにこの取出した符号化データをパターンIDを付して受信パターン管理部に新規登録する受信パターン解析登録部と、この受信パターン解析登録部で取出された符号化データを元の描画命令群へ復号する復号化部とを付加している。
【0022】
このように構成された描画分散システムにおいては、送信パターン管理部及び受信パターン管理部内には、描画命令群そのものではなくて、この描画命令群を一定データ長を有した符号化データに符号化された状態でパターンIDと共に記憶されている。このように、一定データ長を有した符号化データの状態で比較しるので、一致、不一致の判定を短時間で実施できる。
【0023】
当然、送信パターン管理部及び受信パターン管理部内に既に登録されている符号化データに対しては対応するパターンIDのみを送信すればよいので、命令委託元装置から命令委託先装置へネットワークを介して送信される通信用データの通信量を低減できる。
【0024】
よって、一方の計算機(命令委託元装置)から他方の計算機(命令委託先装置)に対する描画の遠隔操作における操作性を大幅に向上できる。
【0026】
さらに、送信パターン管理部及び受信パターン管理部に符号化データが登録されていない新規の描画命令群が入力すると、この新規の描画命令群に対する符号化データがパターンIDを付されて送信パターン管理部及び受信パターン管理部に新規登録される。よって、次回から符号化データを送信する必要はない。
【0027】
なお、パターンIDは両方のパターン管理部で初期値を同一値にすることによって、同一の符号化データに対して同一のパターンIDが順番に付されていく。
【0028】
また、別の発明は、上述した発明の描画分散システムにおける命令委託元装置の送信パターン解析登録部は、符号化部から出力された符号化データに類似する符号化データが送信パターン管理部に記憶されているとき、この類似する符号化データのパターンIDと、符号化部から出力された符号化データと前記類似する符号化データとの差分データと、パターンID類似情報とを通信用データに組込む。また、命令委託先装置の受信パターン解析登録部は、受信した通信用データにパターンID類似情報が含まれるとき、受信パターン管理部より通信用データに含まれるパターンIDに対応する符号化データと通信用データに含まれる差分データとを用いて元の符号化データを再生する。
【0029】
このように構成された描画分散システムにおいては、送信パターン管理部に記憶され符号化データに類似する符号化データが入力された場合、入力された符号かデータと類似する符号化データとの差分データを命令委託先装置へ送信するのみでよい。したがって、命令委託元装置と命令委託先装置との間のデータの通信量をさらに減少できる。
【0030】
さらに、別の発明は、描画分散システムにおいて、命令中継ライブラリは、描画命令群を一定データ長を有した符号化データに符号化する符号化部と、各符号化データをパターンIDを付して記憶する送信パターン管理部と、前記符号化部から出力された符号化データが前記送信パターン管理部に記憶されているとき、この出力された符号化データに代えて対応するパターンIDを通信用データに組込む送信パターン解析登録部とを有している。
また、命令処理モジュールは、各符号化データをパターンIDを付して記憶する受信パターン管理部と、命令委託元装置から受信した通信用データがパターンIDであれば、前記受信パターン管理部より該当パターンIDに対応する符号化データを取出す受信パターン解析登録部と、この受信パターン解析登録部で取出された符号化データを元の描画命令群へ復号する復号化部とを有している。
さらに、命令委託元装置は、入力された命令を複数の描画命令からなる描画命令群に変換して命令中継ライブラリへ送出するとともに、入力された命令が予め定められた所定種類の命令のとき、この命令をこの命令に対応して登録された上位パターンIDに置き換えて通信用データに組込む上位ライブラリを有している。
また、命令委託先装置は、受信した通信用データに上位パターンIDが含まれると、この上位パターンIDをこの上位パターンIDに対応する命令に置き換える上位ライブラリを有する。
【0031】
このように構成された描画分散システムにおいては、入力された命令が複数の描画命令からなる描画命令群に変換される前に、代表的な命令に対して、上位パターンIDを登録可能としているので、命令委託元装置及び命令委託先装置の処理負担が軽減される。
【0035】
【発明の実施の形態】
以下、本発明の各実施形態を図面を用いて説明する。
(第1実施形態)
図1は本発明の第1実施形態に係る命令委託先装置が組込まれた描画分散システムの概略構成を示すブロック図である。図14に示す従来の描画分散システムと同一部分には同一符号を付して重複する部分の詳細説明を省略する。
【0036】
この第1実施形態に係る描画分散システムにおけるアプリケーション実行マシンとしての命令委託元装置100aと表示マシンとしての命令委託先装置107aとはネットワークの伝送路1で接続されている。
【0037】
命令委託元装置100a内には、操作部101、プログラム上に構成された、アプリケーション102、GUI上位ライブラリ103、GUI命令中継ライブラリ104aが設けられている。一方、命令委託先装置107a内には、プログラム上に構成された、GUI命令処理モジュール108a、命令実行部111、GUI上位ライブラリ112、GUI下位ライブラリ113、GUI14が設けられている。
【0038】
図2は、命令委託元装置100a内に設けられたGUI命令中継ライブラリ104a、及び命令委託先装置107a内に設けられたGUI命令処理モジュール108aの詳細構成を示すブロック図である。
【0039】
GUI命令中継ライブラリ104a内には、符号化部201、送信パターン解析登録部202、送信パターン管理部203、圧縮部204、通信部としての通信オブジェクト105が組込まれている。一方、GUI命令処理モジュール108a内には、通信部としての通信オブジェクト109、解凍部205、受信パターン解析登録部206、受信パターン管理部207、復号化部208が組込まれている。
【0040】
次に、各部の構成を順番に説明していく。
図1において、アプリケーション実行マシンからなる命令委託元装置100aにて、操作者(オペレータ)が操作部101を介してアプリケーション(業務プログラム)102を操作すると、このアプリケーション102から一つの命令がGUI上位ライブラリ103へ送出される。GUI上位ライブラリ103は、この入力された一つの命令から、例えば「左上の座標が(0,0)、右下の座標が(10,10)である長方形を描く」、「座標(30,30)に“ボタン1”という文字列を描く」といった、図13に示した複数の描画命令12からなる描画命令群10を作成して、次のGUI命令中継ライブラリ104aへ送出する。
【0041】
図2に示すGUI命令中継ライブラリ104aの符号化部201は、GUI上位ライブラリ103から入力された複数の描画命令12からなる描画命令群10を、一定データ長を有した符号化データに変換する。
【0042】
送信パターン管理部203内には、各描画命令群10の符号化データがパターンIDが付された状態で記憶されている。具体的には、1、2、3、4、…の順番に増加する番号からなる各パターンIDに対して各符号化データが登録されている。この送信パターン管理部203内には、起動時には、符号化データは登録されていなくて、新規の各符号化データが発生する毎に、新規のパターンIDが付されて登録されていく。すなわち、パターンIDは符号化データの登録順番を示す番号である。
【0043】
送信パターン解析登録部202は、符号化部201から出力された描画命令群10の符号化データが送信パターン管理部203に既に記憶されているとき、図3(b)に示すように、この符号化部201から出力された符号化データに代えて、送信パターン管理部203から読出した対応するパターンID、及びパターンID使用情報(フラグ=true)を通信用データに組込んで符号化部201を介して圧縮部204へ送出する。
【0044】
さらに、この送信パターン解析登録部202は、符号化部201から出力された描画命令群10の符号化データが送信パターン管理部203に記憶されていないとき、この符号化データを、最後のパターンIDの次の番号のパターンIDを付して送信パターン管理部203に新規登録する。さらに、図3(a)に示すように、この符号化データにパターンID不使用情報(フラグ=false)を付して通信用データに組込んで符号化部201を介して圧縮部204へ送出する。
【0045】
圧縮部204は、符号化部201を介して送信パターン解析登録部202から入力された通信用データを前述したZIP等の汎用のデータ圧縮法を用いてデータ圧縮して、通信用オブジェクト105へ送出す。通信用オブジェクト105は、圧縮部204から入力されたデータ圧縮状態の通信用データをネットワークの伝送路1を介して、命令委託先装置107aへ送信する。
【0046】
命令委託先装置107aのGUI命令処理モジュール108aの通信用オブジェクト109は、ネットワークの伝送路1を介して、データ圧縮状態の通信用データを受信すると、この通信用データを解凍部205へ送出する。解凍部205は。通信用データのデータ圧縮状態を解除して、通常の通信用データとして復号化部208を介して受信パターン解析管理部206へ送出する。
【0047】
受信パターン管理部207は、命令委託元装置100aの送信パターン管理部203と同一構成であり、各描画命令群10の符号化データがパターンIDが付された状態で記憶されている。そして、起動時には、符号化データは登録されていなくて、新規の各符号化データが発生する毎に、送信パターン管理部203と同期して、新規のパターンIDが付されて登録されていく。すなわち、パターンIDは符号化データの登録順番を示す番号である。
【0048】
したがって、この受信パターン管理部207に記憶された各符号化データとパターンIDとの組合せは、送信パターン管理部203に記憶された各符号化データとパターンIDとの組合せに一致している。
【0049】
そして、受信パターン解析登録部206は、解凍部205から入力されたデータ圧縮が解除された状態の通信用データが、図3(b)に示すように、パターンID使用情報(フラグ=true)とパターンIDであれば、受信パターン管理部207より該当パターンIDに対応する符号化データを取出して復号化部208へ送出する。
【0050】
さらに、受信パターン解析登録部206は、解凍部205から入力されたデータ圧縮が解除された状態の通信用データが、図3(a)に示すように、パターンID不使用情報(フラグ=false)と符号化データの場合、この通信用データに含まれる符号化データを取出して、復号化部208へ送出する。さらに、この取出した符号化データを、最後のパターンIDの次の番号のパターンIDを付して受信パターン管理部207に新規登録する。したがって、当該符号化データは、送信パターン管理部203と受信パターン管理部207とに対してそれぞれ同一のパターンIDが付されて登録されたことになる。
【0051】
復号化部208は、この受信パターン解析登録部206から入力された一定データ長を有する符号化データを、複数の描画命令12からなる描画命令群10に復号して、次の命令実行部111へ送出する。
【0052】
命令実行部111は、描画命令群10を構成する各描画命令12を、GUI上位ライブラリ112及びGUI下位ライブラリ113に対して順に発行する。そして、最終的に、GUI下位ライブラリ113の指示に基づいてGUI114に目的とする文字や図形を描画する。
【0053】
このように構成された第1実施形態の描画分散システムにおいて、図12(a)(b)で説明した表示画面6に、多数のボタン8を有したウインドウ7を画面一杯に表示し、さらにこのウインドウ7をアイコン9化する操作を繰返す場合を例にして、アプリケーション実行マシンとしての命令委託元装置100aの全体動作を図4、図5の流れ図を用いて説明する。
【0054】
まず、例えば、操作者(オペレータ)が操作部101を操作して、ウインドウ7を、アイコン9化し、再度、このウインドウ7を表示画面一杯に最大化すると(S1)、アプリケーション102及びGUI上位ライブラリ103により、ウインドウ再表示処理が開始される(S2)。
【0055】
これにより複数の描画命令12からなる描画命令群10が発生し、GUI命令中継ライブラリ104aに渡される。GUI命令中継ライブラリ104a内では、符号化部201にて圧縮前データ(通信用データ)の初期化が行われ(S3)、圧縮前データ(通信用データ)の組立てが開始される(S4)。
【0056】
符号化部201は、送信パターン解析登録部202と連動して、以下の圧縮前データ(通信用データ)の組立てを行う。すなわち、圧縮前データ(通信用データ)の組立ては、個々の描画命令(文字列を描く等)12の集まりである描画命令群10(ボタン描画=文字列と枠を描く命令群等)を、一定時間分集め、符号化し追記することで行う。
【0057】
描画命令群10の符号データ化にあたっては、まず、描画命令群10の符号化データの初期化を行い(S5)、描画命令群10の符号化を実行する(S6〜S9)。具体的には、描画命令群10内の各描画命令12を1つ1つ符号化し、描画命令群10の符号化データに順番に追記して行く(S7)。そして、描画命令群10の終りに達した時点で(S8)、作成された描画命令群10の符号化データで、送信パターン管理部203内を検索する(S10)。
【0058】
送信パターン管理部203内に、同一パターンの符号化データが検出された場合には(S11)、この送信パターン管理部203から、前記描画命令群10の符号化データに対応するパターンIDを取出し(S12)、図3(b)に示すように、圧縮前データ(送信用データ)に、パターンID使用情報を示すフラグ(=true)及びパターンIDを追記する(S13)。
【0059】
S11にて、送信パターン管理部203内に、同一パターンの符号化データが検出されなかった場合には、描画命令群20の符号化データに新規のパターンIDを割りつけ、送信パターン管理部203に登録する(S14)。さらに、図3(a)に示すように、圧縮前データ(通信用データ)に、パターンID不使用情報を示すフラグ(=false)及び入力した描画命令群20の符号化データを追記する(S15)。
【0060】
この処理が一定時間行われた時点で(S16、S17)、圧縮部204が、作成された圧縮前データ(通信用データ)をデータ圧縮して(S18)、通信オブジェクト105に送る。通信オブジェクト105は、データ圧縮された通信用データを通信表示マシンとしての命令委託先装置107aに伝送路1を介して送信する。
【0061】
次に、表示マシンとしての命令委託先装置107aの全体動作を図6の流れ図を用いて説明する。
【0062】
まず、GUI命令処理モジュール108a内の通信オブジェクト109が伝送路1を介して命令委託先装置100aからデータ圧縮状態の通信用データを受信すると(Q1)、解凍部205がこの通信用データのデータ圧縮状態の解凍(解除)を行い、解凍後の通信用データ(圧縮前データ(通信用データ)と同一)を抽出する(Q2)。
【0063】
その後、復号化部208が受信パターン解析登録部206と連動して解凍後データ(通信用データ)を解析し、復号化して逐次描画命令を命令実行部111に発行する。
【0064】
具体的には、受信パターン解析登録部206の処理としては、まず、解凍後データ(通信用データ)を順次解析し、この通信用データに組込まれているフラグの設定状態を調べる(Q5)。そして、パターンID使用情報を示す「true」であれば、直後のデータであるパターンIDを取出し、受信パターン管理部207より該当パターンIDに対応する描画命令群20の符号化データを取得して、復号化部208へ送出する(Q6)。
【0065】
また、Q5において、通信用データに組込まれているフラグがパターンID不使用情報を示す「false」であれば、直後のデータである描画命令群20の符号化データを取出す。そして、この符号化データを新規のパターンIDを付して受信パターン管理部207に新規登録する(Q7)。さらに、この通信用データから取出した描画命令群20の符号化データを復号化部208へ送出する。
【0066】
復号化部208は、受信パターン解析登録部206から入力された描画命令群20の符号化データを元の複数の描画命令12からなる描画命令群20の形に復号化する(Q8)。そして、復号化部208は、この復号化した描画命令群20を命令実行部111へ送出する。
【0067】
命令実行部111は、Q9〜Q14において、描画命令群20に含まれる各描画命令を順次、GUI上位ライブラリ112、及びGUI下位ライブラリ113に発行し、GUI114に対して実際の描画(本実施例ではボタンの描画)を指示する。そして、一つの描画命令群20に含まれる全ての描画命令に対する描画処理が終了すると(Q11)、次の描画命令群20に含まれる描画命令に対する描画処理を開始し、解凍後データ(送信用データ)に含まれる全ての描画命令群20に対する描画処理が終了すると、この命令委託先装置107aの処理を終了する。
【0068】
このように構成された第1実施形態の描画分散システムにおいては、送信パターン管理部203及び受信パターン管理部207内には、描画命令群20そのものではなくて、符号化部201でこの描画命令群20を一定データ長を有した符号化データに符号化し、この符号化された状態でパターンIDと共に記憶されている。このように、一定データ長を有した符号化データの状態で比較するので、送信パターン解析登録部202及び受信パターン解析登録部206において、符号化データの一致、不一致の判定を短時間で実施できる。
【0069】
送信パターン管理部203及び受信パターン管理部207内に既に登録されている符号化データに対しては対応するパターンIDのみを送信すればよいので、命令委託元装置100aから命令委託先装置107aへネットワークの伝送路1を介して送信される通信用データの通信量を低減できる。よって、一方の計算機(命令委託元装置100a)から他方の計算機(命令委託先装置107a)に対する描画の遠隔操作における操作性を大幅に向上できる。
【0070】
また、送信パターン管理部203及び受信パターン管理部207に符号化データが登録されていない新規の描画命令群20の符号化データが入力すると、この新規の描画命令群20に対する符号化データがパターンIDが付されて送信パターン管理部203及び受信パターン管理部207に新規登録される。よって、次回から同一符号化データを送信する必要はない。
【0071】
なお、登録するパターンIDと符号化データとの組合せを、その都度、ネットワークの伝送路1を介して受信パターン管理部207へ送信する必要ないので、命令委託元装置100aと命令委託先装置107aとの間のデータの通信量をさらに減少できる。
【0072】
(第2実施形態)
次に、本発明の第2実施形態に係わる描画分散システムを説明する。この第2実施形態の描画分散システムが上述した第1実施形態の描画分散システムと最も異なる部分は、送信パターン解析登録部202と受信パターン解析登録部206とである。
【0073】
図8はこの第2実施形態の描画分散システムの命令委託元装置100aの全体処理動作の要部を示す流れ図であり、図9は同じく第2実施形態の描画分散システムの命令委託先装置107aの全体処理動作を示す流れ図である。さらに、図7は同じく第2実施形態の描画分散システムで採用される描画命令群20(通信用データ)のデータフォーマット図である。
【0074】
すなわち、第1実施形態の送信パターン解析登録部202においては、符号化部201で符号化された描画命令群20の符号化データを、送信パターン管理部203に既に記憶されているパターンID使用状態の符号化データであるか、送信パターン管理部203に未だ記憶されていないパターンID不使用状態の符号化データであるかの合計2種類に分類した。
【0075】
しかし、この第2実施形態の送信パターン解析登録部202においては、符号化部201で符号化された描画命令群20の符号化データを、上記2種類の他に、送信パターン管理部203に類似する符号化データが記憶されている類似状態の符号化データとの3種類に分離する。
【0076】
この場合、符号化部201で符号化された描画命令群20の符号化データが、送信パターン管理部203に記憶されている符号化データに対して、相違ビット数が10%未満の場合を、類似した符号化データと設定している。また、相違ビット数が10%以上の場合を、符号化された描画命令群20の符号化データが送信パターン管理部203に記憶されていない符号化データであると判定している。
【0077】
そして、送信パターン解析登録部202は、図8の流れ図におけるS11a、S12a、S13a、及び、図7(d)のデータフォーマット図に示すように、符号化部201から出力された描画命令群10の符号化データに類似する符号化データが送信パターン管理部203に記憶されているとき、この類似する符号化データのパターンIDと、符号化部201から出力された符号化データと類似する符号化データとの差分データと、パターンID類似情報(フラグ=simil)とを通信用データに組込んで符号化部201を介して圧縮部204へ送出する。
【0078】
また、この第2実施形態の受信パターン解析登録部206においては、解凍部205でデータ圧縮状態が解除された通信用データを、上記2種類の他に、受信パターン管理部207に類似する符号化データが記憶されている類似状態の符号化データとの3種類に分離する。
【0079】
そして、受信パターン解析登録部206は、図9の流れ図におけるQ5a、Q6a、及び、図7(d)のデータフォーマット図に示すように、解凍部205でデータ圧縮状態が解除された通信用データに、パターンID類似情報(フラグ=simil)が含まれているとき、このパターンID類似情報(フラグ=simil)の次のパターンIDを読取り、この読取ったパターンIDに対応する類似の符号化データを受信パターン管理部207から読取る。さらに、通信用データにおけるパターンIDの次の差分データを読取る。そして、この類似の符号化データと差分データとを用いて元の正しい符号化データを再生する。受信パターン解析登録部206は、再生した元の正しい符号化データを復号化部208へ送出する。
【0080】
このように構成された第2実施形態の描画分散システムにおいては、符号化部201で符号化された描画命令群20の符号化データを、送信パターン管理部203に記憶された符号化データに対して、一致、不一致の他に類似の合計3種類に群類している。そして、類似と判定された符号化データはパターンIDと差分データのみを送信している。
【0081】
したがって、命令委託元装置100aと命令委託先装置107aとの間のデータの通信量をさらに減少できる。さらに、送信パターン管理部203と受信パターン管理部207の必要記憶容量を節減できる。
【0082】
(第3実施形態)
図10は、本発明の第3実施形態に係わる描画分散システムにおけるアプリケーション実行マシンとしての命令委託元装置100bの概略構成を示すブロック図である。図1に示す第1実施形態の命令委託元装置100aと同一部分には同一符号が付してあり、重複する部分の詳細説明を周略する。
【0083】
この第3実施形態の命令委託元装置100bにおけるGUI上位ライブラリ103a内には、描画命令発生部301、パターン解析登録部302、パターン管理部303が組込まれている。
【0084】
パターン解析登録部302は、アプリケーション102から入力された命令が、パターン管理部303に定められた所定種類の命令のとき、この命令をこの命令に対応してパターン管理部303に登録された上位パターンIDに置換えて命令中継ライブラリ104aへ送出する。
【0085】
また、描画命令発生部301は、アプリケーション102から入力された命令のうち、パターン解析登録部302で上位パターンIDに置換えられなかった命令を複数の描画命令12からなる描画命令群10に変換して命令中継ライブラリ104aへ送出する。
【0086】
命令中継ライブラリ104aは、入力された上位パターンIDをそのまま通信用データに組込むと共に、入力された描画命令群10に対して第1実施形態と同一処理を実施して通信用データに組込む。
【0087】
上位パターンIDが組込まれた通信用データを伝送路1を介して受信した表示マシンとしての命令委託先装置107bのGUI上位ライブラリ112は、この受信した通信用データに上位パターンIDが含まれると、この上位パターンIDをこの上位パターンIDに対応する命令に置換える。
【0088】
このように構成された第3実施形態の描画分散システムにおいては、入力された命令が複数の描画命令からなる描画命令群に変換される前に、代表的な命令に対して、上位パターンIDを登録可能としているので、命令委託元装置100b及び命令委託先装置107bの処理負担が軽減される。
【0089】
【発明の効果】
以上説明したように、本発明の描画分散システムにおいては、描画命令群の既にパターンIDが付され登録されている描画命令群とをデータ列の形で比較している。したがって、描画命令群の比較に要する処理時間を短縮化し、また、パターンIDとこのパターンIDに割付けられた符号化データとの組合せをネットワーク越しに必ずしも通知する必要なく、さらに、描画命令群が一定の単位で既に区切られているメリットを生かして比較時間を短縮化でき、結果として、一方の計算機から他方の計算機に対する描画の遠隔操作における操作性を大幅に向上できる。
【図面の簡単な説明】
【図1】本発明の第1実施形態に係わる描画分散システムの概略構成を示すブロック構成図
【図2】同第1実施形態の描画分散システムに組込まれたGUI中継ライブラリ及びGUI命令処理ライブラリの詳細ブロック図
【図3】同第1実施形態の描画分散システムで採用されるる描画命令群(通信用データ)のデータフォーマット図
【図4】同第1実施形態の描画分散システムに組込まれた命令委託元装置の全体処理動作を示す流れ図
【図5】同じく第1実施形態の描画分散システムに組込まれた命令委託元装置の全体処理動作を示す流れ図
【図6】同第1実施形態の描画分散システムに組込まれた命令委託先装置の全体処理動作を示す流れ図
【図7】本発明の第2実施形態に係わる描画分散システムで採用されるる描画命令群(通信用データ)のデータフォーマット図
【図8】同第2実施形態の描画分散システムに組込まれた命令委託元装置の全体処理動作の要部を示す流れ図
【図9】同第2実施形態の描画分散システムに組込まれた命令委託先装置の全体処理動作を示す流れ図
【図10】本発明の第3実施形態に係わる描画分散システムの概略構成を示すブロック構成図
【図11】遠隔操作が適用される描画分散システムの模式図
【図12】表示画面に表示されたウインドウの表示状態の変化を示す図
【図13】複数の描画命令からなる亜描画命令群を示すフォーマット図
【図14】従来の描画分散システムの概略構成を示すブロック構成図
【符号の説明】
1…伝送路
10…描画命令群
12…描画命令
100a、100b…命令委託元装置
101…操作部
102…アプリケーション
103、103a、112…GUI上位ライブラリ
104a…GUI命令中継ライブラリ
105,109…通信用オブジェクト
107a、107b…命令委託先装置
108a…GUI命令処理モジュール
111…命令実行部
114…GUI
201…符号化部
202…送信パターン解析登録部
203…パターン管理部
204…圧縮部
205…解凍部
206…受信パターン解析登録部
207…受信パターン管理部
208…復号化部
301…描画命令発生部
302…パターン解析登録部
303…パターン管理部
[0001]
BACKGROUND OF THE INVENTION
  The present invention relates to a drawing distribution system in which a drawing command is transmitted from one computer connected to a network to another computer via the network and is drawn by the computer.About.
[0002]
[Prior art]
As shown in FIG. 11, in a plurality of computers 2 and 3 connected to a network transmission line 1 such as a LAN, a drawing command input via the operation unit 4 of one computer 2 is transmitted to the network transmission line. A drawing distribution system which is transmitted to the other computer 3 through 1 and is drawn on a GUI (graphical user interface) 5 of the computer 3 has been put into practical use.
[0003]
In such a drawing distribution system, the amount of communication in drawing commands transmitted from the computer 2 to the computer 3 via the transmission path 1 is reduced so that the operational feeling does not deteriorate even when the network communication speed is low. Yes. Here, as a data compression means for reducing the communication amount, a general-purpose data compression means (such as ZIP) is generally used.
[0004]
FIG. 14 is a specific configuration diagram of the drawing distribution system. An instruction delegation source device 100 incorporated in one computer 2 and an instruction delegation destination device 107 incorporated in the other computer 3 are connected to each other via a network transmission path 1.
[0005]
In such a distributed drawing system, when an operator (operator) operates the application (business program) 102 via the operation unit 101 in the command delegation source apparatus 100 including an application execution machine, the application 102 and the GUI upper library 103, for example, “draw a rectangle whose upper left coordinates are (0, 0) and lower right coordinates are (10, 10)”, “draw a character string“ button 1 ”at coordinates (30, 30)”. A plurality of drawing commands are generated and sent to the GUI command relay library 104.
[0006]
In the GUI command relay library 104, the drawing command group encoding processing unit 106 summarizes each drawing command when the number of drawing commands input from the GUI upper library 103 exceeds a certain number or at a certain time unit. The data is converted into a data string, compressed, and sent from the communication object 105 to the transmission line 1 of the network.
[0007]
In the command consignment destination device 107 formed of a display machine, the data string in the compressed state of each drawing command input from the command consignment source device 100 via the transmission path 1 is received by the communication object 109 in the GUI command processing module 108. Is done. Thereafter, the received compressed data string is decompressed by the drawing command group decoding processing unit 110, and the command is executed after the data string is restored to the form of each drawing command. Transferred to the unit 111.
[0008]
In the command execution unit 111, each drawing command is issued to the GUI upper library 112 and the GUI lower library 113 in order based on each drawing command. Then, the target character or figure is drawn on the GUI 114 based on an instruction from the GUI lower library 113 in a sampling manner.
[0009]
Here, encoding indicates that information is converted into a code (data string) based on a certain rule, and decoding indicates the opposite.
[0010]
However, in the drawing distribution system shown in FIG. 14 described above, for example, as shown in FIG. 12A, the window 7 having about 20 buttons 8 arranged on the display screen 6 is displayed. As shown in FIG. 12B, the window 7 is converted into an icon 9 and moved to one corner of the display screen 6. Further, the window 7 with the icon 9 is frequently displayed again on the entire display screen 6 as shown in FIG.
[0011]
In such a case, 20 drawing command groups including a drawing command group for the button 8, for example, a drawing command for drawing a frame (rectangle) of the button 8 and a drawing command for drawing the label (character string) of the button 8 are used for communication. Data on the transmission path 1 is transferred. Further, if the operation of converting the window 7 into an icon 9 and then returning to the window 7 state is performed again, 20 more similar drawing command groups will be transferred on the transmission line 1.
[0012]
That is, if the amount of communication when this redundant drawing command group is generated is reduced, the operational feeling of the operator (operator) can be further improved.
[0013]
As a countermeasure against the removal of redundancy, Japanese Patent Publication No. 5-68893 “Digital Signal Stream Compression Method and Compressor” includes a case where the same data string is included multiple times in a long data stream. The longest comparison is performed to allocate an ID to the data string, share the data string and the ID between two computers that transmit and receive data, and transmit and receive a short ID instead of the data string. The amount is reduced.
[0014]
Here, the longest comparison indicates the longest data string that is continuously the same. For example, when there is a data string “ABCXYABCCDZX...”, “AB” and “ABC” can be considered as candidates for the same data string, but the data string selected by the longest comparison is “ABC”. .
[0015]
[Problems to be solved by the invention]
However, there has been the following problem that should be solved even in a system that reduces the amount of communication transmitted and received between computers by comparing the longest data strings.
[0016]
That is, for example, as shown in FIG. 13, the drawing command group 10 includes a plurality of drawing commands 12, command start 11 and command end 13 arranged before and after, and the drawing command group 10 has a certain length L. Even if it is clearly delimited from the adjacent drawing command group 10 and can be easily distinguished, the longest comparison of the above-described data sequence is performed. The comparison also has a problem that processing time is required.
[0017]
Specifically, when the same drawing command group 10 is encoded into a data string, it is not possible to take advantage of the fact that the data length is always constant L, and it may be determined that the difference is only by comparing the lengths. Since the longest comparison is performed for the drawing command group 10 as well, there is a concern that it may take a long time to determine whether the drawing command group 10 matches or does not match, and the transmission / reception processing efficiency of the drawing command group 10 is greatly reduced.
[0018]
  The present invention has been made in view of such circumstances, and by comparing the drawing command group of the drawing command group already registered with the pattern ID in the form of a data string, the drawing command group is compared. The processing time required for processing is shortened, the notification of the assigned pattern ID over the network is not necessarily required, and further, the comparison time can be shortened by taking advantage of the fact that the drawing commands are already divided in a certain unit. As a result, a drawing distribution system that can greatly improve the operability in remote control of drawing from one computer to the otherI will provide aFor the purpose.
[0019]
[Means for Solving the Problems]
The present invention relates to a command delegation source device that incorporates a drawing command group consisting of a plurality of drawing commands into communication data using an instruction relay library and sends the command data to a command delegation source device via a network. The present invention is applied to a drawing distribution system including an instruction delegation destination apparatus that restores communication data received from an original apparatus to an original drawing instruction group by an instruction processing module and executes drawing.
[0020]
  In order to solve the above-described problem, in the drawing distribution system of the present invention, the instruction relaying library of the instruction delegation source apparatus encodes a drawing instruction group into encoded data having a fixed data length. Unit, a transmission pattern management unit that stores each encoded data with a pattern ID stored therein, and the encoded data output from the encoding unit is stored in the transmission pattern management unit. The corresponding pattern ID is incorporated in the communication data instead of the data.In addition, when the encoded data output from the encoding unit is not stored in the transmission pattern management unit, the encoded data is newly registered in the transmission pattern management unit with a pattern ID, and the encoded data is Incorporate ID non-use information into communication dataA transmission pattern analysis registration unit is added.
[0021]
  In addition, for the instruction processing module of the instruction consignment destination device, a reception pattern management unit that stores each encoded data with a pattern ID stored therein, and if the communication data received from the instruction consignment source device is a pattern ID, Extract encoded data corresponding to the corresponding pattern ID from the reception pattern management unitAt the same time, when the received communication data includes pattern ID non-use information, the encoded data included in the communication data is extracted and the extracted encoded data is newly registered in the received pattern management unit with a pattern ID. DoA reception pattern analysis registration unit and a decoding unit that decodes the encoded data extracted by the reception pattern analysis registration unit into the original drawing command group are added.
[0022]
In the distributed drawing system configured as described above, the drawing command group is not encoded in the transmission pattern management unit and the reception pattern management unit, but is encoded into encoded data having a fixed data length. Stored together with the pattern ID. As described above, since the comparison is performed in the state of the encoded data having a certain data length, it is possible to perform the determination of matching or mismatching in a short time.
[0023]
Of course, only the corresponding pattern ID needs to be transmitted to the encoded data already registered in the transmission pattern management unit and the reception pattern management unit, so that the command delegation source device to the command delegation destination device via the network The amount of communication data to be transmitted can be reduced.
[0024]
Therefore, the operability in the remote operation of drawing from one computer (command entrusting source device) to the other computer (command entrusting destination device) can be greatly improved.
[0026]
  further,When a new drawing command group in which encoded data is not registered is input to the transmission pattern management unit and the reception pattern management unit, the encoded data for the new drawing command group is given a pattern ID and the transmission pattern management unit and the reception It is newly registered in the pattern management unit. Therefore, it is not necessary to transmit encoded data from the next time.
[0027]
Note that the same pattern ID is sequentially assigned to the same encoded data by setting the initial value to the same value in both pattern management units.
[0028]
In another aspect of the invention, the transmission pattern analysis registration unit of the command delegation source apparatus in the drawing distribution system according to the invention described above stores encoded data similar to the encoded data output from the encoding unit in the transmission pattern management unit. In this case, the pattern ID of the similar encoded data, the difference data between the encoded data output from the encoding unit and the similar encoded data, and the pattern ID similar information are incorporated into the communication data. . In addition, when the received communication data includes pattern ID similarity information, the reception pattern analysis registration unit of the command entrustee device communicates with the encoded data corresponding to the pattern ID included in the communication data from the reception pattern management unit. The original encoded data is reproduced using the difference data included in the data for use.
[0029]
In the drawing distribution system configured as described above, when encoded data similar to the encoded data stored in the transmission pattern management unit is input, difference data between the input code or the encoded data similar to the input data Need only be transmitted to the command entrusting device. Accordingly, it is possible to further reduce the amount of data communication between the instruction consignment source device and the instruction consignment destination device.
[0030]
Furthermore, another invention relates to a drawing distribution system,The command relay library includes an encoding unit that encodes a drawing command group into encoded data having a fixed data length, a transmission pattern management unit that stores each encoded data with a pattern ID, and the encoding unit. A transmission pattern analysis registration unit that incorporates a corresponding pattern ID into the communication data instead of the output encoded data when the encoded data output from is stored in the transmission pattern management unit Yes.
  In addition, the command processing module includes a reception pattern management unit that stores each encoded data with a pattern ID, and the reception pattern management unit if the communication data received from the command delegation source device is a pattern ID. A reception pattern analysis / registration unit that extracts encoded data corresponding to the pattern ID; and a decoding unit that decodes the encoded data extracted by the reception pattern analysis / registration unit into an original drawing command group.
  Further, the instruction delegation source device converts the input instruction into a drawing instruction group consisting of a plurality of drawing instructions and sends it to the instruction relay library, and when the input instruction is a predetermined type of instruction, It has a higher-level library that replaces this command with a higher-level pattern ID registered corresponding to this command and incorporates it into communication data.
Further, the instruction entrusting device includes a higher library that replaces the higher pattern ID with an instruction corresponding to the higher pattern ID when the received communication data includes the higher pattern ID.
[0031]
In the drawing distribution system configured as described above, the upper pattern ID can be registered for a representative command before the input command is converted into a drawing command group including a plurality of drawing commands. The processing burden on the instruction consignment source device and the instruction consignment destination device is reduced.
[0035]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
(First embodiment)
FIG. 1 is a block diagram showing a schematic configuration of a drawing distribution system in which an instruction delegating apparatus according to a first embodiment of the present invention is incorporated. The same parts as those in the conventional drawing distribution system shown in FIG. 14 are denoted by the same reference numerals, and detailed description of the overlapping parts is omitted.
[0036]
In the drawing distribution system according to the first embodiment, an instruction delegation source device 100a as an application execution machine and an instruction delegation destination device 107a as a display machine are connected by a transmission line 1 of a network.
[0037]
In the instruction delegation source apparatus 100a, an operation unit 101, an application 102, a GUI upper library 103, and a GUI instruction relay library 104a configured on a program are provided. On the other hand, in the instruction entrustee apparatus 107a, a GUI instruction processing module 108a, an instruction execution unit 111, a GUI upper library 112, a GUI lower library 113, and a GUI 14 configured on a program are provided.
[0038]
FIG. 2 is a block diagram showing a detailed configuration of the GUI instruction relay library 104a provided in the instruction delegation source apparatus 100a and the GUI instruction processing module 108a provided in the instruction delegation destination apparatus 107a.
[0039]
In the GUI command relay library 104a, an encoding unit 201, a transmission pattern analysis registration unit 202, a transmission pattern management unit 203, a compression unit 204, and a communication object 105 as a communication unit are incorporated. On the other hand, a communication object 109 as a communication unit, a decompression unit 205, a reception pattern analysis registration unit 206, a reception pattern management unit 207, and a decoding unit 208 are incorporated in the GUI command processing module 108a.
[0040]
Next, the configuration of each unit will be described in order.
In FIG. 1, when an operator (operator) operates an application (business program) 102 via an operation unit 101 in an instruction delegation source device 100 a composed of an application execution machine, a single command is received from the application 102 as a GUI upper library. 103. The GUI upper library 103 receives, for example, “draws a rectangle whose upper left coordinates are (0, 0) and lower right coordinates are (10, 10)”, “coordinates (30, 30) from the inputted one instruction. The drawing command group 10 composed of a plurality of drawing commands 12 shown in FIG. 13 is created and sent to the next GUI command relay library 104a.
[0041]
The encoding unit 201 of the GUI instruction relay library 104a illustrated in FIG. 2 converts the drawing instruction group 10 including a plurality of drawing instructions 12 input from the GUI upper library 103 into encoded data having a fixed data length.
[0042]
In the transmission pattern management unit 203, encoded data of each drawing command group 10 is stored with a pattern ID attached thereto. Specifically, each encoded data is registered with respect to each pattern ID including numbers that increase in the order of 1, 2, 3, 4,. In the transmission pattern management unit 203, encoded data is not registered at the time of activation, and a new pattern ID is added and registered each time new encoded data is generated. That is, the pattern ID is a number indicating the registration order of encoded data.
[0043]
When the encoded data of the drawing command group 10 output from the encoding unit 201 is already stored in the transmission pattern management unit 203, the transmission pattern analysis registration unit 202, as shown in FIG. Instead of the encoded data output from the encoding unit 201, the corresponding pattern ID read from the transmission pattern management unit 203 and the pattern ID use information (flag = true) are incorporated into the communication data, and the encoding unit 201 is To the compression unit 204.
[0044]
Further, when the encoded data of the drawing command group 10 output from the encoding unit 201 is not stored in the transmission pattern management unit 203, the transmission pattern analysis registration unit 202 uses this encoded data as the last pattern ID. Is newly registered in the transmission pattern management unit 203 with the pattern ID of the next number. Further, as shown in FIG. 3A, pattern ID non-use information (flag = false) is added to the encoded data, incorporated into communication data, and sent to the compression unit 204 via the encoding unit 201. To do.
[0045]
The compression unit 204 compresses the communication data input from the transmission pattern analysis registration unit 202 via the encoding unit 201 using a general-purpose data compression method such as ZIP described above, and sends the compressed data to the communication object 105. put out. The communication object 105 transmits the communication data in the data compression state input from the compression unit 204 to the instruction delegation destination device 107a via the transmission path 1 of the network.
[0046]
When the communication object 109 of the GUI instruction processing module 108a of the instruction consignment destination device 107a receives the communication data in the data compression state via the transmission line 1 of the network, the communication object 109 sends the communication data to the decompression unit 205. The decompression unit 205. The data compression state of the communication data is released, and the data is sent to the reception pattern analysis management unit 206 through the decoding unit 208 as normal communication data.
[0047]
The reception pattern management unit 207 has the same configuration as the transmission pattern management unit 203 of the command entrusting source apparatus 100a, and stores the encoded data of each drawing command group 10 with a pattern ID attached thereto. At the time of activation, encoded data is not registered, and each time new encoded data is generated, a new pattern ID is added and registered in synchronization with the transmission pattern management unit 203. That is, the pattern ID is a number indicating the registration order of encoded data.
[0048]
Therefore, the combination of each encoded data and pattern ID stored in the reception pattern management unit 207 matches the combination of each encoded data and pattern ID stored in the transmission pattern management unit 203.
[0049]
Then, the reception pattern analysis registration unit 206 receives the communication data input from the decompression unit 205 in a state in which the data compression is canceled, as shown in FIG. 3B, the pattern ID use information (flag = true) and If it is a pattern ID, the encoded data corresponding to the pattern ID is extracted from the reception pattern management unit 207 and sent to the decoding unit 208.
[0050]
Further, the received pattern analysis registration unit 206 receives the communication data input from the decompression unit 205 in a state in which the data compression is canceled, as shown in FIG. 3A, pattern ID non-use information (flag = false). In the case of encoded data, the encoded data included in the communication data is extracted and sent to the decoding unit 208. Further, the extracted encoded data is newly registered in the reception pattern management unit 207 with the pattern ID of the number next to the last pattern ID. Therefore, the encoded data is registered with the same pattern ID attached to the transmission pattern management unit 203 and the reception pattern management unit 207, respectively.
[0051]
The decoding unit 208 decodes the encoded data having a certain data length input from the reception pattern analysis registration unit 206 into a drawing command group 10 including a plurality of drawing commands 12 and sends it to the next command execution unit 111. Send it out.
[0052]
The command execution unit 111 issues the drawing commands 12 constituting the drawing command group 10 to the GUI upper library 112 and the GUI lower library 113 in order. Finally, a target character or figure is drawn on the GUI 114 based on an instruction from the GUI lower library 113.
[0053]
In the drawing distribution system of the first embodiment configured as described above, a window 7 having a large number of buttons 8 is displayed on the display screen 6 described with reference to FIGS. The overall operation of the instruction delegation source device 100a as an application execution machine will be described with reference to the flowcharts shown in FIGS. 4 and 5, taking as an example the case where the operation of turning the window 7 into an icon 9 is repeated.
[0054]
First, for example, when the operator (operator) operates the operation unit 101 to turn the window 7 into an icon 9 and again maximizes the window 7 to the full display screen (S1), the application 102 and the GUI upper library 103 Thus, the window redisplay process is started (S2).
[0055]
As a result, a drawing command group 10 including a plurality of drawing commands 12 is generated and transferred to the GUI command relay library 104a. In the GUI command relay library 104a, the encoding unit 201 initializes pre-compression data (communication data) (S3), and starts assembling pre-compression data (communication data) (S4).
[0056]
The encoding unit 201 assembles the following pre-compression data (communication data) in conjunction with the transmission pattern analysis registration unit 202. That is, the pre-compression data (communication data) is assembled by drawing command group 10 (button drawing = command group for drawing character string and frame, etc.) that is a collection of individual drawing commands (drawing character strings, etc.) 12, This is done by collecting a certain amount of time, encoding and appending.
[0057]
In converting the drawing command group 10 into code data, first, the encoded data of the drawing command group 10 is initialized (S5), and the drawing command group 10 is encoded (S6 to S9). Specifically, each drawing command 12 in the drawing command group 10 is encoded one by one and added to the encoded data of the drawing command group 10 in order (S7). When the end of the drawing command group 10 is reached (S8), the transmission pattern management unit 203 is searched with the encoded data of the created drawing command group 10 (S10).
[0058]
When encoded data of the same pattern is detected in the transmission pattern management unit 203 (S11), a pattern ID corresponding to the encoded data of the drawing command group 10 is extracted from the transmission pattern management unit 203 ( As shown in S12) and FIG. 3B, a flag (= true) indicating pattern ID use information and a pattern ID are added to the pre-compression data (transmission data) (S13).
[0059]
In S 11, when encoded data of the same pattern is not detected in the transmission pattern management unit 203, a new pattern ID is assigned to the encoded data of the drawing command group 20, and the transmission pattern management unit 203 is assigned. Register (S14). Further, as shown in FIG. 3A, a flag (= false) indicating pattern ID non-use information and encoded data of the input drawing command group 20 are added to the pre-compression data (communication data) (S15). ).
[0060]
When this process is performed for a certain time (S16, S17), the compression unit 204 compresses the created pre-compression data (communication data) (S18) and sends it to the communication object 105. The communication object 105 transmits the compressed data for communication via the transmission path 1 to the command delegation destination apparatus 107a as a communication display machine.
[0061]
Next, the overall operation of the instruction consignment destination device 107a as a display machine will be described with reference to the flowchart of FIG.
[0062]
First, when the communication object 109 in the GUI command processing module 108a receives communication data in a data compression state from the command consignment destination device 100a via the transmission path 1 (Q1), the decompression unit 205 performs data compression of the communication data. The state is decompressed (released), and communication data after decompression (same as the data before compression (communication data)) is extracted (Q2).
[0063]
Thereafter, the decoding unit 208 analyzes the decompressed data (communication data) in conjunction with the reception pattern analysis registration unit 206, decodes it, and issues sequential drawing commands to the command execution unit 111.
[0064]
Specifically, as processing of the reception pattern analysis registration unit 206, first, the decompressed data (communication data) is sequentially analyzed, and the setting state of the flag incorporated in the communication data is examined (Q5). If it is “true” indicating the pattern ID use information, the pattern ID which is the immediately following data is taken out, the encoded data of the drawing command group 20 corresponding to the corresponding pattern ID is acquired from the reception pattern management unit 207, and The data is sent to the decryption unit 208 (Q6).
[0065]
In Q5, if the flag incorporated in the communication data is “false” indicating the pattern ID non-use information, the encoded data of the drawing instruction group 20 that is the immediately following data is extracted. The encoded data is newly registered in the reception pattern management unit 207 with a new pattern ID (Q7). Further, the encoded data of the drawing command group 20 extracted from the communication data is sent to the decoding unit 208.
[0066]
The decoding unit 208 decodes the encoded data of the drawing command group 20 input from the reception pattern analysis registration unit 206 into the form of the drawing command group 20 including the original drawing commands 12 (Q8). Then, the decryption unit 208 sends the decrypted drawing command group 20 to the command execution unit 111.
[0067]
In Q9 to Q14, the instruction execution unit 111 sequentially issues each drawing instruction included in the drawing instruction group 20 to the GUI upper library 112 and the GUI lower library 113, and performs actual drawing (in this embodiment) on the GUI 114. Button drawing). Then, when drawing processing for all drawing commands included in one drawing command group 20 is completed (Q11), drawing processing for drawing commands included in the next drawing command group 20 is started, and decompressed data (transmission data). When the drawing processing for all the drawing command groups 20 included in () is completed, the processing of the command consignment destination device 107a is ended.
[0068]
In the drawing distribution system according to the first embodiment configured as described above, the drawing command group is not included in the transmission pattern management unit 203 and the reception pattern management unit 207 but in the encoding unit 201 instead of the drawing command group 20 itself. 20 is encoded into encoded data having a fixed data length, and is stored together with the pattern ID in this encoded state. As described above, since the comparison is performed in the state of the encoded data having a certain data length, the transmission pattern analysis registration unit 202 and the reception pattern analysis registration unit 206 can determine whether the encoded data matches or does not match in a short time. .
[0069]
Since it is sufficient to transmit only the corresponding pattern ID for the encoded data already registered in the transmission pattern management unit 203 and the reception pattern management unit 207, the network from the instruction delegation source device 100a to the instruction delegation destination device 107a The amount of communication data transmitted through the transmission line 1 can be reduced. Therefore, the operability in the remote operation of drawing from one computer (command entrusting source apparatus 100a) to the other computer (command entrusting destination apparatus 107a) can be greatly improved.
[0070]
Further, when encoded data of a new drawing command group 20 for which encoded data is not registered is input to the transmission pattern management unit 203 and the reception pattern management unit 207, the encoded data for the new drawing command group 20 is changed to a pattern ID. Is added to the transmission pattern management unit 203 and the reception pattern management unit 207. Therefore, it is not necessary to transmit the same encoded data from the next time.
[0071]
Since the combination of the pattern ID to be registered and the encoded data does not need to be transmitted to the reception pattern management unit 207 via the transmission line 1 of the network each time, the instruction delegation source device 100a and the instruction delegation destination device 107a The amount of data communication during the period can be further reduced.
[0072]
(Second Embodiment)
Next, a drawing distribution system according to the second embodiment of the present invention will be described. The most different parts of the drawing distribution system of the second embodiment from the drawing distribution system of the first embodiment described above are a transmission pattern analysis registration unit 202 and a reception pattern analysis registration unit 206.
[0073]
FIG. 8 is a flowchart showing the main part of the overall processing operation of the instruction delegation source apparatus 100a of the drawing distribution system of the second embodiment, and FIG. 9 is the same as that of the instruction delegation destination apparatus 107a of the drawing distribution system of the second embodiment. It is a flowchart which shows whole processing operation. Further, FIG. 7 is a data format diagram of a drawing command group 20 (communication data) similarly employed in the drawing distribution system of the second embodiment.
[0074]
That is, in the transmission pattern analysis registration unit 202 of the first embodiment, the encoded data of the drawing command group 20 encoded by the encoding unit 201 is used as the pattern ID usage state already stored in the transmission pattern management unit 203. Or encoded data in a pattern ID non-use state that is not yet stored in the transmission pattern management unit 203.
[0075]
However, in the transmission pattern analysis registration unit 202 of the second embodiment, the encoded data of the drawing command group 20 encoded by the encoding unit 201 is similar to the transmission pattern management unit 203 in addition to the above two types. The encoded data is separated into three types of encoded data in a similar state in which the encoded data to be stored is stored.
[0076]
  In this case, when the encoded data of the drawing command group 20 encoded by the encoding unit 201 is less than 10% of the difference bit number with respect to the encoded data stored in the transmission pattern management unit 203, Similar encoded data is set. Also, the difference bit number is 10%more thanIn this case, it is determined that the encoded data of the encoded drawing command group 20 is encoded data that is not stored in the transmission pattern management unit 203.
[0077]
Then, the transmission pattern analysis / registration unit 202, as shown in S11a, S12a, S13a in the flowchart of FIG. 8 and the data format diagram of FIG. When encoded data similar to the encoded data is stored in the transmission pattern management unit 203, the pattern ID of the similar encoded data and the encoded data similar to the encoded data output from the encoding unit 201 And the pattern ID similarity information (flag = simil) are incorporated into the communication data and sent to the compression unit 204 via the encoding unit 201.
[0078]
In addition, in the reception pattern analysis registration unit 206 of the second embodiment, the communication data whose data compression state has been canceled by the decompression unit 205 is encoded similar to the reception pattern management unit 207 in addition to the above two types. It is separated into three types of encoded data in a similar state in which data is stored.
[0079]
Then, as shown in the data format diagram of Q5a, Q6a in FIG. 9 and the data format of FIG. 7D, the reception pattern analysis registration unit 206 converts the data compression state to the communication data released by the decompression unit 205. When the pattern ID similarity information (flag = simil) is included, the next pattern ID of the pattern ID similarity information (flag = simil) is read, and similar encoded data corresponding to the read pattern ID is received. Read from the pattern management unit 207. Further, the difference data next to the pattern ID in the communication data is read. Then, the original correct encoded data is reproduced using the similar encoded data and difference data. The reception pattern analysis registration unit 206 sends the reproduced original encoded data to the decoding unit 208.
[0080]
In the drawing distribution system of the second embodiment configured as described above, the encoded data of the drawing command group 20 encoded by the encoding unit 201 is applied to the encoded data stored in the transmission pattern management unit 203. In addition to coincidence and disagreement, there are three similar groups. Then, only the pattern ID and the difference data are transmitted as the encoded data determined to be similar.
[0081]
Accordingly, it is possible to further reduce the amount of data communication between the instruction consignment source device 100a and the instruction consignment destination device 107a. Furthermore, the required storage capacity of the transmission pattern management unit 203 and the reception pattern management unit 207 can be saved.
[0082]
(Third embodiment)
FIG. 10 is a block diagram showing a schematic configuration of an instruction delegation source device 100b as an application execution machine in the drawing distribution system according to the third embodiment of the present invention. The same parts as those in the instruction delegation source device 100a of the first embodiment shown in FIG. 1 are denoted by the same reference numerals, and detailed description of the overlapping parts is omitted.
[0083]
A drawing command generation unit 301, a pattern analysis registration unit 302, and a pattern management unit 303 are incorporated in the GUI upper library 103a in the command delegation source device 100b of the third embodiment.
[0084]
When the command input from the application 102 is a predetermined type of command defined in the pattern management unit 303, the pattern analysis registration unit 302 registers this command in the upper pattern registered in the pattern management unit 303 in correspondence with this command. The ID is replaced and sent to the instruction relay library 104a.
[0085]
Also, the drawing command generation unit 301 converts a command that has not been replaced by the upper pattern ID in the pattern analysis registration unit 302 among commands input from the application 102 into a drawing command group 10 including a plurality of drawing commands 12. It is sent to the instruction relay library 104a.
[0086]
The instruction relay library 104a incorporates the input upper pattern ID as it is in the communication data, and implements the same processing as that of the first embodiment on the input drawing instruction group 10 and incorporates it into the communication data.
[0087]
The GUI upper library 112 of the instruction entrustee apparatus 107b as a display machine that has received the communication data in which the upper pattern ID is incorporated via the transmission path 1 includes the upper pattern ID in the received communication data. The upper pattern ID is replaced with an instruction corresponding to the upper pattern ID.
[0088]
In the drawing distribution system of the third embodiment configured as described above, the upper pattern ID is assigned to a representative command before the input command is converted into a drawing command group including a plurality of drawing commands. Since registration is possible, the processing burden on the instruction consignment source device 100b and the instruction consignment destination device 107b is reduced.
[0089]
【The invention's effect】
  As described above, the drawing distribution system of the present inventionInThe drawing command group of the drawing command group already registered with the pattern ID is compared in the form of a data string. Accordingly, the processing time required for comparing the drawing commands is shortened, and it is not always necessary to notify the combination of the pattern ID and the encoded data assigned to the pattern ID via the network. The comparison time can be shortened by taking advantage of the fact that it is already divided in units, and as a result, the operability in remote operation of drawing from one computer to the other computer can be greatly improved.
[Brief description of the drawings]
FIG. 1 is a block configuration diagram showing a schematic configuration of a drawing distribution system according to a first embodiment of the present invention.
FIG. 2 is a detailed block diagram of a GUI relay library and a GUI instruction processing library incorporated in the drawing distribution system according to the first embodiment.
FIG. 3 is a data format diagram of a drawing command group (communication data) employed in the drawing distribution system of the first embodiment;
FIG. 4 is a flowchart showing the overall processing operation of the instruction delegation source apparatus incorporated in the drawing distribution system of the first embodiment;
FIG. 5 is a flowchart showing the overall processing operation of the instruction delegation source apparatus that is also incorporated in the drawing distribution system of the first embodiment.
FIG. 6 is a flowchart showing the overall processing operation of the instruction delegation destination apparatus incorporated in the drawing distribution system of the first embodiment;
FIG. 7 is a data format diagram of a drawing command group (communication data) employed in the drawing distribution system according to the second embodiment of the present invention.
FIG. 8 is a flowchart showing the main part of the overall processing operation of the instruction delegation source apparatus incorporated in the drawing distribution system of the second embodiment;
FIG. 9 is a flowchart showing the overall processing operation of the instruction delegation destination apparatus incorporated in the drawing distribution system of the second embodiment;
FIG. 10 is a block configuration diagram showing a schematic configuration of a drawing distribution system according to a third embodiment of the present invention.
FIG. 11 is a schematic diagram of a drawing distribution system to which remote control is applied.
FIG. 12 is a diagram showing a change in the display state of a window displayed on the display screen.
FIG. 13 is a format diagram showing a sub-drawing instruction group composed of a plurality of drawing instructions.
FIG. 14 is a block diagram showing a schematic configuration of a conventional drawing distribution system.
[Explanation of symbols]
1 ... Transmission path
10: Drawing command group
12 ... Drawing command
100a, 100b ... Command consignment source device
101 ... operation unit
102 ... Application
103, 103a, 112 ... GUI upper library
104a ... GUI instruction relay library
105, 109 ... objects for communication
107a, 107b ... Order entrustee device
108a ... GUI instruction processing module
111 ... Instruction execution unit
114 ... GUI
201: Encoding unit
202 ... Transmission pattern analysis registration unit
203 ... Pattern management unit
204: Compression unit
205 ... Defrosting unit
206: Reception pattern analysis registration unit
207 ... Reception pattern management unit
208: Decoding unit
301: Drawing command generator
302 ... pattern analysis registration unit
303 ... Pattern management unit

Claims (3)

複数の描画命令からなる描画命令群を命令中継ライブラリで通信用データに組込んで送出する命令委託元装置と、この命令委託元装置に対してネットワークを介して接続され、前記命令委託元装置から受信した通信用データを命令処理モジュールで元の描画命令群に復元して描画を実行する命令委託先装置とを備えた描画分散システムにおいて、
前記命令中継ライブラリは、
前記描画命令群を一定データ長を有した符号化データに符号化する符号化部と、
各符号化データをパターンIDを付して記憶する送信パターン管理部と、
前記符号化部から出力された符号化データが前記送信パターン管理部に記憶されているとき、この出力された符号化データに代えて対応するパターンIDを通信用データに組込むとともに、前記符号化部から出力された符号化データが前記送信パターン管理部に記憶されていないとき、この符号化データをパターンIDを付して前記送信パターン管理部に新規登録するとともにこの符号化データをパターンID不使用情報を付して通信用データに組込む送信パターン解析登録部とを有し、
前記命令処理モジュールは、
各符号化データをパターンIDを付して記憶する受信パターン管理部と、
前記命令委託元装置から受信した通信用データがパターンIDであれば、前記受信パターン管理部より該当パターンIDに対応する符号化データを取出すとともに、前記受信した通信用データにパターンID不使用情報が含まれるとき、前記通信用データに含まれる符号化データを取出すとともにこの取出した符号化データをパターンIDを付して前記受信パターン管理部に新規登録する受信パターン解析登録部と、
この受信パターン解析登録部で取出された符号化データを元の描画命令群へ復号する復号化部とを有する
ことを特徴とする描画分散システム。
A command delegation source device that embeds and sends a drawing command group consisting of a plurality of drawing commands into communication data in the command relay library, and is connected to the command delegation source device via a network, from the command delegation source device In a drawing distribution system including a command delegation destination device that restores received communication data to an original drawing command group by a command processing module and executes drawing,
The command relay library is
An encoding unit that encodes the drawing command group into encoded data having a fixed data length;
A transmission pattern management unit for storing each encoded data with a pattern ID, and
When the encoded data output from the encoding unit is stored in the transmission pattern management unit, a corresponding pattern ID is incorporated into communication data instead of the output encoded data, and the encoding unit When the encoded data output from is not stored in the transmission pattern management unit, the encoded data is newly registered in the transmission pattern management unit with a pattern ID, and the encoded data is not used as a pattern ID. A transmission pattern analysis registration unit that attaches information and incorporates it into communication data ;
The instruction processing module includes:
A reception pattern management unit that stores each encoded data with a pattern ID; and
If the communication data received from the command entrusting device is a pattern ID, the encoded data corresponding to the corresponding pattern ID is extracted from the reception pattern management unit, and pattern ID non-use information is included in the received communication data. A reception pattern analysis registration unit that, when included, takes out the encoded data included in the communication data and newly registers the extracted encoded data with a pattern ID in the reception pattern management unit ;
A drawing distribution system comprising: a decoding unit that decodes encoded data extracted by the reception pattern analysis registration unit into an original drawing command group.
前記送信パターン解析登録部は、前記符号化部から出力された符号化データに類似する符号化データが前記送信パターン管理部に記憶されているとき、この類似する符号化データのパターンIDと、前記符号化部から出力された符号化データと前記類似する符号化データとの差分データと、パターンID類似情報とを通信用データに組込み、
前記受信パターン解析登録部は、前記受信した通信用データにパターンID類似情報が含まれるとき、前記受信パターン管理部より通信用データに含まれるパターンIDに対応する符号化データと通信用データに含まれる差分データとを用いて元の符号化データを再生する
ことを特徴とする請求項1記載の描画分散システム。
The transmission pattern analysis registration unit, when encoded data similar to the encoded data output from the encoding unit is stored in the transmission pattern management unit, the pattern ID of the similar encoded data, The difference data between the encoded data output from the encoding unit and the similar encoded data, and the pattern ID similarity information are incorporated into the communication data,
When the received communication data includes pattern ID similarity information, the reception pattern analysis registration unit includes the encoded data and communication data corresponding to the pattern ID included in the communication data from the reception pattern management unit. 2. The drawing distribution system according to claim 1, wherein the original encoded data is reproduced using the difference data.
複数の描画命令からなる描画命令群を命令中継ライブラリで通信用データに組込んで送出する命令委託元装置と、この命令委託元装置に対してネットワークを介して接続され、前記命令委託元装置から受信した通信用データを命令処理モジュールで元の描画命令群に復元して描画を実行する命令委託先装置とを備えた描画分散システムにおいて、
前記命令中継ライブラリは、
前記描画命令群を一定データ長を有した符号化データに符号化する符号化部と、
各符号化データをパターンIDを付して記憶する送信パターン管理部と、
前記符号化部から出力された符号化データが前記送信パターン管理部に記憶されているとき、この出力された符号化データに代えて対応するパターンIDを通信用データに組込む送信パターン解析登録部とを有し、
前記命令処理モジュールは、
各符号化データをパターンIDを付して記憶する受信パターン管理部と、
前記命令委託元装置から受信した通信用データがパターンIDであれば、前記受信パターン管理部より該当パターンIDに対応する符号化データを取出す受信パターン解析登録部と、
この受信パターン解析登録部で取出された符号化データを元の描画命令群へ復号する復号化部とを有し、
前記命令委託元装置は、入力された命令を複数の描画命令からなる描画命令群に変換して前記命令中継ライブラリへ送出するとともに、入力された命令が予め定められた所定種類の命令のとき、この命令をこの命令に対応して登録された上位パターンIDに置き換えて前記通信用データに組込む上位ライブラリを有し、
前記命令委託先装置は、前記受信した通信用データに上位パターンIDが含まれると、この上位パターンIDをこの上位パターンIDに対応する命令に置き換える上位ライブラリを有する
ことを特徴とする描画分散システム。
A command delegation source device that embeds and sends a drawing command group consisting of a plurality of drawing commands into communication data in the command relay library, and is connected to the command delegation source device via a network, from the command delegation source device In a drawing distribution system including a command delegation destination device that restores received communication data to an original drawing command group by a command processing module and executes drawing,
The command relay library is
An encoding unit that encodes the drawing command group into encoded data having a fixed data length;
A transmission pattern management unit for storing each encoded data with a pattern ID, and
A transmission pattern analysis registration unit that incorporates a corresponding pattern ID into communication data instead of the output encoded data when the encoded data output from the encoding unit is stored in the transmission pattern management unit; Have
The instruction processing module includes:
A reception pattern management unit that stores each encoded data with a pattern ID; and
If the communication data received from the command entrusting source device is a pattern ID, a reception pattern analysis registration unit that extracts encoded data corresponding to the pattern ID from the reception pattern management unit;
A decoding unit that decodes the encoded data extracted by the reception pattern analysis registration unit to the original drawing command group;
The command delegation source device converts the input command into a drawing command group composed of a plurality of drawing commands and sends the command to the command relay library, and when the input command is a predetermined type of command, A high-order library that replaces this command with a high-order pattern ID registered corresponding to this command and incorporates it into the communication data;
The command consignment destination device includes a higher library that replaces the higher pattern ID with a command corresponding to the higher pattern ID when the received communication data includes a higher pattern ID. Drawing distributed system.
JP2001310315A 2001-10-05 2001-10-05 Drawing distribution system Expired - Lifetime JP4068325B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001310315A JP4068325B2 (en) 2001-10-05 2001-10-05 Drawing distribution system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001310315A JP4068325B2 (en) 2001-10-05 2001-10-05 Drawing distribution system

Publications (2)

Publication Number Publication Date
JP2003114873A JP2003114873A (en) 2003-04-18
JP4068325B2 true JP4068325B2 (en) 2008-03-26

Family

ID=19129309

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001310315A Expired - Lifetime JP4068325B2 (en) 2001-10-05 2001-10-05 Drawing distribution system

Country Status (1)

Country Link
JP (1) JP4068325B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060129634A1 (en) * 2004-11-18 2006-06-15 Microsoft Corporation Multiplexing and de-multiplexing graphics streams
US8307103B2 (en) * 2009-03-09 2012-11-06 Microsoft Corporation Tear-free remote desktop protocol (RDP) display

Also Published As

Publication number Publication date
JP2003114873A (en) 2003-04-18

Similar Documents

Publication Publication Date Title
JP4774145B2 (en) Structured document compression apparatus, structured document restoration apparatus, and structured document processing system
JP3305191B2 (en) Document management apparatus, data compression method, and data restoration method
US6014133A (en) Data transmitter/receiver apparatus, data transmitter, data receiver, and data compression method
CN1983276B (en) Method and apparatus for locating and retrieving data content stored in a compressed digital format
US20060170574A1 (en) Method and apparatus for compressing and decompressing data, and computer product
US20030095596A1 (en) Image processing apparatus, image processing method, and a computer-readable storage medium containing a computer program for image processing recorded thereon
JP4068325B2 (en) Drawing distribution system
TWI470457B (en) Searchable color encoded file composing method and searchable color encoded file system
JPH10304353A (en) Object data processor, object data recording device, data storage medium and data transmission structure
WO2000045274A1 (en) Data transmission method, computer-readable medium, and data transmission apparatus
JP2002182896A (en) Voice recognizing system, voice recognizing device and method therefor
JP2006100973A (en) Data compression apparatus and data expansion apparatus
CN114531372A (en) Data acquisition and monitoring system
CN102063506A (en) Service system host computer, decoding method thereof and service system
JP2002368623A (en) Data transfer system employing low-transfer rate line and transfer method therefor
JP5206788B2 (en) DATA RELAY DEVICE, DATA RELAY PROGRAM, DATA RECEPTION DEVICE, AND COMMUNICATION SYSTEM
JP4726046B2 (en) Character string search device, computer program, and character string search method
JP2003044459A (en) Method for compressing and exchanging structured data
JPH06290021A (en) Method for compressing source program
RU2413966C2 (en) Apparatus and method of monitoring state of equipment
JPH08316844A (en) Code data decoding method and code data decoder
JPH07298243A (en) Communication terminal equipment for long distance communication system
WO2013081488A1 (en) Method for compressing digital information with the aid of a reference electrical signal
CN103513751A (en) Operation data output apparatus and operation data output method
JPH06274311A (en) Data compression device and data restoration device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20041004

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20071009

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20071210

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20080108

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20080110

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110118

Year of fee payment: 3

R151 Written notification of patent or utility model registration

Ref document number: 4068325

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110118

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120118

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130118

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140118

Year of fee payment: 6