[go: up one dir, main page]

CN105760352B - Import the method in the Excel table ranks arrangement modes to whiteboarding software chosen - Google Patents

Import the method in the Excel table ranks arrangement modes to whiteboarding software chosen Download PDF

Info

Publication number
CN105760352B
CN105760352B CN201610072077.9A CN201610072077A CN105760352B CN 105760352 B CN105760352 B CN 105760352B CN 201610072077 A CN201610072077 A CN 201610072077A CN 105760352 B CN105760352 B CN 105760352B
Authority
CN
China
Prior art keywords
cell
objects
row
excel
class
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
CN201610072077.9A
Other languages
Chinese (zh)
Other versions
CN105760352A (en
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.)
RETURNSTAR INTERACTIVE TECHNOLOGY GROUP Co Ltd
Original Assignee
RETURNSTAR INTERACTIVE TECHNOLOGY GROUP 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 RETURNSTAR INTERACTIVE TECHNOLOGY GROUP Co Ltd filed Critical RETURNSTAR INTERACTIVE TECHNOLOGY GROUP Co Ltd
Priority to CN201610072077.9A priority Critical patent/CN105760352B/en
Publication of CN105760352A publication Critical patent/CN105760352A/en
Application granted granted Critical
Publication of CN105760352B publication Critical patent/CN105760352B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/103Formatting, i.e. changing of presentation of documents
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/177Editing, e.g. inserting or deleting of tables; using ruled lines
    • G06F40/18Editing, e.g. inserting or deleting of tables; using ruled lines of spreadsheets

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The present invention provides a kind of method imported in the Excel table ranks arrangement modes to whiteboarding software chosen, the method 1, in whiteboarding software progress table class design, the design of the table class includes:It establishes table class and establishes table cell class;2, table is generated by the table class and table cell class;3, table objects are drawn in whiteboarding software;4, it imports in the Excel table ranks arrangement modes to whiteboarding software chosen.The present invention can import the Excel table ranks arrangement modes chosen in interactive electric whiteboard software, be that teacher saves the time in this way, improve the efficiency of electronic whiteboard teaching.

Description

