[go: up one dir, main page]

CN114337681A - A Compression Algorithm for Handling Multiple Time Limits - Google Patents

A Compression Algorithm for Handling Multiple Time Limits Download PDF

Info

Publication number
CN114337681A
CN114337681A CN202111604504.0A CN202111604504A CN114337681A CN 114337681 A CN114337681 A CN 114337681A CN 202111604504 A CN202111604504 A CN 202111604504A CN 114337681 A CN114337681 A CN 114337681A
Authority
CN
China
Prior art keywords
consumption
sub
subdomain
month
numerical value
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
CN202111604504.0A
Other languages
Chinese (zh)
Inventor
纪鸿舜
李鹏
孙玉波
何政
冯军
王春兴
李瑞艺
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tianjin Bohai Chemical Co ltd
Original Assignee
Tianjin Bohai Chemical Co ltd
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 Tianjin Bohai Chemical Co ltd filed Critical Tianjin Bohai Chemical Co ltd
Priority to CN202111604504.0A priority Critical patent/CN114337681A/en
Publication of CN114337681A publication Critical patent/CN114337681A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Compression, Expansion, Code Conversion, And Decoders (AREA)

Abstract

The invention provides a compression algorithm for processing multiple time interval limitation, which comprises the following steps: s1, initializing a numerical value field; s2, defining the year, month and day of consumption as a sub-domain A, the remaining number of consumption available per month as a sub-domain B, the remaining number of consumption available per day as a sub-domain C, the maximum number of consumption available per month as Max B and the maximum number of consumption available per day as Max A; s3, selecting factors b and c; s4, performing negation operation on the subdomain A, and defining the subdomain A as a subdomain A1; s5, performing compression calculation to obtain a numerical value X, and storing the numerical value X; s6, decomposing the inverse operation of the numerical value X to obtain a subdomain A, B, C; and S7, the consumption end judges the consumption result according to the obtained subdomains A, B and C. The invention does not need to carry out additional recharging or reinitialization operation every month, thereby reducing the operation, facilitating the user on one hand, saving the handling business for handling cards in the handling center every month, reducing the crowd gathering in handling cards in the handling center on the other hand, and reducing the workload of workers.

Description

一种处理多重时段限制的压缩算法A Compression Algorithm for Handling Multiple Time Limits

技术领域technical field

本发明属于计算机技术领域,尤其是涉及一种处理多重时段限制的压缩算法。The invention belongs to the field of computer technology, and in particular relates to a compression algorithm for processing multiple time period restrictions.

背景技术Background technique

目前,国家相关部门明确提出推进互联网应用适老化改造,消除老年人“数字鸿沟”,加快“适老化”改革,能让老年人生活更简单、便利、智慧,也是一个“夕阳产业”,有利于拉动消费,扩大内需,是双赢之举;At present, the relevant state departments have clearly proposed to promote the aging-friendly transformation of Internet applications, eliminate the "digital divide" of the elderly, and speed up the "aging-friendly" reform, which can make the life of the elderly simpler, more convenient, and smarter. It is also a "sunset industry", which is conducive to Stimulating consumption and expanding domestic demand is a win-win move;

IC卡等形式的电子票适用于脱机状态下金融消费,对处理IC卡金融支付终端的实时联网的要求不高,因此普遍适用于公交、地铁、轻轨、公园门票等应用场景;目前,方便了以老人为代表的特殊用户群体,提高用户粘性,许多公共应用领域都推出了优惠票等政策,但提供此类优惠产品的商家为了均衡参与双方利益,同时也对优惠票进行了一定的限制措施:例如,提出每日限制4次同时每月限制100次的限制要求,但需要用户需要定期前往办理中心办理充值业务,考虑到此类人群的特殊性,本专利申请设计了一种处理多重时段限制的压缩算法。Electronic tickets in the form of IC cards are suitable for financial consumption in an offline state, and do not require high real-time networking for processing IC card financial payment terminals, so they are generally applicable to bus, subway, light rail, park tickets and other application scenarios; In order to improve user stickiness for special user groups represented by the elderly, many public application fields have introduced policies such as preferential tickets, but the merchants providing such preferential products have also imposed certain restrictions on preferential tickets in order to balance the interests of both parties. Measures: For example, a limit of 4 times a day and a limit of 100 times a month is proposed, but users need to go to the handling center to handle the recharge business on a regular basis. Time-limited compression algorithm.

