CN101692205A - Three-dimensional financial analytic software - Google Patents

Three-dimensional financial analytic software Download PDF

Info

Publication number
CN101692205A
CN101692205A CN200910052159A CN200910052159A CN101692205A CN 101692205 A CN101692205 A CN 101692205A CN 200910052159 A CN200910052159 A CN 200910052159A CN 200910052159 A CN200910052159 A CN 200910052159A CN 101692205 A CN101692205 A CN 101692205A
Authority
CN
China
Prior art keywords
data
dimensional
control
workstation
analytic software
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
CN200910052159A
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.)
Shanghai Media Group, Inc.
Original Assignee
SHANGHAI MEDIA GROUP
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 SHANGHAI MEDIA GROUP filed Critical SHANGHAI MEDIA GROUP
Priority to CN200910052159A priority Critical patent/CN101692205A/en
Publication of CN101692205A publication Critical patent/CN101692205A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention relates to an interactive control system of three-dimensional financial analytic software and a control method. The interactive control system solves the problems that the pictures presented by common financial software have single effect and poor expressive force in conventional financial television programs. The system controls a three-dimensional rendering engine through a visual control interface, reads related data from a database, outputs the data after analyzing and calculating the data, and finally outputs three-dimensional video pictures, thus greatly improving the effect of the pictures broadcast in the programs. The system is characterized in that control, calculation and three-dimensional imaging are carried out on the financial real-time data. The concrete realization method is shown in the concrete implementation mode 5.

Description

