欢迎访问行业研究报告数据库

报告分类

重点报告推荐

当前位置:首页 > 行业导航

找到报告 44333 篇 当前为第 4344 页 共 4434

所属行业:信息传输、软件和信息技术服务业

  • 43431.LaundryBot的服装仿真

    [纺织服装、服饰业,信息传输、软件和信息技术服务业] [2013-11-16]

    We modeled a shirt by printing a number of markers over it and recording the positions of these distinguishable markers. We implemented a computer-vision based system that tracked visible markers on the shirt, and reconstructed the shirt using the world coordinate of each marker. Furthermore, we created a realistic physics-based simulation that accurately models the real world, including gravity, self collision, rigid body motion and so on, to generate instructions to PR2 by taking the configuration of a shirt as input and work out a sequence of actions to take based on existing algorithms.
    关键词:计算机视觉可见;物理模拟;标记系统;服装
  • 43432.利用选择性嵌入式即时专业化方法自动调谐矩阵力量内核

    [信息传输、软件和信息技术服务业] [2013-11-16]

    The matrix powers kernel, used in communication-avoiding Krylov subspace methods, requires runtime auto-tuning for best performance. We demonstrate how the SEJITS (Selective Embedded Just-In-Time Specialization) approach can be used to deliver a high-performance and performance-portable implementation of the matrix powers kernel to application authors, while separating their high-level concerns from those of auto-tuner implementers involving low-level optimizations. The benefits of delivering this kernel in the form of a specializer, rather than a traditional library, are discussed. Performance of the matrix powers kernel specializer is evaluated in the context of a communication-avoiding conjugate gradient (CA-CG) solver, which compares favorably to traditional CG.
    关键词:矩阵力量内核;选择性嵌入式即时专业化方法(SEJITS);自动调谐器
  • 43433.信息理论中的结构化代码:MIMO和网络应用程序

    [信息传输、软件和信息技术服务业] [2013-11-16]

    This thesis demonstratesthe role of structured codes in several network and MIMO settings. In MIMO channels,structured codes can be used to improve receiver design.By using lattice codes in the physical layer and networkcodes in the network layer, the proposed scheme achieves the optimal distortion to within aconstant factor. Finally, structured codes can be used to e?ciently transmit channel state information when global channel state information is absent in networks.
    关键词:MIMO;网络应用程序;结构化代码
  • 43434.Fantasktic:提高初级众包用户结果的质量

    [信息传输、软件和信息技术服务业] [2013-11-16]

    Creating high-quality  tasks   today requires significant expertise,  which prevents novice users from receiving reasonable results without iterating multiple times over their description.Although expert tasks still perform comparably better, we show that novice users can receive higher quality results when being supported by a guided task specification interface.
    关键词:众包平台;质量
  • 43435.Juxtapp和DStruct:安卓应用程序之间的相似度检测

    [信息传输、软件和信息技术服务业] [2013-11-16]

    For a complementary similarity analysis approach, we propose DStruct, a tool for detecting similar Android applications based on their directory structures. DStruct provides another method for performing similarity analysis to address problems in Android security, including determining if applications are pirated or contain instances of known malware.
    关键词:安卓应用程序;相似度检测;安全
  • 43436.食品大战:社会饮食网移动应用

    [电力、热力、燃气及水生产和供应业,信息传输、软件和信息技术服务业] [2013-11-16]

    The growth of smartphone technology in today’s society has paved way for a myriad of consumer applications that target various aspects of our lives. One such area lies withinthe health and wellness category and relates to our dietary and eating habits. However,the percentage of downloaded applications in the health category is dominated by thosein the gaming category on both markets from Android and Apple. Thus, in conjunction with the health start-up Blue Goji as an industry partner, this project proposes a solution through the introduction of crowdsourcing and social elements into the mealjournal process in order to increase user retention. Existing smartphone applications targeting this sector are investigated and their benefits and shortcomings are analyzedin order to in to aid in developing a new application that will engage more users intracking their eating habits for the purposes of improving their health. Through feedback from user study groups, changes to the application are made to align itwith the customer’s true needs and the application concept is evolved through multipleiterations. Finally, future improvements and suggestions for alternative ideas are proposed with regards to the final prototype produced for the project.
    关键词:饮食习惯;应用程序;智能手机
  • 43437.自动地理标签视频的一个多通道方法

    [信息传输、软件和信息技术服务业] [2013-11-16]

    Geo-tags provide an essential support for organizing and retrieving therapidly growing online video contents captured by users and shared online.Videos present an unique opportunity for automatic geo-tagging as theycombine multiple information sources, i.e., textual metadata, visual and au-dio cues.
    关键词:多通道;自动化;地理标签;元数据
  • 43438.利用移动显微镜的荧光图像自动诊断肺结核

    [计算机、通信和其他电子设备制造业,专用设备制造业,信息传输、软件和信息技术服务业] [2013-11-16]

    Our algorithm applies morphological operations and template matching with a Gaussian kernelto identify TB-object candidates.Our object-evel classi cation is highly accurate, with Average Precision of 89:2%  2:1%. For slide-levelclassi cation, our algorithm performs at the level of human readers, demonstrating the potential for making a signi cant impact on global healthcare.
    关键词:荧光图像;肺结核;诊断;医疗器械
  • 43439.图像裁剪:众包数据的收集和分析

    [信息传输、软件和信息技术服务业] [2013-11-16]

    Although  image  cropping  requires minimal  physical manipulation,  the decisions  users  must  make  in  order  to  complete  the  manipulation  is  complex. Understanding the pattern (if any exists) of these decisions is an important prerequisite to automated  cropping  that  has  been  overlooked  by  current  cropping  algorithms.
    关键词:图像裁剪;众包数据;裁剪算法
  • 43440.精密定时机器

    [信息传输、软件和信息技术服务业,计算机、通信和其他电子设备制造业] [2013-11-16]

    Cyber-Physical Systems (CPS) are integrations of computation with physical processes. These systems must be equipped to handle the inherent concurrency and inexorable passage of time of physical processes. Traditional computing abstractions only concern themselves with the functional aspects of a program, and not its timing properties.In this work, we address the difficulties of handling time in computing systems by reexamining the lower levels of abstraction. In particular, we focus on the instruction set architecture (ISA) layer and its affects on microarchitecture design. The ISA defines the contract between software instructions and hardware implementations. Modern ISAs do not constrain timing properties of instructions as part of the contract. Thus, architecture designs have largely implemented techniques that improve average performance at the expense of execution time variability. This leads to imprecise WCET bounds that limit the timing predictability and timing composability of architectures.
    关键词:精密定时;定时设计;电子物理系统(CPS);ISA;硬件;软件
首页  上一页  ...  4339  4340  4341  4342  4343  4344  4345  4346  4347  4348  ...  下一页  尾页  
© 2016 武汉世讯达文化传播有限责任公司 版权所有
客服中心

QQ咨询


点击这里给我发消息 客服员


电话咨询


027-87841330


微信公众号




展开客服