发明内容SUMMARY OF THE INVENTION

有鉴于此,本发明旨在提出一种处理多重时段限制的压缩算法,以解决特殊群体需要定期前往办理中心办理充值业务的问题。In view of this, the present invention aims to propose a compression algorithm for processing multiple time limit, so as to solve the problem that special groups need to regularly go to the handling center to handle the recharge business.

为达到上述目的,本发明的技术方案是这样实现的:In order to achieve the above object, the technical scheme of the present invention is achieved in this way:

一种处理多重时段限制的压缩算法,包括以下步骤:S1、初始化数值域,让其按照消费规则单调递减;A compression algorithm for processing multiple time-period restrictions, comprising the following steps: S1, initializing a numerical field, so that it decreases monotonically according to consumption rules;

S2、定义消费年月日为子域A、每月可用剩余消费次数为子域B、每日可用剩余消费次数为子域C、每月最大可用消费次数为Max B和每日最大可用消费次数为Max A;S2. Define the consumption year, month and day as subdomain A, the monthly available remaining consumption times as subdomain B, the daily available remaining consumption times as subdomain C, the monthly maximum available consumption times as Max B and the daily maximum available consumption times is Max A;

S3、选取因子b、c,因子b数值、c数值均为正整数,因子b数值大于 Max B,因子c数值大于Max C;S3. Select factors b and c, the value of factor b and c are positive integers, the value of factor b is greater than Max B, and the value of factor c is greater than Max C;

S4、对步骤S2中的子域A进行取反操作,定义为子域A1;S4, perform an inversion operation on the subfield A in step S2, and define it as subfield A1;

S5、通过步骤S2、步骤S3和步骤S4获取的参数进行压缩计算,获取数值X,并将数值X进行存储;S5, carry out compression calculation through the parameters obtained in step S2, step S3 and step S4, obtain numerical value X, and store numerical value X;

S6、对数值X逆运算进行分解获取子域A、子域B、子域C;S6, decompose the inverse operation of the numerical value X to obtain subfield A, subfield B, and subfield C;

S7、消费端根据获取的子域A、子域B和子域C判断消费结果。S7, the consumer judges the consumption result according to the acquired subdomain A, subdomain B, and subdomain C.

进一步的,步骤S5的压缩计算算法为X=A1*b*c+B*c+C。Further, the compression calculation algorithm of step S5 is X=A1*b*c+B*c+C.

进一步的,步骤S6中,对数值X逆运算进行分解,具体方法为:Further, in step S6, the inverse operation of the numerical value X is decomposed, and the specific method is:

因子c对数值X取余运算,获取子域C;The factor c takes the remainder operation on the value X to obtain the subfield C;

因子c对数值X取整运算,获取数值Y;The factor c rounds the value X to obtain the value Y;

因子b对数值Y取余运算,获取子域B;The factor b takes the remainder operation on the value Y to obtain the subfield B;

因子b对数值Y取整运算,获取子域A1;The factor b rounds the value Y to obtain the subfield A1;

子域A1进行取反操作,获取子域A。Subdomain A1 performs the negation operation to obtain subdomain A.

进一步的,步骤S7具体包括如下步骤:Further, step S7 specifically includes the following steps:

S71、消费端判断子域A是否为当前年月日;若为当前年月日,则跳转至步骤S73;若不是当前年月日,则进行步骤S72;S71, the consumer judges whether the sub-domain A is the current year, month, and day; if it is the current year, month, and day, jump to step S73; if it is not the current year, month, and day, proceed to step S72;

S72、设定子域A2为当前年月日,子域B2=Max B,子域C2=Max C;S72, set subfield A2 as the current year, month and date, subfield B2=Max B, and subfield C2=Max C;

S73、判断子域B是否大于0,且子域C是否大于0;若满足条件,则进行下一步;若不满足条件,则跳转至步骤S75;S73, determine whether the sub-field B is greater than 0, and whether the sub-field C is greater than 0; if the conditions are met, proceed to the next step; if the conditions are not met, jump to step S75;

S74、子域B2、子域C2减1操作,消费允许;S74. Subdomain B2 and subdomain C2 are subtracted by 1, and consumption is allowed;

