期刊文献+
共找到11篇文章
< 1 >
每页显示 20 50 100
基于网络的IPV6微引擎程序开发与模拟
1
作者 杨发毅 朱国明 《电脑知识与技术》 2006年第1期104-105,107,共3页
支持IPV6的可编程路由器,已经成为主导市场的主流网络路由设备。本文探讨了在IXP2400系统下微引擎程序的开发与模拟,并通过实际例证得出了相应的结论。
关键词 IPV6:IXP2400 引擎程序
在线阅读 下载PDF
用C#编写多线程搜索引擎
2
作者 胡海峰 《电脑编程技巧与维护》 2004年第8期42-46,共5页
应用程序常常要对数据进行检索并排序。常常我们要查询的信息并不在同一个物理位置上。大多数情况下,这些信息是相互独立的,在物理上相互之间是分离的,但在编写代码时,在处理信息检索还是按顺序逐个位置的进行检索。本文介绍了在.NET框... 应用程序常常要对数据进行检索并排序。常常我们要查询的信息并不在同一个物理位置上。大多数情况下,这些信息是相互独立的,在物理上相互之间是分离的,但在编写代码时,在处理信息检索还是按顺序逐个位置的进行检索。本文介绍了在.NET框架中System.Threading名字空间中的复杂的多线程模型,通过多线程我们能为每一个不同位置的信息点检索创建一个线程,并同时启动这些线程,同时运行并行工作。当检索完成时,就可以得到每一个线程的返回结果,节省用户等待时间。 展开更多
关键词 C# 多线程 搜索引擎程序 .NET框架 线程
在线阅读 下载PDF
LabWindows/CVI与Matlab软接口技术及应用 被引量:16
3
作者 郑力新 周凯汀 +1 位作者 龚勇 王永初 《自动化仪表》 CAS 北大核心 2004年第4期14-17,共4页
详细介绍了采用引擎程序、LabWindows/CVI中的ActiveX服务控件和MatlabCompiler等三种实现LabWindows/CVI与Matlab软接口方法 ,两者的优势互补提高了控制系统的设计效率和工作性能。
关键词 LABWINDOWS/CVI MATLAB 虚拟仪器 接口技术 软件接口 引擎程序 ACTIVEX控件 编译器
在线阅读 下载PDF
面向PaaS云的信息流控制框架设计与实现 被引量:1
4
作者 邵婧 陈左宁 +1 位作者 殷红武 许国春 《计算机科学》 CSCD 北大核心 2015年第12期257-262,共6页
分布式信息流控制(DIFC)是实施端到端数据保护的一种有效方法。现有DIFC方法存在信息流控制粒度单一、需要修改语言运行时环境等问题,不能很好地满足PaaS平台的数据安全需求。基于最典型的PaaS云平台GAE,提出了一个信息流控制框架GIFC,... 分布式信息流控制(DIFC)是实施端到端数据保护的一种有效方法。现有DIFC方法存在信息流控制粒度单一、需要修改语言运行时环境等问题,不能很好地满足PaaS平台的数据安全需求。基于最典型的PaaS云平台GAE,提出了一个信息流控制框架GIFC,其结合了对象级、消息级和SQL级3种控制粒度。组件内基于Python库来控制调用对象的方法中所涉及的实体间的信息交互;组件间消息代理根据消息安全标记来过滤消息,以此限制组件可以接收的消息集;组件与数据库之间扩展GAE中的数据模式支持标记信息在datastore中的持久化存储。实验表明,多种IFC粒度相结合有效平衡了信息流控制精度和运行性能。 展开更多
关键词 Google应用程序执行引擎 信息流控制 组件 PYTHON 中间件
在线阅读 下载PDF
基于Android平台的云计算研究 被引量:11
5
作者 林立 邹昌伟 《软件导刊》 2010年第11期137-139,共3页
针对当前的云计算这样一个技术范畴,剖析了云计算的技术特点和实现机制,并深入分析比较了当前云计算主要参与者各自的云计算平台。云计算不仅在PC端,同时在移动领域也快速发展。Google Android移动平台的推出,以及Google大力在Android... 针对当前的云计算这样一个技术范畴,剖析了云计算的技术特点和实现机制,并深入分析比较了当前云计算主要参与者各自的云计算平台。云计算不仅在PC端,同时在移动领域也快速发展。Google Android移动平台的推出,以及Google大力在Android上推广云应用,使得云计算在移动领域迅速扩张。最后结合具体的实例分析了移动云计算的服务模式和主要特点,并指出移动云计算可能的发展方向。 展开更多
关键词 云计算 ANDROID Google应用程序引擎
在线阅读 下载PDF
对于ActiveX Scripting的调试及实现 被引量:1
6
作者 侯迎春 《商丘师范学院学报》 CAS 2003年第5期66-69,共4页
ActiveX Scripting是Microsoft的ActiveX的一个组成部分,Microsoft的ActiveX技术架构包括5个部分:Host Application(宿主程序)、Language Engine(脚本语言引擎程序)、Process Debug Manager(进程调试管理器程序)、Machine Debug Manager... ActiveX Scripting是Microsoft的ActiveX的一个组成部分,Microsoft的ActiveX技术架构包括5个部分:Host Application(宿主程序)、Language Engine(脚本语言引擎程序)、Process Debug Manager(进程调试管理器程序)、Machine Debug Manager(本机调试管理器程序)、Application Debugger(调试程序),调试程序的建立,首先要建立Host Application和Application Debugger框架,然后在Language engine中执行脚本。 展开更多
关键词 ActiveX-Scripting 程序调试 宿主程序 脚本语言引擎程序 进程调试管理器程序 本机调试管理器程序 调试程序
在线阅读 下载PDF
Equipment selection knowledge base system for industrial styrene process 被引量:3
7
作者 Weimin Zhong Shuming Liu +1 位作者 Feng Wan Zhi Li 《Chinese Journal of Chemical Engineering》 SCIE EI CAS CSCD 2018年第8期1707-1712,共6页
Equipment selection for industrial process usually requires the extensive participation of industrial experts and technologists, which causes a serious waste of resources. This work presents an equipment selection kno... Equipment selection for industrial process usually requires the extensive participation of industrial experts and technologists, which causes a serious waste of resources. This work presents an equipment selection knowledge base system for industrial styrene process(S-ESKBS) based on the ontology technology. This structure includes a low-level knowledge base and a top-level interactive application. As the core part of the S-ESKBS, the low-level knowledge base consists of the equipment selection ontology library, equipment selection rule set and Pellet inference engine. The top-level interactive application is implemented using S-ESKBS, including the parsing storage layer, inference query layer and client application layer. Case studies for the industrial styrene process equipment selection of an analytical column and an alkylation reactor are demonstrated to show the characteristics and implementability of the S-ESKBS. 展开更多
关键词 Equipment selection Ontology technology Knowledge base system Styrene process
在线阅读 下载PDF
Design and Implementation of a 3D Ocean Virtual Reality and Visualization Engine 被引量:10
8
作者 CHEN Ge LI Bo +2 位作者 TIAN Fenglin JI Pengbo LI Wenqing 《Journal of Ocean University of China》 SCIE CAS 2012年第4期481-487,共7页
In this study,a 3D virtual reality and visualization engine for rendering the ocean,named VV-Ocean,is designed for marine applications.The design goals of VV-Ocean aim at high fidelity simulation of ocean environment,... In this study,a 3D virtual reality and visualization engine for rendering the ocean,named VV-Ocean,is designed for marine applications.The design goals of VV-Ocean aim at high fidelity simulation of ocean environment,visualization of massive and multidimensional marine data,and imitation of marine lives.VV-Ocean is composed of five modules,i.e.memory management module,resources management module,scene management module,rendering process management module and interaction management module.There are three core functions in VV-Ocean:reconstructing vivid virtual ocean scenes,visualizing real data dynamically in real time,imitating and simulating marine lives intuitively.Based on VV-Ocean,we establish a sea-land integration platform which can reproduce drifting and diffusion processes of oil spilling from sea bottom to surface.Environment factors such as ocean current and wind field have been considered in this simulation.On this platform oil spilling process can be abstracted as movements of abundant oil particles.The result shows that oil particles blend with water well and the platform meets the requirement for real-time and interactive rendering.VV-Ocean can be widely used in ocean applications such as demonstrating marine operations,facilitating maritime communications,developing ocean games,reducing marine hazards,forecasting the weather over oceans,serving marine tourism,and so on.Finally,further technological improvements of VV-Ocean are discussed. 展开更多
关键词 ocean rendering engine virtual reality visualization imitation of marine lives oil spilling simulation
在线阅读 下载PDF
政府部门云应用系统架构剖析
9
作者 徐民洪 《福建电脑》 2011年第5期33-34,53,共3页
云应用系统是政府部门大型业务系统技术发展趋势,提出研究和开发云计算应用程序引擎是云应用系统架构的关键。在云应用程序引擎体系中,应用服务器是应用管理和服务运行的核心。
关键词 云计算架构 应用程序引擎
在线阅读 下载PDF
“杀毒终结者”
10
《互联网周刊》 2003年第37期52-52,共1页
关键词 病毒 网络安全行业 熊猫软件公司 《杀毒终结者》 反有害程序引擎UltraFast SmartClean2技术
在线阅读 下载PDF
智能计算法与传统计算法对住院患者风险评分的对照研究 被引量:4
11
作者 杨万杰 侯晓明 +7 位作者 孟祥飞 康波 刘晓智 张海燕 王骏飞 宋迎 张森乐 程秀玲 《中华危重病急救医学》 CAS CSCD 北大核心 2022年第5期533-537,共5页
目的探讨应用智能计算(IC)法对住院患者进行风险评估的准确性,旨在构建更具优势的住院风险评估系统。方法以天津市第五中心医院医院信息系统(HIS)为平台研发"搜索引擎"程序,自动抓取患者信息,应用IC法自动生成营养风险筛查200... 目的探讨应用智能计算(IC)法对住院患者进行风险评估的准确性,旨在构建更具优势的住院风险评估系统。方法以天津市第五中心医院医院信息系统(HIS)为平台研发"搜索引擎"程序,自动抓取患者信息,应用IC法自动生成营养风险筛查2002量表(NRS 2002)评分、评估静脉血栓栓塞症(VTE)风险的Caprini评分和Padua评分、房颤脑卒中危险分层管理评分(CHA_(2)DS_(2)-VASc评分)以及房颤患者抗凝出血风险评分(HAS-BLED评分)。采用随机对照研究方法,按照各项评分适用条件,分别随机选取100例次应用IC法进行评分,定义为IC组;用与上述例次对应的同一患者相同时间的资料进行人工评分,定义为传统计算(TC)组。绘制Bland-Altman散点图分析两种方法计算各风险评分的一致性,比较两组评分消耗时间的差异。结果两组评分Bland-Altman散点图显示,NRS 2002评分、Caprini评分、Padua评分、CHA_(2)DS_(2)-VASc评分和HAS-BLED评分的95%一致性界限(95%LoA)分别为-0.46~0.41、-0.49~0.52、-0.50~0.41、-0.67~0.60、-0.44~0.43分,均P>0.05。在NRS 2002评分、Caprini评分、Padua评分、CHA_(2)DS_(2)-VASc评分和HAS-BLED评分中,分别有95%、96%、97%、97%、95%的点落在各自95%LoA内,且所有95%LoA内点均在临床可信区间内(-0.5~0.5分)。IC组计算NRS 2002评分、Caprini评分、Padua评分、CHA_(2)DS_(2)-VASc评分和HAS-BLED评分所消耗时间均明显短于TC组〔分别为0.72(0.71,0.73)s比361.02(322.41,361.02)s,0.72(0.72,0.73)s比196.68(179.99,291.20)s,0.72(0.72,0.73)s比105.75(92.32,114.70)s,0.72(0.71,0.72)s比72.66(56.24,84.20)s,0.72(0.71,0.72)s比51.30(38.88,57.15)s,均P<0.001〕。结论在上述5项住院风险评分中,IC法与TC法的评分结果存在良好的一致性,而IC法计算速度更快,值得临床信任与推广。 展开更多
关键词 住院患者 风险评分 搜索引擎程序 智能计算法 评分耗时
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部