Three-dimensional financial analytic software
(1) technical field:
The present invention relates generally to a kind of by reading in real time and analytical calculation and technology that 3 d rendering engine is controlled the Money Data database data.It is a kind of technology that the high-end finance and economic program of TV station is reported and Money Data storehouse terminal represents that relates to.
(2) background technology:
The technology that the present invention relates to comprises the three-dimensional imaging technology of real time data.
Such technology has following characteristics:
1, can play up the scene of making of general three-dimensional software
The making of cartoon scene, available general three-dimensional software such as 3d Studio Max and Maya make has three-dimensional scenics such as material, virtual light and video camera, animation.By unusual powerful hardware renderer function, can be in real time three-dimensional object or animation be played up and help D1 resolution, the video of 32 colours.
2, can dock with real time data.
Can draw a plurality of parameters in the three-dimensional scenic of output, thereby dock with the real time data of outside, when playing up output, render engine can be exported corresponding picture for different values in advance to data value of looking into of individual parameter.
3, serial system has multimachine position binary channels function
Make the output of different seats in the plane can carry out the stunt switching easily, realize fading in, fade out, draw effects such as picture, DVE, also realized pre-prison function easily.
4, serial dirigibility is big, easy to use
When scene replacing, seat in the plane change, the location of carrying out video camera and virtual background again is very easy, and all parameters are measured automatically by computing machine, and operating personnel only need click the mouse and confirm, front and back only needed to finish in several minutes;
In case finish the location, only need by traditional image capture method video camera to be done push-and-pull, yawing and pitching operation simply, can realize the virtual programs making.Even making the multimachine interdigit switches, required action only is the form with the click video camera, and various video compositions such as prospect, background, the broadcast of giant-screen window all can be finished in field flyback at same frame, have guaranteed that flicker free is switched in the multimachine position, black seamless switching is beated, do not had to nothing.
Operating personnel even he is not long duration of contact, also can operate native system easily.Operating personnel both can carry out default programme with keyboard, mouse and handle, also can make amendment.
5, series can record with other A/V/editing equipment is integrated
Any analog or digital looks audio frequency output and all can record with the A/V of different class/and editing equipment, special efficacy, captions, making cut bank are integrated, even connect the real-time MPEG scrambler and carry out compressed digital and look the Network Transmission of audio frequency (containing the Internet).
The main background technology that the present invention relates to also comprises:
The database store process technology.
The storing process of database: storing process (Stored Procedure) be one group in order to finish the SQL statement collection of specific function, after compiling, be stored in database.In the user by the designated store process name and provide parameter (if this storing process has parameter) and carry out it.
Storing process is divided into two classes in the family release of SQL Server: storing process that system provides and User Defined storing process.It is prefix that systematic procedure mainly is stored in the master database and with sp_, and system stored procedures mainly is to obtain information from system's table, thereby provides support for System Administrator Management SQL Server.By system stored procedures, the many managerial or informational activity among the MS SQL Server (as understanding database object, database information) can be finished smoothly effectively.Although these system stored procedures are placed in the master database, still can in other database, call it, when calling, needn't before the storing process name, add database name.And when creating a new database, some system stored procedures can be created in new database automatically.The User Defined storing process is a storing process of being created and can be finished a certain specific function (as inquiring user desired data information) by the user.Storing process involved in this chapter mainly is meant the User Defined storing process.
When utilizing MS SQL Server to create an application program, Transaction-SQL is a kind of main programming language.If utilization Transaction-SQL programmes, two kinds of methods are arranged.The first in this locality storage Transaction-SQL program, and is created application program and to SQL Server transmission order the result is handled.It two is, can be stored in part among the SQL Server as storing process with the Transaction-SQL written program, and create application program and call storing process, the data result is handled storing process can be by receiving parameter to caller return results collection, and the form of result set is determined by caller; The return state value is given caller, indicates that to call be success or failure; Comprise action statement, and can in a storing process, call another storing process at database.
We more prefer the use second method usually, promptly use storing process rather than call one section program that Transaction-SQL writes in SQL Server on client computer, and reason is that storing process has the following advantages:
(1) storing process allows the programming of standard package formula
Storing process can repeatedly be called in program after being created, and the SQL statement that needn't write this storing process again.And the database professional can make amendment to storing process at any time, but the application programs source code has no effect (because application source code only comprises the call statement of storing process), thereby greatly improved the portability of program.
(2) storing process can be realized execution speed faster
If a certain operation comprises a large amount of Transaction-SQL codes or repeatedly carried out respectively, storing process is more a lot of soon than the execution speed of batch processing so.Because storing process is precompiler, when moving a storing process first, query optimizer is analyzed, is optimized it, and provides the executive plan that is finally existed in system's table.And the Transaction-SQL statement of batch processing all will compile and optimize when each run, so speed wants slow relatively.
(3) storing process can reduce network traffics
For same operation (as inquiry, modification) at the data database object, if the involved Transaction-SQL statement of this operation is organized into a storing process, so when on client computer, calling this storing process, just this call statement that transmits in the network, otherwise will be many SQL statement, thereby increased network traffics greatly, reduced offered load.
(4) storing process can be used as a kind of security mechanism and makes full use of
The system manager is by limiting the authority of carrying out a certain storing process, thereby can realize the restriction to corresponding data access authority, avoids the visit of unauthorized user to data, guarantees the safety of data.
(3) summary of the invention:
1, a kind of method that realizes the interactive control of three-dimensional financial analytic software, it is characterized in that, utilization presents technology to conversion, analysis, the calculating of real time data with three-dimensional scenic and combines, and reaches the host and carries out the control and the report of three-dimensional Money Data by the control platform;
2, a kind of method that realizes the interactive control of three-dimensional financial analytic software, its key step comprises:
1) read step of data conducts interviews to database by the control platform, reads the relevant real time data that needs;
2) analysis of data and calculation procedure are analyzed and are calculated the content that makes data to the data that read and meet the required requirement of final three-dimensional imaging;
3) picture output step, according to analyze with calculate after the data in real time two-dimensional image that draws, confirm that the back plays up three-dimensional scenic, export final three-dimensional finance and economics picture;
3, as 2 one kinds of methods that realize the interactive control of three-dimensional financial analytic software, described read step is wherein controlled platform to access of database, comprises the smart access mode of keyboard, shortcut input reference mode, mouse control access mode;
4, as 2 one kinds of methods that realize the interactive control of three-dimensional financial analytic software, described analysis and calculation procedure comprise, to the analysis and the calculating of K line data, ranking list data, trend graph data, trading volume data;
5, as 2 one kinds of methods that realize the interactive control of three-dimensional financial analytic software, described three-dimensional output step, need in advance with three-dimensional scenic relevant draw with analyze, data after the calculating dock;
6, a kind of system that realizes the interactive control of three-dimensional financial analytic software is characterized in that system comprises;
1) control interface workstation: this workstation provides visual control interface to come real time data in the reading database, the data that read is analyzed and is calculated, and the two-dimentional local picture of the preview of drawing in this locality, and render engine is controlled;
2) three-dimensional scenic is made workstation: this workstation can import general three-dimensional and make the three-dimensional scenic file that software development is finished, and also can create the three-dimensional scenic masterplate voluntarily, and the item of drawing of being correlated with can be drawn, and docks with real time data;
3) render engine: this engine is mainly used in three-dimensional animation ground real-time rendering, and control interface workstation drives 3 d rendering engine different scenes is carried out real-time rendering, and by the corresponding data that control interface workstation provides, plays up output video;
7, as 6 one kinds of systems that realize the interactive control of three-dimensional financial analytic software, wherein said control interface workstation comprises the function that data read control, a keyswitch function that reads between different pieces of information can switch K graph data, trend graph data, ranking list data, trading volume data by keyboard one key;
8, as 6 one kinds of systems that realize the interactive control of three-dimensional financial analytic software, wherein said control interface workstation comprises also that to the function that data read control the keyboard left and right press key increases and the function that reduces the fate that reads K line chart, trend graph data;
9, as 6 one kinds of systems that realize the interactive control of three-dimensional financial analytic software, wherein said control interface workstation carries out controlling and driving to render engine and realizes switching between the different pieces of information scene, the refreshing of data content;
Social benefit and economic benefit
1. can to improve present finance and economic form of programs single for the interactive control system of three-dimensional financial analytic software, and the host can come various Money Data are commented on by the finance and economics index picture, can improve the rich of such program form of expression greatly.
2. the interactive control system of three-dimensional financial analytic software has made full use of existing 3 d rendering engine technology of TV station and equipment, thereby has utilized the existing resource of TV station to greatest extent, has improved the quality of program under the prerequisite of little amplitude increase cost.
3. the interactive control system of three-dimensional financial analytic software makes finance and economic program no longer limitation and single pictures such as stock, index map, and go through the motions ability that effect, three-dimensional data present of its abundant three-dimensional has increased the activity of program greatly.
4. the interactive control system of three-dimensional financial analytic software is performed in a radio or TV programme the field except that being applied to TV station, also can be used in other the representing of high-end wealth, real time data, as the data display of all kinds of high-end enterprises, three-dimensional weather data, bank securities etc.
(4) description of drawings:
Shown in the accompanying drawing 1 is the schematic diagram (system works flow process) that system realizes;
Shown in the accompanying drawing 2 is the schematic flow sheet of a workstation collaborative work in the system;
The synoptic diagram of the trend graph image content shown in the accompanying drawing 3;
(5) embodiment
1. system architecture
This system comprises control interface workstation, three-dimensional scenic making workstation and render engine.Its separately function be:
1) control interface workstation: this workstation provides visual control interface to come real time data in the reading database, and the data that read are analyzed and calculated, the two-dimentional local picture of the preview of drawing in this locality, and render engine controlled.
2) three-dimensional scenic is made workstation: this workstation can import general three-dimensional and make the three-dimensional scenic file that software development is finished, and also can create the three-dimensional scenic masterplate voluntarily, and the item of drawing of being correlated with can be drawn, and docks with real time data;
3) render engine: this engine is mainly used in three-dimensional animation ground real-time rendering, and control interface workstation drives 3 d rendering engine different scenes is carried out real-time rendering, and corresponding data, render engine output video are provided;
Control interface workstation, 3 d rendering engine and three-dimensional scenic are made workstation and are connected in the same network, visit mutually by network.Control interface workstation is connected with database by network.(see figure 1)
2. system hardware and software environment
The hardware configuration of control interface workstation requires:
More than the CPU 2.4Ghz;
More than the internal memory 256M;
The 1000M network interface card.
The installation environment of control interface software:
More than the Windows NT;
Framework 2.0 is installed;
3. the workflow of system
Control interface workstation sends the reading of data instruction by Control Software to database, after database is received instruction, according to the specific SQL statement of program the data of correspondence is sent to control interface workstation.After control interface workstation is received data it is carried out analytical calculation, comprise maximal value, minimum value analysis, opening price, closing price analysis, time, trading volume analysis.The final data that will obtain after control interface workstation will calculate, the two-dimentional preview screen of drawing in this locality is pressed space bar after the host confirms data and scene animation play instruction is sent to render engine.After render engine is received data and scene play instruction, play corresponding scene animation and carry out three-dimensional real-time rendering, export final picture according to data.
Will access the K line chart as the host, he is by the keyboard inputting equity stock code at Control work station.Control interface workstation obtains the respective value of the stock code of keyboard input after the carriage return by function C ALLADMINISTRATOR.SP_STKUSERINPUT_PY (′ @CODE% '), and send to database according to this value control interface workstation: callADMINISTRATOR.SP_STKNOWDAYKLINE3 (' 000001 ', ' SHA ', 100) instruction, obtain K line data, control interface workstation is by function S howKlineGraph (string smarkeyboardcode, String name, string codetype, int days) data are analyzed, local day K line draws.Press space bar after the host confirms by draw the attached value of function S endKlinePlayItem2DVG () to render engine, encapsulation of data sends to render engine with packet and the order of broadcast scene animation again, and render engine is exported final picture.(see figure 2)
The data that the K line chart reads from database comprise: opening quotation closing quotation value sequence, height value sequence, average line value on the five, average line value on the ten, average line value on the 30th, average line value on the 60th, conclusion of the business value, start time, concluding time, maximum trading volume.After taking out data data are carried out type conversion, change into and be fit to draw the needed particular type of local two-dimentional K line chart, and the particular type of the required demonstration 3-D view of suitable render engine.Data after the conversion are cut by the sky, intraday all data are broken into a bag to drawing an attached value.
The data that trend graph is taken out from database comprise: price sequence, trading volume sequence, present price, mxm. sequence, intermediate shaft, minimum sequence, yesterday closing price, maximum trading volume, ups and downs number percent.Its middle scale value is the closing price of yesterday in the trend graph picture that presents in render engine, maximal value in the taking-up mxm. sequence and the minimum value in the minimum sequence, the mxm. sequence is the peak-peak of this burst share price every day, and the minimum sequence is the minimum peak of this burst share price every day.Two values of taking out are deducted the yesterday opening price respectively to take absolute value then, two numerical value that relatively obtain, if mxm. deducts the absolute value of opening price yesterday deducts opening price yesterday greater than minimum absolute value, then the peak-peak in the K line chart scale is the maximal value in the mxm. sequence, and the minimum peak in the scale is closing price-(maximal value in the mxm. sequence-yesterday closing price) yesterday.If mxm. deducts the absolute value of opening price yesterday deducts opening price yesterday less than minimum absolute value, then the minimum peak in the K line chart is the minimum value in the minimum sequence, and the maximal value in the scale is closing price+(yesterday minimum value in closing price-minimum sequence) yesterday.For example: the maximal value of taking out in the highest sequence train value is 18, and the minimum value that the lowest series value is taken out is 4, and yesterday, closing price was 10.Intermediate value in the scale that then presents in render engine is 10, and peak-peak is 18, and minimum peak is 2, because | 18-10|=8>| 4-10|=6, minimum peak=10-|18-10|=2.(see figure 3)
The data that ranking list is taken out from database comprise: title, code, amount of increase and amount of decrease, trading volume, turnover.The data of taking out are carried out directly investing the corresponding item of drawing after the type conversion.The image content that shows ranking list.
4. control function
The function of the interactive control system of three-dimensional financial analytic software comprises: keyboard spirit, stock day K line chart, minute K line chart, stock trend graph, Shanghai Stock Exchange's A-share ranking list, the B of Shanghai Stock Exchange thigh ranking list, Shenzhen A-share ranking list, Shenzhen B thigh ranking list, Dow Jones index.This software function supports that stock switches, K line tendency is switched, K line ranking list is switched, special stock switches, K line convergent-divergent.
Before using each control function, control interface workstation is configured data source earlier.Collocation method:
Open ClientConfig.ini file [DB2Settings] the configuration database source under the bin file folder, Server is database server IP address, port numbers; Database is a database-name; Uid is a database user name; Pwd is a database password.[DVG] disposes DVG, and DVGlist is used for disposing the DVG that client will connect; PlayItemList represents the xml file of configuring animations; SceneNameList represents the scene that loads.MaxklineDays is used for disposing the maximal value that the K line shows, DefaultShowDays represents default value; MaxklineDays is used for disposing the maximal value (for example DefaultShowDays=100 after the program run, gives tacit consent to 100 days K line chart of demonstration) that the K line shows.
The smart function declaration of keyboard:
600%: stock code input (for example 600000);
MS%: initial input (for example MSYH Minsheng bank);
03: Shanghai Stock Exchange's trend graph;
04: Shenzhen trend graph;
05:K line and tendency are switched;
888600: Dow Jones index;
61: go up the A ranking list;
62: go up the B ranking list;
63: dark A ranking list;
64: dark B ranking list;
The functions of shortcut key explanation:
F3: Index of Shanghai Stock Exchange;
F4: Shenzhen composite index;
F5:K line tendency is switched;
Each state of F8:K line switches (5 minutes, 15 minutes, 30 minutes, all K lines, month K line);
Key up and down: control K line fate;
Right and left key: mobile K line cross pin;
Pagedown:1, the downward page turning of ranking list; 2, the downward page turning of K line or tendency;
The page turning that makes progress of Pageup:1, ranking list; 2, K line or the tendency page turning that makes progress;
After the program run, show Index of Shanghai Stock Exchange one hundred days K line, the top shows the K line, and the below shows trading volume.
The operation of K line:
Index of Shanghai Stock Exchange K line shortcut F3;
Shenzhen Index K line shortcut F4;
The K line switches shortcut F8 (5 minutes K lines, 15 minutes K lines, 30 minutes K lines, day K line, all K lines, month K line);
Operation keyboard is key up and down, and whenever by upwarding key or down Arrow, the K line increases progressively three days or successively decreased three days;
The operation keyboard right and left key, whenever by a right key, K line pointer moved to right three days, and whenever by a left button, K line pointer moved to left one day, and the upper left side shows the cross pointer high low value on the same day, opening quotation closing quotation value.;
The smart input burst draft bank of keyboard realizes that (as present tendency stock code is " 600000 " to the switching of K line, the smart input of keyboard " 600030 ", current K line chart switches to the K of CITIC Securities line chart), press the PageDown key, realize turning under the K line with the stock code order, press the PageUp key, realize turning on the K line, after the program run, show Index of Shanghai Stock Exchange one hundred days K line, the top shows the K line, and the below shows trading volume.
The trend graph operation:
The trend graph top shows timesharing tendency line, and the below shows trading volume;
The F5 keyboard is realized the switching of K line and trend graph;
The smart switching (as present tendency stock code is " 600000 ", and the keyboard spirit is imported " 600030 ", and current trend graph switches to CITIC Securities's trend graph) that realizes trend graph of keyboard.
The ranking list operation:
The smart input 61 of keyboard switches to Shanghai Stock Exchange's A-share ranking list (acquiescence double-clicks according to amount of increase rank, F6, with the drop range rank); The smart input 62 of keyboard switches to the B of Shanghai Stock Exchange thigh seniority among brothers and sisters; The smart input 63 of keyboard switches to Shenzhen A-share seniority among brothers and sisters; The smart input 64 of keyboard switches to Shenzhen B thigh seniority among brothers and sisters;
Ranking list → K line is chosen stock (selecting stock by key up and down), shows the K line of this stock by F5 key or enter key, press the PageDown key, realizes that the K line by turning under the ranking list order, presses the PageUp key, and realization K line is by turning on the ranking list order;
Click certain rows of head, with this row rank.
PageDown, PageUp key operation:
The smart input of keyboard K line is pressed the PageDown key, realizes turning under the K line with the stock code order;
The keyboard spirit is input to the K line states, presses the PageUp key, realizes turning on the K line;
DVG shows:
K line data, trend graph data, ranking list data all send with enter key.

Claims (9)

1. realize the interactive method of controlling of three-dimensional financial analytic software for one kind, it is characterized in that, utilization presents technology to conversion, analysis, the calculating of real time data with three-dimensional scenic and combines, and reaches the host and carries out the control and the report of three-dimensional Money Data by the control platform.
2. realize the interactive method of controlling of three-dimensional financial analytic software for one kind, its key step comprises:
1) read step of data conducts interviews to database by the control platform, reads the relevant real time data that needs;
2) analysis of data and calculation procedure are analyzed and are calculated the content that makes data to the data that read and meet the required requirement of final three-dimensional imaging;
3) picture output step, according to analyze with calculate after the data in real time two-dimensional image that draws, confirm that the back plays up three-dimensional scenic, export final three-dimensional finance and economics picture.
3. realize the method for the interactive control of three-dimensional financial analytic software as one kind of claim 2, described read step is wherein controlled platform to access of database, comprises the smart access mode of keyboard, shortcut input reference mode, mouse control access mode.
4. realize the method for the interactive control of three-dimensional financial analytic software as one kind of claim 2, described analysis and calculation procedure comprise, to the analysis and the calculating of K line data, ranking list data, trend graph data, trading volume data.
5. realize the method for the interactive control of three-dimensional financial analytic software as one kind of claim 2, described three-dimensional output step, need in advance with three-dimensional scenic relevant draw with analyze, data after the calculating dock.
6. a system that realizes the interactive control of three-dimensional financial analytic software is characterized in that system comprises;
1) control interface workstation: this workstation provides visual control interface to come real time data in the reading database, the data that read is analyzed and is calculated, and the two-dimentional local picture of the preview of drawing in this locality, and render engine is controlled;
2) three-dimensional scenic is made workstation: this workstation can import general three-dimensional and make the three-dimensional scenic file that software development is finished, and also can create the three-dimensional scenic masterplate voluntarily, and the item of drawing of being correlated with can be drawn, and docks with real time data;
3) render engine: this engine is mainly used in three-dimensional animation ground real-time rendering, and control interface workstation drives 3 d rendering engine different scenes is carried out real-time rendering, and by the corresponding data that control interface workstation provides, plays up output video.
7. realize the system of the interactive control of three-dimensional financial analytic software as one kind of claim 6, wherein said control interface workstation comprises the function that data read control, a keyswitch function that reads between different pieces of information can switch K graph data, trend graph data, ranking list data, trading volume data by keyboard one key.
8. realize the system of the interactive control of three-dimensional financial analytic software as one kind of claim 6, wherein said control interface workstation also comprises the function that data read control, by the keyboard left and right press key fate that reads K line chart, trend graph data is increased and the function that reduces.
9. realize the system of the interactive control of three-dimensional financial analytic software as one kind of claim 6, wherein said control interface workstation carries out controlling and driving to render engine and realizes switching between the different pieces of information scene, the refreshing of data content.
CN200910052159A 2009-05-27 2009-05-27 Three-dimensional financial analytic software Pending CN101692205A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200910052159A CN101692205A (en) 2009-05-27 2009-05-27 Three-dimensional financial analytic software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200910052159A CN101692205A (en) 2009-05-27 2009-05-27 Three-dimensional financial analytic software