S75、满足消费限制条件,消费拒绝。S75. The consumption restriction condition is met, and the consumption is rejected.

相对于现有技术,本发明所述的一种处理多重时段限制的压缩算法具有以下有益效果:Compared with the prior art, the compression algorithm for processing multiple time period restrictions described in the present invention has the following beneficial effects:

(1)本发明所述的一种处理多重时段限制的压缩算法为单调递减操作,可不用每月进行额外充值或重新初始化操作,减少了这项操作则一方面方便了用户,省却每月去受理中心办卡处办理业务,另一方面减少了受理中心办人群聚集,减去了工作人员工作量;(1) The compression algorithm described in the present invention for processing multiple time-period restrictions is a monotonically decreasing operation, which eliminates the need to perform additional recharge or re-initialization operations every month. Reducing this operation is convenient for users on the one hand, and saves the need for monthly The card office of the acceptance center handles business, on the other hand, it reduces the crowd gathering in the acceptance center office and reduces the workload of the staff;

(2)本发明所述的一种处理多重时段限制的压缩算法,消费终端按照规则进行消费处理可以限制用户日消费次数和月消费次数,平衡了用户和商户之间的利益平衡,能较好的完成用户出行习惯的培养,扩大用户的消费群;(2) According to the compression algorithm for processing multiple time period restrictions, the consumption terminal can limit the daily and monthly consumption times of users by performing consumption processing according to the rules, which balances the balance of interests between users and merchants, and can better To complete the cultivation of users' travel habits and expand the user's consumer group;

(3)本发明所述的一种处理多重时段限制的压缩算法可应用公交、地铁、公园、食堂、电影票、会员票等多种应用场景,具有极大的推广价值。(3) The compression algorithm for processing multiple time-period restrictions described in the present invention can be applied to various application scenarios such as bus, subway, park, canteen, movie ticket, membership ticket, etc., and has great promotion value.

附图说明Description of drawings

构成本发明的一部分的附图用来提供对本发明的进一步理解,本发明的示意性实施例及其说明用于解释本发明,并不构成对本发明的不当限定。在附图中:The accompanying drawings constituting a part of the present invention are used to provide further understanding of the present invention, and the exemplary embodiments of the present invention and their descriptions are used to explain the present invention and do not constitute an improper limitation of the present invention. In the attached image:

图1为本发明实施例所述的运用一种处理多重时段限制的压缩算法的交易流程图;Fig. 1 is the transaction flow chart of using a compression algorithm for processing multiple time limit according to an embodiment of the present invention;

图2为本发明实施例所述的年月日压缩解压转换器小程序界面图。FIG. 2 is an interface diagram of a small program of the YYMMDD compression and decompression converter according to an embodiment of the present invention.

具体实施方式Detailed ways

需要说明的是,在不冲突的情况下,本发明中的实施例及实施例中的特征可以相互组合。It should be noted that the embodiments of the present invention and the features of the embodiments may be combined with each other under the condition of no conflict.

在本发明的描述中,需要理解的是,术语“中心”、“纵向”、“横向”、“上”、“下”、“前”、“后”、“左”、“右”、“竖直”、“水平”、“顶”、“底”、“内”、“外”等指示的方位或位置关系为基于附图所示的方位或位置关系,仅是为了便于描述本发明和简化描述,而不是指示或暗示所指的装置或元件必须具有特定的方位、以特定的方位构造和操作,因此不能理解为对本发明的限制。此外,术语“第一”、“第二”等仅用于描述目的,而不能理解为指示或暗示相对重要性或者隐含指明所指示的技术特征的数量。由此,限定有“第一”、“第二”等的特征可以明示或者隐含地包括一个或者更多个该特征。在本发明的描述中,除非另有说明,“多个”的含义是两个或两个以上。In the description of the present invention, it should be understood that the terms "center", "portrait", "horizontal", "top", "bottom", "front", "rear", "left", "right", " The orientation or positional relationship indicated by vertical, horizontal, top, bottom, inner, outer, etc. is based on the orientation or positional relationship shown in the drawings, and is only for the convenience of describing the present invention and The description is simplified rather than indicating or implying that the device or element referred to must have a particular orientation, be constructed and operate in a particular orientation, and therefore should not be construed as limiting the invention. In addition, the terms "first", "second", etc. are used for descriptive purposes only, and should not be construed as indicating or implying relative importance or implying the number of indicated technical features. Thus, a feature defined as "first", "second", etc., may expressly or implicitly include one or more of that feature. In the description of the present invention, unless otherwise specified, "plurality" means two or more.

