JP6444546B1 - Among the functions of numerical data (for example, double precision floating point numbers, DECIMAL (decimal type) and equivalent character string data, hereinafter referred to as “GC”), a function that can specify a numerical value in the mantissa part, etc. An invention of a system that can be used to call a subroutine via GC. - Google Patents

Among the functions of numerical data (for example, double precision floating point numbers, DECIMAL (decimal type) and equivalent character string data, hereinafter referred to as “GC”), a function that can specify a numerical value in the mantissa part, etc. An invention of a system that can be used to call a subroutine via GC. Download PDF

Info

Publication number
JP6444546B1
JP6444546B1 JP2018000011A JP2018000011A JP6444546B1 JP 6444546 B1 JP6444546 B1 JP 6444546B1 JP 2018000011 A JP2018000011 A JP 2018000011A JP 2018000011 A JP2018000011 A JP 2018000011A JP 6444546 B1 JP6444546 B1 JP 6444546B1
Authority
JP
Japan
Prior art keywords
function
cell
decimal
subroutine
character string
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 - Fee Related
Application number
JP2018000011A
Other languages
Japanese (ja)
Other versions
JP2019121149A (en
Inventor
昭徳 土屋
昭徳 土屋
Original Assignee
昭徳 土屋
昭徳 土屋
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 昭徳 土屋, 昭徳 土屋 filed Critical 昭徳 土屋
Priority to JP2018000011A priority Critical patent/JP6444546B1/en
Application granted granted Critical
Publication of JP6444546B1 publication Critical patent/JP6444546B1/en
Publication of JP2019121149A publication Critical patent/JP2019121149A/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

【課題】現状で行われている方法は、特定の目的にあった情報処理装置を、全体として一塊の装置として作成する場合が多く、情報処理技術者にとってかなり過酷である。また、システム開発には、多くの「物」を特定する必要があるが、これを、どのようにして解決するかを課題とした。
【解決手段】グローバルな数値データ(例えば、倍精度浮動小数点数、DECIMALおよびこれに相当する文字列データを含む。以下「GC」という)が有する複数の機能を利用してシステムの開発側(VBA側)と利用者側をGCで結び付ける方法を考案した。
また、多くの「物」を特定する方法については、数値のアロケーションにより解決することとした。つまり、多くの「物」に一意の値を与えることにより、システム開発を容易にし、併せてシステム開発の際の混乱を避けることができる。
【選択図】 図1
A method currently used is often very harsh for an information processing engineer because an information processing device for a specific purpose is often created as a whole device. In addition, it is necessary to identify many "things" for system development, and the issue was how to solve this.
A system development side (VBA) using a plurality of functions of global numerical data (for example, including double-precision floating-point numbers, DECIMAL and corresponding character string data, hereinafter referred to as “GC”). Side) and the user side were devised by GC.
In addition, a method for identifying many “things” is solved by numerical allocation. In other words, by giving unique values to many “things”, system development can be facilitated, and confusion during system development can be avoided.
[Selection] Figure 1

Description

情報処理システムの開発と利用方法に関するものである。     It relates to the development and use of information processing systems.

従来、情報処理装置は、ハードウエアーの選択、ソフトウェアの選択、仕様書の作成、概略設計、詳細設計、各種審査、プログラムの開発、実行テストなどを行って、はじめて実用化される。これには、極めて高度な情報処理技術を有する者を充てる必要がある。    Conventionally, an information processing apparatus is put into practical use only after selecting hardware, selecting software, creating specifications, outline design, detailed design, various examinations, program development, execution tests, and the like. To this end, it is necessary to use those who have extremely advanced information processing technology.

また、構築されたシステムは、概ね、一塊のプログラムであり、利用者は、システムが誘導する方法により処理を進めることになるので、柔軟性に欠けるといえる。
最近は、Excel(本発明に関する以下の説明は、ExcelおよびExcelに付属するVBAにより説明する)など、利用者が容易にシステムを構成できるようになっているが、それでもかなりの情報処理技術が要求されるところである。
In addition, the constructed system is generally a group of programs, and the user proceeds with the process by the method guided by the system, so it can be said that the system lacks flexibility.
Recently, users can easily configure the system such as Excel (the following explanation about the present invention is explained by Excel and VBA attached to Excel), but still requires considerable information processing technology. It is where it is done.

現在行なわれている方法の多くは、特定の目的に合った情報処理装置を、全体として一塊の装置として構築する必要があるので、情報処理技術者にとっては、かなり過酷な作業であるといえる。
構築されたシステムは、当初予定された処理内容に制約されるので、とかく柔軟性に欠けることになる。
Many of the methods currently being carried out need to construct an information processing apparatus suitable for a specific purpose as a whole as a whole, and can be said to be a rather harsh task for an information processing engineer.
Since the constructed system is restricted by the originally scheduled processing content, it is not flexible enough.

情報処理技術者が容易に、情報処理装置を構築できるようにするにはどんな方法があるか、 また、利用者が制約された範囲の処理にとどまらず、利用者が柔軟にプログラミング(ここで言うプログラミングとは、GCを組み合わせることにより処理を行うものであって、例えばVBAでサブルーチンを作成する ということではない。)を行う方法はないか。 What kind of methods can be used to make it easy for information processing engineers to build information processing devices, and users can flexibly program beyond the limited range of processing (say here) Isn't there a way to do programming in which processing is done by combining GC, and it means not creating subroutines with VBA, for example)?

また、システムの機能を容易に、時間をかけてでもよいから拡張する方法はないか(つまりサブルーチンを必要に応じて容易に追加できるようにする)というのが主な課題である。 Also, the main problem is that there is no way to expand the functions of the system because it may take time (that is, it is possible to easily add subroutines as needed).

また、近年とみに個人情報保護に関する関心が高まっているが、少しでもセキュリティ面を強化する方法はないか。  In recent years, there has been a growing interest in protecting personal information. Is there any way to reinforce security?

利用者が情報処理の為にハードウエアーに向きあう時間を可能な限り少なくできないか。このことは、セキュリティ面でも有用であり、利用者の負担も軽減することができると思われる。
などを課題として、その解決を目的とする。
Can the user spend as little time as possible on the hardware for information processing? This is useful in terms of security and can reduce the burden on the user.
The purpose is to solve these issues.

本発明が採用しようとしている方法が、これまで行なわれなかった主な理由として考えられることは、概ね、次のことが考えられる。
上記のように、現在のシステム開発は、原則として、特定の目的に合った情報処理装置を、全体として一塊の装置として扱っており、利用者は、当該システムの誘導に従って処理を進めることが殆どである。
また、サブルーチンを細分化し、当該サブルーチンを外部から、自由に指定することができるようにするという発想が少なかったこと。(既存のシステムの一部を流用しようという発想はあったが)
一方、倍精度浮動小数点数やDECIMALには、概ね4つの機能があるが、その内、数値を表現するものとして使用していたが、サブルーチン番号の指定を含むパラメーターの指定や、それらを意味のある一意の値で扱うことの効果などに注目していな かったのではないか、などが挙げられる。
The following can be considered as the main reason why the method to be adopted by the present invention is considered as the main reason that has not been performed so far.
As described above, in the current system development, in principle, information processing devices suitable for a specific purpose are handled as a whole device as a whole, and the user mostly proceeds with processing according to the guidance of the system. It is.
In addition, there were few ideas to subdivide the subroutine so that the subroutine could be freely specified from the outside. (Although there was an idea to divert part of the existing system)
On the other hand, double-precision floating-point numbers and DECIMAL have roughly four functions. Among them, they were used to express numerical values. However, parameters such as subroutine numbers and meanings were used. This may be because they did not pay attention to the effect of handling with a unique value.