Publications (1)

Publication Number Publication Date
CN101692205A true CN101692205A (en) 2010-04-07

Family

ID=42080896

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200910052159A Pending CN101692205A (en) 2009-05-27 2009-05-27 Three-dimensional financial analytic software

Country Status (1)

Country Link
CN (1) CN101692205A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104866101A (en) * 2015-05-27 2015-08-26 世优(北京)科技有限公司 Real-time interactive control method and real-time interactive control device of virtual object
CN105550206A (en) * 2015-12-01 2016-05-04 珠海多玩信息技术有限公司 Version control method and device for structured query language
CN107358528A (en) * 2017-06-20 2017-11-17 灯塔财经信息有限公司 The exchange method and system of security curve are checked based on the operation of direction sensing equipment
CN107450835A (en) * 2017-07-27 2017-12-08 武汉票据交易中心有限公司 The method for drafting and device at gesture center on a kind of chart
CN108255800A (en) * 2018-01-12 2018-07-06 深圳市富途网络科技有限公司 A kind of customer platform based on shares changing tendency
CN109951616A (en) * 2017-12-21 2019-06-28 艾迪普(北京)文化科技股份有限公司 Access, broadcasting and the control method of video wall media in a kind of virtual scene

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104866101A (en) * 2015-05-27 2015-08-26 世优(北京)科技有限公司 Real-time interactive control method and real-time interactive control device of virtual object
CN104866101B (en) * 2015-05-27 2018-04-27 世优(北京)科技有限公司 The real-time interactive control method and device of virtual objects
CN105550206A (en) * 2015-12-01 2016-05-04 珠海多玩信息技术有限公司 Version control method and device for structured query language
CN105550206B (en) * 2015-12-01 2019-10-29 珠海多玩信息技术有限公司 The edition control method and device of structured query sentence
CN107358528A (en) * 2017-06-20 2017-11-17 灯塔财经信息有限公司 The exchange method and system of security curve are checked based on the operation of direction sensing equipment
CN107450835A (en) * 2017-07-27 2017-12-08 武汉票据交易中心有限公司 The method for drafting and device at gesture center on a kind of chart
CN107450835B (en) * 2017-07-27 2019-12-31 武汉票据交易中心有限公司 Method and device for drawing gesture center on chart
CN109951616A (en) * 2017-12-21 2019-06-28 艾迪普(北京)文化科技股份有限公司 Access, broadcasting and the control method of video wall media in a kind of virtual scene
CN108255800A (en) * 2018-01-12 2018-07-06 深圳市富途网络科技有限公司 A kind of customer platform based on shares changing tendency
CN108255800B (en) * 2018-01-12 2022-03-22 深圳市富途网络科技有限公司 Client platform based on stock tendency

Similar Documents

Publication Publication Date Title
US20210240916A1 (en) System and method providing responsive editing and viewing, integrating hierarchical fluid components and dynamic layout
CN101192131B (en) Method for processing table top background, device and operation system table top interface system
CN110290425A (en) A kind of method for processing video frequency, device and storage medium
CN101692205A (en) Three-dimensional financial analytic software
WO2022037336A1 (en) Document processing method, apparatus and device, and medium
CN105898520A (en) Video frame interception method and device
JP2005222535A (en) System and process for controlling shared display capable of providing input from multiple users by using multiple input modalities
CN1293784A (en) Apparatus and method for collaborative dynamic video annotation
CN105245937A (en) Video scene control system and method
Paterno et al. Authoring pervasive multimodal user interfaces
CN106412713A (en) Interaction information publishing method and device
WO2019239396A1 (en) Method and system for automatic real-time frame segmentation of high resolution video streams into constituent features and modifications of features in each frame to simultaneously create multiple different linear views from same video source
CN104572794A (en) Method and system for showing network information in a user-friendly manner
US20140036155A1 (en) Play Control System And Method
KR20190092922A (en) Customized Motion Graphic Video Production System
CN100435096C (en) Image processing method based on C language micro operation system
CN112118213B (en) Online video data output method and system and cloud platform
CN102088674B (en) Virtual synthesis technique-based multimedia message report generating method
CN101668131B (en) Method for editing and broadcasting television caption based on virtual container
CN109144453A (en) Massive information high-resolution collaborative work cloud platform based on parallel computation
CN112584084B (en) Video playing method and device, computer equipment and storage medium
CN113761609B (en) Cloud architecture CAD platform real-time rendering system and method based on server side
CN114138150B (en) Method for native integration of third-party APP (application) under Windows platform
KR100360600B1 (en) Method for moving a Window mode image between Online Program windows
CN202798985U (en) Campus classroom video monitoring system based on network

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
ASS Succession or assignment of patent right

Owner name: SHANGHAI MEDIA GROUP, INC.

Free format text: FORMER OWNER: SHANGHAI RADIO AND TELEVISION

Effective date: 20120605

C41 Transfer of patent application or patent right or utility model
COR Change of bibliographic data

Free format text: CORRECT: ADDRESS; FROM: 200092 JING AN, SHANGHAI TO: 200072 ZHABEI, SHANGHAI

TA01 Transfer of patent application right

Effective date of registration: 20120605

Address after: 200072, Shanghai, Zhabei District, Shanghai Road, 203, 1, building 3

Applicant after: Shanghai Media Group, Inc.

Co-applicant after: Ying Xufeng

Address before: 200092 No. 298, Weihai Road, Shanghai, Jingan District

Applicant before: Shanghai Radio and Television

Co-applicant before: Ying Xufeng

C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20100407