Import the method in the Excel table ranks arrangement modes to whiteboarding software chosen
Technical field
The present invention relates to computer software technical fields, more particularly to import the Excel table ranks arrangement modes chosen To the method in whiteboarding software.
Background technology
Teacher says class hour using interactive electric whiteboard software, is explained using the Excel document of oneself, if there is one Part Excel tables have arranged ranks etc., can not be imported at this time from local computing in interactive electric whiteboard software, even and if Ranks arrangement mode can change after importing;Teacher is thus wanted to update local computing in electronic whiteboard software again On the excel documents that have editted, undoubtedly waste the plenty of time of teacher in this way.
In view of this, present patent application is furtherd investigate in view of the drawbacks of the prior art, and there is this case generation.
Invention content
The technical problem to be solved in the present invention is to provide a kind of Excel table ranks arrangement modes that can will be chosen It imports in interactive electric whiteboard software, is that teacher saves the time in this way, improves the efficiency of electronic whiteboard teaching.
The invention is realized in this way:It is a kind of to import in the Excel table ranks arrangement modes to whiteboarding software chosen Method, the method includes
Step 1, the design that table class is carried out in whiteboarding software, the design of the table class include:Establish table class and Establish table cell class;
Step 2 generates table by the table class and table cell class;
Step 3 draws table objects in whiteboarding software;
In the Excel table ranks arrangement modes to whiteboarding software that step 4, importing are chosen.
Further, the attribute in the table class includes:Position array RowYPos, table of the table per a line are each The position array ColumnXPos and table cell object chained list aList of row;
Attribute in the table cell class includes:Four points P1, P2, P3, P4 of surrounding in cell.
Further, the step 2 is specially:
Step 21, ranks number iRow, the iCol that the table objects to be established are inputted in whiteboarding software, and to be established The size iw, ih, position il, it of entire table;
Step 22, setting table objects RowYPos array numbers are iRow+1, and setting ColumnXPos array numbers are ICol+1;
Step 23, establish the i-th row jth column unit lattice i be 0 arrive iRow-1, j be 0 arrive iCol-1;
The table cell object that step 23 is established is added in table objects aList by step 24;
Step 25 repeats step 23 until all table cell objects establish completion.
Further, the step 23 is specially:
Step 23.1 setting unit lattice P1 points position
P1.x=il+iw*j/iCol P1.y=it+ih*i/iRow;
Step 23.2 setting unit lattice P2 points position
P2.x=il+iw* (j+1)/iCol P2.y=it+ih*i/iRow;
Step 23.3 setting unit lattice P3 points position
P3.x=il+iw* (j+1)/iCol P3.y=it+ih* (i+1)/iRow;
Step 23.4 setting unit lattice P4 points position
P4.x=il+iw*j/iCol P4.y=it+ih* (i+1)/iRow.
Further, the step 3 is specially:
A cell object is taken out in chained list aList in step 31, table objects;
Step 32 draws a rectangle by four points P1, P2, P3, P4 of cell object;
Step 33 repeats step 31-32 until all cell objects draws in chained list aList are completed.
Further, the Excel tables include Excel cell class ExcelCell and Excel row classes ExcelRow;
Excel cell classes ExcelCell
Including as properties
Cell location cellLeft, cellTop, cellWidht, cellHeight;
Excel row classes ExcelRow
Including as properties
Cell object chained list cList
Row high Row, Hieght;
The step 4 is specially:
Excel is needed the cell imported to save as an xml document by step 41;
Step 42 obtains Table labels from the xml document, and table content to be imported is all stored in this In Table labels;
Step 43 obtains table columns celColCount;
Step 44 obtains table line number celRowCount;
Step 45, the col width for obtaining each row of table is high with row and preserves;
Row label As in step 46, lookup Table labels;
Step 47 establishes an Excel row class ExcelRow objects B;
Step 48, B objects RowHieght be set as the corresponding row height that the step 45 obtains;
Cell label Cs in step 49, lookup label B;
Step 410 establishes the chained list that D objects are added to B objects by an Excel cell classes ExcelCell objects D In cList;
Step 411, all properties for searching this Cell label of C;
If carrying out below step containing merging attribute in this Cell label of step 412, C
A) row are obtained and merge the row number tempCol row number tempRow combined with row
B) cellWidht of D objects is set to all the sum of all col widths of row number Col1 to tempCol of label C;
C) cellHeight of D objects is set to all row height of all line number Row1 to tempRow of label C With;
Step 413, if do not have in label containing merge attribute if by the wide high setting of D objects be the corresponding row of cell High and col width;
Step 414 repeats step 49 to step 413 until all Cell tag processes in this row label A are complete;
Step 415 repeats step 46 to step 413 until finding all Row labels in Table labels;
Line number is set as with columns through the line number and columns acquired by previous step in step 416, whiteboarding software;
Table size TableW in step 417, whiteboarding software, TableH are set as by big acquired by previous step It is small;
A table objects MyTalbe is established in step 418, whiteboarding software, table initial position (x, y) can be arbitrary defeated Enter, the size of table objects is TableW, TableH;
CList each cell object in step 419, the ExcelRow objects RowObj that is established above of acquirement cellObj;
Step 420, the cell object MyCell for establishing table objects MyTalbe;
Step 421, MyCell objects position and be dimensioned to the position preserved in cellObj and size;
Step 422, MyCell objects are added in the aList chained lists of MyTalbe objects;
Step 423 repeats step 419 to step 423, owns until in the chained list cList in all RowObj objects Cell object;
Step 424 draws table objects MyTalbe using drafting mode in step 3;
The cell that Excel chooses so far just is imported into interactive electric whiteboard software by step 425.
The invention has the advantages that:The present invention is to import the Excel table ranks arrangement modes chosen to whiteboarding software In method, can import in the Excel table ranks arrangement modes to whiteboarding software chosen, and import after ranks arrangement mode meeting It changes;It is that teacher saves the time in this way, improves the efficiency of electronic whiteboard teaching.
Description of the drawings
Fig. 1 is the method for the present invention flow diagram.
Specific implementation mode
Refering to Figure 1, in the Excel table ranks arrangement modes to whiteboarding software that a kind of importing of the present invention is chosen Method, the method includes
Step 1, the design that table class is carried out in whiteboarding software, the design of the table class include:Establish table class and Establish table cell class;
Attribute in the table class includes:The position array RowYPos of the every a line of table, the positional number of each row of table Group ColumnXPos and table cell object chained list aList;
Attribute in the table cell class includes:Four points P1, P2, P3, P4 of surrounding in cell.
Step 2 generates table by the table class and table cell class;
Step 3 draws table objects in whiteboarding software;
In the Excel table ranks arrangement modes to whiteboarding software that step 4, importing are chosen.
Wherein, the step 2 is specially:
Step 21, ranks number iRow, the iCol that the table objects to be established are inputted in whiteboarding software, and to be established The size iw, ih, position il, it of entire table;
Step 22, setting table objects RowYPos array numbers are iRow+1, and setting ColumnXPos array numbers are ICol+1;
Step 23, establish the i-th row jth column unit lattice i be 0 arrive iRow-1, j be 0 arrive iCol-1;
The table cell object that step 23 is established is added in table objects aList by step 24;
Step 25 repeats step 23 until all table cell objects establish completion.
The step 23 is specially:
Step 23.1 setting unit lattice P1 points position
P1.x=il+iw*j/iCol P1.y=it+ih*i/iRow;
Step 23.2 setting unit lattice P2 points position
P2.x=il+iw* (j+1)/iCol P2.y=it+ih*i/iRow;
Step 23.3 setting unit lattice P3 points position
P3.x=il+iw* (j+1)/iCol P3.y=it+ih* (i+1)/iRow;
Step 23.4 setting unit lattice P4 points position
P4.x=il+iw*j/iCol P4.y=it+ih* (i+1)/iRow.
Wherein, the step 3 is specially:
A cell object is taken out in chained list aList in step 31, table objects;
Step 32 draws a rectangle by four points P1, P2, P3, P4 of cell object;
Step 33 repeats step 31-32 until all cell objects draws in chained list aList are completed.
The Excel tables include Excel cell class ExcelCell and Excel row classes ExcelRow;
Excel cell classes ExcelCell
Including as properties
Cell location cellLeft, cellTop, cellWidht, cellHeight;
Excel row classes ExcelRow
Including as properties
Cell object chained list cList
Row high Row, Hieght;
The step 4 is specially:
Excel is needed the cell imported to save as an xml document by step 41;
Step 42 obtains Table labels from the xml document, and table content to be imported is all stored in this In Table labels;
Step 43 obtains table columns celColCount;
Step 44 obtains table line number celRowCount;
Step 45, the col width for obtaining each row of table is high with row and preserves;
Row label As in step 46, lookup Table labels;
Step 47 establishes an Excel row class ExcelRow objects B;
Step 48, B objects RowHieght be set as the corresponding row height that the step 45 obtains;
Cell label Cs in step 49, lookup label B;
Step 410 establishes the chained list that D objects are added to B objects by an Excel cell classes ExcelCell objects D In cList;
Step 411, all properties for searching this Cell label of C;
If carrying out below step containing merging attribute in this Cell label of step 412, C
A) row are obtained and merge the row number tempCol row number tempRow combined with row
B) cellWidht of D objects is set to all the sum of all col widths of row number Col1 to tempCol of label C;
C) cellHeight of D objects is set to all row height of all line number Row1 to tempRow of label C With;
Step 413, if do not have in label containing merge attribute if by the wide high setting of D objects be the corresponding row of cell High and col width;
Step 414 repeats step 49 to step 413 until all Cell tag processes in this row label A are complete;
Step 415 repeats step 46 to step 413 until finding all Row labels in Table labels;
Line number is set as with columns through the line number and columns acquired by previous step in step 416, whiteboarding software;
Table size TableW in step 417, whiteboarding software, TableH are set as by big acquired by previous step It is small;
A table objects MyTalbe is established in step 418, whiteboarding software, table initial position (x, y) can be arbitrary defeated Enter, the size of table objects is TableW, TableH;
CList each cell object in step 419, the ExcelRow objects RowObj that is established above of acquirement cellObj;
Step 420, the cell object MyCell for establishing table objects MyTalbe;
Step 421, MyCell objects position and be dimensioned to the position preserved in cellObj and size;
Step 422, MyCell objects are added in the aList chained lists of MyTalbe objects;
The cellLeft that the P1.x of MyCell objects is set as cellObj adds x
The cellTop that P1.y is set as cellObj adds y
P2.x is set as cellWidths of the cellLeft of cellObj plus x plus cellObj
The cellTop that P2.y is set as cellObj adds y
P3.x is set as cellWidths of the cellLeft of cellObj plus x plus cellObj
P3.y is set as cellHeights of the cellTop of cellObj plus y plus cellObj
The cellLeft that P4.x is set as cellObj adds x
P4.y is set as cellHeights of the cellTop of cellObj plus y plus cellObj
Step 423 repeats step 419 to step 423, owns until in the chained list cList in all RowObj objects Cell object;
Step 424 draws table objects MyTalbe using drafting mode in step 3;
The cell that Excel chooses so far just is imported into interactive electric whiteboard software by step 425.
In short, the present invention is the method imported in the Excel table ranks arrangement modes to whiteboarding software chosen, can import In the Excel table ranks arrangement modes to whiteboarding software chosen, and ranks arrangement mode can change after importing;It is in this way Teacher saves the time, improves the efficiency of electronic whiteboard teaching.
The foregoing is merely presently preferred embodiments of the present invention, all equivalent changes done according to scope of the present invention patent with Modification should all belong to the covering scope of the present invention.

Claims (5)

1. a kind of method imported in the Excel table ranks arrangement modes to whiteboarding software chosen, it is characterised in that:The side Method includes
Step 1, the design that table class is carried out in whiteboarding software, the design of the table class include:Establish table class and foundation Table cell class;
Step 2 generates table by the table class and table cell class;
Step 3 draws table objects in whiteboarding software;
In the Excel table ranks arrangement modes to whiteboarding software that step 4, importing are chosen;The Excel tables include Excel cell class ExcelCell and Excel row classes ExcelRow;
Excel cell classes ExcelCell
Including as properties
Cell location cellLeft, cellTop, cellWidht, cellHeight;
Excel row classes ExcelRow
Including as properties
Cell object chained list cList
Row Row, high Hieght;
The step 4 is specially:
Excel is needed the cell imported to save as an xml document by step 41;
Step 42 obtains Table labels from the xml document, and table content to be imported is all stored in this Table marks In label;
Step 43 obtains table columns celColCount;
Step 44 obtains table line number celRowCount;
Step 45, the col width for obtaining each row of table is high with row and preserves;
Row label As in step 46, lookup Table labels;
Step 47 establishes an Excel row class ExcelRow objects B;
Step 48, object B RowHieght be set as the corresponding row height that the step 45 obtains;
Cell label Cs in step 49, lookup label B;
Step 410 establishes the chained list cList that object D is added to object B by an Excel cell class ExcelCell objects D In;
Step 411, all properties for searching this Cell label of C;
If carrying out below step containing merging attribute in this Cell label of step 412, C
A) row are obtained and merge the row number tempCol row number tempRow combined with row
B) cellWidht of D objects is set to all the sum of all col widths of row number Col1 to tempCol of label C;
C) cellHeight of D objects is set to the sum of all row height of all line number Row1 to tempRow of label C;
Step 413, if do not have in label containing merge attribute if by the wide high setting of D objects be the corresponding row height of cell with Col width;
Step 414 repeats step 49 to step 413 until all Cell tag processes in this row label A are complete;
Step 415 repeats step 46 to step 413 until finding all Row labels in Table labels;
Line number is set as with columns through the line number and columns acquired by previous step in step 416, whiteboarding software;
Table size TableW in step 417, whiteboarding software, TableH are set as through the size acquired by previous step;
A table objects MyTalbe is established in step 418, whiteboarding software, table initial position (x, y) can be inputted arbitrarily, table The size of lattice object is TableW, TableH;
Each cell object of cList cellObj in the ExcelRow objects RowObj that step 419, acquirement are established above;
Step 420, the cell object MyCell for establishing table objects MyTalbe;
Step 421, MyCell objects position and be dimensioned to the position preserved in cellObj and size;
Step 422, MyCell objects are added in the aList chained lists of MyTalbe objects;
Step 423 repeats step 419 to step 423, until with all units in the chained list cList in all RowObj objects Lattice object;
Step 424 draws table objects MyTalbe using drafting mode in step 3;
The cell that Excel chooses so far just is imported into interactive electric whiteboard software by step 425.
2. the method according to claim 1 imported in the Excel table ranks arrangement modes to whiteboarding software chosen, It is characterized in that:Attribute in the table class includes:The position array RowYPos of the every a line of table, the position of each row of table Array ColumnXPos and table cell object chained list aList;
Attribute in the table cell class includes:Four points P1, P2, P3, P4 of surrounding in cell.
3. the method according to claim 2 imported in the Excel table ranks arrangement modes to whiteboarding software chosen, It is characterized in that:The step 2 is specially:
Step 21, ranks number iRow, the iCol that the table objects to be established are inputted in whiteboarding software, and to be established entire The size iw, ih, position il, it of table;
Step 22, setting table objects RowYPos array numbers are iRow+1, and setting ColumnXPos array numbers are iCol + 1;
Step 23, establish the i-th row jth column unit lattice i be 0 arrive iRow-1, j be 0 arrive iCol-1;
The table cell object that step 23 is established is added in table objects aList by step 24;
Step 25 repeats step 23 until all table cell objects establish completion.
4. the method according to claim 3 imported in the Excel table ranks arrangement modes to whiteboarding software chosen, It is characterized in that:The step 23 is specially:
Step 23.1 setting unit lattice P1 points position
P1.x=il+iw*j/iCol P1.y=it+ih*i/iRow;
Step 23.2 setting unit lattice P2 points position
P2.x=il+iw* (j+1)/iCol P2.y=it+ih*i/iRow;
Step 23.3 setting unit lattice P3 points position
P3.x=il+iw* (j+1)/iCol P3.y=it+ih* (i+1)/iRow;
Step 23.4 setting unit lattice P4 points position
P4.x=il+iw*j/iCol P4.y=it+ih* (i+1)/iRow.
5. the method according to claim 2 imported in the Excel table ranks arrangement modes to whiteboarding software chosen, It is characterized in that:The step 3 is specially:
A cell object is taken out in chained list aList in step 31, table objects;
Step 32 draws a rectangle by four points P1, P2, P3, P4 of cell object;
Step 33 repeats step 31-32 until all cell objects draws in chained list aList are completed.
CN201610072077.9A 2016-02-02 2016-02-02 Import the method in the Excel table ranks arrangement modes to whiteboarding software chosen Expired - Fee Related CN105760352B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610072077.9A CN105760352B (en) 2016-02-02 2016-02-02 Import the method in the Excel table ranks arrangement modes to whiteboarding software chosen

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610072077.9A CN105760352B (en) 2016-02-02 2016-02-02 Import the method in the Excel table ranks arrangement modes to whiteboarding software chosen