本システムは、GC(GCとは、狭義には、数値データ(例えば、倍精度浮動小数点数、DECIMALおよびこれに相当する文字列データを含む。)により、一意に定義された数値データのことであるが、広義には、アロケーションの対象となる数値データ全体を指すもので、狭義の場合は、広義の対象数値のほんの一部を利用しているということである)を利用してサブルーチンをコールすることができるシステム構築と利用者が行うGCを組み合わせて行うプログラミングを可能とするシステムの構築方法および利用方法を考察したシステムである。 (以下「GCシステム」または「本システム」という)。 This system is a numerical data that is uniquely defined by GC (in a narrow sense, it includes numerical data (for example, including double-precision floating-point numbers, DECIMAL and corresponding character string data)). However, in a broad sense, it refers to the entire numerical data to be allocated, and in the narrow sense, it means that only a part of the numerical value in the broad sense is used). It is a system that considers a system construction method and a utilization method that enable programming performed by combining system construction that can be performed and GC performed by a user. (Hereinafter referred to as “GC system” or “this system”).

サブルーチンの作成は、ある程度まとまった目的を単位に作成する。例えば、入力ルーチン、文字列をGC化するルーチン、GCを文字列化するルーチン、GCを連結するルーチン、メッセージを表示するルーチンなどである。 Subroutines are created in units of a certain purpose. For example, there are an input routine, a routine for converting a character string into GC, a routine for converting GC into a character string, a routine for concatenating GC, a routine for displaying a message, and the like.

GCシステムでは、例えば、Excelに付属するVBAが扱える倍精度浮動小数点数およびDECIMAL(以下「倍精度データ等」という場合もある)が有する4つの機能の内、あまり気づかれていない、次に述べる3つの機能を利用する。 In the GC system, for example, a double precision floating-point number that can be handled by the VBA attached to Excel and DECIMAL (hereinafter sometimes referred to as “double precision data”) have little noticed. Use three functions.

倍精度データやDECIMALの仮数部の利用である。倍精度データはその有効桁数が15桁と大きく、また、DECIMALは、28桁と大きいことからこれにパラメーター(サブルーチン番号を含む)を容易に指定することが可能である。 This is the use of double precision data and the mantissa part of DECIMAL. Since double precision data has a significant number of significant digits of 15 and DECIMAL is as large as 28 digits, parameters (including subroutine numbers) can be easily specified.

次は、指数部の活用である。倍精度データおよびDECIMALには、指数部があり、この指数の指定により、仮数部での値が同じでもほかの内容として扱うことが可能であることから数値のアロケーションが可能であり、その機能を利用することにより、システム開発の際の多様性、融通性などが確保されることは、大きな利点である。 Next is the use of the exponent part. Double precision data and DECIMAL have an exponent part, and by specifying this exponent, it is possible to handle numerical values because it can be handled as other contents even if the value in the mantissa part is the same. It is a great advantage to ensure diversity, flexibility, etc. during system development.

次も、指数部と関係する機能の活用である。先に述べたように、同じように見える数値でも指数が異なると、まったく別の数値である。1つの指数に含まれる数値が表現できる値の範囲も膨大であるが、その指数は最大308であると言われている。
さらに、DECIMALは、はるかに膨大である。仮数部が28桁である。これは倍精度浮動小数点数の1つの指数分の10の13乗倍であることを意味している。全くもって途方もない数値の世界である。
GCシステムでは、この膨大な世界を、数値のアロケーションという方法により活用を始めている。
Next is the utilization of functions related to the index part. As mentioned earlier, even if the numbers look the same, if the indices are different, they are completely different numbers. Although the range of values that can be expressed by a numerical value included in one index is enormous, the index is said to be a maximum of 308.
Furthermore, DECIMAL is much larger. The mantissa is 28 digits. This means that it is 10 13 times the power of one exponent of a double precision floating point number. It's a tremendous numerical world.
The GC system has begun to utilize this enormous world by a method called numerical allocation.

その1つが通常考えられる範囲の全ての「物」に一意な値を与えることである。例えば、サブルーチン番号を含むパラメーターの指定用の領域として1E+17から9E+17未満がアロケーションされている。また、文字列作成専用の領域として1E+20から1E+21未満がアロケーションされている。このようにして、意味のある数値にすることによりGCは一意の値を持つこととなり、システムが扱う数値の混乱を避けることが可能となる。 One of them is to give unique values to all “things” in the normally conceivable range. For example, 1E + 17 to less than 9E + 17 are allocated as areas for specifying parameters including subroutine numbers. Also, 1E + 20 to less than 1E + 21 are allocated as areas dedicated to character string creation. In this way, by making a meaningful numerical value, the GC has a unique value, and it is possible to avoid the confusion of numerical values handled by the system.

GCに一意な値を与えるためには、予めGCに使用する倍精度データおよびDECIMALをどの目的にどの倍精度データまたはDECIMALの領域を使用するかを割り当てておく必要がある。これが、「GCのアロケ」または、「GCのアロケーション」である。
(注)詳細は、段落番号0032から0036参照
In order to give a unique value to the GC, it is necessary to assign in advance which double-precision data or DECIMAL to be used for which double-precision data and DECIMAL to be used for the GC. This is “GC Aroke” or “GC Allocation”.
(Note) For details, see paragraph numbers 0032 to 0036

GCシステムでは、Excelの画面上に、マウスなどにより指定できるセルにGCを設定できる機能およびセルに設定できる関数や演算機能なども利用する。これらの機能およびGCそのものが単なる数値であるので、利用者は、VBAに触れることなくGCシステムを利用することができる。 In the GC system, a function that allows GC to be set in a cell that can be designated with a mouse or the like, a function that can be set in a cell, a calculation function, and the like are also used on the Excel screen. Since these functions and the GC itself are merely numerical values, the user can use the GC system without touching the VBA.

課題の解決には、上記の各種の機能を利用することを前提に、概要次のようにイメージする。
一定の制約を条件として、GCシステムを開発、提供する者(以下「GCシステム開発者」という)と、利用者は提供されたGCシステムを専ら利用するとともに、提供された機能を利用できるGCを、自由に組み合わせてプログラムを作成処理することができるように工夫して、両者を分離できるようにする。
In order to solve the problem, an overview is given as follows, assuming that the various functions described above are used.
Under certain conditions, a person who develops and provides a GC system (hereinafter referred to as a “GC system developer”) and a user who exclusively uses the provided GC system and who can use the provided functions In order to create a program that can be freely combined and processed, the two can be separated.

GCシステムの内、サブルーチンに関する部分及びサブルーチンを実行するために必要な仕組みをGCシステム開発者が作成し、さらにGCシステム開発者は、パラメーターの設定などその利用方法について定義し、 The GC system developer creates a part related to the subroutine in the GC system and a mechanism necessary for executing the subroutine. Further, the GC system developer defines the usage method such as parameter setting,

利用者が作成したGCを設定できるセルの範囲を予め指定し(必須ではない)
それらの内容をGCシステムの利用者に提供する。
Specify in advance the range of cells in which the user-created GC can be set (not required)
The contents are provided to the user of the GC system.

利用者は、指定された定義方法でGCを作成し、紙面に書き留めるなりセル(ウラのセル。段落番号0053参照)に設定するなどしたうえ、GCシステムを起動し、紙面に書き留めた場合は、メニューからGCを入力して実行し、セルに格納した場合は、メニューから「セルを指定」を選択したうえ、オモテのセルを指定して実行する。 The user creates a GC with the specified definition method, writes it down on the page, sets it as a cell (back cell, see paragraph number 0053), etc., starts the GC system, and writes it down on the page. If GC is entered from a menu and executed, and stored in a cell, “Specify Cell” is selected from the menu, and then a front cell is designated and executed.

