JPH0844568A - ファジィルールの暗号化方法 - Google Patents

ファジィルールの暗号化方法

Info

Publication number
JPH0844568A
JPH0844568A JP6177355A JP17735594A JPH0844568A JP H0844568 A JPH0844568 A JP H0844568A JP 6177355 A JP6177355 A JP 6177355A JP 17735594 A JP17735594 A JP 17735594A JP H0844568 A JPH0844568 A JP H0844568A
Authority
JP
Japan
Prior art keywords
data
fuzzy rule
binary
input
output
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.)
Pending
Application number
JP6177355A
Other languages
English (en)
Inventor
Makoto Fujiyoshi
誠 藤吉
Akiharu Kitamura
暁晴 北村
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.)
Hitachi Zosen Corp
Original Assignee
Hitachi Zosen 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 Hitachi Zosen Corp filed Critical Hitachi Zosen Corp
Priority to JP6177355A priority Critical patent/JPH0844568A/ja
Publication of JPH0844568A publication Critical patent/JPH0844568A/ja
Pending legal-status Critical Current

Links

Abstract

(57)【要約】 【構成】 ファジィルールの入力データおよび出力デー
タの関係を2値データ(0,1)で表すとともに、この
連続した2値ビット列を1個のバイナリー数として扱
い、このバイナリー数に、ある数を加算、減算、剰算ま
たは除算処理を行い暗号化する方法である。 【効果】 ファジィルールの機密保護を図ることができ
る。

Description

【発明の詳細な説明】
【0001】
【産業上の利用分野】本発明はファジィルールの暗号化
方法に関する。
【0002】
【従来の技術】近年、ファジィ制御が多くの分野で使用
されている。ところで、このファジィ制御においては、
入力に対する出力を決定するファジィルールを必要とす
るが、このファジィルールは、非常に、ノウハウ的なも
のが多く、またこのファジィルールは、そのまま分かり
易い言語表現型のデータとして、プログラム中に記録さ
れている。
【0003】
【発明が解決しようとする課題】このように、ノウハウ
的に、非常に価値のあるファジィルールを、そのままプ
ログラム中に記録しているため、容易に、他人に知られ
てしまうという問題があった。
【0004】そこで、本発明は上記問題を解消し得るフ
ァジィルールの暗号化方法を提供することを目的とす
る。
【0005】
【課題を解決するための手段】上記課題を解決するた
め、本発明のファジィルールの暗号化方法は、ファジィ
ルールの入力データおよび出力データの関係を2値デー
タで表すとともに、この連続した2値ビット列を1個の
バイナリー数として扱い、このバイナリー数に、所定の
演算処理を行い暗号化する方法である。
【0006】また、上記課題を解決するため、本発明の
他のファジィルールの暗号化方法は、ファジィルールの
入力データおよび出力データの関係を2値データで表す
とともに、この連続した2値ビット列を1個のバイナリ
ー数として扱い、このバイナリー数を、直接または所定
の符号に変換した後、所定の演算処理を行い暗号化する
方法である。
【0007】
【作用】上記の構成によると、ファジィルールの入力デ
ータおよび出力データを2値データで表し、この2値ビ
ット列を1個のバイナリー数として扱い、このバイナリ
ー数を、直接に、または所定の符号に変換した後、所定
の演算処理を行うため、非常に簡単な方法で暗号化を行
うことができる。すなわち、ファジィルールのデータ構
造に含まれるノウハウの機密保護を図ることができる。
【0008】
【実施例】以下、本発明の一実施例におけるファジィル
ールの暗号化方法を、図1および図2に基づき説明す
る。
【0009】本実施例においては、入力が3個で出力が
2個のファジィルール(ファジィ推論)を暗号化する方
法について説明する。例えば、本実施例に係るファジィ
ルールにおいては、3個のグレード(VB,ME,V
S)を有し、各グレードの有無を2値化データ(0,
1)[無,有]で表すようにしたものである。
【0010】例えば、図1に示すように、ファジィルー
ルとして、3個の入力部(入力1,入力2,入力3)
と、2個の出力部(出力1,出力2)を有するものと
し、このファジィルールを16ビットのデータで対応さ
せる。
【0011】例えば、下記の式に示すような、ファジ
ィルールを2値化データで表すと、図2に示すような、
ビット列で表される。 IF a=ME & b=ME & C=ME Then X=ME・・・ 図2に示すビット列を示すと、下記のようになる。
【0012】 [0|010|010|000‖010|000] 次に、上記のビット列を、バイナリー数とみなして、1
0進数の数値に変換すると、2084(22 +25 +2
11)となる。
【0013】そして、この10進数である2084に、
所定の演算(例えば、ある数を加算、減算、乗算、若し
くは除算など、または任意の演算を組み合わせた処理)
を施して暗号化する。
【0014】この暗号化された数値データを、ファジィ
制御のプログラム中に格納しておけば、他人が、ファジ
ィルールの内容を、容易に知ることはできない。勿論、
プログラムが実行された際には、上記とは逆の手順で、
ファジィルールが再現(解読)されて、ファジィ制御が
行われる。
【0015】なお、上記の説明においては、1個のファ
ジィルールの暗号化について説明したが、勿論、総ての
ファジィルールについて暗号化が行われる。ところで、
上記実施例においては、16ビット列のデータを、10
進数で表したが、例えばこの10進数で表したものを、
さらにアスキーコードなどの他のコードに変換し、この
アスキーコードなどの他のコードに変換されたデータに
対して、上述したような所定の演算を施して暗号化する
ようにしてもよい。
【0016】また、上記実施例においては、1個のファ
ジィルールを16ビット列で表すように説明したが、1
6ビット列に限定されるものではなく、ファジィルール
の入力部と出力部との個数に応じて適宜増減される。例
えば、20ビット列、32ビット列で表し、入力数およ
び出力数を増やすこともできる。
【0017】
【発明の効果】以上のように本発明のファジィルールの
暗号化方法によると、ファジィルールの入力データおよ
び出力データを2値データで表し、この2値ビット列を
1個のバイナリー数として扱い、このバイナリー数を、
直接に、または所定の符号に変換した後、所定の演算処
理を行うため、非常に簡単な方法で暗号化を行うことが
でき、したがってファジィルールの機密保護を図ること
ができる。また、ファジィルールを保存しておくメモリ
ーを節約することができる。
【図面の簡単な説明】
【図1】本発明の一実施例におけるファジィルールを示
す図である。
【図2】同実施例におけるファジィルールの2値化した
ビット列を示す図である。

Claims (2)

    【特許請求の範囲】
  1. 【請求項1】ファジィルールの入力データおよび出力デ
    ータの関係を2値データで表すとともに、この連続した
    2値ビット列を1個のバイナリー数として扱い、このバ
    イナリー数に、所定の演算処理を行い暗号化することを
    特徴とするファジィルールの暗号化方法。
  2. 【請求項2】ファジィルールの入力データおよび出力デ
    ータの関係を2値データで表すとともに、この連続した
    2値ビット列を1個のバイナリー数として扱い、このバ
    イナリー数を所定の符号に変換した後、所定の演算処理
    を行い暗号化することを特徴とするファジィルールの暗
    号化方法。
JP6177355A 1994-07-29 1994-07-29 ファジィルールの暗号化方法 Pending JPH0844568A (ja)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6177355A JPH0844568A (ja) 1994-07-29 1994-07-29 ファジィルールの暗号化方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6177355A JPH0844568A (ja) 1994-07-29 1994-07-29 ファジィルールの暗号化方法

Publications (1)

Publication Number Publication Date
JPH0844568A true JPH0844568A (ja) 1996-02-16

Family

ID=16029524

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6177355A Pending JPH0844568A (ja) 1994-07-29 1994-07-29 ファジィルールの暗号化方法

Country Status (1)

Country Link
JP (1) JPH0844568A (ja)

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7428411B2 (en) * 2000-12-19 2008-09-23 At&T Delaware Intellectual Property, Inc. Location-based security rules
US8843515B2 (en) 2012-03-07 2014-09-23 Snap Trends, Inc. Methods and systems of aggregating information of social networks based on geographical locations via a network
US8874140B2 (en) 2000-12-19 2014-10-28 At&T Intellectual Property I, L.P. Location blocking service from a wireless service provider
US8887177B2 (en) 2008-03-14 2014-11-11 William J. Johnson System and method for automated content distribution objects
US8886226B2 (en) 2008-03-14 2014-11-11 William J. Johnson System and method for timely whereabouts determination by a mobile data processing system
US8897741B2 (en) 2009-11-13 2014-11-25 William J. Johnson System and method for mobile device usability by locational conditions
US8942732B2 (en) 2008-03-14 2015-01-27 William J. Johnson Location based exchange operating system
US8942693B2 (en) 2008-03-14 2015-01-27 William J. Johnson System and method for targeting data processing system(s) with data
US9466076B2 (en) 2000-12-19 2016-10-11 At&T Intellectual Property I, L.P. Location blocking service from a web advertiser
US9477991B2 (en) 2013-08-27 2016-10-25 Snap Trends, Inc. Methods and systems of aggregating information of geographic context regions of social networks based on geographical locations via a network
US9501780B2 (en) 2000-12-19 2016-11-22 At&T Intellectual Property I, L.P. Surveying wireless device users by location
US9571958B2 (en) 2000-06-30 2017-02-14 At&T Intellectual Propery I, L.P. Anonymous location service for wireless networks
US9584647B2 (en) 2000-12-19 2017-02-28 At&T Intellectual Property I, L.P. System and method for remote control of appliances utilizing mobile location-based applications
US9648454B2 (en) 2000-12-19 2017-05-09 At&T Intellectual Property I, L.P. System and method for permission to access mobile location information
US9894489B2 (en) 2013-09-30 2018-02-13 William J. Johnson System and method for situational proximity observation alerting privileged recipients
US10477994B2 (en) 2008-03-14 2019-11-19 William J. Johnson System and method for location based exchanges of data facilitiating distributed locational applications

Cited By (39)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9571958B2 (en) 2000-06-30 2017-02-14 At&T Intellectual Propery I, L.P. Anonymous location service for wireless networks
US7428411B2 (en) * 2000-12-19 2008-09-23 At&T Delaware Intellectual Property, Inc. Location-based security rules
US10354079B2 (en) 2000-12-19 2019-07-16 Google Llc Location-based security rules
US8874140B2 (en) 2000-12-19 2014-10-28 At&T Intellectual Property I, L.P. Location blocking service from a wireless service provider
US10217137B2 (en) 2000-12-19 2019-02-26 Google Llc Location blocking service from a web advertiser
US9852450B2 (en) 2000-12-19 2017-12-26 At&T Intellectual Property I, L.P. Location blocking service from a web advertiser
US9763091B2 (en) 2000-12-19 2017-09-12 At&T Intellectual Property I, L.P. Location blocking service from a wireless service provider
US9648454B2 (en) 2000-12-19 2017-05-09 At&T Intellectual Property I, L.P. System and method for permission to access mobile location information
US9584647B2 (en) 2000-12-19 2017-02-28 At&T Intellectual Property I, L.P. System and method for remote control of appliances utilizing mobile location-based applications
US9501780B2 (en) 2000-12-19 2016-11-22 At&T Intellectual Property I, L.P. Surveying wireless device users by location
US9466076B2 (en) 2000-12-19 2016-10-11 At&T Intellectual Property I, L.P. Location blocking service from a web advertiser
US9204275B2 (en) 2008-03-14 2015-12-01 William J. Johnson System and method for targeting data processing system(s) with data
US9456303B2 (en) 2008-03-14 2016-09-27 William J. Johnson System and method for service access via hopped wireless mobile device(s)
US9078095B2 (en) 2008-03-14 2015-07-07 William J. Johnson System and method for location based inventory management
US9088869B2 (en) 2008-03-14 2015-07-21 William J. Johnson System and method for application search results by locational conditions
US9088868B2 (en) 2008-03-14 2015-07-21 William J. Johnson Location based exchange permissions
US9100792B2 (en) 2008-03-14 2015-08-04 William J. Johnson System and method for service-free location based applications
US9113295B2 (en) 2008-03-14 2015-08-18 William J. Johnson System and method for location based exchange vicinity interest specification
US9014658B2 (en) 2008-03-14 2015-04-21 William J. Johnson System and method for application context location based configuration suggestions
US9253597B2 (en) 2008-03-14 2016-02-02 William J. Johnson System and method for determining mobile users of interest
US9392408B2 (en) 2008-03-14 2016-07-12 William J. Johnson System and method for location based exchanges of data facilitating distributed locational applications
US9445238B2 (en) 2008-03-14 2016-09-13 William J. Johnson System and method for confirming data processing system target(s)
US8886226B2 (en) 2008-03-14 2014-11-11 William J. Johnson System and method for timely whereabouts determination by a mobile data processing system
US8942693B2 (en) 2008-03-14 2015-01-27 William J. Johnson System and method for targeting data processing system(s) with data
US10477994B2 (en) 2008-03-14 2019-11-19 William J. Johnson System and method for location based exchanges of data facilitiating distributed locational applications
US8942733B2 (en) 2008-03-14 2015-01-27 William J. Johnson System and method for location based exchanges of data facilitating distributed location applications
US8942732B2 (en) 2008-03-14 2015-01-27 William J. Johnson Location based exchange operating system
US9584993B2 (en) 2008-03-14 2017-02-28 William J. Johnson System and method for vector processing on behalf of image aperture aim
US8923806B2 (en) 2008-03-14 2014-12-30 William J. Johnson System and method for presenting application data by data processing system(s) in a vicinity
US8887177B2 (en) 2008-03-14 2014-11-11 William J. Johnson System and method for automated content distribution objects
US9055406B2 (en) 2008-03-14 2015-06-09 William J. Johnson Server-less synchronized processing across a plurality of interoperating data processing systems
US10111034B2 (en) 2008-03-14 2018-10-23 Billjco Llc System and method for sound wave triggered content
US8897742B2 (en) 2009-11-13 2014-11-25 William J. Johnson System and method for sudden proximal user interface
US8897741B2 (en) 2009-11-13 2014-11-25 William J. Johnson System and method for mobile device usability by locational conditions
US9626446B2 (en) 2012-03-07 2017-04-18 Snap Trends, Inc. Methods and systems of advertising based on aggregated information of social networks within geographical locations via a network
US8843515B2 (en) 2012-03-07 2014-09-23 Snap Trends, Inc. Methods and systems of aggregating information of social networks based on geographical locations via a network
US9477991B2 (en) 2013-08-27 2016-10-25 Snap Trends, Inc. Methods and systems of aggregating information of geographic context regions of social networks based on geographical locations via a network
US9894489B2 (en) 2013-09-30 2018-02-13 William J. Johnson System and method for situational proximity observation alerting privileged recipients
US10194293B2 (en) 2013-09-30 2019-01-29 William J. Johnson System and method for vital signs alerting privileged recipients

Similar Documents

Publication Publication Date Title
JPH0844568A (ja) ファジィルールの暗号化方法
US4905277A (en) Method for enciphering and deciphering instructions in a microcomputer, and a microcomputer used for effecting same
JPH04365240A (ja) 暗号化方式
Coello et al. Using genetic algorithms to design combinational logic circuits
US7895347B2 (en) Compact encoding of arbitrary length binary objects
JPS62237522A (ja) 情報処理装置
JPH0675524A (ja) ストリーム暗号処理装置
Kaiser Trace calculation on electronic computer
JPH10153954A (ja) 暗号装置
JPS6113233B2 (ja)
JPS62213442A (ja) デ−タ保護装置
JP2853790B2 (ja) 算術演算を含む論理式の表現装置
JP4335374B2 (ja) データ変換装置及びデータ変換方法
JPH0498424A (ja) 電子計算機
JPH0215333A (ja) データ処理装置
JP2838326B2 (ja) ディジタル乗算器
JPH04100324A (ja) 可変長符号の復号方式
JPH10322317A (ja) データ変換装置、データ送信装置及びデータ復元装置
CN112910626A (zh) 一种基于幂次运算的数据加密及解密方法
JPH10214026A (ja) 電子署名方法
JPH05316104A (ja) 符号化装置および復号化装置
JPH0194380A (ja) メモリ上のデータを暗号化するCPu装置
JPS60167033A (ja) マイクロコンピユ−タにおけるプログラムコ−ド復号化装置
JPS6243704A (ja) 数値制御装置
JP4732093B2 (ja) プログラム評価方法および装置ならびに評価プログラム