期刊文献+
共找到540篇文章
< 1 2 27 >
每页显示 20 50 100
Java Computer Animation for Effective Learning of the Cholesky Algorithm with Transportation Engineering Applications
1
作者 Ivan Makohon Duc T. Nguyen Mecit Cetin 《Journal of Software Engineering and Applications》 2016年第10期491-500,共11页
In this paper, the well-known Cholesky Algorithm (for solving simultaneous linear equations, or SLE) is re-visited, with the ultimate goal of developing a simple, user-friendly, attractive, and useful Java Visualizati... In this paper, the well-known Cholesky Algorithm (for solving simultaneous linear equations, or SLE) is re-visited, with the ultimate goal of developing a simple, user-friendly, attractive, and useful Java Visualization and Animation Graphical User Inter-face (GUI) software as an additional teaching tool for students to learn the Cholesky factorization in a step-by-step fashion with computer voice and animation. A demo video of the Cholesky Decomposition (or factorization) animation and result can be viewed online from the website: http://www.lions.odu.edu/~imako001/cholesky/demo/index.html. The software tool developed from this work can be used for both students and their instructors not only to master this technical subject, but also to provide a dynamic/valuable tool for obtaining the solutions for homework assignments, class examinations, self-assessment studies, and other coursework related activities. Various transportation engineering applications of SLE are cited. Engineering educators who have adopted “flipped classroom instruction” can also utilize this Java Visualization and Animation software for students to “self-learning” these algorithms at their own time (and at their preferable locations), and use valuable class-meeting time for more challenging (real-life) problems’ discussions. Statistical data for comparisons of students’ performance with and without using the developed Java computer animation are also included. 展开更多
关键词 Cholesky Algorithm Shortest Path Linear Programming Traffic Flows Decomposition/Factorization java visualization/animation Statistical Data
下载PDF
基于Java的警用装备物资管理系统的设计与实现
2
作者 李笑笑 吕明 陈继 《移动信息》 2024年第2期175-177,184,共4页
近年来,警用装备物资的管理逐渐电子化。装备物资数量大、种类多,在变动过程中需要经过严格的审批,同时需要精准记录装备的使用情况。为此,文中基于Java语言设计了一套警用装备物资管理系统,使用Acticiti流程引擎简化了装备变动审批流程... 近年来,警用装备物资的管理逐渐电子化。装备物资数量大、种类多,在变动过程中需要经过严格的审批,同时需要精准记录装备的使用情况。为此,文中基于Java语言设计了一套警用装备物资管理系统,使用Acticiti流程引擎简化了装备变动审批流程,并对每一件装备进行全生命周期管理,使得各单位实现了互联互通、信息共享和业务协同。 展开更多
关键词 java 业务审批 Acticiti流程引擎 生命周期管理 数据可视化
下载PDF
Animating Chinese Animation in Visual History on Chinese Animation,Creative Industries,and Digital Culture
3
作者 Belinda Qian He 《中国新闻传播研究》 CSSCI 2018年第1期244-249,共6页
While the field of animation studies has expanded in the past decades, scholarly attention paid to the world of animation has been limited to either major works or dominant theoretical approaches from the United State... While the field of animation studies has expanded in the past decades, scholarly attention paid to the world of animation has been limited to either major works or dominant theoretical approaches from the United States, Europe, and Japan. Among the few exceptions. 展开更多
关键词 animating CHINESE animation visual HISTORY on CHINESE animation CREATIVE INDUSTRIES
下载PDF
COMPUTER VISUALIZATION OF ELECTROMAGNETIC WAVE INTERACTION WITH STRUCTURES
4
作者 余雄庆 杨景佐 《Transactions of Nanjing University of Aeronautics and Astronautics》 EI 1995年第1期80-86,共7页
In this paper, a computer visualization approach is proposed for electromagnetic wave interaction with structures by mains of finite difference-time doain method (F-D) and computer graphics. By visualization of FDTD, ... In this paper, a computer visualization approach is proposed for electromagnetic wave interaction with structures by mains of finite difference-time doain method (F-D) and computer graphics. By visualization of FDTD, Phenomena such as wave propagation, penetration through structures, renection and absorption by structures are observed. Visualization of electromagnetic wave interactions with two wing-shaped structures is demonstrated. These examples indicate that the approach describe in the paper offers an effective way for investigating electromagnetic wave phenomena and is helpful to the engineers in controlling radar signature of the targets. 展开更多
关键词 electromagnetic wave scattering finite difference method radar targets computer visualization animation
下载PDF
WebScope: A New Tool for Fusion Data Analysis and Visualization 被引量:4
5
作者 杨飞 党宁宁 肖炳甲 《Plasma Science and Technology》 SCIE EI CAS CSCD 2010年第2期253-256,共4页
A visualization tool was developed through a web browser based on Java applets embedded into HTML pages, in order to provide a world access to the EAST experimental data. It can display data from various trees in diff... A visualization tool was developed through a web browser based on Java applets embedded into HTML pages, in order to provide a world access to the EAST experimental data. It can display data from various trees in different servers in a single panel. With WebScope, it is easier to make a comparison between different data sources and perform a simple calculation over different data sources. 展开更多
关键词 WebScope EAST MDSPLUS data visualization java applet
下载PDF
Application of Visualization Method in Forest Health Operation
6
作者 徐凯 黄心渊 《Journal of Landscape Research》 2009年第4期39-42,52,共5页
The rapid development of visualization techniques makes the demonstration of forestry more profound and free,this study takes Badaling functional area of Beijing Forestry Health Projects as the background,puts forward... The rapid development of visualization techniques makes the demonstration of forestry more profound and free,this study takes Badaling functional area of Beijing Forestry Health Projects as the background,puts forward a practical demonstration thought,and provides references and basis for the future visualized demonstration of such forestry health projects. 展开更多
关键词 FOREST HEALTH operation visualization MONTAGE animation
下载PDF
J2ME M3G中Animation的设计与实现
7
作者 徐中礼 谢丹铭 +1 位作者 李冰峰 高传善 《计算机科学》 CSCD 北大核心 2007年第4期273-275,共3页
为了Java三维图形程序能在不同的移动设备和平台上运行,JCP(Java Community Process)制定了J2ME M3G(Mobile 3D Graphics API),规范了移动设备上Java三维图形程序的API和框架。而M3G中由于动画部分的独特性以及它在设计和实现中的复杂性... 为了Java三维图形程序能在不同的移动设备和平台上运行,JCP(Java Community Process)制定了J2ME M3G(Mobile 3D Graphics API),规范了移动设备上Java三维图形程序的API和框架。而M3G中由于动画部分的独特性以及它在设计和实现中的复杂性,我们结合在XORP上开发M3G类库经验的基础,总结并给出了其设计和实现的参考模型和理论基础,也适用于其它3D类库的设计和开发。 展开更多
关键词 java JCP J2ME M3G 动画 XORP
下载PDF
Visualization Techniques in Smart Grid 被引量:3
8
作者 Dao Viet Nga Ong Hang See +2 位作者 Do Nguyet Quang Chee Yung Xuen Lai Lee Chee 《Smart Grid and Renewable Energy》 2012年第3期175-185,共11页
Visualization is an established methodology in scientific computing. It has been used in many fields because of its strong capability in large data management and information display. However, its applications in powe... Visualization is an established methodology in scientific computing. It has been used in many fields because of its strong capability in large data management and information display. However, its applications in power systems, especially in Smart Grid are still in infancy stage. Besides, while there were a lot of researches working on visualizing data in transmission power system, the study on displaying distribution power system data was limited. Therefore, in this paper, author proposed some techniques to visualize the Smart Grid data at distribution. They are classified in three categories, which are low dimensional techniques, multivariate high dimensional techniques and Geographical Information System (GIS) techniques. 展开更多
关键词 Smart GRID visualization Techniques Google EARTH GIS QGIS AMI SCADA Spatial TEMPORAL animation
下载PDF
用C、VisualC++和Java三种程序设计语言设计制作菜单
9
作者 余全 《皖西学院学报》 2004年第5期103-104,共2页
通过菜单的设计制作了解应用编程技术的步骤和不同编程语言的优劣,促进学习与应用相结合的目的。
关键词 C语言 visual C++ java 程序设计语言 菜单制作
下载PDF
3D Visualization of Landslide Deformation
10
作者 ZHANG Kun ZHANG Songlin 《Geo-Spatial Information Science》 2007年第1期67-70,共4页
The deformation of landslide is usually expressed in horizontal and vertical direction separately. Based on the X, Y, Z coor-dinates from a real monitoring project, a method to build three-dimensional(3D) model of lan... The deformation of landslide is usually expressed in horizontal and vertical direction separately. Based on the X, Y, Z coor-dinates from a real monitoring project, a method to build three-dimensional(3D) model of landslide by constructing triangulated ir-regular network (TIN) and extruding contour lines is proposed. The almost imperceptible displacements of monitoring points are zoomed by two kind of exaggerating methods. The deformation process is replayed using 3D animation technique. 展开更多
关键词 LANDSLIDE displacement vector visualization rubber-band animation
下载PDF
Study on Visualization of Virtual City Model Based on Internet
11
作者 JINBaoxuan BIANFuling ZUOXiaoqing WANGFangxiong 《Geo-Spatial Information Science》 2005年第2期115-121,共7页
With the rapid development of computer graphics, distributed-computing and Internet, it is possible to achieve Internet-based virtual city. This paper dwells on the method of the terrain and its feature modeling and c... With the rapid development of computer graphics, distributed-computing and Internet, it is possible to achieve Internet-based virtual city. This paper dwells on the method of the terrain and its feature modeling and complex entity modeling in the virtual city. Then, discusses the method for Internet-based virtual city 3D visualization and the design of the Browser/Server architecture of the system of virtual city in the network environment. Finally, Java and Java 3D are used to show an experiment example, and the related conclusion about Internet-based virtual city 3D displaying and the client-side interactive operation is given. 展开更多
关键词 distributed-computing virtual city modeling 3D visualization java 3D
下载PDF
Remote Visualization of High-Speed Rail Power Quality Monitoring
12
作者 孙青 罗桂林 曹庆华 《Journal of Donghua University(English Edition)》 EI CAS 2015年第2期288-293,共6页
The visualization techniques were explored for power quality monitoring.And remote visualization solutions were proposed for highspeed rail power quality monitoring.Taking the Beijing-Shanghai highspeed rail power mon... The visualization techniques were explored for power quality monitoring.And remote visualization solutions were proposed for highspeed rail power quality monitoring.Taking the Beijing-Shanghai highspeed rail power monitoring as a study case,a remote visualization client,based on our proposed solutions,was developed for high-speed rail power quality monitoring to efficiently support power quality data analysis of the electricity business.The solutions collected data from monitoring stations deployed along the high-speed rail route and visualized the data set with a variety of visualization technologies to alert the specific stations of catastrophic events.The proposed solutions have been proved to be effective in supporting decision-making for the railway power scheduling and providing diagnosis information for quickly spotting any possible runtime failure in operation. 展开更多
关键词 visualization alert runtime quickly histogram alarm animation catastrophic electricity rendering
下载PDF
Beyond the horizon:immersive developments for animal ecology research
13
作者 Ying Zhang Karsten Klein +1 位作者 Falk Schreiber Kamran Safi 《Visual Computing for Industry,Biomedicine,and Art》 EI 2023年第1期139-152,共14页
More diverse data on animal ecology are now available.This“data deluge”presents challenges for both biologists and computer scientists;however,it also creates opportunities to improve analysis and answer more holist... More diverse data on animal ecology are now available.This“data deluge”presents challenges for both biologists and computer scientists;however,it also creates opportunities to improve analysis and answer more holistic research questions.We aim to increase awareness of the current opportunity for interdisciplinary research between animal ecology researchers and computer scientists.Immersive analytics(IA)is an emerging research field in which investigations are performed into how immersive technologies,such as large display walls and virtual reality and augmented reality devices,can be used to improve data analysis,outcomes,and communication.These investigations have the potential to reduce the analysis effort and widen the range of questions that can be addressed.We propose that biologists and computer scientists combine their efforts to lay the foundation for IA in animal ecology research.We discuss the potential and the challenges and outline a path toward a structured approach.We imagine that a joint effort would combine the strengths and expertise of both communities,leading to a well-defined research agenda and design space,practical guidelines,robust and reusable software frameworks,reduced analysis effort,and better comparability of results. 展开更多
关键词 Immersive analytics animal ecology COLLABORATION Interactive data visualization
下载PDF
Research on the Application of VPython 3D Dynamic Visualization in the Teaching of College Physics
14
作者 Tao Wu Qian Wang Shifang Wang 《Journal of Contemporary Educational Research》 2021年第9期10-15,共6页
As there are numerous physics formulas in addition to them being theoretical,college students generally consider the concepts of physics as abstract,in which they are not able to apply what they have learned.For 3D dy... As there are numerous physics formulas in addition to them being theoretical,college students generally consider the concepts of physics as abstract,in which they are not able to apply what they have learned.For 3D dynamic animation and visualization in the teaching of college physics,VPyton has many advantages,and it provides useful exploration for students to overcome obstacles in college physics learning.Taking the teaching of simple harmonic vibration,optics,molecular thermal motion,and electric field as examples,this article discusses the application of VPython in the humancomputer interactive teaching mode of college physics,which provides a beneficial exploration and new way to improve students?engineering skills and numeracy,as well as to respond to the national“new engineering education”reform in China. 展开更多
关键词 College physics VPython animation and visualization teaching New engineering
下载PDF
基于Java技术的实验室管理系统设计与实现 被引量:1
15
作者 苏婉怡 揣小龙 +1 位作者 刘美瑜 黄心 《无线互联科技》 2023年第23期58-60,共3页
实验室管理系统旨在提供全面的解决方案,以管理实验室的设备、仪表、材料、实验项目、研究人员和学生等重要信息。实验室管理系统不仅简化了实验室资源的跟踪和管理,而且增强了实验项目的组织和监控,从而确保研究过程的透明度和数据的... 实验室管理系统旨在提供全面的解决方案,以管理实验室的设备、仪表、材料、实验项目、研究人员和学生等重要信息。实验室管理系统不仅简化了实验室资源的跟踪和管理,而且增强了实验项目的组织和监控,从而确保研究过程的透明度和数据的完整性。该系统采用Java技术栈,包括SpringBoot、Spring Security和Spring Data JPA,作为后端开发框架,结合HTML、CSS、JavaScript以及React作为前端技术,构建了一个用户友好且功能强大的实验室管理平台。通过数据库设计和优化,系统实现了实验室资源的高效管理、实验项目的追踪和评估、用户权限的灵活控制以及数据的可视化分析。 展开更多
关键词 实验室管理系统 java技术栈 高效管理 数据可视化
下载PDF
绝经后骨质疏松症动物模型研究现状及趋势的文献计量可视化分析
16
作者 章晓云 李坤健 +2 位作者 莫坚 柴源 黄有荣 《中国组织工程研究》 CAS 北大核心 2025年第14期3070-3080,共11页
背景:近年来,绝经后骨质疏松症受到社会的广泛关注,随着动物模型研究的逐渐深入,动物模型已然成为现代中医药研究的重要手段以及实验基础,因此了解动物模型的研究现状、热点及发展趋势尤为重要。目的:分析国内外绝经后骨质疏松症动物模... 背景:近年来,绝经后骨质疏松症受到社会的广泛关注,随着动物模型研究的逐渐深入,动物模型已然成为现代中医药研究的重要手段以及实验基础,因此了解动物模型的研究现状、热点及发展趋势尤为重要。目的:分析国内外绝经后骨质疏松症动物模型的研究现状、热点及发展趋势,为后续研究提供一定的理论基础及参考依据。方法:以“主题词=绝经后骨质疏松AND主题词=鼠+兔+犬+猪+羊+猴+鱼+实验动物+动物实验”为检索式,对1999-01-01/2023-10-01在中国知网、万方数据库中的文章进行主题词检索;同时以“TS=(Postmenopausal osteoporosis)AND TS=(mouse OR mice OR rat OR rabbit OR dog OR swine OR pig OR sheep OR monkey OR fish or flies OR“laboratory animal”OR“experiment animal”)”为检索式,对1999-01-01/2023-10-01在Web of Science核心合集数据库中的文章进行主题词检索。应用Citespace软件对文献作者、机构、国家、关键词以及文献共被引量进行可视化分析。结果与结论:①分析后筛选中国知网及万方数据库共纳入1238篇文献,Web of Science核心合集数据库共纳入3419篇文献。自1999年来,该领域发文量总体呈上升趋势,研究中心性最高的是美国,发文量最高的是中国,研究中心性最高的机构为美国加利福尼亚大学。②去除与文章主题直接相关的关键词,综合共现频率及中心性,“生物力学”“左归丸”“阿仑膦酸盐”“乳腺癌”“生化指标”处于该研究领域较为核心的地位。③通过文献共被引分析,被引频次前10位的文献中有5篇文献与绝经后骨质疏松症治疗措施与临床疗效有关。④综合关键词与共被引文献分析显示,探究成骨细胞的形成以及骨形成的机制、代谢组学的作用机制、中药复方的治疗、信号通路、甲状旁腺激素治疗及硬骨素抗体治疗等方面是当下的研究热点也是未来的研究趋势。 展开更多
关键词 绝经后骨质疏松症 动物模型 文献计量学 可视化分析 CiteSpace 成骨分化 代谢组学 中药复方 研究热点
下载PDF
农牧交融符号在巴彦淖尔城市形象中的情感化设计研究
17
作者 王海亮 张易博 《包装工程》 CAS 北大核心 2024年第18期292-305,共14页
目的“开渠拓荒,农牧交融”是内蒙古巴彦淖尔地区独有的地域特色,记录着独特的文化与精神信仰。在全域旅游背景下,巴彦淖尔居民情感偏向具有农牧交融符号的新城市形象设计,为更好满足巴彦淖尔居民和旅游者对新城市形象的情感需求,对巴... 目的“开渠拓荒,农牧交融”是内蒙古巴彦淖尔地区独有的地域特色,记录着独特的文化与精神信仰。在全域旅游背景下,巴彦淖尔居民情感偏向具有农牧交融符号的新城市形象设计,为更好满足巴彦淖尔居民和旅游者对新城市形象的情感需求,对巴彦淖尔新城市形象提供新思路。方法借用层次分析法进行量化分析,探寻巴彦淖尔居民对城市形象的核心需求。依据分析结果与巴彦淖尔城市形象现状,对巴彦淖尔的历史背景进行溯源,从农牧交融符号角度补足巴彦淖尔居民的心理寄托。从历史文物中提取农牧交融符号的外延语义和内涵语义,结合形状文法对农牧交融符号的纹样形态、情感寓意进行编码再造。结果通过情感化设计三层次理论确立巴彦淖尔城市形象情感化设计策略,并构建巴彦淖尔城市形象体系。结论用线状空间连接点状空间融入体验性、互动性、文化性、纪念性等,利于巴彦淖尔形成有辨识度,具有情感形象的地方性符号,并形成铸牢中华民族共同体意识。 展开更多
关键词 农牧交融 视觉符号 城市形象 情感化设计
下载PDF
虚拟现实动画视听语言及叙事研究
18
作者 张国龙 《黄山学院学报》 2024年第2期110-114,共5页
虚拟现实动画以虚拟现实媒体为载体,具有沉浸感、交互性、构想性、多感知性的特征,其题材丰富,包括现实题材、历史题材、微观世界等类型。围绕虚拟现实技术支持下的虚拟现实动画展开深入研究,发现虚拟现实动画的叙事方式具有可选性、多... 虚拟现实动画以虚拟现实媒体为载体,具有沉浸感、交互性、构想性、多感知性的特征,其题材丰富,包括现实题材、历史题材、微观世界等类型。围绕虚拟现实技术支持下的虚拟现实动画展开深入研究,发现虚拟现实动画的叙事方式具有可选性、多样化、真实性、还原性特征,强调空间对时间的取代性,叙事节奏放缓。在叙事设计方面,虚拟现实动画基于观者、视觉、声音等维度展开。在视听语言方面,虚拟现实动画运用镜头语言、声音语言、光影语言进行创新。 展开更多
关键词 虚拟现实动画 视听语言 叙事模式
下载PDF
基于Java/Java 3D的地层3维建模与可视化 被引量:22
19
作者 杨小冬 胡立堂 唐仲华 《测绘学报》 EI CSCD 北大核心 2006年第2期166-170,共5页
利用Java 3D技术建立一个地层可视化3维建模系统,实现地层3维模型漫游、旋转、剖切等功能,并以某地区地下水资源调查评价中采集的地质钻孔数据为例,验证该系统的有效性。该系统将不仅为地下水模型的3维实体建模提供理论支持,而且将推动W... 利用Java 3D技术建立一个地层可视化3维建模系统,实现地层3维模型漫游、旋转、剖切等功能,并以某地区地下水资源调查评价中采集的地质钻孔数据为例,验证该系统的有效性。该系统将不仅为地下水模型的3维实体建模提供理论支持,而且将推动WebGIS在地下水模型中的应用。 展开更多
关键词 java java 3D 地层 3维建模 可视化
下载PDF
基于VRML-JAVA的虚拟现实及其协同环境的开发 被引量:17
20
作者 吴波 周之平 +1 位作者 张飒兵 吴介一 《计算机工程与应用》 CSCD 北大核心 2004年第7期136-138,213,共4页
虚拟现实技术对于制造业信息化有着重要意义。为建立开放技术标准之上的可视化装配系统,该文对基于VRML-JAVA的虚拟现实技术在工程设计领域的应用进行了研究,提出一种新型的Web环境下3D交互仿真结构,复杂的运算和仿真在服务器上进行,从... 虚拟现实技术对于制造业信息化有着重要意义。为建立开放技术标准之上的可视化装配系统,该文对基于VRML-JAVA的虚拟现实技术在工程设计领域的应用进行了研究,提出一种新型的Web环境下3D交互仿真结构,复杂的运算和仿真在服务器上进行,从而实现服务器端装配模型和客户端显示模型的分离。并在此基础之上提出协同环境开发的系统结构。该模型不仅可用于网络环境下的可视化装配,也适合于其他领域基于Web的科学可视化。 展开更多
关键词 VRML java 装配 可视化 协同 WEB
下载PDF
上一页 1 2 27 下一页 到第
使用帮助 返回顶部