首页 > 最新文献

2009 5th Central and Eastern European Software Engineering Conference in Russia (CEE-SECR)最新文献

英文 中文
You need to know how to work with consultants and to choose them 你需要知道如何与顾问合作并选择他们
E. Ivanova
In this paper we will discuss various types of consultants and give some practical recomendations for choosing appropriate consultant to solve different types of tasks. We will also discuss typical misunderstandings of customers in software engineering field and give recommendations to potential customers in preparing and performing consulting and in usage results.
在本文中,我们将讨论各种类型的顾问,并给出一些实用的建议,以选择合适的顾问来解决不同类型的任务。我们还将讨论软件工程领域中客户的典型误解,并在准备和执行咨询以及使用结果方面向潜在客户提供建议。
{"title":"You need to know how to work with consultants and to choose them","authors":"E. Ivanova","doi":"10.1109/CEE-SECR.2009.5501139","DOIUrl":"https://doi.org/10.1109/CEE-SECR.2009.5501139","url":null,"abstract":"In this paper we will discuss various types of consultants and give some practical recomendations for choosing appropriate consultant to solve different types of tasks. We will also discuss typical misunderstandings of customers in software engineering field and give recommendations to potential customers in preparing and performing consulting and in usage results.","PeriodicalId":402768,"journal":{"name":"2009 5th Central and Eastern European Software Engineering Conference in Russia (CEE-SECR)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2009-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131307532","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Dressing Subversion: ViewVC and SVN-Searcher 穿衣颠覆:ViewVC和SVN-Searcher
V. Filippov
Subversion, a mainstream, free and open-source version control system, is now used in many companies. It is, by now, the triumph of evolution of the centralized version control systems. However, the great part of its potential is often left undiscovered. Whereas Subversion is thought of as a “some tool for programmers” and is used only for storing source code and only to provide concurrent work on it, it's impossible to effectively search across the repository (even not speaking of searching across the history) or get answer to questions like “why these changes were made?” using Subversion's assistance. The means of Web-navigation across repositories, files and revisions are also very poor; for example, nobody can perform passive monitoring of repository using some kind of subscriptions (for example, to changes of critical files). In fact, due to these reasons, the Subversion repository knocks off the corporate knowledge base, and its features are not used by the “not-programmers” (HR, marketing and other infrastructure departments) for example, for storing documents. We propose using two free and open-source systems — ViewVC and SVNSearcher — to fill these gaps and freely turn your SVN repositories into a part of corporate knowledge base with effective search, Web navigation and RSS subscriptions.
Subversion是一种主流的、免费的、开源的版本控制系统,现在许多公司都在使用它。到目前为止,这是集中式版本控制系统进化的胜利。然而,它的大部分潜力往往未被发现。Subversion被认为是一种“程序员的工具”,仅用于存储源代码和提供并发工作,因此不可能有效地搜索整个存储库(更不用说搜索历史记录),也不可能得到诸如“为什么要进行这些更改?”使用Subversion的帮助。跨存储库、文件和修订的网络导航方式也非常糟糕;例如,没有人可以使用某种订阅(例如,对关键文件的更改)对存储库执行被动监视。事实上,由于这些原因,Subversion存储库脱离了企业知识库,并且“非程序员”(例如人力资源、市场营销和其他基础设施部门)不使用它的特性来存储文档。我们建议使用两个免费的开源系统- ViewVC和SVNSearcher -来填补这些空白,并自由地将您的SVN存储库转变为具有有效搜索,Web导航和RSS订阅的企业知识库的一部分。
{"title":"Dressing Subversion: ViewVC and SVN-Searcher","authors":"V. Filippov","doi":"10.1109/CEE-SECR.2009.5501179","DOIUrl":"https://doi.org/10.1109/CEE-SECR.2009.5501179","url":null,"abstract":"Subversion, a mainstream, free and open-source version control system, is now used in many companies. It is, by now, the triumph of evolution of the centralized version control systems. However, the great part of its potential is often left undiscovered. Whereas Subversion is thought of as a “some tool for programmers” and is used only for storing source code and only to provide concurrent work on it, it's impossible to effectively search across the repository (even not speaking of searching across the history) or get answer to questions like “why these changes were made?” using Subversion's assistance. The means of Web-navigation across repositories, files and revisions are also very poor; for example, nobody can perform passive monitoring of repository using some kind of subscriptions (for example, to changes of critical files). In fact, due to these reasons, the Subversion repository knocks off the corporate knowledge base, and its features are not used by the “not-programmers” (HR, marketing and other infrastructure departments) for example, for storing documents. We propose using two free and open-source systems — ViewVC and SVNSearcher — to fill these gaps and freely turn your SVN repositories into a part of corporate knowledge base with effective search, Web navigation and RSS subscriptions.","PeriodicalId":402768,"journal":{"name":"2009 5th Central and Eastern European Software Engineering Conference in Russia (CEE-SECR)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2009-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115661477","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Neuro-automata based controlling 基于神经自动机的控制
Yuri Gubin, A. Shalyto
Artificial intelligence — one of the most interesting theoretical and applied areas of computer science. There is a wide range of techniques and approaches for creation of artificial intelligence in the applications and real-time control systems. In this paper, we propose a realization of neuro-automata controlling based on neural networks and automaton paradigm and considering an example of how this paradigm could be used in real application.
人工智能——计算机科学中最有趣的理论和应用领域之一。在应用程序和实时控制系统中,有广泛的技术和方法来创建人工智能。在本文中,我们提出了一种基于神经网络和自动机范式的神经自动机控制的实现,并考虑了该范式如何在实际应用中使用的一个例子。
{"title":"Neuro-automata based controlling","authors":"Yuri Gubin, A. Shalyto","doi":"10.1109/CEE-SECR.2009.5501170","DOIUrl":"https://doi.org/10.1109/CEE-SECR.2009.5501170","url":null,"abstract":"Artificial intelligence — one of the most interesting theoretical and applied areas of computer science. There is a wide range of techniques and approaches for creation of artificial intelligence in the applications and real-time control systems. In this paper, we propose a realization of neuro-automata controlling based on neural networks and automaton paradigm and considering an example of how this paradigm could be used in real application.","PeriodicalId":402768,"journal":{"name":"2009 5th Central and Eastern European Software Engineering Conference in Russia (CEE-SECR)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2009-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123858342","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
E-government and outsourcing 电子政府与外判
I. Blaer
“E-government” functioning efficiency is one of the main indications of society evolution. New technologies should assist in ensuring of publicity and monitoring authority, improving and availability of state services, information openness about work of state structures. At the same time it's difficult to develop and deliver into production an information system without knowledge and experience.
“电子政务”的运行效率是社会演进的主要标志之一。新技术应有助于确保宣传和监测权力,改善和提供国家服务,公开有关国家结构工作的信息。同时,如果没有知识和经验,就很难开发和交付信息系统。
{"title":"E-government and outsourcing","authors":"I. Blaer","doi":"10.1109/CEE-SECR.2009.5501178","DOIUrl":"https://doi.org/10.1109/CEE-SECR.2009.5501178","url":null,"abstract":"“E-government” functioning efficiency is one of the main indications of society evolution. New technologies should assist in ensuring of publicity and monitoring authority, improving and availability of state services, information openness about work of state structures. At the same time it's difficult to develop and deliver into production an information system without knowledge and experience.","PeriodicalId":402768,"journal":{"name":"2009 5th Central and Eastern European Software Engineering Conference in Russia (CEE-SECR)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2009-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127566359","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Test management with Testopia — missing link? 测试管理与Testopia -缺失的环节?
S. Fomin
The subject of functional testing is not new. The unity of conceptions and methods has been reached. Thus it's needed to manage requirements, test-cases, results of test runs for each program setup, it's also needed to manage metrics, to see the testing of customer requirements, to analyze the frequency of found mistakes, to calculate problem sites, to manage the testing team and demonstrate the whole process to the customer. For these purposes the specialized system for test management is needed.
功能测试的主题并不新鲜。概念和方法的统一已经实现。因此,它需要管理每个程序设置的需求、测试用例、测试运行结果,还需要管理度量,查看客户需求的测试,分析发现错误的频率,计算问题点,管理测试团队并向客户演示整个过程。为了达到这些目的,需要专门的测试管理系统。
{"title":"Test management with Testopia — missing link?","authors":"S. Fomin","doi":"10.1109/CEE-SECR.2009.5501152","DOIUrl":"https://doi.org/10.1109/CEE-SECR.2009.5501152","url":null,"abstract":"The subject of functional testing is not new. The unity of conceptions and methods has been reached. Thus it's needed to manage requirements, test-cases, results of test runs for each program setup, it's also needed to manage metrics, to see the testing of customer requirements, to analyze the frequency of found mistakes, to calculate problem sites, to manage the testing team and demonstrate the whole process to the customer. For these purposes the specialized system for test management is needed.","PeriodicalId":402768,"journal":{"name":"2009 5th Central and Eastern European Software Engineering Conference in Russia (CEE-SECR)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2009-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125811589","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
WBEM/CIM & WS-MAN technology application WBEM/CIM和WS-MAN技术应用
A. Zarafyants
Web Based Enterprise Management (WBEM) is a management architecture developed by DMTF (Distributed Managed Task Force). It allows you manage various appliances, systems and services. It contains set of standards and approaches and has many infrastructure realizations including open source ones. Since 1990s WBEM has found its way into telecommunication, storage and computer management industries. The technology is alive nowadays. DMTF web site numbers some 4000 active members. The latest industry trend it to utilize benefits of WS-MAN (Web Services-Management) protocol instead of traditional CimXML. We will discuss general problems usually solved by management applications, and show you pros and cons of CIM (Common Information Model) and MOF (Managed Object Format). Based on our studies and experience of applying WBEM/CIM to storage devices we will provide you a practical overview of implementing and using this technology to broaden you technical expertise.
基于Web的企业管理(WBEM)是由分布式管理任务组(DMTF)开发的一种管理体系结构。它允许您管理各种设备、系统和服务。它包含一组标准和方法,并具有许多基础设施实现,包括开放源码的实现。自20世纪90年代以来,WBEM已进入电信,存储和计算机管理行业。这项技术现在很有生命力。DMTF网站有大约4000名活跃会员。最新的行业趋势是利用WS-MAN (Web Services-Management)协议的优点来代替传统的CimXML。我们将讨论通常由管理应用程序解决的一般问题,并向您展示CIM(公共信息模型)和MOF(管理对象格式)的优缺点。基于我们在存储设备上应用WBEM/CIM的研究和经验,我们将为您提供实施和使用该技术的实际概述,以扩大您的技术专业知识。
{"title":"WBEM/CIM & WS-MAN technology application","authors":"A. Zarafyants","doi":"10.1109/CEE-SECR.2009.5501135","DOIUrl":"https://doi.org/10.1109/CEE-SECR.2009.5501135","url":null,"abstract":"Web Based Enterprise Management (WBEM) is a management architecture developed by DMTF (Distributed Managed Task Force). It allows you manage various appliances, systems and services. It contains set of standards and approaches and has many infrastructure realizations including open source ones. Since 1990s WBEM has found its way into telecommunication, storage and computer management industries. The technology is alive nowadays. DMTF web site numbers some 4000 active members. The latest industry trend it to utilize benefits of WS-MAN (Web Services-Management) protocol instead of traditional CimXML. We will discuss general problems usually solved by management applications, and show you pros and cons of CIM (Common Information Model) and MOF (Managed Object Format). Based on our studies and experience of applying WBEM/CIM to storage devices we will provide you a practical overview of implementing and using this technology to broaden you technical expertise.","PeriodicalId":402768,"journal":{"name":"2009 5th Central and Eastern European Software Engineering Conference in Russia (CEE-SECR)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2009-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117310573","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Automated development of applications for graphical processing units using rewriting rules 使用重写规则为图形处理单元自动开发应用程序
A. Doroshenko, K. Zhereb
Recently there was an active development of parallel programming methods concerning implementation of general-purpose algorithms on graphical processing units (GPUs). Using this specialized hardware allows increasing performance significantly, but requires low-level programming and understanding details of underlying hardware and software platform. Therefore there is a need for automating development process. This paper presents a technique for automating GPU application development, based on rewriting rules approach. An example is given demonstrating the possibilities of our approach when migrating from sequential C# program to its parallel analog running on GPU, as well as optimization of parallel applications. Using our approach we obtained performance speedup of 25X, while preserving the benefits of Microsoft .NET platform.
最近,在图形处理单元(gpu)上实现通用算法的并行编程方法得到了积极的发展。使用这种专用硬件可以显著提高性能,但需要进行低级编程,并了解底层硬件和软件平台的详细信息。因此,需要对开发过程进行自动化。本文提出了一种基于规则重写方法的GPU应用程序自动化开发技术。通过一个实例说明了我们的方法在从顺序c#程序迁移到运行在GPU上的并行模拟程序时的可能性,以及并行应用程序的优化。使用我们的方法,我们获得了25倍的性能加速,同时保留了Microsoft . net平台的优势。
{"title":"Automated development of applications for graphical processing units using rewriting rules","authors":"A. Doroshenko, K. Zhereb","doi":"10.1109/CEE-SECR.2009.5501192","DOIUrl":"https://doi.org/10.1109/CEE-SECR.2009.5501192","url":null,"abstract":"Recently there was an active development of parallel programming methods concerning implementation of general-purpose algorithms on graphical processing units (GPUs). Using this specialized hardware allows increasing performance significantly, but requires low-level programming and understanding details of underlying hardware and software platform. Therefore there is a need for automating development process. This paper presents a technique for automating GPU application development, based on rewriting rules approach. An example is given demonstrating the possibilities of our approach when migrating from sequential C# program to its parallel analog running on GPU, as well as optimization of parallel applications. Using our approach we obtained performance speedup of 25X, while preserving the benefits of Microsoft .NET platform.","PeriodicalId":402768,"journal":{"name":"2009 5th Central and Eastern European Software Engineering Conference in Russia (CEE-SECR)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2009-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127798266","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
An approach to software project feasibility study using stochastic risk model during proposal preparation 基于随机风险模型的软件项目可行性研究方法
A. Khritankov
The Request-for-Proposal process plays an important role in software outsourcing field. Correct estimates of project cost and expected profit may provide more flexibility during contract negotiation and confidence in project success. In this paper we propose an original approach to project profit estimation and feasibility study at proposal preparation phase. In addition to estimating effort and cost, we use a stochastic approach to estimate project risks and profit for different types of contract: Fixed-Price, T&M and TRIM (Total Risk Identification and Mitigation). As a result, we are able to evaluate project success early, revise project schedule or plan, and present different pricing options to the customer. The approach was implemented and supported by the Auriga-CPPM tool and at the time of writing is being tested at Auriga Inc. We consider a sample project to demonstrate how the approach is applied.
在软件外包领域,征求建议书过程扮演着重要的角色。正确估计项目成本和预期利润,可以在合同谈判中提供更大的灵活性和对项目成功的信心。本文提出了一种新颖的方案编制阶段的项目利润估算和可行性研究方法。除了估算工作量和成本外,我们还使用随机方法来估算不同类型合同的项目风险和利润:固定价格、T&M和TRIM(总风险识别和缓解)。因此,我们能够尽早评估项目的成功,修改项目进度或计划,并向客户提供不同的定价选择。该方法由Auriga- cppm工具实现和支持,在撰写本文时,Auriga公司正在对其进行测试。我们考虑一个示例项目来演示如何应用该方法。
{"title":"An approach to software project feasibility study using stochastic risk model during proposal preparation","authors":"A. Khritankov","doi":"10.1109/CEE-SECR.2009.5501191","DOIUrl":"https://doi.org/10.1109/CEE-SECR.2009.5501191","url":null,"abstract":"The Request-for-Proposal process plays an important role in software outsourcing field. Correct estimates of project cost and expected profit may provide more flexibility during contract negotiation and confidence in project success. In this paper we propose an original approach to project profit estimation and feasibility study at proposal preparation phase. In addition to estimating effort and cost, we use a stochastic approach to estimate project risks and profit for different types of contract: Fixed-Price, T&M and TRIM (Total Risk Identification and Mitigation). As a result, we are able to evaluate project success early, revise project schedule or plan, and present different pricing options to the customer. The approach was implemented and supported by the Auriga-CPPM tool and at the time of writing is being tested at Auriga Inc. We consider a sample project to demonstrate how the approach is applied.","PeriodicalId":402768,"journal":{"name":"2009 5th Central and Eastern European Software Engineering Conference in Russia (CEE-SECR)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2009-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121259841","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Automatic defects detection in industrial C/C++ software 工业C/ c++软件缺陷自动检测
V. Itsykson, M. Moiseev, V. Tsesko, A. Zakharov
The solution to the problem of automatic defects detection in industrial software is covered in this paper. The results of the experiments with the existing tools are presented. These results stand for inadequate efficiency of the implemented analysis. Existing source code static analysis methods and defects detection algorithms are covered. The program model and the analysis algorithms based on existing approaches are proposed. The problems of co-execution of different analysis algorithms are explored. The ways for improvement of analysis precision and algorithms performance are proposed. Advantages of the approaches developed are: soundness of a solution, full support of the features of target programming languages and analysis of the programs lacking full source code using annotations mechanism. The algorithms proposed in the paper are implemented in the automatic defects detection tool.
本文研究了工业软件缺陷自动检测问题的解决方法。给出了用现有工具进行实验的结果。这些结果表明所实施的分析效率不足。涵盖了现有的源代码静态分析方法和缺陷检测算法。在现有方法的基础上,提出了程序模型和分析算法。探讨了不同分析算法的协同执行问题。提出了提高分析精度和算法性能的途径。所开发的方法的优点是:解决方案的可靠性、完全支持目标编程语言的特性以及使用注释机制对缺乏完整源代码的程序进行分析。本文提出的算法在缺陷自动检测工具中得到了实现。
{"title":"Automatic defects detection in industrial C/C++ software","authors":"V. Itsykson, M. Moiseev, V. Tsesko, A. Zakharov","doi":"10.1109/CEE-SECR.2009.5501189","DOIUrl":"https://doi.org/10.1109/CEE-SECR.2009.5501189","url":null,"abstract":"The solution to the problem of automatic defects detection in industrial software is covered in this paper. The results of the experiments with the existing tools are presented. These results stand for inadequate efficiency of the implemented analysis. Existing source code static analysis methods and defects detection algorithms are covered. The program model and the analysis algorithms based on existing approaches are proposed. The problems of co-execution of different analysis algorithms are explored. The ways for improvement of analysis precision and algorithms performance are proposed. Advantages of the approaches developed are: soundness of a solution, full support of the features of target programming languages and analysis of the programs lacking full source code using annotations mechanism. The algorithms proposed in the paper are implemented in the automatic defects detection tool.","PeriodicalId":402768,"journal":{"name":"2009 5th Central and Eastern European Software Engineering Conference in Russia (CEE-SECR)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2009-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115776475","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
Perspectives of Digital TV applications development in Russia 俄罗斯数字电视应用发展展望
D. Vavilov, L. Melikhova, A. Logunov
Russian government made principal decision on transition to Digital TV till 2015. This process has already started in several regions including Far East and North West of Russia. However this transition is considered as hang-the-expense action. At the same time some advanced technical solutions (including development of applications for TV) will allow implementing e-commerce oriented business model returning part of investments. Engineers from Motorola Software Center in St.-Petersburg have significant experience in system engineering and development of applications for different digital television platforms used in the US and Europe. Analysis of major world trends in this area allows the authors preparing suggestions on application development as an important component of Digital TV deployment in Russia. Recommendations and estimations of necessary efforts are provided.
俄罗斯政府做出了2015年前向数字电视过渡的主要决定。这一进程已经在包括俄罗斯远东和西北部在内的几个地区开始。然而,这种转换被认为是挂起费用的行为。同时,一些先进的技术解决方案(包括电视应用程序的开发)将允许实施面向电子商务的商业模式,以回报部分投资。来自圣彼得堡摩托罗拉软件中心的工程师在美国和欧洲使用的不同数字电视平台的系统工程和应用程序开发方面拥有丰富的经验。通过对这一领域的主要世界趋势的分析,作者提出了将应用程序开发作为俄罗斯数字电视部署的重要组成部分的建议。提出了必要努力的建议和估计。
{"title":"Perspectives of Digital TV applications development in Russia","authors":"D. Vavilov, L. Melikhova, A. Logunov","doi":"10.1109/CEE-SECR.2009.5501168","DOIUrl":"https://doi.org/10.1109/CEE-SECR.2009.5501168","url":null,"abstract":"Russian government made principal decision on transition to Digital TV till 2015. This process has already started in several regions including Far East and North West of Russia. However this transition is considered as hang-the-expense action. At the same time some advanced technical solutions (including development of applications for TV) will allow implementing e-commerce oriented business model returning part of investments. Engineers from Motorola Software Center in St.-Petersburg have significant experience in system engineering and development of applications for different digital television platforms used in the US and Europe. Analysis of major world trends in this area allows the authors preparing suggestions on application development as an important component of Digital TV deployment in Russia. Recommendations and estimations of necessary efforts are provided.","PeriodicalId":402768,"journal":{"name":"2009 5th Central and Eastern European Software Engineering Conference in Russia (CEE-SECR)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2009-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130387182","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
期刊
2009 5th Central and Eastern European Software Engineering Conference in Russia (CEE-SECR)
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1