Publications (2)

Publication Number Publication Date
CN105760352A CN105760352A (en) 2016-07-13
CN105760352B true CN105760352B (en) 2018-07-20

Family

ID=56343037

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610072077.9A Expired - Fee Related CN105760352B (en) 2016-02-02 2016-02-02 Import the method in the Excel table ranks arrangement modes to whiteboarding software chosen

Country Status (1)

Country Link
CN (1) CN105760352B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101866335A (en) * 2010-06-14 2010-10-20 深圳市万兴软件有限公司 Form processing method and device in document conversion
CN102103587A (en) * 2009-12-17 2011-06-22 北大方正集团有限公司 Method and device for converting form
CN102299965A (en) * 2011-08-31 2011-12-28 深圳市五巨科技有限公司 Method and device for importing EXCEL data
CN103646016A (en) * 2013-12-30 2014-03-19 金蝶软件(中国)有限公司 Implementation method of user-defined financial statement and server
CN104731813A (en) * 2013-12-23 2015-06-24 珠海金山办公软件有限公司 Form file display method and system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7583841B2 (en) * 2005-12-21 2009-09-01 Microsoft Corporation Table detection in ink notes

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102103587A (en) * 2009-12-17 2011-06-22 北大方正集团有限公司 Method and device for converting form
CN101866335A (en) * 2010-06-14 2010-10-20 深圳市万兴软件有限公司 Form processing method and device in document conversion
CN102299965A (en) * 2011-08-31 2011-12-28 深圳市五巨科技有限公司 Method and device for importing EXCEL data
CN104731813A (en) * 2013-12-23 2015-06-24 珠海金山办公软件有限公司 Form file display method and system
CN103646016A (en) * 2013-12-30 2014-03-19 金蝶软件(中国)有限公司 Implementation method of user-defined financial statement and server

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Excel表格到AutoCAD表格的转换;冯若谦等;《宁夏工程技术》;20030331;第2卷(第1期);全文 *
J2EE平台上的HTML电子表格工具的设计;谢正良等;《计算机科学》;20051023;第32卷(第10期);摘要、第2页右栏第2段 *
基于P2P的协同办公系统中共享对象协同操纵技术研究;邓荣凯;《中国优秀硕士学位论文全文数据库信息科技辑》;20100615;第2010年卷(第06期);第15页第4段、第43页最后一段至44页第1段 *

Also Published As

Publication number Publication date
CN105760352A (en) 2016-07-13

Similar Documents

Publication Publication Date Title
CN103019684B (en) A kind of method of the configuration service page based on dynamic template
CN104200348A (en) Goods information treatment method and terminal device
CN103729457A (en) Digitalized book auxiliary reading system based on Internet, and method thereof
CN102567423A (en) Method and system for associated search of poetry
CN113239560B (en) Process design method based on modularized reconstruction
CN105739985B (en) Import method of the Excel table chosen into whiteboarding software
CN102737108A (en) Method and device for processing flow diagram
CN102841887A (en) Method and device for typesetting variable data
CN102915301B (en) A kind of mark row table generating method and electronic equipment
Liao et al. Approximation algorithms on consistent dynamic map labeling
CN105760352B (en) Import the method in the Excel table ranks arrangement modes to whiteboarding software chosen
Liu et al. A universal mathematical model of modular multilevel converter with half-bridge
CN102479072B (en) Multi-header report generating method, device and terminal
Bohara et al. Deep learning-based framework for power converter circuit identification and analysis
CN102929636A (en) Method and device for creating human-computer interaction interface
CN105912723A (en) Storage method of custom field
CN105760353B (en) Excel tables are imported in whiteboarding software and do not change the method for cell text formatting
CN110263134A (en) Intelligent emotion answering method, device and computer readable storage medium
CN107346338A (en) File directory sort method and device
Zhou et al. Semantic graph construction for 3D geospatial data of multi-versions
CN104202477B (en) A kind of extract data in mobile phone and carry out two dimension time series analysis method
Vasquez Mayen et al. Average Modeling of High Frequency AC Link Three-Port DC/DC/DC Converters
CN109683884A (en) A kind of cloud application modular assembly method
Samaei Dastjerdi et al. Analyzing the Economic Capacities of Arts and Handicrafts During the Timurid Era (771-913 AH/1392-1507 AD)
Bai et al. Adaptive Correcting Strokes Extracted from Chinese Characters in Digital Ink of Non-native Writers Based on Comprehensive Visualization

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: 350000 6, No. 1 Innovation Park, No. 3 east science and technology road, Minhou street, Minhou, Fuzhou.

Applicant after: RETURNSTAR INTERACTIVE TECHNOLOGY GROUP Co.,Ltd.

Address before: 350000 8 tower building, Orange Garden Industrial Park, 618 Jinshan Road, Jianxin Town, Cangshan District, Fuzhou, Fujian.

Applicant before: RETURNSTAR INTERACTIVE TECHNOLOGY GROUP Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20180720

Termination date: 20220202

CF01 Termination of patent right due to non-payment of annual fee