咨询与建议

限定检索结果

文献类型

  • 151 篇 会议
  • 29 篇 期刊文献
  • 1 册 图书

馆藏范围

  • 181 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 85 篇 工学
    • 77 篇 计算机科学与技术...
    • 51 篇 软件工程
    • 12 篇 信息与通信工程
    • 9 篇 电气工程
    • 9 篇 控制科学与工程
    • 6 篇 电子科学与技术(可...
    • 3 篇 力学(可授工学、理...
    • 3 篇 机械工程
    • 3 篇 材料科学与工程(可...
    • 3 篇 建筑学
    • 3 篇 土木工程
    • 3 篇 生物工程
    • 2 篇 交通运输工程
    • 2 篇 环境科学与工程(可...
    • 1 篇 冶金工程
    • 1 篇 航空宇航科学与技...
    • 1 篇 核科学与技术
    • 1 篇 农业工程
  • 35 篇 理学
    • 25 篇 数学
    • 5 篇 化学
    • 4 篇 生物学
    • 2 篇 物理学
    • 2 篇 系统科学
  • 23 篇 管理学
    • 18 篇 管理科学与工程(可...
    • 12 篇 工商管理
    • 7 篇 图书情报与档案管...
  • 4 篇 经济学
    • 4 篇 应用经济学
  • 4 篇 法学
    • 3 篇 社会学
    • 1 篇 法学
  • 2 篇 教育学
    • 2 篇 教育学
  • 2 篇 医学
  • 1 篇 农学
  • 1 篇 军事学

主题

  • 37 篇 distributed comp...
  • 28 篇 concurrent compu...
  • 15 篇 parallel algorit...
  • 15 篇 computational mo...
  • 14 篇 computer science
  • 11 篇 parallel process...
  • 11 篇 contracts
  • 9 篇 partitioning alg...
  • 8 篇 runtime
  • 8 篇 grid computing
  • 8 篇 resource managem...
  • 8 篇 algorithm design...
  • 8 篇 load management
  • 8 篇 computer network...
  • 7 篇 application soft...
  • 7 篇 computer archite...
  • 7 篇 costs
  • 6 篇 fault tolerance
  • 6 篇 bandwidth
  • 6 篇 very large scale...

机构

  • 17 篇 center for paral...
  • 17 篇 parallel and dis...
  • 10 篇 center for paral...
  • 6 篇 center for paral...
  • 5 篇 parallel and dis...
  • 5 篇 department of co...
  • 5 篇 parallel and dis...
  • 5 篇 parallel and dis...
  • 5 篇 high performance...
  • 5 篇 guangxi intellig...
  • 4 篇 center for resea...
  • 4 篇 center for paral...
  • 4 篇 high performance...
  • 4 篇 center for paral...
  • 4 篇 center for paral...
  • 4 篇 parallel and dis...
  • 3 篇 high-performance...
  • 3 篇 college of compu...
  • 3 篇 school of comput...
  • 3 篇 center for paral...

作者

  • 26 篇 p. banerjee
  • 18 篇 li kuan-ching
  • 18 篇 yang chao-tung
  • 15 篇 a. choudhary
  • 11 篇 cai wentong
  • 9 篇 wentong cai
  • 9 篇 a. nayak
  • 7 篇 s.k. das
  • 6 篇 dehne f
  • 6 篇 das sajal k.
  • 5 篇 kuan-ching li
  • 5 篇 s. roy
  • 5 篇 hsu ching-hsien
  • 5 篇 chao-tung yang
  • 5 篇 m. haldar
  • 4 篇 santoro nicola
  • 4 篇 n. santoro
  • 4 篇 turner stephen j...
  • 4 篇 zhou suiping
  • 4 篇 lee liang-teh

语言

  • 179 篇 英文
  • 2 篇 其他
检索条件"机构=Center for Parallel and Distributed Computing"
181 条 记 录,以下是31-40 订阅
排序:
A cost-optimal parallel algorithm for the parentheses matching problem on an EREW PRAM  5
A cost-optimal parallel algorithm for the parentheses matchi...
收藏 引用
5th International parallel Processing Symposium, IPPS 1991
作者: Chen, Calvin C.-Y. Das, Sajal K. Center for Research in Parallel and Distributed Computing Department of Computer Sciences University of North Texas DentonTX76203-3886 United States
We present a cost-optimal parallel algorithm for the parentheses matching problem on the EREW PRAM model For n parentheses, the algorithm requires O(n/p + log n) time and O(n + p log p) space, employing p processors. ... 详细信息
来源: 评论
Untrusted Hardware Causes Double-Fetch Problems in the I/O Memory
收藏 引用
Journal of Computer Science & Technology 2018年 第3期33卷 587-602页
作者: Kai Lu Peng-Fei Wang Gen Li Xu Zhou College of Computer National University of Defense Technology Changsha 410073 China Science and Technology on Parallel and Distributed Processing Laboratory National University of Defense Technology Changsha 410073 China Collaborative Innovation Center of High-Performance Computing National University of Defense Technology Changsha 410073 China
The double fetch problem occurs when the data is maliciously changed between two kernel reads of the supposedly same data, which can cause serious security problems in the kernel. Previous research focused on the doub... 详细信息
来源: 评论
DFTracker: detecting double-fetch bugs by multi-taint parallel tracking
收藏 引用
Frontiers of Computer Science 2019年 第2期13卷 247-263页
作者: Pengfei WANG Kai LU Gen LI Xu ZHOU Science and Technology on Parallel and Distributed Processing Laboratory National University of Defense Technology Changsha 410073 China College of Computer National University of Defense Technology Changsha 410073 China Collaborative Innovation Center of High Performance Computing National University of Defense Technology Changsha 410073 China
A race condition is a common trigger for concurrency bugs. As a special case, a race condition can also occur across the kernel and user space causing a doublefetch bug, which is a field that has received little resea... 详细信息
来源: 评论
A dynamic load balancing algorithm for conservative parallel simulations
A dynamic load balancing algorithm for conservative parallel...
收藏 引用
International Symposium on Modeling, Analysis and Simulation of Computer and Telecommunication Systems (MASCOTS)
作者: A. Boukerche S.K. Das Center for Research in Parallel and Distributed Computing Center for Research in Parallel and Distributed Computing University of North Texas Denton TX USA
Load balancing is an important component in improving the efficiency of distributed systems because it distributes an even workload over all the processors. This paper considers the problem of load-balancing a conserv... 详细信息
来源: 评论
Leveraging the Compute Power of Two HPC Systems for Higher-Dimensional Grid-Based Simulations with the Widely-distributed Sparse Grid Combination Technique  23
Leveraging the Compute Power of Two HPC Systems for Higher-D...
收藏 引用
2023 International Conference for High Performance computing, Networking, Storage and Analysis, SC 2023
作者: Pollinger, Theresa Van Craen, Alexander Niethammer, Christoph Breyer, Marcel Pflüger, Dirk Institute for Parallel and Distributed Systems Universität Stuttgart Stuttgart Germany High Performance Computing Center Universität Stuttgart Stuttgart Germany
Grid-based simulations of hot fusion plasmas are often severely limited by computational and memory resources;the grids live in four- to six-dimensional space and thus suffer the curse of dimensionality. However, high... 详细信息
来源: 评论
PDRL-CM: An efficient cooperative caching management method for vehicular networks based on deep reinforcement learning
收藏 引用
Ad Hoc Networks 2025年 176卷
作者: Ou, Pingjie Chen, Ningjiang Yang, Long School of Computer and Electronic Information Guangxi University Nanning Guangxi530004 China Key Laboratory of Parallel Distributed and Intelligent Computing Education Department of Guangxi Zhuang Autonomous Region Nanning Guangxi530004 China The Guangxi Intelligent Digital Services Research Center of Engineering Technology Nanning Guangxi530004 China
In vehicular networks, onboard devices face the challenge of limited storage, and computational resources constrain their processing and storage capabilities. This limitation is particularly significant for applicatio... 详细信息
来源: 评论
A mobile agent prototype for distributed search  3
收藏 引用
3rd International Workshop on Mobile Agents for Telecommunication Applications, MATA 2001
作者: Velazquez, Elio Santoro, Nicola Nayak, Amiya Center for Parallel and Distributed Computing School of Computer Science Carleton University OttawaONK1S 5B6 Canada
In this paper, we propose a mobile agent platform as an alternative to a message passing approach to solve a distributed search problem. The search problem is analyzed from two different perspectives, the single trave... 详细信息
来源: 评论
Bounds on performance of VLSI processor arrays  5
Bounds on performance of VLSI processor arrays
收藏 引用
5th International parallel Processing Symposium, IPPS 1991
作者: Nayak, Amiya Santoro, Nicola Center for Parallel and Distributed Computing School of Computer Science Carleton University OttawaK1S 5B6 Canada
This paper discusses the effect of processor failures on computation performed on two-dimensional VLSI processor arrays. Previously established properties of catastrophic fault patterns are used to study inherent limi... 详细信息
来源: 评论
Implementing data structures on a hypercube multiprocessor, and applications in parallel computational geometry  15th
Implementing data structures on a hypercube multiprocessor, ...
收藏 引用
15th International Workshop on Graph-Theoretic Concepts in Computer Science, WG 1989
作者: Dehne, Frank Rau-Chaplin, Andrew Center for Parallel and Distributed Computing School of Computer Science Carleton University OttawaK1S 5B6 Canada
In this paper, we study the problem of implementing standard data structures on a hypercube multiprocessor. We present a technique for efficiently executing multiple independant search processes on a class of graphs c... 详细信息
来源: 评论
Exploiting web document structure to improve storage management in proxy caches  1
收藏 引用
9th International Conference on High Performance computing, HiPC 2002
作者: Abhari, Abdolreza Dandamudi, Sivarama P. Majumdar, Shikharesh Center for Parallel and Distributed Computing School of Computer Science Carleton University Ottawa Canada Deptartment of Systems and Computer Engineering Carleton University Ottawa Canada
Proxy caches are essential to improve the performance of World Wide Web and to enhance user perceived latency. In this paper, we propose a new Web object based policy to manage the storage system of a proxy cache. We ... 详细信息
来源: 评论