GCシステムの利用者は、指定された方法で、GCを設定し、当該GCをセル上に設定するなりメニューで選択するなりして、実行すればよいので、殆どVBAの知識を持たない場合でも、より容易に情報処理を行うことができる。また、GCを組み合わせたプログラミングを行うことができる。   Even if the user of the GC system has only little knowledge of VBA, it is only necessary to set the GC by the designated method and execute it by setting the GC on the cell or selecting it from the menu. Information processing can be performed more easily. Moreover, programming combining GC can be performed.

GC システムには、複数のGCを連結する機能があるが、GCには、一意な値が与えられており、GCの連結機能を利用する場合にも混乱を避けることができる。利用者は、GCの指定を複数個指定することなどにより、より複雑な目的のプログラムを、VBAに触れることなく作成することが可能である。    The GC system has a function of concatenating a plurality of GCs, but a unique value is given to the GC, and confusion can be avoided even when the GC concatenation function is used. The user can create a more complicated target program without touching the VBA by designating a plurality of GC designations.

当該、連結の為に作成されたGCには、新たな一意な値が与えられているので、当該GCを指定することにより同一の処理を繰り返し行うことができる。(作業の省力化) Since a new unique value is given to the GC created for the connection, the same processing can be repeated by designating the GC. (Labor saving work)

GCの作成は、VBAなどに触れる必要がないので、机上でも行うことができる(紙面に書き留めておき、実行する際に直接入力するなり、セル上に設定するなりすればよい)。(一部脱ハードウエアー化)。このことは、ハードウエアーに向きあう時間を少なくすることが可能であって、セキュリティ面でも、利用者の負担の面でも大いに役立つ。 Since it is not necessary to touch the VBA or the like, the GC can be created even on a desk (note that it is necessary to write it down on paper and directly input it when it is executed, or set it on a cell). (Partial hardware removal). This makes it possible to reduce the time spent facing the hardware, which is very useful both in terms of security and the burden on the user.

GCは、膨大な範囲の値を整理し意味のある値として扱えるので、多量のデータを扱う「物」 の分類・整理を混乱なく容易に行うことができる。このことはGCシステムの今後の展望として大きな特徴となりうる面である。 Since GC can handle a huge range of values and treat them as meaningful values, it can easily classify and organize “things” that handle large amounts of data without confusion. This can be a major feature of the future prospects of the GC system.

GCは、数値データであるので、セル上に表示される内容は、数値の羅列であり、具体的な内容を読み取ることは出来ない。このことは、簡易なセキュリティ対策にも有用である。オモテのセルには、文字などのより具体的な表示方法を採用することで内容を把握しやすくする工夫は必要である。 Since GC is numerical data, the content displayed on the cell is an enumeration of numerical values, and the specific content cannot be read. This is also useful for simple security measures. The front cell must be devised to make it easier to grasp the contents by adopting more specific display methods such as characters.

また、GCにバイアスを与えることにより、簡易なセキュリティ 対策も可能である。
このための数値データエリアとして
9E+17から9E+18未満(ルーチン番号を含むGCに加えるバイアス用)
が充てられている。
サブルーチン番号を含むGC用に1E+17から9E+17未満とされているのは、GCにバイアス(仮数部で100000000000000(15桁)以内の値に相当する値を与える)をかけた場合に,オーバーフローを起こさないようにするために最大9E+17未満にしているものである。
In addition, by applying a bias to the GC, simple security measures can be taken.
As a numerical data area for this purpose, 9E + 17 to less than 9E + 18 (for bias applied to GC including routine number)
Is devoted.
The reason why 1E + 17 to less than 9E + 17 is set for GC including a subroutine number is when a bias is applied to GC (a value corresponding to a value within 100000000000000 (15 digits) in the mantissa). In order not to cause an overflow, the maximum is less than 9E + 17.

GCを介して行う、サブルーチンをコールする方法の概要を示す図である。It is a figure which shows the outline | summary of the method of calling a subroutine performed via GC.

GCシステムでは、GCシステムのVBAと利用者を仲介するのは、GCである。従って、GCの作成方法の定義および利用方法についての理解は重要である。
GCシステムでは、GCの作成に混乱を生じないように全てに一意の値を与えることにしている。
ただし、GCに一意の値を与える目的はこれだけではない。一般に考えられる「物」に対して一意の値を与えることにより、GCは容易にそのポイントを指定することが可能となるなどGCで処理できる範囲が格段と増加する。
In the GC system, it is the GC that mediates the VBA and the user of the GC system. Therefore, it is important to understand how to create and use GC.
In the GC system, a unique value is given to all so as not to confuse the creation of the GC.
However, this is not the only purpose for giving a unique value to the GC. By giving a unique value to a generally considered “thing”, the range that can be processed by the GC is greatly increased. For example, the point can be easily designated by the GC.

GCに一意の値を与える方法は、例えば、倍精度浮動小数点数およびDECIMALが表現できる膨大な値の領域をどの目的にどの部分を使用するかを予めアロケーションしておくことにより実現する。 The method of giving a unique value to the GC is realized, for example, by allocating in advance for which purpose which part is used for the enormous value area that can be expressed by double precision floating point numbers and DECIMAL.

GCシステムにおける数値の領域のアロケーションの概要は、次のとおりである。 An outline of numerical area allocation in the GC system is as follows.

GCに使用する倍精度浮動小数点数が表現できる領域の各GCヘのアロケーション(概要)
0から1E+15未満(本来の倍精度浮動小数点数の値として扱うGC用)
1E+15から1E+16未満(本来の倍精度浮動小数点数の値として扱うGC用)
1E+16から1E+17未満(本来の倍精度浮動小数点数の値として扱うGC用)
1E+17から9E+17未満(ルーチン番号を含むGC用)
9E+17から9E+18未満(ルーチン番号を含むGCに加えるバイアス用)
1E+18から1E+19未満(未定義)
1E+19から1E+20未満(未定義)
1E+20から1E+21未満(文字列作成専用GC用)
1E+21から1E+22未満(DECIMALE対応のために使用しないこととする)
1E+22から1E+23未満(DECIMALE対応のために使用しないこととする)
1E+23から1E+24未満(DECIMALE対応のために使用しないこととする)
1E+24から3E+25未満(DECIMALE対応のために使用しないこととする)
2E+25から2E+26未満(DECIMALE対応のために使用しないこととする)
3E+26から1E+27未満(DECIMALE対応のために使用しないこととする)
1E+27から1E+28未満(DECIMALE対応のために使用しないこととする)
1E+28から1E+29未満(DECIMALE対応のために使用しないこととする)
1E+29から7.9E+29未満(DECIMALE対応のために使用しないこととする)
8E+29から1E+30未満(倍精度浮動小数点数。未定義)
1E+30から1E+31未満(倍精度浮動小数点数。セルのアロケーション用)
1E+31から1E+32未満(個人番号用。未定義)
1E+32から1E+33未満(法令関係用。未定義)
1E+33から1E+308未満(未定義)
倍精度浮動小数点数の内、負の値を示す範囲のもの(未定義)
Allocation to each GC in the area where double-precision floating-point numbers used for GC can be expressed (overview)
0 to less than 1E + 15 (for GC handled as an original double-precision floating-point value)
1E + 15 to less than 1E + 16 (for GC treated as an original double-precision floating-point value)
1E + 16 to less than 1E + 17 (for GC handled as an original double-precision floating-point value)
1E + 17 to less than 9E + 17 (for GC including routine number)
9E + 17 to less than 9E + 18 (for bias applied to GC including routine number)
1E + 18 to less than 1E + 19 (undefined)
1E + 19 to less than 1E + 20 (undefined)
1E + 20 to less than 1E + 21 (for GC dedicated to character string creation)
1E + 21 to less than 1E + 22 (not used for DECIMALE compliance)
1E + 22 to less than 1E + 23 (not used for DECIMALE compliance)
1E + 23 to less than 1E + 24 (not used for DECIMALE compliance)
1E + 24 to less than 3E + 25 (not used for DECIMALE compliance)
2E + 25 to less than 2E + 26 (not used for DECIMALE compliance)
3E + 26 to less than 1E + 27 (not used for DECIMALE compliance)
1E + 27 to less than 1E + 28 (not used for DECIMALE compliance)
1E + 28 to less than 1E + 29 (not used for DECIMALE compliance)
1E + 29 to less than 7.9E + 29 (not used for DECIMALE compliance)
8E + 29 to less than 1E + 30 (double precision floating point number, undefined)
1E + 30 to less than 1E + 31 (double-precision floating point number for cell allocation)
1E + 31 to less than 1E + 32 (for personal numbers, undefined)
1E + 32 to less than 1E + 33 (for legal purposes, undefined)
1E + 33 to less than 1E + 308 (undefined)
A double-precision floating-point number in the range showing a negative value (undefined)

