咨询与建议

限定检索结果

文献类型

  • 366 篇 会议
  • 112 篇 期刊文献
  • 10 册 图书

馆藏范围

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

日期分布

学科分类号

  • 300 篇 工学
    • 199 篇 计算机科学与技术...
    • 150 篇 软件工程
    • 44 篇 信息与通信工程
    • 44 篇 控制科学与工程
    • 25 篇 机械工程
    • 25 篇 电气工程
    • 24 篇 生物医学工程(可授...
    • 23 篇 土木工程
    • 21 篇 电子科学与技术(可...
    • 18 篇 建筑学
    • 18 篇 生物工程
    • 15 篇 安全科学与工程
    • 14 篇 船舶与海洋工程
    • 13 篇 仪器科学与技术
    • 13 篇 化学工程与技术
    • 11 篇 材料科学与工程(可...
    • 11 篇 交通运输工程
  • 164 篇 理学
    • 87 篇 数学
    • 29 篇 物理学
    • 24 篇 统计学(可授理学、...
    • 23 篇 生物学
    • 21 篇 系统科学
    • 14 篇 海洋科学
    • 13 篇 化学
  • 75 篇 管理学
    • 55 篇 管理科学与工程(可...
    • 34 篇 工商管理
    • 26 篇 图书情报与档案管...
  • 14 篇 医学
    • 13 篇 临床医学
    • 12 篇 基础医学(可授医学...
  • 11 篇 教育学
    • 11 篇 教育学
  • 7 篇 经济学
  • 7 篇 法学
  • 6 篇 农学
  • 1 篇 文学
  • 1 篇 军事学

主题

  • 12 篇 optimization
  • 11 篇 computer science
  • 11 篇 support vector m...
  • 10 篇 wireless sensor ...
  • 9 篇 artificial intel...
  • 8 篇 software enginee...
  • 8 篇 computational mo...
  • 8 篇 software
  • 7 篇 neural networks
  • 7 篇 monitoring
  • 7 篇 navigation
  • 7 篇 analytical model...
  • 6 篇 reliability
  • 6 篇 decision support...
  • 6 篇 graphics process...
  • 6 篇 robot sensing sy...
  • 6 篇 predictive model...
  • 6 篇 visualization
  • 6 篇 decision making
  • 6 篇 artificial neura...

机构

  • 15 篇 department of co...
  • 14 篇 department of sy...
  • 12 篇 department of co...
  • 9 篇 department of co...
  • 8 篇 department of co...
  • 8 篇 computer techniq...
  • 7 篇 department of co...
  • 6 篇 department of ap...
  • 6 篇 programming lang...
  • 6 篇 department of co...
  • 6 篇 computer enginee...
  • 5 篇 computer enginee...
  • 5 篇 department of co...
  • 5 篇 department of co...
  • 5 篇 department of co...
  • 5 篇 department of co...
  • 5 篇 national technic...
  • 5 篇 programming lang...
  • 5 篇 mart learning ed...
  • 5 篇 computer enginee...

作者

  • 12 篇 mostafa abotaleb
  • 10 篇 gurkan tuna
  • 10 篇 xue jingling
  • 8 篇 tuna gurkan
  • 8 篇 kayhan gulez
  • 8 篇 börcsök josef
  • 8 篇 hayek ali
  • 8 篇 kuchuk nina
  • 8 篇 krini abderrahim
  • 8 篇 abdelhameed ibra...
  • 7 篇 boercsoek josef
  • 7 篇 lee jaejin
  • 7 篇 nina kuchuk
  • 6 篇 sarkar biswajit
  • 6 篇 gulez kayhan
  • 6 篇 hovorushchenko t...
  • 6 篇 v. cagri gungor
  • 6 篇 josef börcsök
  • 6 篇 roy abi zeid dao...
  • 6 篇 abotaleb mostafa

语言

  • 478 篇 英文
  • 6 篇 其他
  • 2 篇 中文
  • 1 篇 日文
  • 1 篇 土耳其文
检索条件"机构=Computer and Programming Engineering"
488 条 记 录,以下是361-370 订阅
排序:
An OpenCL Framework for Homogeneous Manycores with No Hardware Cache Coherence
An OpenCL Framework for Homogeneous Manycores with No Hardwa...
收藏 引用
International Conference on Parallel Architecture and Compilation Techniques (PACT)
作者: Jun Lee Jungwon Kim Junghyun Kim Sangmin Seo Jaejin Lee Center for Manycore Programming School of Computer Science and Engineering Seoul National University Seoul South Korea
Recently, Intel has introduced a research prototype many core processor called the Single-chip Cloud computer (SCC). The SCC is an experimental processor created by Intel Labs. It contains 48 cores in a single chip an... 详细信息
来源: 评论
A Software-Managed Coherent Memory Architecture for Manycores
A Software-Managed Coherent Memory Architecture for Manycore...
收藏 引用
International Conference on Parallel Architecture and Compilation Techniques (PACT)
作者: Jungho Park Choonki Jang Jaejin Lee Center for Manycore Programming School of Computer Science and Engineering Seoul National University Seoul South Korea
Cache coherent Non-Uniform Memory Access (cc-NUMA) architectures have been widely used for chip multiprocessors (CMPs). However, they require complicated hardware to properly handle the cache coherence problem. Moreov... 详细信息
来源: 评论
SFMalloc: A Lock-Free and Mostly Synchronization-Free Dynamic Memory Allocator for Manycores
SFMalloc: A Lock-Free and Mostly Synchronization-Free Dynami...
收藏 引用
International Conference on Parallel Architecture and Compilation Techniques (PACT)
作者: Sangmin Seo Junghyun Kim Jaejin Lee Center for Manycore Programming School of Computer Science and Engineering Seoul National University Seoul South Korea
As parallel programming becomes the mainstream due to multicore processors, dynamic memory allocators used in C and C++ can suppress the performance of multi-threaded applications if they are not scalable. In this pap... 详细信息
来源: 评论
computer assisted determination of mandibular cystic lesion volume from computed tomographic data
Computer assisted determination of mandibular cystic lesion ...
收藏 引用
2011 1st Middle East Conference on Biomedical engineering, MECBME 2011
作者: Nassef, Tamer M. Fliefel, Reham M. Marei, Mona K. Solouma, Nahed H. Kadah, Yasser M. Computer and Programming Engineering Dept. Misr. University for Science and Technology MUST 6th of October City Egypt Tissue Engineering Lab. Alexandria University Alexandria Egypt National Institute of Laser Science Cairo University Giza Egypt Biomedical Engineering Dept. Cairo University Giza Egypt
In this paper, a new approach for computing different anatomical regions in dental Computed Tomography (CT) is presented. The approach consists of two steps. First, a HU threshold window sets to separate between diffe... 详细信息
来源: 评论
Performance characterization of the NAS Parallel Benchmarks in OpenCL
Performance characterization of the NAS Parallel Benchmarks ...
收藏 引用
IEEE International Workshop/Symposium on Workload Characterization
作者: Sangmin Seo Gangwon Jo Jaejin Lee Center for Manycore Programming School of Computer Science and Engineering Seoul National University Seoul South Korea
Heterogeneous parallel computing platforms, which are composed of different processors (e.g., CPUs, GPUs, FPGAs, and DSPs), are widening their user base in all computing domains. With this trend, parallel programming ... 详细信息
来源: 评论
Acculock: Accurate and efficient detection of data races  11
Acculock: Accurate and efficient detection of data races
收藏 引用
International Symposium on Code Generation and Optimization (CGO)
作者: Xinwei Xie Jingling Xue Programming Languages and Compilers Group School of Computer Science and Engineering University of New South Wales NSW Australia
Happens-before detectors are precise but can be too conservative to detect certain data races in repeated test runs as they are sensitive to thread interleaving. By making the opposite tradeoffs, lockset detectors can... 详细信息
来源: 评论
Extraction of human mandible bones from multi-slice computed tomographic data
Extraction of human mandible bones from multi-slice computed...
收藏 引用
2011 1st Middle East Conference on Biomedical engineering, MECBME 2011
作者: Nassef, Tamer M. Solouma, Nahed H. Alkhodary, Mohamed Marei, Mona K. Kadah, Yasser M. Computer and Programming Engineering Dept. Misr University for Science and Technology MUST 6th of October City Egypt National Institute of Laser Science Cairo University Giza Egypt Tissue Engineering Lab. Alexandria University Alexandria Egypt Biomedical Engineering Dept. Cairo University Giza Egypt
A new approach for segmenting different anatomical regions in dental Computed Tomography (CT) studies is presented in this paper. It is expected that the proposed approach will help automate different tissues regions ... 详细信息
来源: 评论
A Bio-inspired Fuzzy Agent Clustering Algorithm for Search Engines
收藏 引用
Procedia computer Science 2011年 7卷 305-307页
作者: Radu D. Găceanu Department of Computer Science Babeş-Bolyai University Cluj-Napoca Romania Department of Programming Theory and Software Engineering Eötvös Loránd University Budapest Hungary
In general, web search engines respond to queries by returning a list of links to web pages that are considered relevant. However, these queries are often ambiguous or too general and the users end up browsing through... 详细信息
来源: 评论
Fast RNA structure alignment for crossing input structures
Fast RNA structure alignment for crossing input structures
收藏 引用
作者: Backofen, Rolf Landau, Gad M. Möhl, Mathias Tsur, Dekel Weimann, Oren Bioinformatics Institute of Computer Science Albert-Ludwigs-Universität Freiburg Germany Department of Computer Science University of Haifa Haifa 31905 Israel Department of Computer Science and Engineering NYU-Poly Six MetroTech Center Brooklyn NY 11201-3840 United States Programming Systems Lab Saarland University Saarbrücken Germany Ben-Gurion University Beer-Sheva Israel Massachusetts Institute of Technology Cambridge MA 02139 United States
The complexity of pairwise RNA structure alignment depends on the structural restrictions assumed for both the input structures and the computed consensus structure. For arbitrarily crossing input and consensus struct... 详细信息
来源: 评论
Communication related design considerations of WSN-aided Multi-Robot SLAM
Communication related design considerations of WSN-aided Mul...
收藏 引用
International Conference on Mechatronics (ICM)
作者: Gurkan Tuna Kayhan Gulez V. Cagri Gungor Vocational College of Technical Sciences Department of Computer Programming Trakya University Edirne Turkey Electrical-Electronics Engineering Faculty Control and Automation Engineering Department Yildiz Technical University Istanbul Turkey Department of Computer Engineering Bahcesehir University Istanbul Turkey
This paper presents the communication related design considerations of Wireless Sensor Network (WSN) aided Multi-Robot Simultaneous Localization and Mapping (SLAM). In this approach, multiple robots perform WSN-aided ... 详细信息
来源: 评论