会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 2. 发明专利
    • COMPILATION SYSTEM
    • JPH08115222A
    • 1996-05-07
    • JP27567394
    • 1994-10-14
    • HUDSON SOFT CO LTD
    • YONEKAWA MASAKI
    • G06F9/45
    • PURPOSE: To obtain a compilation system for outputting an optimized code from a source program by providing a means for converting a useless statement to an efficient statement or eliminating it. CONSTITUTION: The information of a common partial formula for which a variable name and an operational form are the same and the value of a variable is not changed in a source program is detected and described in a partial formula table. First, (a+b) of a minimum unit is written in the partial formula table as the common partial formula. Then, since (a+b)*c becomes a common formula, it is written in the partial formula table. The formula 3 includes the partial formula of the formula 1 and the formula 2, however, since the partial formula 2 includes the partial formula 3, the formula 2 becomes a start in the formula 3. When the partial formula table is prepared by the procedure, assembling is performed based on it. Further, a substitution sentence is detected from the rear part of the source program, an unrequired formula is judged from various conditions and it is eliminated. Furthermore, the substitution sentence is detected from the source program and the variable name is replaced with the constant of the substitution sentence retrieved at first when the value of the variable is not changed.
    • 3. 发明专利
    • Information recording medium, and method and program for judging original/counterfeit of information recording medium
    • 信息记录媒体,以及评估信息记录媒体的原始/对策的方法和程序
    • JP2005129230A
    • 2005-05-19
    • JP2005029535
    • 2005-02-04
    • Hudson Soft Co LtdVictor Co Of Japan Ltd日本ビクター株式会社株式会社ハドソン
    • ONO HIROTOSHIYOSHIKAWA HIROYOSHIOCHI UCHITSUNEHIRAYOSHI TAKUMAYONEKAWA MASAKI
    • G11B20/10G11B20/12
    • PROBLEM TO BE SOLVED: To provide an information recording medium which can prevent an illegal copy. SOLUTION: When sector addresses and sector data are recorded in a user data area 1c extending to a plurality of sectors by the unit of a sector and a plurality of sectors are imparted duplicated partially in a state where the sector addresses tend to increase in order, the (N+1)th duplicated sector address site which appear after duplicated sector address site which have appeared at N-th (N is a natural number) is arranged between a final sector address (n) whose address value is large among the N-th duplicated sector address sites and a sector address n+1 larger than the sector address (n) by one, and two or more of the sector addresses in the N-th duplicated sector address sites are imparted by consecutive numbers. In addition, sector data corresponding to the (N+1)th duplicated sector address sites is recorded differently to the N-th duplicated sector address sites. The information recording medium 1 has such characters. COPYRIGHT: (C)2005,JPO&NCIPI
    • 要解决的问题:提供可以防止非法复制的信息记录介质。 解决方案:当扇区地址和扇区数据被记录在以扇区为单位延伸到多个扇区的用户数据区1c中时,并且多个扇区被部分地复制到扇区地址趋于增加的状态 按顺序,出现在出现在第N(N是自然数)的复制扇区地址站点之后出现的第(N + 1)个复制扇区地址站点被布置在地址值大的最终扇区地址(n) 在第N个复制的扇区地址站点中,并且扇区地址n + 1大于扇区地址(n)1,并且第N个重复扇区地址站点中的两个或更多个扇区地址由连续的数字赋予。 此外,对应于第(N + 1)个重复扇区地址站点的扇区数据被不同地记录到第N个重复的扇区地址站点。 信息记录介质1具有这样的字符。 版权所有(C)2005,JPO&NCIPI
    • 4. 发明专利
    • C COMPILER
    • JPH08123694A
    • 1996-05-17
    • JP28286994
    • 1994-10-21
    • HUDSON SOFT CO LTD
    • YONEKAWA MASAKI
    • G06F9/45
    • PURPOSE: To use KANJI(Chinese character) variable names and function names by decoding KANJI in the state of compilation and generating an object. CONSTITUTION: This is the recognition algorithm of the C language compiler for KANJI symbols and KANJI is recognized only when two bytes are put in one byte and the front one byte and rear one byte are both in the range of KANJI codes, but when not, alphanumeric characters are decoded. The decoded symbols are registered in the symbol table of an object program. The use of the C compiler allows KANJI to be used for symbols and variable names and function names having distinctive meanings can be represented with a small number of characters as compared with the notation of Japanese with Roman characters; when a complicated program is generated, the burden on a programmer is lightened.
    • 5. 发明专利
    • COMPILER SYSTEM
    • JPH08166884A
    • 1996-06-25
    • JP31945594
    • 1994-11-30
    • HUDSON SOFT CO LTD
    • YONEKAWA MASAKI
    • G06F9/45
    • PURPOSE: To facilitate the maintaining control within the storage medium of a symbol by defining the symbol as a section and designating the arrangement order and the arrangement address of the section according to an option at the stage of a link. CONSTITUTION: When the source program for which a programming is performed is compiled, the source program is sorted by a section unit within each program and is outputted to an object file. When the object programs are linked by a linker, the programs can be arranged in the form that a programmer intends because there are no differences between languages in the object programs. When an address is designated, a mapping can be performed for the section from an arbitrary address that the programmer intends. The continuous mappings for the sections from an arbitrary address such as the continuous mappings for a Prog 1, a Prog 2 and Data 1 and Data 2 from 0x4000 , Dx6000 , and 0x2200 , respectively, become possible.
    • 6. 发明专利
    • C COMPILER
    • JPH08115221A
    • 1996-05-07
    • JP27310294
    • 1994-10-13
    • HUDSON SOFT CO LTD
    • YONEKAWA MASAKI
    • G06F9/45
    • PURPOSE: To provide a C compiler with improved program development efficiency used when the high-speed processing of a game or the like is requested by providing a reservation function for preparing an instruction code for accessing data to an I/O port when it is described in a C source program. CONSTITUTION: When a special reservation function for the access of the I/O port is prepared and the function is described in the C source program, this C compiler prepares a CPU instruction code for accessing the data to the I/O port. That is, description is performed in a function form at a source program level, however, expression is performed as the assembly of instructions for accessing the I/O port directly at an object program level. The expression form of the source program at that time is defined as func (p);. Where, func is a function name and (p) is the address of an area for inputting and outputting the data of the I/O port. However, even though it is a function, but it is not a function when passed through the C compiler and the instruction of a CPU is directly generated.