GCに使用する10進型(DECIMALE)が表現できる領域の各GCヘのアロケーション(概要)
1E+21から1E+22未満(未定義)
1E+22から1E+23未満(未定義)
1E+23から1E+24未満(未定義)
1E+24から3E+25未満(未定義)
2E+25から2E+26未満(未定義)
3E+26から1E+27未満(未定義)
1E+27から1E+28未満(未定義)
1E+28から9E+28未満(サブルーチン番号を含むGC用)
9E+28から1E+29未満(サブルーチン番号を含むGCに加えるバイアス用)
1E+29から7.9E+29未満(未定義)
Allocation to each GC in the area that can be represented by the decimal type (DECIMALE) used for GC (outline)
1E + 21 to less than 1E + 22 (undefined)
1E + 22 to less than 1E + 23 (undefined)
1E + 23 to less than 1E + 24 (undefined)
1E + 24 to less than 3E + 25 (undefined)
2E + 25 to less than 2E + 26 (undefined)
3E + 26 to less than 1E + 27 (undefined)
1E + 27 to less than 1E + 28 (undefined)
1E + 28 to less than 9E + 28 (for GC including subroutine number)
9E + 28 to less than 1E + 29 (for bias applied to GC including subroutine number)
1E + 29 to less than 7.9E + 29 (undefined)

このようにアロケーションされたなかで、
1E+17から9E+17未満(ルーチン番号を含むGC用)
は、分かりやすくすると
1.00000000000000E+(15桁)
から8.9999999999999E+17(15桁)
の、ようになり、この領域はルーチン番号を含むGC用に使用される。先頭2桁でサブルーチン番号を指定する。例えば、サブルーチン番号24(GC(文字列からユニコードに変換した数値を持つGC)から文字列に変換するサブルーチン)を指定したとすると
2.40000000000000E+17(15桁)から2.49999999999999E+17(15桁)
が、このルーチンをコールする際に使用できる値の範囲である。
パラメーターの設定は、全て異なるので、全体としてこのGCには一意の値が与えられることになる。
In such an allocation,
1E + 17 to less than 9E + 17 (for GC including routine number)
Is 1.00000000000000E + (15 digits)
To 8.999999999999E + 17 (15 digits)
This area is used for the GC containing the routine number. Specify the subroutine number in the first two digits. For example, if subroutine number 24 (GC (a subroutine having a numerical value converted from a character string to Unicode) is converted to a character string) is specified, 2.40000000000000E + 17 (15 digits) to 2.499999999999E + 17 (15 digits)
Is the range of values that can be used when calling this routine.
Since all parameter settings are different, this GC is given a unique value as a whole.

GCシステム開発者が行うGCの定義方法は、概ね次のように行う。
(注)ここで示す表現は、一つの方法の例である。(a.b………………oE+17は、桁番号に対応して表現したものである)
(1) a. b c d e f g h i j k l m n o E+17 (倍精度浮動小数点数)
先頭2桁の a.b でルーチン番号を指定する。
先頭3桁目から15桁にパラメーターの指定方法を定義する。
(2) a.bcdefghijklmnopqrstuvwxyzabE+28 (DECIMAL(10進型))
先頭2桁の a.b でルーチン番号を指定する。
先頭3桁目から28桁にパラメーターの指定方法を定義する。
(注) 末尾のa , b はaa, abを略したもの
(3) a. b c d e f g h i j k l m n o E+20 (倍精度浮動小数点数) (文字列作成専用)
1桁から15桁の全てにパラメーターの指定方法を定義する。
The GC definition method performed by the GC system developer is generally performed as follows.
(Note) The expression shown here is an example of one method. (Ab ……………… oE + 17 is expressed corresponding to the digit number)
(1) a. B cd def gh i k kl m no E + 17 (double precision floating point number)
Specify the routine number in the first two digits a.b.
Define the parameter specification method from the first 3 digits to 15 digits.
(2) a.bcdefghijklmnopqrstuvwxyzabE + 28 (DECIMAL (decimal type))
Specify the routine number in the first two digits a.b.
Defines the parameter specification method from the first 3 digits to 28 digits.
(Note) a and b at the end are abbreviations for aa and ab (3) a. Bc df gh ij k l m n o E + 20 (double-precision floating-point number) (character string creation only)
Define the parameter specification method for all 1 to 15 digits.

利用者がGCを利用して作成するプログラムの組み立てには、概略2通りの方法があるが、その内訳を展開するためのエリアとしてGCネストレベル対応情報設定領域(以下「GCNLI」)を用意している。GCNLIは、配列変数W(2000から4999)の領域が充てられ、1レベルあたり100要素が使用される。 There are roughly two ways to assemble a program created by a user using GC. A GC nest level corresponding information setting area (hereinafter referred to as “GCNLI”) is prepared as an area for developing the breakdown. ing. GCNLI is allocated the area of array variable W (2000 to 4999), and 100 elements are used per level.

利用者がGCを利用して作成するプログラムの組み立ての方法の一つは、先頭のGCに“ , “(カンマ) で繋げる方法で、非階層的に扱われる。つまり、その全てのGCは同じレベルのGCNLIに展開されて、処理が行われる。文字列作成用GCの連結などに多用されている。(1つのセルに格納される) One of the methods for assembling a program created by a user using GC is a method of connecting to the head GC with “,” (comma), and is handled non-hierarchically. That is, all the GCs are expanded to the same level of GCNLI and processed. It is often used for concatenation of character string creation GCs. (Stored in one cell)

他の一つは、主としてGC連結用GC(サブルーチン番号11)を利用して行うもので階層的に扱われる。階層的に扱うとは、複数個のGCを内訳とし、纏めたGCを見出しとして、更に複数の見出しのGCを纏めたものを新たな見出しのGCとするなどして連結したものを、初期のGCを頂点として、見出しのGC単位に、順に1つ下位のGCNLIに展開することである。
GCシステムにおいて、GCはその多くが複数のGCをまとめて1つの見出しのGCとされたものである。つまり、複数の内訳を持ったGCが階層状の構造をしている。階層化されたGCは、このGCNLIに階層ごとに展開され、実行される。
The other one is mainly performed using the GC connection GC (subroutine number 11) and is handled hierarchically. Hierarchical handling refers to a combination of a plurality of GCs as a breakdown, a consolidated GC as a heading, and a combination of a plurality of heading GCs as a new heading GC. With GC as a vertex, it is expanded to GCNLI one level lower in order in the GC unit of the heading.
In the GC system, most of the GCs are obtained by combining a plurality of GCs into one heading GC. That is, the GC having a plurality of breakdowns has a hierarchical structure. The hierarchized GC is expanded and executed in this GCNLI for each hierarchy.

このようにして纏めたものを、更に同様に纏めることにより、例えば、いくらでも長い文をたった1つのGCで指定することができるようになる。(資源が足りる範囲ではあるが)
本システムでは、現在このネストレベルを30までサポートしている。
By collecting the items collected in this way in the same way, for example, it becomes possible to specify any number of long sentences with only one GC. (Although to the extent that resources are sufficient)
The system currently supports up to 30 nesting levels.

次に示すGCは、利用者がGCのパラメーターで指定したGCの所在地からGCを抽出し、実行するGCであるが、ここではその作成方法について説明する。
GCは、次のような定義方法により作成する。
(a.b………………oE+17は、桁番号に対応して表現したものである)
(1) a. b c d e f g h i j k l m n o E+17 (倍精度浮動小数点数)
A2=11; このルーチンのルーチン番号11であることを表す。(A2は、先頭のaから2桁の値の意味) (以下同様)(GCに設定する場合は1.1とする)
C1= 1: 未定義
2: GC格納群内の相対参照で指定する。
D3=1つ目のGCが格納されているセルの行番号(相対参照値)
G3=同上の列番号
J3=2つ目のGCが格納されているセルの行番号(相対参照値)
M3=同上の列番号
(2)1.1cdefghijklmnopqrstuvwxyzabE+28の場合
A2=11; このルーチンのルーチン番号11であることを表す。(A2は、先頭のaから2桁の値の意味) (以下同様)(GCに設定する場合は1.1とする)
(注)末尾のa、bはaa、abとするところを省略したものである。
C1= 1: ほぼ全てのセルを絶対参照で指定
2: GC格納群内の相対参照で指定する。
(A)C1=1の場合
E5=1つ目のGCが格納されているセルの行番号
J3=同上の列番号
M5=2つ目のGCが格納されているセルの行番号
R3=同上の列番号
U5=3つ目のGCが格納されているセルの行番号
Z3=同上の列番号
(B) C1=2 の場合
E3=1つ目のGCが格納されているセルの行番号(相対参照)
H3=同上の列番号
K3=2つ目のGCが格納されているセルの行番号(相対参照値)
N3=同上の列番号
Q3=3つ目のGCが格納されているセルの行番号(相対参照値)
T3=同上の列番号
W3=4つ目のGCが格納されているセルの行番号(相対参照値)
Z3=同上の列番号
The following GC is a GC that is extracted and executed from the location of the GC designated by the user using the GC parameters. Here, the creation method will be described.
The GC is created by the following definition method.
(Ab ……………… oE + 17 is expressed corresponding to the digit number)
(1) a. B cd def gh i k kl m no E + 17 (double precision floating point number)
A2 = 11; indicates that the routine number is 11 in this routine. (A2 means a two-digit value from the leading a) (The same applies hereinafter) (If set to GC, set to 1.1)
C1 = 1: Undefined 2: Designated by relative reference in the GC storage group.
D3 = the row number of the cell in which the first GC is stored (relative reference value)
G3 = column number same as above
J3 = Row number of the cell where the second GC is stored (relative reference value)
M3 = column number same as above
(2) 1.1cdefghijklmnopqrstuvwxyzabE + 28 A2 = 11; indicates that the routine number is 11 in this routine. (A2 means a two-digit value from the leading a) (Same below) (If set to GC, set to 1.1)
(Note) a and b at the end are omitted aa and ab.
C1 = 1: Almost all cells are designated by absolute reference 2: Designated by relative reference in the GC storage group.
(A) When C1 = 1 E5 = Row number of the cell in which the first GC is stored
J3 = column number same as above M5 = row number of cell in which second GC is stored R3 = column number same as above
U5 = row number Z3 of the cell storing the third GC = column number same as above (B) When C1 = 2 E3 = row number of the cell storing the first GC (relative reference)
H3 = column number same as above K3 = row number of cell in which second GC is stored (relative reference value)
N3 = column number same as above Q3 = row number of cell in which third GC is stored (relative reference value)
T3 = column number same as above W3 = row number of cell in which the fourth GC is stored (relative reference value)
Z3 = column number same as above

GCの連結の作業は、既に設定されている内容を承知したうえで連結する必要があるなど、かなり慎重に行う必要があるので、その殆どが机上の作業となると思われるが、一方慣れると意外と楽しい面もあり、ハードウエアを使用しなくても済むことなどのメリットもあるので、功罪両面があるといえる。 Since it is necessary to do the work of connecting the GC after being aware of the already set contents, it is necessary to do it with great care, so it seems that most of it will be work on the desk, but surprisingly if you get used to it There are merits such as having fun and not having to use hardware, so it can be said that there are both merits and demerits.

しかしながら、GCを連結する機能は、本システムの主要な機能であり、この機能を使いこなすことにより、利用者が希望する情報処理のためのプログラムを効率よく作成できることになる。 However, the function of connecting the GCs is a main function of the present system. By making full use of this function, a program for information processing desired by the user can be efficiently created.

利用者がGCを組み合わせて作成したプログラムの変更は、GCの組み合わせを変更することにより容易に行うことができる。 The program created by the user combining the GC can be easily changed by changing the GC combination.

GCシステムでは、GCを実行するため、「GCドライバー」を用意している。GCドライバーは、GCで指定されたサブルーチンをコールするなどの処理を行う。 In the GC system, a “GC driver” is prepared to execute GC. The GC driver performs processing such as calling a subroutine designated by GC.

GCの実行(利用者側)
利用者は、GCシステムを、セル上に置かれた「起動」コマンドボタンをクリックすることによりGCシステムを起動し利用する。
GCシステムをスタートさせるとメニューが表示される。
このメニューから処理内容を選択し、指定したうえGCを入力するなり、セルを指定するなどすると、VBA側が実行した後、共通変数や予め指定されている領域にその結果が返される。表示を指定しているときは表示が行なわれる。
GC execution (user side)
The user activates and uses the GC system by clicking the “Activate” command button placed on the cell.
When the GC system is started, a menu is displayed.
If the processing content is selected from this menu, specified and then GC is input, or if a cell is specified, the result is returned to a common variable or a previously specified area after execution by the VBA side. When the display is specified, the display is performed.

GCの実行(VBA側)
VBAは、利用者からGCを受け取るとシステムドライバーは、ルーチン番号とルーチンの対応テーブルから対応するルーチンを選択し、コールする。
サブルーチンによる処理が終了すれば、その結果を予め決められた共通変数や領域に設定して利用者側に返すことになる。
表示が指定されているときは、表示を行う。
Execute GC (VBA side)
When the VBA receives the GC from the user, the system driver selects and calls the corresponding routine from the routine number and routine correspondence table.
When the processing by the subroutine is completed, the result is set to a predetermined common variable or area and returned to the user side.
If display is specified, display is performed.

GCシステムの開発の現状と目標とする形態
GCシステムの開発は、現在、ほんの入り口にすぎないが、システム開発者が行うべき処理と利用者が行うべき処理とをほぼ完全に分離できたことにより、次のことを目標にしている。
社内で使用する場合は、システム開発者が、細切れながらも当該社内で必要とする内容の多くをカバーすると思われる範囲のサブルーチンを作成し、更に、GCの組み合わせによるプログラムを作成し、これも含めて利用者に提供することとすれば、社内に、GCで作成された共通なプログラムを提供できる。
Current state of GC system development and target form GC system development is only an entrance at present, but the process that the system developer should perform and the process that the user should perform are almost completely separated. The goal is to:
For in-house use, the system developer creates subroutines in a range that seems to cover most of the contents required in the company even though it is finely divided, and further creates a program by combining GC, including this If it is provided to the user, a common program created by GC can be provided in the company.

