首页 > 最新文献

ISCE '97. Proceedings of 1997 IEEE International Symposium on Consumer Electronics (Cat. No.97TH8348)最新文献

英文 中文
An Internet speech gateway server Internet语音网关服务器
S. Foo, C. Yeo, S. Hui
An Internet speech gateway server is proposed to integrate the Internet and PSTN to support speech communication among users using conventional telephones connected to the PSTN. In addition to cost savings, such a system enhances the usability and versatility of the conventional telephone system and adds a new dimension to the telecommunication industry. Each gateway comprises a hardware interface connected to the server computer and a set of server software. The hardware interface includes modules to convert audio signal into a digital form suitable for transmission over the Internet, establish and terminate a telephone connection with the local trunk line, and a buffering mechanism to buffer and store encoded voice data.
提出了一种互联网语音网关服务器,将互联网和PSTN集成在一起,支持传统电话接入PSTN的用户之间的语音通信。除了节省费用外,这种系统还提高了传统电话系统的可用性和多功能性,并为电信业增加了一个新的方面。每个网关包括连接到服务器计算机的硬件接口和一组服务器软件。所述硬件接口包括将音频信号转换为适于在Internet上传输的数字形式的模块、建立和终止与本地中继线的电话连接的模块以及缓冲和存储编码语音数据的缓冲机制。
{"title":"An Internet speech gateway server","authors":"S. Foo, C. Yeo, S. Hui","doi":"10.1109/ISCE.1997.658410","DOIUrl":"https://doi.org/10.1109/ISCE.1997.658410","url":null,"abstract":"An Internet speech gateway server is proposed to integrate the Internet and PSTN to support speech communication among users using conventional telephones connected to the PSTN. In addition to cost savings, such a system enhances the usability and versatility of the conventional telephone system and adds a new dimension to the telecommunication industry. Each gateway comprises a hardware interface connected to the server computer and a set of server software. The hardware interface includes modules to convert audio signal into a digital form suitable for transmission over the Internet, establish and terminate a telephone connection with the local trunk line, and a buffering mechanism to buffer and store encoded voice data.","PeriodicalId":393861,"journal":{"name":"ISCE '97. Proceedings of 1997 IEEE International Symposium on Consumer Electronics (Cat. No.97TH8348)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1997-12-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132143103","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
Servo system control in digital video disc (DVD) 数字视频光盘(DVD)中的伺服系统控制
S. Zhu, F. Choo, K. Low, C. W. Chan, P. Kong
The storage capacity of a DVD is at least 8 times that of a compact disc (CD) with the same disc size. However, the higher density has led to narrower tracks and pitches (distances between tracks). This requires an improvement of the follow-up capability within limits which are not detrimental to its stability and speed of the system. In this paper, some techniques pertaining to the DVD servo control system, which are critical but not identical to the CD-ROM system are reviewed and investigated. These include the one-beam push-pull tracking method used in tracking error generation, adaptive learning control algorithm for DVD pickup spindle motor tracking, and variable speed control of the turntable brushless DC motor.
DVD的存储容量至少是同等光盘大小的CD的8倍。然而,更高的密度导致了更窄的赛道和球场(赛道之间的距离)。这就要求在不损害系统稳定性和速度的限度内改进后续能力。本文对DVD伺服控制系统中的一些关键技术进行了综述和研究,这些技术与CD-ROM系统不同。其中包括用于跟踪误差产生的单光束推拉跟踪方法,用于DVD拾取主轴电机跟踪的自适应学习控制算法,以及转盘无刷直流电机的变速控制。
{"title":"Servo system control in digital video disc (DVD)","authors":"S. Zhu, F. Choo, K. Low, C. W. Chan, P. Kong","doi":"10.1109/ISCE.1997.658365","DOIUrl":"https://doi.org/10.1109/ISCE.1997.658365","url":null,"abstract":"The storage capacity of a DVD is at least 8 times that of a compact disc (CD) with the same disc size. However, the higher density has led to narrower tracks and pitches (distances between tracks). This requires an improvement of the follow-up capability within limits which are not detrimental to its stability and speed of the system. In this paper, some techniques pertaining to the DVD servo control system, which are critical but not identical to the CD-ROM system are reviewed and investigated. These include the one-beam push-pull tracking method used in tracking error generation, adaptive learning control algorithm for DVD pickup spindle motor tracking, and variable speed control of the turntable brushless DC motor.","PeriodicalId":393861,"journal":{"name":"ISCE '97. Proceedings of 1997 IEEE International Symposium on Consumer Electronics (Cat. No.97TH8348)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1997-12-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127683479","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
Parallel implementation of fractal image compression 分形图像压缩的并行实现
Toh Guan Nge, Wong Kin Keong
Digital images require a large amount of data to be represented. To make image storage and transmission practical and economical, image compression has become a major issue. In the past few years, several image compression methods using fractal theory have been developed. These methods promise better performances for compression. One of the most efficient approaches is based on iterated function systems (IFS), and has been promoted by Barnsley (1988). The basic idea is that an image can be reconstructed using the self-similarity it contains. A way to speed up the encoding process is to implement parallel processing using PVM (parallel virtual machine) software. The system utilizes both static and dynamic load allocations to obtain substantial compression time speedup over the original, sequential encoding implementation. In this paper, considerations such as PSNR, compression ratio, compression time versus number of processors and the workload granularity are also presented.
数字图像需要大量的数据来表示。为了使图像存储和传输更加实用和经济,图像压缩已成为一个重要的问题。近年来,利用分形理论提出了几种图像压缩方法。这些方法保证了更好的压缩性能。最有效的方法之一是基于迭代函数系统(IFS),并由Barnsley(1988)推广。基本思想是图像可以利用其包含的自相似性进行重构。加速编码过程的一种方法是使用PVM(并行虚拟机)软件实现并行处理。该系统利用静态和动态负载分配来获得比原始顺序编码实现更大的压缩时间加速。本文还介绍了诸如PSNR、压缩比、压缩时间与处理器数量和工作负载粒度的关系等考虑因素。
{"title":"Parallel implementation of fractal image compression","authors":"Toh Guan Nge, Wong Kin Keong","doi":"10.1109/ISCE.1997.658379","DOIUrl":"https://doi.org/10.1109/ISCE.1997.658379","url":null,"abstract":"Digital images require a large amount of data to be represented. To make image storage and transmission practical and economical, image compression has become a major issue. In the past few years, several image compression methods using fractal theory have been developed. These methods promise better performances for compression. One of the most efficient approaches is based on iterated function systems (IFS), and has been promoted by Barnsley (1988). The basic idea is that an image can be reconstructed using the self-similarity it contains. A way to speed up the encoding process is to implement parallel processing using PVM (parallel virtual machine) software. The system utilizes both static and dynamic load allocations to obtain substantial compression time speedup over the original, sequential encoding implementation. In this paper, considerations such as PSNR, compression ratio, compression time versus number of processors and the workload granularity are also presented.","PeriodicalId":393861,"journal":{"name":"ISCE '97. Proceedings of 1997 IEEE International Symposium on Consumer Electronics (Cat. No.97TH8348)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1997-12-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131730384","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}
引用次数: 2
Speaker verification for home security system 家庭安全系统的扬声器验证
K. Ang, A. Kot
In this paper, we attempt to develop a reliable speaker verification algorithm that is suitable for use in a home security system. A phoneme-based hidden Markov model (HMM) has been adopted for the task of speaker verification with linear predictive cepstral coefficients (LPCC) as feature vectors for our model. Individual codebooks, designed to enhance performance, are also generated for all speakers in the test database. A simple way of combining the individual phoneme scores for text independent verification is also proposed. An equal error rate (ERR) of 10.5% has been achieved using the best phoneme model and 4.5% when using the combined scores of a 4-phoneme set.
在本文中,我们试图开发一种可靠的适合于家庭安全系统使用的说话人验证算法。采用基于音素的隐马尔可夫模型(HMM),以线性预测倒谱系数(LPCC)作为模型的特征向量进行说话人验证。还为测试数据库中的所有说话者生成了旨在提高性能的个人代码本。本文还提出了一种结合单个音素分数进行文本独立验证的简单方法。使用最佳音位模型的错误率为10.5%,使用4个音位集的组合分数的错误率为4.5%。
{"title":"Speaker verification for home security system","authors":"K. Ang, A. Kot","doi":"10.1109/ISCE.1997.658343","DOIUrl":"https://doi.org/10.1109/ISCE.1997.658343","url":null,"abstract":"In this paper, we attempt to develop a reliable speaker verification algorithm that is suitable for use in a home security system. A phoneme-based hidden Markov model (HMM) has been adopted for the task of speaker verification with linear predictive cepstral coefficients (LPCC) as feature vectors for our model. Individual codebooks, designed to enhance performance, are also generated for all speakers in the test database. A simple way of combining the individual phoneme scores for text independent verification is also proposed. An equal error rate (ERR) of 10.5% has been achieved using the best phoneme model and 4.5% when using the combined scores of a 4-phoneme set.","PeriodicalId":393861,"journal":{"name":"ISCE '97. Proceedings of 1997 IEEE International Symposium on Consumer Electronics (Cat. No.97TH8348)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1997-12-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116305659","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}
引用次数: 3
Managing flash memory in personal communication devices 管理个人通信设备中的闪存
Mei-Ling Chiang, Paul C. H. Lee, R. Chang
This paper describes a flash memory server (FMS) for personal communication devices and embedded home information systems, such as set-top boxes and Internet phones. Flash memory is small, lightweight, shock-resistant, nonvolatile, and requires little power. Writing to flash memory segments requires erasing the segment in advance. However, erase operations are slow and power-wasting and usually decrease system performance. The number of erase cycles is also limited. To reduce the number of erase operations needed and to evenly wear the flash memory, a new flash memory management scheme has been designed. A new cleaning policy is also proposed to reduce cleaning overhead. Performance evaluations show that erase operations can be reduced by 55%.
本文介绍了一种用于个人通信设备和嵌入式家庭信息系统(如机顶盒和网络电话)的闪存服务器。闪存体积小,重量轻,耐冲击,不易挥发,耗电量小。写入闪存段需要提前擦除该段。然而,擦除操作是缓慢和浪费能源,通常会降低系统性能。擦除周期的数量也是有限的。为了减少擦除操作次数和均匀磨损闪存,设计了一种新的闪存管理方案。还提出了一种新的清理策略,以减少清理开销。性能评估表明,擦除操作可以减少55%。
{"title":"Managing flash memory in personal communication devices","authors":"Mei-Ling Chiang, Paul C. H. Lee, R. Chang","doi":"10.1109/ISCE.1997.658381","DOIUrl":"https://doi.org/10.1109/ISCE.1997.658381","url":null,"abstract":"This paper describes a flash memory server (FMS) for personal communication devices and embedded home information systems, such as set-top boxes and Internet phones. Flash memory is small, lightweight, shock-resistant, nonvolatile, and requires little power. Writing to flash memory segments requires erasing the segment in advance. However, erase operations are slow and power-wasting and usually decrease system performance. The number of erase cycles is also limited. To reduce the number of erase operations needed and to evenly wear the flash memory, a new flash memory management scheme has been designed. A new cleaning policy is also proposed to reduce cleaning overhead. Performance evaluations show that erase operations can be reduced by 55%.","PeriodicalId":393861,"journal":{"name":"ISCE '97. Proceedings of 1997 IEEE International Symposium on Consumer Electronics (Cat. No.97TH8348)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1997-12-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125582808","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}
引用次数: 68
About a method for distribution keys of a computer network using elliptic curves 关于一种利用椭圆曲线分配计算机网络密钥的方法
E. Petac
The paper presents a distribution method based on elliptic curve public key cryptosystem (ECPKC). The notations used to describe the procedure, some of the relations and the principle of the method are taken from the work of Tsujii, Itohand Kurosawa (1993). The novelty of the proposed method is the use of the elliptic curve chord tangent group law. The most important aspect consists of the forms for the private keys and the public keys. The private keys are ordinary integers and the public keys are points on an elliptic curve. Elliptic curve systems are very good for applications with smart cards and in distributed systems, where computational power and integrated circuit space are limited.
提出了一种基于椭圆曲线公钥密码体制(ECPKC)的分配方法。用于描述过程的符号,一些关系和方法的原理来自于Tsujii, Itohand Kurosawa(1993)的工作。该方法的新颖之处在于利用了椭圆曲线的弦切群定律。最重要的方面包括私钥和公钥的表单。私钥是普通整数,公钥是椭圆曲线上的点。椭圆曲线系统非常适合智能卡和分布式系统的应用,在这些应用中,计算能力和集成电路空间是有限的。
{"title":"About a method for distribution keys of a computer network using elliptic curves","authors":"E. Petac","doi":"10.1109/ISCE.1997.658414","DOIUrl":"https://doi.org/10.1109/ISCE.1997.658414","url":null,"abstract":"The paper presents a distribution method based on elliptic curve public key cryptosystem (ECPKC). The notations used to describe the procedure, some of the relations and the principle of the method are taken from the work of Tsujii, Itohand Kurosawa (1993). The novelty of the proposed method is the use of the elliptic curve chord tangent group law. The most important aspect consists of the forms for the private keys and the public keys. The private keys are ordinary integers and the public keys are points on an elliptic curve. Elliptic curve systems are very good for applications with smart cards and in distributed systems, where computational power and integrated circuit space are limited.","PeriodicalId":393861,"journal":{"name":"ISCE '97. Proceedings of 1997 IEEE International Symposium on Consumer Electronics (Cat. No.97TH8348)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1997-12-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126111826","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}
引用次数: 2
A multi-processor system for video coding applications 用于视频编码应用的多处理器系统
D.S. Iyer, M. Chong, Wentong Cai
Image coding is imperative for successful implementation of visual communications applications. With the emergence of enhanced multimedia technology, numerous video applications have emerged like multimedia conferencing, video on demand and DVDs. Coding is an essential component of all video applications and it becomes necessary to have improved coding techniques for faster applications. This paper discusses how parallel video coding on load balanced multi-processor systems can help in incorporating efficient coding techniques like vector quantization into practical applications. Two parallel processing platforms will be discussed namely the heterogeneous network of workstations and the TI C40 DSP chips. The software platforms used for these are the Parallel Virtual Machines (PVM) programming model and Parallel C respectively. An integration of the two programming models by using a PVM to Parallel C translation and the effect of load balancing for improved performance will also be discussed.
图像编码是成功实现视觉通信应用程序的必要条件。随着增强的多媒体技术的出现,出现了许多视频应用,如多媒体会议、视频点播和dvd。编码是所有视频应用程序的重要组成部分,因此有必要改进编码技术以实现更快的应用程序。本文讨论了负载均衡多处理器系统上的并行视频编码如何有助于将矢量量化等高效编码技术纳入实际应用。本文将讨论两种并行处理平台,即工作站异构网络和TI C40 DSP芯片。它们使用的软件平台分别是并行虚拟机(PVM)编程模型和并行C。还将讨论通过使用PVM来并行C转换和负载平衡对改进性能的影响来集成两种编程模型。
{"title":"A multi-processor system for video coding applications","authors":"D.S. Iyer, M. Chong, Wentong Cai","doi":"10.1109/ISCE.1997.658389","DOIUrl":"https://doi.org/10.1109/ISCE.1997.658389","url":null,"abstract":"Image coding is imperative for successful implementation of visual communications applications. With the emergence of enhanced multimedia technology, numerous video applications have emerged like multimedia conferencing, video on demand and DVDs. Coding is an essential component of all video applications and it becomes necessary to have improved coding techniques for faster applications. This paper discusses how parallel video coding on load balanced multi-processor systems can help in incorporating efficient coding techniques like vector quantization into practical applications. Two parallel processing platforms will be discussed namely the heterogeneous network of workstations and the TI C40 DSP chips. The software platforms used for these are the Parallel Virtual Machines (PVM) programming model and Parallel C respectively. An integration of the two programming models by using a PVM to Parallel C translation and the effect of load balancing for improved performance will also be discussed.","PeriodicalId":393861,"journal":{"name":"ISCE '97. Proceedings of 1997 IEEE International Symposium on Consumer Electronics (Cat. No.97TH8348)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1997-12-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129770800","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
A service of home security system on intelligent network 基于智能网络的家庭安防系统服务
Sin-Min Tsai, Po-Ching Yang, Shyi-Shiou Wu, Shyu-Shiow Sun
"A home security system on an intelligent network (HSSIN)", is a home security and diversified service control network architecture. It is based on the TCP/IP standard communication protocol. The network also contains intelligent network components, and was established with the aim of creating safer, faster, more effective and more economical services that can meet customized services requirements. The HSSIN was developed for the requirements of the APX-HSS of Aecl Inc. As the network complies with the standard communication protocol, it is adaptable to the multi-vendor environments of composite components, as well as capable of providing intelligent network services.
“智能网络上的家庭安防系统(HSSIN)”,是一种家庭安防及多元化业务控制的网络架构。它基于TCP/IP标准通信协议。该网络还包含智能网络组件,旨在创建更安全、更快速、更有效、更经济的服务,以满足定制的服务需求。HSSIN是根据Aecl公司的APX-HSS的要求开发的。该网络遵循标准通信协议,适应复合组件的多厂商环境,能够提供智能化的网络服务。
{"title":"A service of home security system on intelligent network","authors":"Sin-Min Tsai, Po-Ching Yang, Shyi-Shiou Wu, Shyu-Shiow Sun","doi":"10.1109/ISCE.1997.658356","DOIUrl":"https://doi.org/10.1109/ISCE.1997.658356","url":null,"abstract":"\"A home security system on an intelligent network (HSSIN)\", is a home security and diversified service control network architecture. It is based on the TCP/IP standard communication protocol. The network also contains intelligent network components, and was established with the aim of creating safer, faster, more effective and more economical services that can meet customized services requirements. The HSSIN was developed for the requirements of the APX-HSS of Aecl Inc. As the network complies with the standard communication protocol, it is adaptable to the multi-vendor environments of composite components, as well as capable of providing intelligent network services.","PeriodicalId":393861,"journal":{"name":"ISCE '97. Proceedings of 1997 IEEE International Symposium on Consumer Electronics (Cat. No.97TH8348)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1997-12-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116549438","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}
引用次数: 22
Assembly language software development system 汇编语言软件开发系统
R.Y.K. Yuen, W.W.C. Yew, N. Hon, S. Endo
This paper describes a new software tool that addresses the deficiencies in the conventional text-based approach towards assembly language programming. The tool presents assembly codes in the form of hierarchical flow charts, whereby each layer represents a certain function or module. It is able to intelligently inspect and convert the assembly text to and from the flow chart format. An extensive collection of tools is provided for editing in the flow chart domain. The flow chart navigator allows the different parts and layers of the flow chart to be deceased easily. The ability to facilitate the visualisation of program flow and therefore aid in the debugging of codes makes this software an attractive tool for assembly programmers. This tool can also handle codes from different families of assembly languages.
本文描述了一种新的软件工具,它解决了传统的基于文本的汇编语言编程方法的不足。该工具以分层流程图的形式呈现汇编代码,其中每一层代表一个特定的功能或模块。它能够智能地检查和转换汇编文本和流程图格式。为在流程图域中进行编辑提供了广泛的工具集合。流程图导航器允许流程图的不同部分和层很容易被删除。能够方便程序流程的可视化,因此有助于代码调试,使该软件成为汇编程序员的一个有吸引力的工具。该工具还可以处理来自不同汇编语言族的代码。
{"title":"Assembly language software development system","authors":"R.Y.K. Yuen, W.W.C. Yew, N. Hon, S. Endo","doi":"10.1109/ISCE.1997.658371","DOIUrl":"https://doi.org/10.1109/ISCE.1997.658371","url":null,"abstract":"This paper describes a new software tool that addresses the deficiencies in the conventional text-based approach towards assembly language programming. The tool presents assembly codes in the form of hierarchical flow charts, whereby each layer represents a certain function or module. It is able to intelligently inspect and convert the assembly text to and from the flow chart format. An extensive collection of tools is provided for editing in the flow chart domain. The flow chart navigator allows the different parts and layers of the flow chart to be deceased easily. The ability to facilitate the visualisation of program flow and therefore aid in the debugging of codes makes this software an attractive tool for assembly programmers. This tool can also handle codes from different families of assembly languages.","PeriodicalId":393861,"journal":{"name":"ISCE '97. Proceedings of 1997 IEEE International Symposium on Consumer Electronics (Cat. No.97TH8348)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1997-12-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114350419","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
A multimedia authoring tool for the Internet 一个用于互联网的多媒体创作工具
S. Y. Sung, W.M. Soon, W. L. Loh, V. Shaw
The World Wide Web has gone through many improvements since its birth. The Common Gateway Interface (CGI), client and server-side scripting, form processing, integration of Web components, better security are some of the most notable enhancements which bring higher levels of interactivity and 'intelligence' to the Web, making it more able to meet both educational and business needs. This paper concentrates on the use of Web components in practice. More specifically, to show how a component framework paradigm can be a cost-effective and time-saving solution for developers and users alike, a prototype Internet multimedia authoring tool based on a particular component framework is introduced. In a more general sense, this paper hopes to bring into perspective the viability of the current use of component frameworks on the Internet and how they can also leverage Web application development efforts which need not be restricted only to electronic books.
万维网自诞生以来经历了许多改进。通用网关接口(CGI)、客户端和服务器端脚本、表单处理、Web组件的集成、更好的安全性是其中一些最显著的增强,它们为Web带来了更高层次的交互性和“智能”,使其更能满足教育和商业需求。本文主要讨论Web组件在实际应用中的应用。更具体地说,为了展示组件框架范例如何对开发人员和用户都是一种具有成本效益和节省时间的解决方案,本文介绍了一个基于特定组件框架的Internet多媒体创作工具原型。从更一般的意义上讲,本文希望对当前在Internet上使用组件框架的可行性以及它们如何利用Web应用程序开发工作进行透视,而这些工作并不局限于电子图书。
{"title":"A multimedia authoring tool for the Internet","authors":"S. Y. Sung, W.M. Soon, W. L. Loh, V. Shaw","doi":"10.1109/ISCE.1997.658413","DOIUrl":"https://doi.org/10.1109/ISCE.1997.658413","url":null,"abstract":"The World Wide Web has gone through many improvements since its birth. The Common Gateway Interface (CGI), client and server-side scripting, form processing, integration of Web components, better security are some of the most notable enhancements which bring higher levels of interactivity and 'intelligence' to the Web, making it more able to meet both educational and business needs. This paper concentrates on the use of Web components in practice. More specifically, to show how a component framework paradigm can be a cost-effective and time-saving solution for developers and users alike, a prototype Internet multimedia authoring tool based on a particular component framework is introduced. In a more general sense, this paper hopes to bring into perspective the viability of the current use of component frameworks on the Internet and how they can also leverage Web application development efforts which need not be restricted only to electronic books.","PeriodicalId":393861,"journal":{"name":"ISCE '97. Proceedings of 1997 IEEE International Symposium on Consumer Electronics (Cat. No.97TH8348)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"1997-12-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130705301","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
期刊
ISCE '97. Proceedings of 1997 IEEE International Symposium on Consumer Electronics (Cat. No.97TH8348)
全部 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