在本发明的描述中,需要说明的是,除非另有明确的规定和限定,术语“安装”、“相连”、“连接”应做广义理解,例如,可以是固定连接,也可以是可拆卸连接,或一体地连接;可以是机械连接,也可以是电连接;可以是直接相连,也可以通过中间媒介间接相连,可以是两个元件内部的连通。对于本领域的普通技术人员而言,可以通过具体情况理解上述术语在本发明中的具体含义。In the description of the present invention, it should be noted that the terms "installed", "connected" and "connected" should be understood in a broad sense, unless otherwise expressly specified and limited, for example, it may be a fixed connection or a detachable connection Connection, or integral connection; can be mechanical connection, can also be electrical connection; can be directly connected, can also be indirectly connected through an intermediate medium, can be internal communication between two elements. For those of ordinary skill in the art, the specific meanings of the above terms in the present invention can be understood through specific situations.

下面将参考附图并结合实施例来详细说明本发明。The present invention will be described in detail below with reference to the accompanying drawings and in conjunction with the embodiments.

一种处理多重时段限制的压缩算法,包括以下步骤:S1、初始化数值域,让其按照消费规则单调递减;A compression algorithm for processing multiple time-period restrictions, comprising the following steps: S1, initializing a numerical field, so that it decreases monotonically according to consumption rules;

S2、定义消费年月日为子域A、每月可用剩余消费次数为子域B、每日可用剩余消费次数为子域C、每月最大可用消费次数为Max B和每日最大可用消费次数为Max A;S2. Define the consumption year, month and day as subdomain A, the monthly available remaining consumption times as subdomain B, the daily available remaining consumption times as subdomain C, the monthly maximum available consumption times as Max B and the daily maximum available consumption times is Max A;

S3、选取因子b、c,因子b数值、c数值均为正整数,因子b数值大于 Max B,因子c数值大于Max C;S3. Select factors b and c, the value of factor b and c are positive integers, the value of factor b is greater than Max B, and the value of factor c is greater than Max C;

S4、对步骤S2中的子域A进行取反操作,定义为子域A1;由于消费年月日数值按照自然规律为单调递增,通过取反操作,其数值为单调递减,每月可用剩余消费次数和每日可用剩余消费次数的数值均为单调递减的,三个单调递减的子域数值的结合保证了消费终端的单调递减特性;S4. Perform an inversion operation on the subfield A in step S2, which is defined as subfield A1; since the consumption year, month, and day values are monotonically increasing according to the natural law, through the inversion operation, the value is monotonically decreasing, and the remaining consumption per month is available. The values of the number of times and the daily available remaining consumption times are monotonically decreasing, and the combination of the three monotonically decreasing subfield values ensures the monotonically decreasing characteristics of the consumption terminal;

S5、通过步骤S2、步骤S3和步骤S4获取的参数进行压缩计算,获取数值X,并将数值X进行存储;S5, carry out compression calculation through the parameters obtained in step S2, step S3 and step S4, obtain numerical value X, and store numerical value X;

S6、对数值X逆运算进行分解获取子域A、子域B、子域C;S6, decompose the inverse operation of the numerical value X to obtain subfield A, subfield B, and subfield C;

S7、消费端根据获取的子域A、子域B和子域C判断消费结果。S7, the consumer judges the consumption result according to the acquired subdomain A, subdomain B, and subdomain C.

步骤S5的压缩计算算法为X=A1*b*c+B*c+C。The compression calculation algorithm of step S5 is X=A1*b*c+B*c+C.

步骤S6中,对数值X逆运算进行分解,具体方法为:In step S6, the inverse operation of the numerical value X is decomposed, and the specific method is:

因子c对数值X取余运算,获取子域C;The factor c takes the remainder operation on the value X to obtain the subfield C;

因子c对数值X取整运算,获取数值Y;The factor c rounds the value X to obtain the value Y;

因子b对数值Y取余运算,获取子域B;The factor b takes the remainder operation on the value Y to obtain the subfield B;

因子b对数值Y取整运算,获取子域A1;The factor b rounds the value Y to obtain the subfield A1;