GCシステムの本格的なシステムの提供の際の姿は、最低、一般的に必要なサブルーチンと、それらを利用するためのGCをセットにして提供することを目標にしている。利用者に提供した後に、システム開発者がGCを追加した場合は、利用者がGCを設定するセルのエリアと開発者や他の利用者が作成したGCによるプログラムとを別のエリアに設定するように決められている場合は、混乱がないので、開発者などが作成したGCのデータを一括して利用者に提供することができることから、容易にシステムの向上を図れるほか、セキュリティ面でも有用である。 At the time of providing a full-fledged GC system, the goal is to provide a set of subroutines that are generally required and a GC for using them. When the system developer adds a GC after providing it to the user, the user sets the cell area in which the GC is set and the GC program created by the developer or another user in different areas. In this case, since there is no confusion, GC data created by developers etc. can be provided to users in a batch, so that the system can be easily improved and useful in terms of security. It is.

GCの追加の情報は、利用者側から収集することもできるので、システム開発者は、当該情報を集約した上、同様の処理を行うことができる。これにより、社内でGCシステムの共有と向上を図ることができる。
GCシステムは、このように、それほどVBA追加などを行わなくても、ボチボチと向上できることを特徴とする。
Since the additional GC information can be collected from the user side, the system developer can perform the same processing after collecting the information. As a result, the GC system can be shared and improved in-house.
Thus, the GC system is characterized in that it can be improved without much VBA addition or the like.

ここでは、セルのアロケーションと「○○群」および「○○群対応」の設定について述べる。本システムでは、最近特にその範囲が広がったセルの扱いを容易にするため、セルのアロケーションを行なっている。セルの場合は、倍精度浮動小数点数の場合のように、概ね、指数単位に行うなどといった方法が難しいので、セルの使用目的別に設定したセルの範囲単位に「群」番号を与え、群番号単位に必要なパラメーターを設定するようにしている。
これらの 「群」(「対応」を含む)の全体をまとめた 表をGPT(「群番号対応パラメーターテーブル」という)ということとする。
Here, cell allocation and setting of “XX group” and “XX group correspondence” will be described. In this system, cell allocation is performed to facilitate the handling of cells whose range has recently been expanded. In the case of cells, as in the case of double-precision floating-point numbers, it is generally difficult to do so in units of exponents. Therefore, a “group” number is assigned to each cell range unit set according to the purpose of use of the cell. The necessary parameters are set for the unit.
A table summarizing these “groups” (including “corresponding”) is called GPT (referred to as “group number corresponding parameter table”).

つまり、GPTは、セルのアロケーションを行なっているもので、GCのアロケーションとともに、処理を進めるうえで、重要な役割を担っている。
「○○群対応」は、「○○群」に付属する形で、主としてGCを格納する目的で使用される。このような場合、「○○群」には、GCの内容を表す文字列などを格納する。原則として、セルの指定は「「○○群」内のセル(このような「○○群」内のセルを「オモテのセル」または「オモテ」ということとする)で指定し、実際には「○○群対応」内の対応するセル(各群内のオフセット値が同じセル)を対象にして処理が行われる(このような「○○群対応」内のセルを「ウラのセル」または「ウラ」ということにする)。
In other words, the GPT performs cell allocation, and plays an important role in advancing processing together with GC allocation.
The “XX group correspondence” is attached to the “XX group” and is used mainly for the purpose of storing the GC. In such a case, a character string representing the contents of the GC is stored in the “XX group”. As a general rule, cells are specified by “cells in“ XX group ”(cells in“ XX group ”are called“ front cell ”or“ front ”). Processing is performed for the corresponding cells in “corresponding to XX group” (cells having the same offset value in each group) (such cells in “corresponding to XX group” are referred to as “back cells” or I'll call it "Ura").

セルのアロケーション用に使用されるGCには、指数30の倍精度浮動小数点数が使用される。 The GC used for cell allocation uses a double precision floating point number with an exponent of 30.

コンピュータの「時代」は、「変換」(あるいは、「置き換え」)の歴史である。
1ビットから対応して、現在は、小さな子供達でも動かすことができるコンピュータに変貌している。これまでは、主として分かりやすい「言葉」に変換する時代であったが、言葉は、必ずしも正確ではない。
GCシステムでは、数値を非常に重視している。数値で全てのものを指定することができれば、容易に、プログラミングが可能だからである。
また、数値で指定するにしても、より効率的に指定できる方法を検討し、それをシステムに反映させることができることは、GCシステムの大きな特徴である。
例えば、同じセルを指定するにしても、絶対参照で指定する場合と、相対参照で指定する場合とでは、個人差もあるが、どちらがよいかという選択をする必要が生ずるかもしれないが、この問題に対応するにしても、GCの場合は、パラメータの設定方法を複数個用意しておく(絶対参照で指定する場合と、相対参照で指定する場合の2つのGCを用意するなど)ことで対応できるので、極めて容易に対応できることになる。このように、ものの処理を、数値で指定する場合は、多くの指定方法を容易に作り出すことができるが、これがGCの特徴であり、目標とするところである。
The “era” of computers is the history of “transformation” (or “replacement”).
Corresponding to one bit, it is now transforming into a computer that even small children can move. Until now, it was an era of conversion to “words” that are easy to understand, but words are not always accurate.
In the GC system, numerical values are very important. This is because if everything can be specified by numerical values, programming is easy.
Also, it is a great feature of the GC system that even if it is designated by a numerical value, a method that can be designated more efficiently is considered and can be reflected in the system.
For example, even if the same cell is specified, there are individual differences between the case of specifying by absolute reference and the case of specifying by relative reference, but it may be necessary to select which is better. Even in response to the problem, in the case of GC, a plurality of parameter setting methods are prepared (for example, two GCs for specifying by absolute reference and specifying by relative reference are prepared). Since it can respond, it can respond very easily. As described above, when the processing of a thing is designated by a numerical value, many designation methods can be easily created. This is a feature of GC and is a target.

次の例は、「本日は、晴天なり。」と「只今、マイクの試験中」の2つの文字列を連結する処理の実施例である。
「本日は、晴天なり。」の文字列は、行番号9010、列番号70にある。
「只今、マイクの試験中」の文字列は、行番号9015、列番号69にある。
ものとする。
まず、システムを起動し、メニューで「セルを指定」、「文字列のGC化」を選択し、指示に従って行番号9010、列番号70のセルをクリックして「本日は、晴天なり。」の文字列をGC化すると、そのGCは文字列が格納されているセルのウラのセルに格納される。「只今、マイクの試験中」の文字列についても、同様にしてGC化する。
この2つの文字列を連結するGCは、次のように作成する。
a. b c d e f g h i j k l m n o E+17
1. 1 2 0 1 0 0 7 0 0 1 5 0 6 9 E+17

(a.b………………oE+17は、桁番号に対応して表現したものである)
A2=11; GCを連結する処理を行うルーチンのルーチン番号11である。
(A2は、先頭のaから2桁の値の意味) (以下同様)(GCに設定する場合は1.1とする)
C1=2:GC格納群の相対参照で指定していることを示すフラグ
D3=010:一つ目のGCが格納されているセルの行番号9010の相対参照
G3=070:同上のセルの列番号の相対参照
J3=015:二つ目のGCが格納されているセルの行番号9015の相対参照
M3=069:同上のセルの列番号の相対参照
このGCを空いているセルのウラのセルに格納し、オモテのセルには、適宜その内容が分かる文字列、例えば「本日は・・只今マイクの」などを格納する。このようにしてセルに格納した場合は、メニューで「セルを指定」、「GCの実行」を選択し、システムの誘導に従って格納したセルのオモテのセルを指定すると、ウラに格納した連結用のGCが実行され、連結された文字列のデータが、変数W(42)に格納されて返される。この場合は、「本日は、晴天なり。只今、マイクの試験中」の文字列が返される。
このGCをメニューの「GCの入力」、「GCの実行」を選択した場合は、表示される入力ボックスに入力し、「OK」ボタンをクリックすることにより実行され、連結された文字列のデータが、変数W(42)に格納されて返される。
The next example is an example of a process of concatenating two character strings “Today is a fine day” and “Now testing the microphone”.
The character string “Today is sunny” is at row number 9010 and column number 70.
The character string “Now testing the microphone” is at row number 9015 and column number 69.
Shall.
First, start up the system, select “Specify cell” and “Characterize GC” from the menu, click the cell with row number 9010 and column number 70 according to the instructions, and say “Today is a sunny day.” When the character string is converted to GC, the GC is stored in the back cell of the cell in which the character string is stored. The character string “Now testing the microphone” is also converted to GC.
A GC connecting these two character strings is created as follows.
a. b cd def gh i j kl m no E + 17
1. 1 2 0 1 0 0 7 0 0 1 5 0 6 9 E + 17

(Ab ……………… oE + 17 is expressed corresponding to the digit number)
A2 = 11; This is the routine number 11 of the routine that performs the process of connecting the GCs.
(A2 means a two-digit value from the leading a) (Same below) (If set to GC, set to 1.1)
C1 = 2: Flag D3 = 010 indicating relative designation in GC storage group Relative reference of row number 9010 of the cell in which the first GC is stored G3 = 070: Column of cells same as above Relative reference of number J3 = 015: Relative reference of row number 9015 of the cell in which the second GC is stored M3 = 069: Relative reference of column number of cell of same as above Cell of cell of empty cell of this GC In the front cell, a character string whose contents can be understood as appropriate, for example, “Today's microphone is now” is stored. When stored in a cell in this way, select “Specify Cell” or “Run GC” from the menu, and specify the front cell of the stored cell according to the system guidance. GC is executed, and the concatenated character string data is stored in the variable W (42) and returned. In this case, the character string “Today is fine weather. Now testing the microphone” is returned.
When this GC is selected from the menu "GC Input" or "GC Execute", it is input into the displayed input box and clicked on the "OK" button. Is stored in the variable W (42) and returned.

Unicodeで「土屋」の文字列を作成するためのGCは,次のように作成し、セルに格納した場合は、メニューから「セルを指定」、「GCの実行」を指定して実行する。
桁番→ 1 2 3 4 5 6から10 11から15
内容→ ルーチン番号 ヨビ 「土」のUnicode 「屋」のUnicode
GC→ 2.4 0 0 0 22303 23627 E+17
GCの全体→ 2.40002230323627E+17
(注)本システムにおいては、実務上は文字列をGCに変換する処理は、自動的に行っているので、このような処理の必要は生じない。具体的には、「GC格納群」の「オモテのセル」に「土屋」の文字列を入力し、メニューで「セルの指定」、「文字列のGC化」を選択して実行すれば、文字列が格納されているセルの「ウラのセル」に、文字列のGCが格納される。
The GC for creating the character string “Tsuchiya” in Unicode is created as follows, and when it is stored in a cell, “Designate cell” and “Execute GC” are designated and executed from the menu.
Digit number → 1 2 3 4 5 6 to 10 11 to 15
Contents → Routine number Yobi "Sat" Unicode "Ya" Unicode
GC → 2.4 0 0 0 22303 23627 E + 17
Overall GC → 2.400022303323627E + 17
(Note) In this system, the process of converting a character string to GC is automatically performed in practice, so that such a process is not necessary. Specifically, if you enter the character string “Tsuchiya” in “Front cell” of “GC storage group”, select “Specify cell” and “Convert character string to GC” from the menu, and execute it. The character string GC is stored in the “back cell” of the cell in which the character string is stored.

次に示すのは、GCに使用する10進型(DECIMALE)が表現できる領域の各GCヘのアロケーションの一部分である。
1E+27から1E+28未満(未定義)
1E+28から9E+28未満(サブルーチン番号を含むGC用)
9E+28から1E+29未満(サブルーチン番号を含むGCに加えるバイアス用)
1E+29から7.9E+29未満(未定義)
負の値(未定義)
The following is a part of the allocation to each GC in the area that can be expressed by the decimal type (DECIMALE) used for GC.
1E + 27 to less than 1E + 28 (undefined)
1E + 28 to less than 9E + 28 (for GC including subroutine number)
9E + 28 to less than 1E + 29 (for bias applied to GC including subroutine number)
1E + 29 to less than 7.9E + 29 (undefined)
Negative value (undefined)

膨大な資料を整理する産業に、役立つと思われる。
例えば、法律に関係する文書は膨大なものであるが、これに、数値のアロケーションの方法を採用して分類すれば、混乱なく整理できるはずである。
また、出版の業界においても、図書館などの膨大な図書を扱う世界においても、同様にして整理することが可能である。
It seems to be useful for the industry that organizes a huge amount of materials.
For example, the documents related to the law are enormous, but if they are classified using the numerical allocation method, they should be organized without confusion.
In the publishing industry as well, in the world that handles huge books such as libraries, it can be organized in the same way.

GCシステムは、プログラミングの一手法である。このような方法があることを情報処理技術者の研修に関する産業(独学を含む)に活用すれば、プログラミングに対する意識も変わるかもしれない。
また、特にあまり気にかけられなかった数値の世界の理解を促すことができるかもしれない。何しろ数値は膨大な世界を、きわめて安価に利用できる特徴を持っている。
The GC system is a programming method. If such a method is used in industries related to information processing engineer training (including self-study), awareness of programming may change.
It may also promote understanding of the world of numbers that were not particularly noticed. Anyway, the numerical value has the feature that the huge world can be used very cheaply.

最近は、機械的な処理をソフトウェアが行うことができるようになっているが、(例えば、PC の電源をソフトウェアで行うことができる、照明をリモコンでコントロールできるなどがそれである。)そのような技術がExcelのようなソフトウェアにも 搭載されるようになれば、身の回りの各種電気製品のコントロール用に容易に活用できるかもしれない。   Recently, software can perform mechanical processing (for example, PC power can be controlled by software, lighting can be controlled by a remote control, etc.). If the technology can be installed in software such as Excel, it may be easily used for controlling various electric appliances around us.

1 GCとは、狭義には、数値データ(例えば、倍精度浮動小数点数。DECIMALおよびこれに相当する文字列データを含む。)により、一意に定義された数値データのことであるが、広義には、アロケーションの対象となる数値データ全体を指すもので、狭義の場合は、広義の対象数値のほんの一部を利用しているにすぎないということである。
2 本発明のシステムでは、原則として、全てのGCやGCが直接コールするサブルーチンには、一意の値が与えられる。
1 GC is, in a narrow sense, numerical data uniquely defined by numerical data (for example, double-precision floating-point number, including DECIMAL and corresponding character string data). Indicates the entire numerical data to be allocated, and in the narrow sense, only a part of the numerical values in the broad sense is used.
2. In the system of the present invention, in principle, all GCs and subroutines that are directly called by GC are given unique values.

Claims (2)

コンピュータにインストールされたソフトウエアが有する、サブルーチンを作成することができる機能を利用して作成した複数のサブルーチンと、
当該サブルーチンをコールするために、
数値データ(例えば、倍精度浮動小数点数、DECIMAL(10進型)およびこれに相当する文字列データを含む。以下「GC」という)が有する機能の内、
仮数部分に数値を指定できる機能と、
数値の使用目的別のアロケーションが可能な機能と、
当該アロケーションされた数値を対象にして、サブルーチン毎に定めるサブルーチン番号及びパラメータの設定を定義することができる機能と、
を利用して、更に、
上記の設定方法により作成したGCを、セルに格納(複数の時はカンマで繋いで単一のセルに格納することもできる)する機能と、
セルに格納したGCを、入力装置を利用して、VBA内にGCを取得する機能と、
VBA内のシステムドライバーが、当該取得したGCが指定しているサブルーチン番号を用いて、サブルーチンの対応テーブルから対応するサブルーチンを選択実行する機能と、
当該GCを実行した結果を表示するための表示装置の機能と、
当該GCを実行した結果を格納するための記憶装置の機能と、
を利用して構築されたコンピュータを用いた情報処理装置を、GCで操作できることを特徴とするシステム。
A plurality of subroutines created by using the function of the software installed in the computer that can create subroutines;
To call that subroutine,
Among the functions possessed by numerical data (for example, including double-precision floating-point numbers, DECIMAL (decimal type), and character string data corresponding thereto, hereinafter referred to as “GC”),
The ability to specify a numeric value for the mantissa,
A function that allows allocation according to the purpose of use of numerical values,
A function capable of defining the subroutine number and parameter setting determined for each subroutine for the allocated numerical value,
To further use
A function of storing the GC created by the above setting method in a cell (in a plurality of cases, it can be stored in a single cell by connecting with a comma),
A function of acquiring the GC stored in the cell using the input device in the VBA;
A function in which the system driver in the VBA selects and executes the corresponding subroutine from the subroutine correspondence table using the subroutine number designated by the acquired GC;
A function of a display device for displaying a result of executing the GC;
A function of a storage device for storing a result of executing the GC;
A system characterized in that an information processing apparatus using a computer constructed by using a computer can be operated by GC.
請求項1に記載のシステムにおいて、
Excelのセルに設定したGCを、階層的または非階層的に複数個結合する機能と、
当該結合されたGCに、新たなGCとして一意の値を与えることができる機能と、
更にそれらのGCを複数個結合したGCに一意の値を与えることができる機能と
結合されたGCをセルに格納する機能と、
当該格納されたGCを、入力装置を利用してVBA内にGCを取得する機能と、
当該取得したGCを実行するために、記憶装置に格納する機能と、
当該記憶装置に格納されたGCを、指定された方法で取得する機能と、
当該GCを実行する機能と、
当該GCを実行した結果を表示するための表示装置の機能と、
当該GCを実行した結果を格納するための記憶装置の機能と、
を利用して構築されたコンピュータを用いた情報処理装置で、GCを階層的または非階層的に結合することにより、複数のGCを1つのGCで指定することを可能とすることを特徴とするシステム。


The system of claim 1, wherein
A function of combining a plurality of GCs set in Excel cells hierarchically or non-hierarchically;
A function capable of giving a unique value as a new GC to the combined GC;
Furthermore, a function capable of giving a unique value to a GC in which a plurality of these GCs are combined, and a function of storing the combined GC in a cell,
A function of acquiring the stored GC in the VBA using an input device;
A function of storing in the storage device to execute the acquired GC;
A function of acquiring the GC stored in the storage device by a designated method;
A function of executing the GC;
A function of a display device for displaying a result of executing the GC;
A function of a storage device for storing a result of executing the GC;
It is an information processing apparatus using a computer constructed by using a computer, and it is possible to specify a plurality of GCs by one GC by combining the GCs hierarchically or non-hierarchically. system.


JP2018000011A 2018-01-02 2018-01-02 Among the functions of numerical data (for example, double precision floating point numbers, DECIMAL (decimal type) and equivalent character string data, hereinafter referred to as “GC”), a function that can specify a numerical value in the mantissa part, etc. An invention of a system that can be used to call a subroutine via GC. Expired - Fee Related JP6444546B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018000011A JP6444546B1 (en) 2018-01-02 2018-01-02 Among the functions of numerical data (for example, double precision floating point numbers, DECIMAL (decimal type) and equivalent character string data, hereinafter referred to as “GC”), a function that can specify a numerical value in the mantissa part, etc. An invention of a system that can be used to call a subroutine via GC.

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018000011A JP6444546B1 (en) 2018-01-02 2018-01-02 Among the functions of numerical data (for example, double precision floating point numbers, DECIMAL (decimal type) and equivalent character string data, hereinafter referred to as “GC”), a function that can specify a numerical value in the mantissa part, etc. An invention of a system that can be used to call a subroutine via GC.

Publications (2)

Publication Number Publication Date
JP6444546B1 true JP6444546B1 (en) 2018-12-26
JP2019121149A JP2019121149A (en) 2019-07-22

Family

ID=64899557

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018000011A Expired - Fee Related JP6444546B1 (en) 2018-01-02 2018-01-02 Among the functions of numerical data (for example, double precision floating point numbers, DECIMAL (decimal type) and equivalent character string data, hereinafter referred to as “GC”), a function that can specify a numerical value in the mantissa part, etc. An invention of a system that can be used to call a subroutine via GC.

Country Status (1)

Country Link
JP (1) JP6444546B1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002091779A (en) * 2000-09-14 2002-03-29 Reliable Soft:Kk Code system architecture
JP2008040535A (en) * 2006-08-01 2008-02-21 Fractal Systems Inc Security/foreign exchange/commodity futures order program, its recording medium, its order, turnover management device, and front system therefor
JP2011175650A (en) * 1999-01-27 2011-09-08 Discovery Communications Llc Electronic book having library catalog menu and searching feature

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011175650A (en) * 1999-01-27 2011-09-08 Discovery Communications Llc Electronic book having library catalog menu and searching feature
JP2002091779A (en) * 2000-09-14 2002-03-29 Reliable Soft:Kk Code system architecture
JP2008040535A (en) * 2006-08-01 2008-02-21 Fractal Systems Inc Security/foreign exchange/commodity futures order program, its recording medium, its order, turnover management device, and front system therefor

Also Published As

Publication number Publication date
JP2019121149A (en) 2019-07-22

Similar Documents

Publication Publication Date Title
Grammel et al. A Survey of Visualization Construction User Interfaces.
Bourg Excel Scientific and Engineering Cookbook: Adding Excel to Your Analysis Arsenal
EP0528641A2 (en) System for generating a computer user interface display screen panels providing interactive interfaces for application program steps
JPH03268058A (en) Method and device for preparing document
US20070038947A1 (en) Method and device for generation of a parametric model associated with a 3D geometry
Cai scGEAToolbox: a Matlab toolbox for single-cell RNA sequencing data analysis
CN102289530A (en) Universal girder parametric computer modelling system of crane
Minch et al. Conceptual design of decision support systems utilizing management science models
JP6444546B1 (en) Among the functions of numerical data (for example, double precision floating point numbers, DECIMAL (decimal type) and equivalent character string data, hereinafter referred to as “GC”), a function that can specify a numerical value in the mantissa part, etc. An invention of a system that can be used to call a subroutine via GC.
Lockhart et al. An Engineer's Introduction to Programming with MATLAB 2019
Katz et al. A system for constructing linear programming models
Gillespie The Shell for Particle Accelerator Related Codes (SPARC)—A unique graphical user interface
McGrath Excel VBA in easy steps
Haubner Design of dialogues for human-computer interaction
Ritchey MA/Start: Specifying training and instruction requirements using morphological analysis
Vlasov et al. Imitational studies with GPSS WORLD: New capabilities
Gillespie et al. Graphical user interface for trace 3-D incorporating some expert system type features
AU2017101087A4 (en) Interaction Language Design Pattern
Eberius Configuration And Modeling Of Mapping Processes in Schema Matching
Horváth A workbench architecture for object oriented handling of features
Munro et al. Forming Relationships
Mueller et al. Extremum Seeking Library (ESL) v1. 0
Martin The Undergraduate Guide to R
EP1065584A1 (en) Command handling in a data processing system
JPH0317741A (en) Program production support device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180202

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20180202

A975 Report on accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A971005

Effective date: 20180208

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20180419

A975 Report on accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A971005

Effective date: 20180420

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20180727

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20180901

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20181114

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20181120

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: 20181126

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20181127

R150 Certificate of patent or registration of utility model

Ref document number: 6444546

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees