JP2001184137A - Method for expressing information of computer - Google Patents

Method for expressing information of computer

Info

Publication number
JP2001184137A
JP2001184137A JP36908999A JP36908999A JP2001184137A JP 2001184137 A JP2001184137 A JP 2001184137A JP 36908999 A JP36908999 A JP 36908999A JP 36908999 A JP36908999 A JP 36908999A JP 2001184137 A JP2001184137 A JP 2001184137A
Authority
JP
Japan
Prior art keywords
state
information
expressed
computer
expressing
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
JP36908999A
Other languages
Japanese (ja)
Inventor
Hideo Kitajima
栄雄 北島
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to JP36908999A priority Critical patent/JP2001184137A/en
Publication of JP2001184137A publication Critical patent/JP2001184137A/en
Pending legal-status Critical Current

Links

Landscapes

  • Logic Circuits (AREA)

Abstract

PROBLEM TO BE SOLVED: To shorten the processing time of a method for expressing the information of a computer without requiring the enormous number of codes. SOLUTION: Information is expressed by using four different states of optical pulses, a state that no optical pulse appears for unit time is expressed as '0', a state that one pulse appears is expressed as '2', a state that two pulses appear is expressed as '3', and a state that three pulses appear is expressed as '4'. Thus data and a program can be expressed by quaternary numbers.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術の分野】本発明は、コンピュータに
おける数を取り扱う場合の数字の組み合わせによって情
報を表現するコンピュータの情報表現方法に関するもの
である。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a computer information expressing method for expressing information by a combination of numbers when handling numbers in the computer.

【0002】[0002]

【従来の技術】コンピュータは、ハードウェアとソフト
ウェアとで構成されている。このハードウェアは、図4
の制御の方向とデータの流れに関するブロック図に示す
ように、データやプログラム等の情報は入力装置1から
入り、その結果は出力装置2から出るようになってい
る。主記憶装置3は情報を蓄える装置であり、この主記
憶装置3は、入出力装置1,2、演算装置4及び制御装
置5等へ高速に情報を送るようになっている。補助記憶
装置6は、大量の情報を蓄える装置である。演算装置4
では四則演算、比較などの演算を行うようになってい
る。制御装置5は、これらの装置を順序正しく動作させ
るための制御信号を発生させるものである。
2. Description of the Related Art A computer is composed of hardware and software. This hardware is shown in FIG.
As shown in the block diagram relating to the control direction and the data flow, information such as data and programs enters from the input device 1 and the result exits from the output device 2. The main storage device 3 is a device for storing information. The main storage device 3 is adapted to send information to the input / output devices 1 and 2, the arithmetic device 4, the control device 5 and the like at high speed. The auxiliary storage device 6 is a device that stores a large amount of information. Arithmetic unit 4
Then, arithmetic operations such as four arithmetic operations and comparisons are performed. The control device 5 generates a control signal for operating these devices in order.

【0003】コンピュータの情報は、データとプログラ
ムから成る。従来から、コンピュータでは、電気回路の
「電圧の高低」の異なる2つの状態を用いて情報を表現
している。通常、電圧の高い状態を「1」で表現し、低
い状態を「0」で表現する。この2つの状態を用いて表
される情報の単位は、1ビット(bit)と称してい
る。このようにコンピュータの情報は、1桁の2進数で
情報を表現している。コンピュータでは、1つ1つの文
字や数値を表現するために、数ビットから数十ビットの
「0」と「1」の並びを用いており、原則として、この
ような並びをひとまとまりにして情報のやりとりや記憶
が行われている。なお、英字や数字などの文字は8ビッ
トで表現することが多いため、8ビットの並びを1つの
単位として1バイト(byte)と称している。
[0003] Computer information consists of data and programs. 2. Description of the Related Art Conventionally, a computer expresses information using two different states of “high or low voltage” of an electric circuit. Usually, a high voltage state is represented by "1" and a low voltage state is represented by "0". The unit of information represented by using these two states is called one bit. Thus, the information of the computer expresses the information by one digit binary number. Computers use a sequence of several bits to several tens of bits of "0" and "1" to represent each character or numerical value. In principle, such a sequence is grouped into information. Exchanges and memories are performed. In addition, since characters such as alphabets and numbers are often expressed by 8 bits, an arrangement of 8 bits is called one byte (byte) as one unit.

【0004】コンピュータの内部、即ち処理装置7と主
記憶装置3においては、基本となる「0」と「1」のま
とまりをワード(word)と称し、1ワードを構成す
るビットの数をワード長(word length)と
称している。
In a computer, that is, in the processing device 7 and the main storage device 3, a basic unit of "0" and "1" is called a word, and the number of bits constituting one word is a word length. (Word length).

【0005】そこで、コンピュータでは、ある種の目的
のために、一定の規則に従って上記バイトやワード等を
1つにまとめたものをファイル(file)と称してい
る。このファイルはディスク装置等の外部の補助記憶装
置6やフレキシブルディスク(FD)等に記憶される。
このようなファイルには、ワードプロセッサ等に記憶さ
せる文書ファイル、一連の数値データをまとめたデータ
ファイル、さらに原始プログラム、機械言語のプログラ
ムを記憶するプログラムファイル等がある。
[0005] Therefore, in a computer, for a certain purpose, a set of the above bytes and words according to a certain rule is called a file. This file is stored in an external auxiliary storage device 6 such as a disk device or a flexible disk (FD).
Such files include a document file to be stored in a word processor or the like, a data file in which a series of numerical data is compiled, a program file for storing a source program, a machine language program, and the like.

【0006】[0006]

【発明が解決しようとする課題】上述したように、現在
のコンピュータでは、1つ1つの文字や数値を表現する
ために、数ビットから数十ビットの「0」と「1」の並
びを用いており、このような並びをひとまとまりにして
情報のやりとりや記憶が行われている。しかし、高い電
圧を「1」、低い電圧を「0」に対応させて回路を構成
する正論理による回路構成、逆に低い電圧を「1」、高
い電圧を「0」に対応させる負論理による回路構成とい
った、基本的な論理回路が2種類しかなかった。そこ
で、このような基本的な論理回路をいくつか用いて、よ
り複雑な回路を構成する場合、回路全体を正論理又は負
論理に統一せず、両者を混在させることがあった。
As described above, current computers use a sequence of several bits to several tens of bits "0" and "1" in order to represent each character or numerical value. Information is exchanged and stored in such a group. However, a circuit configuration based on positive logic that configures a circuit by associating a high voltage with “1” and a low voltage with “0”, and a negative logic with a low logic corresponding to “1” and a high voltage as “0”. There were only two basic logic circuits, such as a circuit configuration. Therefore, when a more complicated circuit is configured by using some of such basic logic circuits, there is a case where the both circuits are mixed without being unified into the positive logic or the negative logic.

【0007】コンピュータを構成する回路は、AND回
路、OR回路、NOT回路等の基本的な論理回路を組み
合わせて作られている。このような種々の作用をする論
理回路、信号を通過させたりするゲート回路、情報を保
持させたり取り出したりするフリップフロップ、パルス
の数を数えるカウンタ、演算を実現するための演算回路
からなる。
[0007] A circuit constituting a computer is formed by combining basic logic circuits such as an AND circuit, an OR circuit, and a NOT circuit. It comprises a logic circuit that performs such various operations, a gate circuit that passes signals, a flip-flop that holds and retrieves information, a counter that counts the number of pulses, and an arithmetic circuit that implements operations.

【0008】また、図5の説明図に示すような、例え
ば、コンピュータによる映像を処理し、放送するには、
2進数で表現すると膨大なコード量「01001001
01001・・・・・・・」が必要になり、その処理時
間が長くなるという問題があった。
Further, as shown in an explanatory view of FIG. 5, for example, in order to process and broadcast an image by a computer,
When expressed in binary, the huge amount of code "01001001"
01001... ”Is required, and there is a problem that the processing time becomes long.

【0009】一方、自然界においては、数億年の試行錯
誤を繰り返しながら、RNAとDNAを作り上げている
という、自然界の摂理がある。そこで、本発明の発明者
は、自然の情報システムを学ぶためのDNAの「4」
(ATCG)を基本とした「4」という数字に着目し、
この「4」を現在のコンピュータに応用できないものか
と思考した。
[0009] On the other hand, in the natural world, there is a natural law that makes up RNA and DNA by repeating trial and error for hundreds of millions of years. Therefore, the inventor of the present invention has proposed a DNA "4" for learning natural information systems.
Focusing on the number "4" based on (ATCG),
I thought that this "4" could not be applied to the current computer.

【0010】本発明は、かかる問題点や着眼点を解決す
るために創案されたものである。すなわち、本発明の目
的は、コンピュータの情報の表現方法を改良すること
で、膨大なコード量を必要とせず、その処理時間を短縮
することができるコンピュータの情報表現方法を提供す
ることにある。
The present invention has been made to solve such problems and points of view. That is, an object of the present invention is to provide a computer information expression method which does not require an enormous amount of code and can reduce the processing time by improving the computer information expression method.

【0011】[0011]

【課題を解決するための手段】本発明によれば、コンピ
ュータにおける情報の表現方法であって、光パルスの異
なる4つの状態を用いて情報を表現し、一単位時間にお
いて、光パルスが現れない状態を「0」と表現し、1パ
ルスが現れた状態を「2」と表現し、2パルスが現れた
状態を「3」と表現し、3パルスが現れた状態を「4」
と表現することにより、4進数でデータ、プログラムを
表現することを特徴とするコンピュータの情報表現方法
が提供される。
According to the present invention, there is provided a method for expressing information in a computer, wherein information is expressed using four different states of light pulses, and no light pulse appears in one unit time. The state is expressed as “0”, the state where one pulse appears is expressed as “2”, the state where two pulses appear is expressed as “3”, and the state where three pulses appear is “4”.
Thus, there is provided a computer information expression method for expressing data and programs in a quaternary number.

【0012】上記発明の情報表現方法によれば、コンピ
ュータの情報を、光パルスが現れない状態を「0」、1
パルスが現れた状態を「2」、2パルスが現れた状態を
「3」、3パルスが現れた状態を「4」とそれぞれを表
現することで、1桁の4進数で情報を表現している。そ
こで、1つ1つの文字や数値を表現するために、
「0」、「1」、「2」と「3」の並びを用いることが
でき、このような並びにより情報のやりとりや記憶をす
ることができる。
According to the information expression method of the present invention, the information of the computer is set to "0",
The state where a pulse appears is expressed as “2”, the state where a pulse appears as “3”, and the state where a pulse appears as “4”. I have. Therefore, in order to express each character and numerical value,
The arrangement of "0", "1", "2", and "3" can be used, and it is possible to exchange and store information like this.

【0013】また、コンピュータにおける情報の表現方
法であって、光の正弦波の異なる4つの状態を用いて情
報を表現し、一単位時間において、波形が現れない状態
を「0」と表現し、1周波の波形が現れた状態を「2」
と表現し、2周波の波形が現れた状態を「3」と表現
し、3周波の波形が現れた状態を「4」で表現すること
により、4進数でデータ、プログラムを表現することも
できる。
Also, a method of expressing information in a computer, wherein information is expressed using four different states of a sine wave of light, and a state in which no waveform appears in one unit time is expressed as "0";"2" indicates the state where the waveform of one frequency appears
By expressing the state in which the two-frequency waveform appears as "3" and expressing the state in which the three-frequency waveform appears as "4", data and programs can also be expressed in quaternary numbers. .

【0014】[0014]

【発明の実施の形態】以下、本発明の好ましい実施形態
を図面を参照して説明する。なお、各図において共通の
部材には同一の符号を付し重複した説明を省略する。図
1は「光パルス」により情報を表現する方法を示す説明
図である。図2は「光の正弦波」により情報を表現する
方法を示す説明図である。本発明のコンピュータの情報
表現方法は、光パルスの異なる4つの状態を用いて情報
を表現することに特徴を有するものである。例えば、光
パルスが現れない状態を「0」と表現し、1パルスが現
れた状態を「2」、2パルスが現れた状態を「3」、3
パルスが現れた状態を「4」とそれぞれ表現することに
より、「4進数」でコンピュータのデータ、プログラム
を表現するものである。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Preferred embodiments of the present invention will be described below with reference to the drawings. In the drawings, common members are denoted by the same reference numerals, and duplicate description is omitted. FIG. 1 is an explanatory diagram showing a method of expressing information by “light pulses”. FIG. 2 is an explanatory diagram showing a method of expressing information by a “sine wave of light”. The information expression method of a computer according to the present invention is characterized in that information is expressed using four different states of light pulses. For example, a state in which no light pulse appears is expressed as “0”, a state in which one pulse appears is “2”, a state in which two pulses appear is “3”, 3
By expressing the state in which the pulse appears as "4", computer data and programs are expressed in "quaternary numbers".

【0015】このように、表1と表2に関する「10進
数、2進化と4進表現との対比表」に示すように、1桁
の4進数で情報を表現することができるので、1つ1つ
の文字や数値を表現するために、「0」、「1」、
「2」と「3」の並びを用いて、このような並びをひと
まとまりにして情報のやりとりや記憶をすることができ
る。
[0015] As described above, as shown in "Comparison table between decimal numbers, binary numbers, and quaternary expressions" relating to Tables 1 and 2, information can be expressed by a single digit quaternary number. "0", "1",
Using the arrangement of “2” and “3”, such arrangement can be exchanged and stored as a unit.

【0016】[0016]

【表1】 [Table 1]

【0017】[0017]

【表2】 [Table 2]

【0018】また、図2に示すように、光の正弦波の異
なる4つの状態を用いて情報を表現し、波形が現れない
状態λ0 を「0」と表現し、1周波の波形が現れた状態
λ1 を「2」、2周波の波形が現れた状態λ2
「3」、3周波の波形が現れた状態λ 3 を「4」と、そ
れぞれ表現することにより、「4進数」でコンピュータ
のデータ、プログラムを表現することもできる。
Also, as shown in FIG.
Information is expressed using the following four states, and no waveform appears
State λ0 Is expressed as “0” and a waveform of one frequency appears
λ1 Is “2”, a state in which two-frequency waveforms appear λTwo To
“3”, a state in which three frequency waveforms appear λ Three To "4"
By expressing each, computer in "quaternary number"
Data and programs can be expressed.

【0019】このように、4進数で表現することによ
り、例えば、コンピュータの映像を処理し、放送する際
には、膨大なコード量が必要なくなるので、その処理時
間を短くすることができる。しかも、その映像は極めて
鮮明な状態になり、放送かつ受信することができる。
By expressing in quaternary numbers as described above, for example, when processing and broadcasting a computer image, an enormous amount of code is not required, so that the processing time can be shortened. In addition, the video becomes extremely clear, and can be broadcast and received.

【0020】現在、光通信機、光受信機や半導体レーザ
が次々と開発されている。光による情報の伝達はMP
U、LSIに使用されている、そこで、本発明の4進数
の情報表現方法は、次世代のMPU、LSIに利用する
ことができる。
At present, optical communication devices, optical receivers and semiconductor lasers are being developed one after another. Information transmission by light is MP
U and LSI are used. Therefore, the quaternary information expression method of the present invention can be used for next-generation MPU and LSI.

【0021】[0021]

【発明の効果】上述したように、本発明のコンピュータ
の情報表現方法は、情報表現方法を従来の「2進数方
式」の電圧方式から、「4進数方式」の光方式に変えて
あるので、演算回路が少なくなるので計算処理速度が早
くなる。
As described above, in the information expression method of the computer according to the present invention, the information expression method is changed from the conventional "binary method" voltage method to the "quaternary method" optical method. Since the number of operation circuits is reduced, the calculation processing speed is increased.

【0022】また、コンピュータで映像を処理するとき
は、膨大なコード量が必要なくなるので、処理速度を早
くなり、その画像が鮮明な状態になる、等の優れた効果
がある。
Further, when processing a video with a computer, an enormous amount of code is not required, so that there are excellent effects such as a high processing speed and a clear image.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明のコンピュータの情報表現方法につい
て、「光パルス」により情報を表現する方法を示す説明
図である。
FIG. 1 is an explanatory view showing a method of expressing information by “light pulses” in an information expression method of a computer according to the present invention.

【図2】「光の正弦波」により情報を表現する方法を示
す説明図である。
FIG. 2 is an explanatory diagram showing a method of expressing information by a “sine wave of light”.

【図3】「光の正弦波」による情報を変換する方法を示
す説明図である。
FIG. 3 is an explanatory diagram illustrating a method of converting information based on a “sine wave of light”.

【図4】従来のコンピュータの情報のやりとりを示すブ
ロック図である。
FIG. 4 is a block diagram showing information exchange of a conventional computer.

【図5】従来の映像を処理する状態を示す説明図であ
る。
FIG. 5 is an explanatory diagram showing a state in which a conventional video is processed.

【符号の説明】[Explanation of symbols]

1 入力装置 2 出力装置 3 主記憶装置 4 演算装置 5 制御装置 6 補助記憶装置 7 処理装置 λ0 波形が現れない「0」状態 λ1 1周波の波形が現れた「1」の状態 λ2 2周波の波形が現れた「2」の状態 λ3 3周波の波形が現れた「3」の状態Reference Signs List 1 input device 2 output device 3 main storage device 4 arithmetic device 5 control device 6 auxiliary storage device 7 processing device λ 0 “0” state where no waveform appears λ 1 “1” state where one frequency waveform appears λ 2 2 The state of “2” where the waveform of the frequency appears λ 3 The state of “3” where the waveform of the three frequencies appears

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 コンピュータにおける情報の表現方法で
あって、光パルスの異なる4つの状態を用いて情報を表
現し、一単位時間において、光パルスが現れない状態を
「0」と表現し、1パルスが現れた状態を「2」と表現
し、2パルスが現れた状態を「3」と表現し、3パルス
が現れた状態を「4」と表現することにより、4進数で
データ、プログラムを表現することを特徴とするコンピ
ュータの情報表現方法。
1. A method for expressing information in a computer, wherein information is expressed using four different states of an optical pulse, a state in which an optical pulse does not appear in one unit time is expressed as “0”, and By expressing the state where a pulse appears as "2", the state where two pulses appear as "3" and the state where three pulses appear as "4", data and programs can be expressed in quaternary numbers. A computer information expression method characterized by expression.
【請求項2】 コンピュータにおける情報の表現方法で
あって、光の正弦波の異なる4つの状態を用いて情報を
表現し、一単位時間において、波形が現れない状態を
「0」と表現し、1周波の波形が現れた状態を「2」と
表現し、2周波の波形が現れた状態を「3」と表現し、
3周波の波形が現れた状態を「4」で表現することによ
り、4進数でデータ、プログラムを表現することを特徴
とするコンピュータの情報表現方法。
2. A method for expressing information in a computer, wherein information is expressed using four different states of a sine wave of light, and a state in which a waveform does not appear in one unit time is expressed as “0”; The state in which the waveform of one frequency appears is represented as “2”, the state in which the waveform of two frequencies appears is represented as “3”,
A method of expressing information in a computer, characterized by expressing data and programs in a quaternary number by expressing a state in which three frequency waveforms appear as "4".
JP36908999A 1999-12-27 1999-12-27 Method for expressing information of computer Pending JP2001184137A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP36908999A JP2001184137A (en) 1999-12-27 1999-12-27 Method for expressing information of computer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP36908999A JP2001184137A (en) 1999-12-27 1999-12-27 Method for expressing information of computer

Publications (1)

Publication Number Publication Date
JP2001184137A true JP2001184137A (en) 2001-07-06

Family

ID=18493539

Family Applications (1)

Application Number Title Priority Date Filing Date
JP36908999A Pending JP2001184137A (en) 1999-12-27 1999-12-27 Method for expressing information of computer

Country Status (1)

Country Link
JP (1) JP2001184137A (en)

Similar Documents

Publication Publication Date Title
US6563441B1 (en) Automatic generation of program logic to decode variable-length codes
US4099257A (en) Markov processor for context encoding from given characters and for character decoding from given contexts
JPWO2009017131A1 (en) Nondeterministic finite automaton generation system, method and program without ε transition
CN113300883B (en) Protocol information generation method, device and terminal equipment
EP0647034B1 (en) A variable word length code decoding method, and a decoder for performing the same
JPH04267630A (en) Data compression device and data restoration device
JP2001184137A (en) Method for expressing information of computer
US3921143A (en) Minimal redundancy encoding method and means
JPH01220528A (en) Parity generator
US7617089B2 (en) Method and apparatus for compiling two-level morphology rules
Heuberger et al. Automata and transducers in the computer algebra system Sage
US6304917B1 (en) Negotiating optimum parameters in a system of interconnected components
EP4254275A1 (en) Data reading method and apparatus, storage medium and electronic apparatus
US11983606B2 (en) Method and device for constructing quantum circuit of QRAM architecture, and method and device for parsing quantum address data
JP2564881B2 (en) Bit string comparison method
JPH04100324A (en) Decoding system for variable length code
Islam et al. Dotriacontal Number System in Computer and Error Detection
CN113222154A (en) Method and device for determining amplitude of quantum state
JP3074907B2 (en) Inverter reduction method in logic circuit
JP2564318B2 (en) Communication processing device
CN117492660A (en) Counter contract storage method, device, equipment and medium
RU2028664C1 (en) Concurrent data processing device
JPH04360421A (en) Nrz/nrzi convertsion circuit
SU1283778A1 (en) Interphase for linking group of computers
CN114090007A (en) Multi-language text generation method, terminal and storage medium suitable for development language

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20040406