子域A1进行取反操作,获取子域A。Subdomain A1 performs the negation operation to obtain subdomain A.

步骤S7具体包括如下步骤:Step S7 specifically includes the following steps:

S71、消费端判断子域A是否为当前年月日;若为当前年月日,则跳转至步骤S73;若不是当前年月日,则进行步骤S72;S71, the consumer judges whether the sub-domain A is the current year, month, and day; if it is the current year, month, and day, jump to step S73; if it is not the current year, month, and day, proceed to step S72;

S72、设定子域A2为当前年月日,子域B2=Max B,子域C2=Max C;S72, set subfield A2 as the current year, month and date, subfield B2=Max B, and subfield C2=Max C;

S73、判断子域B是否大于0,且子域C是否大于0;若满足条件,则进行下一步;若不满足条件,则跳转至步骤S75;S73, determine whether the sub-field B is greater than 0, and whether the sub-field C is greater than 0; if the conditions are met, proceed to the next step; if the conditions are not met, jump to step S75;

S74、子域B2、子域C2减1操作,消费允许;S74. Subdomain B2 and subdomain C2 are subtracted by 1, and consumption is allowed;

S75、满足消费限制条件,消费拒绝;S75. The consumption restriction condition is met, and the consumption is rejected;

S75消费允许情况下,压缩调整后的子域A2、子域B2和子域C2,计算得出新的数值X,并写入至加密端IC卡内。S75 If consumption allows, compress the adjusted sub-domain A2, sub-domain B2 and sub-domain C2, calculate a new value X, and write it into the encryption-side IC card.

如图1所示,实施例为应用该压缩算法的整体交易流程如下:As shown in FIG. 1, the overall transaction process of applying the compression algorithm in the embodiment is as follows:

K1、在机具管理系统中,根据压缩算法,将因子b、因子c、Max B和 Max C等信息域通过无线下参下发至车载卡机中;K1. In the equipment management system, according to the compression algorithm, the information fields such as factor b, factor c, Max B and Max C are sent to the vehicle-mounted card machine through wireless downloading;

K2、乘客出示证明,向客服中心申领特殊消费卡;K2. The passenger presents the certificate and applies for a special consumption card to the customer service center;

K3、客服中心开始制卡,按照压缩算法将消费年月日A、每月可用剩余消费次数B和每日可用剩余消费次数C三组信息域压缩而成的X写入到IC 卡中;K3. The customer service center starts to make cards, and writes the X compressed from the three groups of information fields of the consumption year, month and day A, the monthly available remaining consumption times B and the daily available remaining consumption times C into the IC card according to the compression algorithm;

K4、客服中心完成纸卡;K4. The customer service center completes the paper card;

K5、乘客完成领卡;K5. Passengers complete card collection;

K6、乘客乘车时,使用特殊消费卡在卡机上进行刷卡消费;K6. When passengers are on the bus, use a special consumption card to swipe the card at the card machine for consumption;

K7、卡机读取IC卡内的X数值,按照压缩算法逆运算计算出子域A、子域B和子域C的数值,根据规则验证IC卡片消费是否允许;K7. The card machine reads the X value in the IC card, calculates the values of subfield A, subfield B and subfield C according to the inverse operation of the compression algorithm, and verifies whether the IC card consumption is allowed according to the rules;

K8、验证通过后,提示乘客消费成功;验证不通过,则提示乘客请投币。K8. After the verification is passed, the passenger will be prompted that the consumption is successful; if the verification is not passed, the passenger will be prompted to put in coins.

如下表所示,以部分数值为例,选取b=16,c=32,值为4个字节,共8 个半字节,32位;As shown in the following table, taking some values as an example, select b=16, c=32, the value is 4 bytes, a total of 8 nibbles, 32 bits;

31-2831-28 27-1227-12 11-411-4 3-03-0 00 INV_YMDINV_YMD YYCYYC DDC DDC

YYC:每月限制次数,60,最大255.YYC: Monthly limit, 60, maximum 255.

DDC:每日限制次数,4,最大15.DDC: Daily limit, 4, max 15.

YY:低2位年,16进制数。YY: Year with lower 2 digits, hexadecimal number.

MM:月,16进制数。MM: month, hexadecimal number.

DD:日,16进制数。DD: day, hexadecimal number.

INV_YMD:=0xFFFF-(DD+32*((MM+16*(YY))))INV_YMD:=0xFFFF-(DD+32*((MM+16*(YY))))

其中DD+32*((MM+16*(YY)))=YY*16*32+MM*32+DD,where DD+32*((MM+16*(YY)))=YY*16*32+MM*32+DD,

<=99*16*32+12*32+31=51103=C79F;<=99*16*32+12*32+31=51103=C79F;

经过上述程序设计,形成如图2所示的界面(年月日压缩解压转换器小程序)。After the above program design, an interface as shown in Figure 2 is formed (year month day compression and decompression converter applet).

以上所述仅为本发明的较佳实施例而已,并不用以限制本发明,凡在本发明的精神和原则之内,所作的任何修改、等同替换、改进等,均应包含在本发明的保护范围之内。The above descriptions are only preferred embodiments of the present invention, and are not intended to limit the present invention. Any modifications, equivalent replacements, improvements, etc. made within the spirit and principles of the present invention shall be included in the scope of the present invention. within the scope of protection.

Claims (4)

1. A compression algorithm that handles multiple time interval constraints, comprising the steps of: s1, initializing a numerical value field, and enabling the numerical value field to be monotonically decreased according to a consumption rule;
s2, defining the year, month and day of consumption as a sub-domain A, the remaining number of consumption available per month as a sub-domain B, the remaining number of consumption available per day as a sub-domain C, the maximum number of consumption available per month as Max B and the maximum number of consumption available per day as Max A;
s3, selecting factors B and C, wherein the numerical values of the factors B and C are positive integers, the numerical value of the factor B is larger than Max B, and the numerical value of the factor C is larger than Max C;
s4, performing inversion operation on the subfield A in the step S2 to define the subfield A as a subfield A1;
s5, performing compression calculation through the parameters obtained in the steps S2, S3 and S4 to obtain a value X, and storing the value X;
s6, decomposing the numerical value X in an inverse operation manner to obtain a sub-field A, a sub-field B and a sub-field C;
and S7, the consumption end judges the consumption result according to the obtained subdomain A, the subdomain B and the subdomain C.
2. A compression algorithm for handling multiple temporal limits as claimed in claim 1, characterized in that: the compression calculation algorithm of step S5 is X ═ a1 × B × C + C.
3. A compression algorithm for handling multiple temporal limits as claimed in claim 1, characterized in that: in step S6, the inverse operation of the value X is decomposed, and the specific method is as follows:
the factor C carries out remainder operation on the numerical value X to obtain a subdomain C;
the factor c carries out integer operation on the numerical value X to obtain a numerical value Y;
the factor B carries out remainder operation on the value Y to obtain a sub-field B;
the factor b carries out integer operation on the value Y to obtain a subdomain A1;
subfield A1 performs the inversion operation to obtain subfield A.
4. The compression algorithm for handling multiple time interval limitation as claimed in claim 1, wherein the step S7 comprises the following steps:
s71, the consumer side judges whether the subdomain A is the current year, month and day; if the current year, month and day is reached, jumping to step S73; if not, go to step S72;
s72, setting the sub-field a2 as the current year, month and day, the sub-field B2 being Max B, and the sub-field C2 being Max C;
s73, judging whether the sub-field B is larger than 0 and whether the sub-field C is larger than 0; if the conditions are met, the next step is carried out; if the condition is not met, jumping to step S75;
s74, subfield B2, subfield C2 subtract 1 operation, consumption allows;
and S75, if the consumption limiting condition is met, refusing consumption.
CN202111604504.0A 2021-12-24 2021-12-24 A Compression Algorithm for Handling Multiple Time Limits Pending CN114337681A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111604504.0A CN114337681A (en) 2021-12-24 2021-12-24 A Compression Algorithm for Handling Multiple Time Limits

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111604504.0A CN114337681A (en) 2021-12-24 2021-12-24 A Compression Algorithm for Handling Multiple Time Limits

Publications (1)

Publication Number Publication Date
CN114337681A true CN114337681A (en) 2022-04-12

Family

ID=81013521

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111604504.0A Pending CN114337681A (en) 2021-12-24 2021-12-24 A Compression Algorithm for Handling Multiple Time Limits

Country Status (1)

Country Link
CN (1) CN114337681A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5379122A (en) * 1992-10-02 1995-01-03 Xerox Corporation Decompression of standard ADCT-compressed images
KR101028161B1 (en) * 2009-10-08 2011-04-08 유재희 Data Compression-Restore Method for Flat Panel Display Memory, Histogram Data Processing, LBT Data Compression and Frame Rate Improvement Method
US20130179410A1 (en) * 2012-01-06 2013-07-11 International Business Machines Corporation Real-time selection of compression operations
US20180217873A1 (en) * 2017-01-21 2018-08-02 Schlumberger Technology Corporation Scalable computation and communication methods for domain decomposition of large-scale numerical simulations
CN112230886A (en) * 2020-09-11 2021-01-15 清华大学 Toom-Cook-free processing device and method for obtaining modular multiplication based thereon
CN113238213A (en) * 2021-04-16 2021-08-10 北京无线电测量研究所 Real-time parameterized digital pulse compression method and system based on DSP

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5379122A (en) * 1992-10-02 1995-01-03 Xerox Corporation Decompression of standard ADCT-compressed images
KR101028161B1 (en) * 2009-10-08 2011-04-08 유재희 Data Compression-Restore Method for Flat Panel Display Memory, Histogram Data Processing, LBT Data Compression and Frame Rate Improvement Method
US20130179410A1 (en) * 2012-01-06 2013-07-11 International Business Machines Corporation Real-time selection of compression operations
US20180217873A1 (en) * 2017-01-21 2018-08-02 Schlumberger Technology Corporation Scalable computation and communication methods for domain decomposition of large-scale numerical simulations
CN112230886A (en) * 2020-09-11 2021-01-15 清华大学 Toom-Cook-free processing device and method for obtaining modular multiplication based thereon
CN113238213A (en) * 2021-04-16 2021-08-10 北京无线电测量研究所 Real-time parameterized digital pulse compression method and system based on DSP

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
G.B. REDINBO: "Hardware fault tolerance in arithmetic coding for data compression", 《PROCEEDINGS 1999 PACIFIC RIM INTERNATIONAL SYMPOSIUM ON DEPENDABLE COMPUTING》, 31 December 1999 (1999-12-31), pages 1 - 4 *
易巧玲: "一种具有抗误码性能的树块压缩算法", 《通信技术》, 31 December 2010 (2010-12-31), pages 163 - 164 *

Similar Documents

Publication Publication Date Title
CN111784204A (en) High-quality user mining method and system based on user power consumption behavior portrait
CN107944593A (en) A kind of resource allocation methods and device, electronic equipment
CN109784736A (en) A kind of analysis and decision system based on big data
CN106326279A (en) Reward data processing method and system
CN112365345B (en) DAG-based dynamic control method and system for multi-type credit line
CN113469519B (en) Business event attribution analysis method, device, electronic device and storage medium
CN107305677A (en) Product information method for pushing and device
CN116541883A (en) Trust-based differential privacy protection method, device, equipment and storage medium
CN110119310A (en) Method for distributing system resource, device, computer readable storage medium and server
CN110276695A (en) Method, apparatus, calculating equipment and the computer readable storage medium that project is deducted fees
CN114337681A (en) A Compression Algorithm for Handling Multiple Time Limits
CN109272340B (en) Parameter threshold determining method and device and computer storage medium
CN118629632A (en) An intelligent assessment method and system for Parkinson&#39;s disease based on a federated learning model
CN108596493A (en) Singulated formula method of commerce and device
CN108268898A (en) A kind of electronic invoice user clustering method based on K-Means
CN102750288B (en) A kind of internet content recommend method and device
CN111831896A (en) An information push method, device, electronic device and storage medium
CN115953240A (en) A method for identifying fraudulent users in network transactions
CN110851716B (en) Personalized group recommendation method based on maximum harmony
Ma et al. Separation between second price auctions with personalized reserves and the revenue optimal auction
WO2021052030A1 (en) Member resource allocation method and device
CN112991085A (en) Analysis method for influence factors of on-time payment of residential users of electric power company
CN109919642B (en) Promotion information processing method and device, computer readable medium and electronic equipment
CN115147117A (en) Method, device and equipment for identifying account group with abnormal resource use
CN110223107B (en) Reference advertisement determination method, device and equipment based on similar objects

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination