【论文收集】PQDT硕博库中的搜索结果-service composition

2024-02-29 13:59

本文主要是介绍【论文收集】PQDT硕博库中的搜索结果-service composition,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

----------
Techniques for web service discovery and composition.
by Shen, Zhongnan.;,Ph.D.
University of California, Santa Barbara.;Computer Science. 2008
AAI3330450
索引+文摘
----------
Atomicity analysis for service composition.
by Ye, Chunyang.;,Ph.D.
Hong Kong University of Science and Technology (Hong Kong).;HKUST. 2008
AAI3349543
索引+文摘
----------
I/O-automata based formal approach to Web services choreography.
by Mitra, Saayan.;,Ph.D.
Iowa State University.;Electrical and Computer Engineering. 2009
AAI3349644
索引+文摘
----------
Process specification modeling language for SOA-Based Application modeling.
by Cao, Zhibin.;,Ph.D.
Arizona State University. 2007
AAI3287919
索引+文摘
----------
Automatic composition of Web services using intelligent agent.
by Gurung, Binod.;,M.S.
Oklahoma State University.;Computer Science. 2008
AAI1461225
索引+文摘
----------
WS-Pro: A Petri net based performance-driven service composition framework.
by Xia, Jinchun.;,Ph.D.
Iowa State University.;Computer Science. 2009
AAI3355555
索引+文摘
----------
Composition of relational services.
by Gong, Haitao.;,Ph.D.
University of California, Irvine. 2008
AAI3328058
索引+文摘
----------
Building reliable Web services: Methodology, composition, modeling and experiment.
by Chan, Pik Wah.;,Ph.D.
The Chinese University of Hong Kong (Hong Kong). 2008
AAI3348871
索引+文摘
----------
Parallelized dynamic service orchestration.
by Prausa, Michael James.;,D.C.S.
Colorado Technical University. 2008
AAI3322434
索引+文摘
----------
The semantic Web, service oriented computing, and the standards that bind them.
by Thomas, Robert W.;,M.S.
College of Charleston.;Computer & Information Sciences. 2008
AAI1461185
索引+文摘
----------
Semantics-based context-aware dynamic service composition.
by Fujii, Keita.;,Ph.D.
University of California, Irvine. 2008
AAI3338382
索引+文摘
----------
Autonomic trust management in dynamic systems.
by Lagesse, Brent Jason.;,Ph.D.
The University of Texas at Arlington.;Computer Science & Engineering. 2009
AAI3369362
索引+文摘
----------
The semantic Web, service oriented computing, and the standards that bind them.
by Thomas, Robert W.;,M.S.
College of Charleston.;Computer & Information Sciences. 2008
AAI1461185
索引+文摘
----------
Modeling, analysis, and composition of business processes.
by Gerede, Cagdas Evren.;,Ph.D.
University of California, Santa Barbara.;Computer Science. 2007
AAI3283646
索引+文摘
----------
Context-aware mobile learning on the Semantic Web.
by Zhang, Xiaoyun.;,M.Sc.
Lakehead University (Canada). 2008
AAIMR43414
索引+文摘
----------
Robust service composition.
by Fischer, Jeffrey M.;,Ph.D.
University of California, Los Angeles. 2008
AAI3354394
索引+文摘
----------
Exploiting multi-core processors for the service oriented architecture paradigm: Parallel XML processing and concurrent service orchestration.
by Lu, Wei.;,Ph.D.
Indiana University.;Computer Sciences. 2009
AAI3344767
索引+文摘
----------
Multi-level adaptation for performability in dynamic web service workflows.
by Ramakrishnan, Lavanya.;,Ph.D.
Indiana University.;Computer Sciences. 2009
AAI3378395
索引+文摘
----------
QoS accountability management in service oriented architectures.
by Zhang, Yue.;,Ph.D.
University of California, Irvine. 2008
AAI3335582
索引+文摘

转载于:https://www.cnblogs.com/bang/archive/2010/05/14/1735483.html

这篇关于【论文收集】PQDT硕博库中的搜索结果-service composition的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/759042

相关文章

JS常用组件收集

收集了一些平时遇到的前端比较优秀的组件,方便以后开发的时候查找!!! 函数工具: Lodash 页面固定: stickUp、jQuery.Pin 轮播: unslider、swiper 开关: switch 复选框: icheck 气泡: grumble 隐藏元素: Headroom

认识、理解、分类——acm之搜索

普通搜索方法有两种:1、广度优先搜索;2、深度优先搜索; 更多搜索方法: 3、双向广度优先搜索; 4、启发式搜索(包括A*算法等); 搜索通常会用到的知识点:状态压缩(位压缩,利用hash思想压缩)。

hdu1240、hdu1253(三维搜索题)

1、从后往前输入,(x,y,z); 2、从下往上输入,(y , z, x); 3、从左往右输入,(z,x,y); hdu1240代码如下: #include<iostream>#include<algorithm>#include<string>#include<stack>#include<queue>#include<map>#include<stdio.h>#inc

AI hospital 论文Idea

一、Benchmarking Large Language Models on Communicative Medical Coaching: A Dataset and a Novel System论文地址含代码 大多数现有模型和工具主要迎合以患者为中心的服务。这项工作深入探讨了LLMs在提高医疗专业人员的沟通能力。目标是构建一个模拟实践环境,人类医生(即医学学习者)可以在其中与患者代理进行医学

hdu 4517 floyd+记忆化搜索

题意: 有n(100)个景点,m(1000)条路,时间限制为t(300),起点s,终点e。 访问每个景点需要时间cost_i,每个景点的访问价值为value_i。 点与点之间行走需要花费的时间为g[ i ] [ j ] 。注意点间可能有多条边。 走到一个点时可以选择访问或者不访问,并且当前点的访问价值应该严格大于前一个访问的点。 现在求,从起点出发,到达终点,在时间限制内,能得到的最大

AI基础 L9 Local Search II 局部搜索

Local Beam search 对于当前的所有k个状态,生成它们的所有可能后继状态。 检查生成的后继状态中是否有任何状态是解决方案。 如果所有后继状态都不是解决方案,则从所有后继状态中选择k个最佳状态。 当达到预设的迭代次数或满足某个终止条件时,算法停止。 — Choose k successors randomly, biased towards good ones — Close

【编程底层思考】垃圾收集机制,GC算法,垃圾收集器类型概述

Java的垃圾收集(Garbage Collection,GC)机制是Java语言的一大特色,它负责自动管理内存的回收,释放不再使用的对象所占用的内存。以下是对Java垃圾收集机制的详细介绍: 一、垃圾收集机制概述: 对象存活判断:垃圾收集器定期检查堆内存中的对象,判断哪些对象是“垃圾”,即不再被任何引用链直接或间接引用的对象。内存回收:将判断为垃圾的对象占用的内存进行回收,以便重新使用。

hdu4277搜索

给你n个有长度的线段,问如果用上所有的线段来拼1个三角形,最多能拼出多少种不同的? import java.io.BufferedInputStream;import java.io.BufferedReader;import java.io.IOException;import java.io.InputStream;import java.io.InputStreamReader;

论文翻译:arxiv-2024 Benchmark Data Contamination of Large Language Models: A Survey

Benchmark Data Contamination of Large Language Models: A Survey https://arxiv.org/abs/2406.04244 大规模语言模型的基准数据污染:一项综述 文章目录 大规模语言模型的基准数据污染:一项综述摘要1 引言 摘要 大规模语言模型(LLMs),如GPT-4、Claude-3和Gemini的快

论文阅读笔记: Segment Anything

文章目录 Segment Anything摘要引言任务模型数据引擎数据集负责任的人工智能 Segment Anything Model图像编码器提示编码器mask解码器解决歧义损失和训练 Segment Anything 论文地址: https://arxiv.org/abs/2304.02643 代码地址:https://github.com/facebookresear