自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (20)
  • 收藏
  • 关注

转载 JDK安装错误

本机安装有jdk7,今天需要用到jdk8的一些功能,就下载了jdk8。但安装的时候却提示我无法安装???  如下图:  --------------------------- Java 安装未完成 --------------------------- 无法安装 Java 配置文件 C:\ProgramData\Oracle\Java\java.settings.cfg 在行 1 中格式

2016-06-16 16:15:51 1804

tomcat8安装版下载

apache-tomcat-8.5.66.zip tomcat8安装版下载

2021-05-21

tomcat7安装版下载

apache-tomcat-7.0.109.zip

2021-05-21

apache-tomcat-6.0.48 tomcat6安装版下载

tomcat6安装版下载

2021-05-21

火狐32位52版本包 免广告 国产化浏览器使用

火狐32位52版本包 中文版 免广告 节约时间

2021-05-21

firefox 57版本32位.zip

火狐浏览器32位、 57.0b10 中文版本

2021-05-21

21天学通JAVA ppt 答案 代码

包括PPT 代码 答案 对于JAVA初学者非常实用

2013-07-03

Java程序设计实用案例教程源代码

包括全部章节的代码 非常好用 是书对应的代码 对于初学者非常实用 赶紧下载吧 这本书对于初学者老说是必备的,这个代码能够省很多事情

2013-07-03

软件能力成熟度模型CMM方法及其应用

软件以及软件的发展过程 CMM发展 CMM体系结构 可重复级 已定义级

2013-01-14

软件能力成熟度模型CMMI

软件能力成熟度模型CMMI

2013-01-14

SSE4资料inter

Intel® SSE4 Programming Reference INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECTUAL PROPERTY RIGHTS IS GRANTED BY THIS DOCUMENT. EXCEPT AS PROVIDED IN INTEL’S TERMS AND CONDITIONS OF SALE FOR SUCH PRODUCTS, INTEL ASSUMES NO LIABILITY WHATSOEVER, AND INTEL DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTY, RELATING TO SALE AND/OR USE OF INTEL PRODUCTS INCLUDING LIABILITY OR WARRANTIES RELATING TO FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR INFRINGEMENT OF ANY PATENT, COPYRIGHT OR OTHER INTELLECTUAL PROPERTY RIGHT. INTEL PRODUCTS ARE NOT INTENDED FOR USE IN MEDICAL, LIFE SAVING, OR LIFE SUSTAINING APPLICATIONS. Intel may make changes to specifications and product descriptions at any time, without notice

2013-01-14

SSE4资料学习使用

SSE4 Home › Articles by Kiefer Kuah April 2007 Intel Software Solutions Group Abstract Intel® SSE4 is a new set of Single Instruction Multiple Data (SIMD) instructions that will be introduced in the 45nm Next Generation Intel® Core™2 processor family (Penryn) and improve the performance and energy efficiency of a broad range of applications. This white paper describes how video encoders can utilize Intel SSE4 instructions to achieve 1.6x to 3.8x performance speedups in integer motion vector search, a frequently used motion estimation function. Contents 1. Introduction 2. Motion Estimation Using MPSADBW and PHMINPOSUW 3. Results 4. Conclusion A. SSE2 - Optimized Function for 4x4 Blocks B. Intel® SSE4 - Optimized Function for 4x4 Blocks C. SSE2 - Optimized Function for 8x8 Blocks D. Intel® SSE4 - Optimized Function for 8x8 Blocks E. SSE2 - Optimized Function for 16x16 Blocks F. Intel® SSE4 - Optimized Function for 16x16 Blocks 1. Introduction Intel® Streaming SIMD Extensions 4 (Intel® SSE4) is a new set of Single Instruction Multiple Data (SIMD) instructions designed to improve the performance of various applications, such video encoders, image processing, and 3D games. Intel SSE4 builds upon the Intel® 64 and IA-32 instruction set, the most popular and broadly used computer architecture for developing 32-bit and 64-bit applications. Intel SSE4 will be introduced in the 45nm Next Generation Intel® Core™2 processor family (Penryn). This white paper will describe how video encoders can benefit from the Intel SSE4 instructions, achieving 1.6x to 3.8x performance speedups in integer motion vector search, a frequently used motion estimation function. Three different block sizes, 4x4, 8x8, and 16x16, are used in this paper to represent some of the variations that are used in motion estimation and to illustrate how the code can be adapted to suit these variations. 2. Motion Estimation Using MPSADBW and PHMINPOSUW Motion estimation is one of the main bottlenecks in video encoders. It involves searching reference frames for best matches and often accounts for about 40% of the total CPU cycles consumed by an encoder. The quality of the search is a factor that determines the compression ratio and the video quality of the enco ded video. This search operation is often the target of algorithmic and SIMD optimizations to improve the encoding speed. An un-optimized version of the block matching function for 4x4 block size is shown in Figure 2 -1. The example code in this paper performs only the integer motion vector search of the motion estimation stage. -F cigoullarpes 2e- s1o. uUrcneovpietwim pilzaeindc oVpeyr tsoi oclnip boof aarndp Irnintte?ger Block Matching Function

2013-01-14

MATLAB教程 学习的好地方

MAT L A B能做什么 M AT L A B是一个可视化的计算程序,被广泛地使用于从个人计算机到超级计算机范围内 的各种计算机上。 M AT L A B包括命令控制、可编程,有上百个预先定义好的命令和函数。这些函数能通过 用户自定义函数进一步扩展。 M AT L A B有许多强有力的命令。例如, M AT L A B能够用一个单一的命令求解线性系统, 能完成大量的高级矩阵处理。 M AT L A B有强有力的二维、三维图形工具。 M AT L A B能与其他程序一起使用。例如, M AT L A B的图形功能,可以在一个F O RT R A N 程序中完成可视化计算。 2 5个不同的M AT L A B工具箱可应用于特殊的应用领域。 M AT L A B在以下的领域里解决各种问题是一个十分有效的工具: • 工业研究与开发。 • 数学教学,特别是线性代数。所有基本概念都能涉及。 • 在数值分析和科学计算方面的教学与研究。能够详细地研究和比较各种算法。 • 在诸如电子学、控制理论和物理学等工程和科学学科方面的教学与研究。 • 在诸如经济学、化学和生物学等有计算问题的所有其他领域中的教学与研究。 • 在M AT L A B中创建的组是矩阵, M AT L A B的名字取自矩阵实验室( M ATrix LABoratory)

2013-01-14

数据结构软件

数据结构软件 非常好用 使用 一键即可安装 方便快捷 省时间 东西都在里面了

2013-01-14

高级数据库课后习题答案

简要回答以下问题。 (1) 描述磁盘空间管理器的主要作用,并说明它与OS文件系统的关系。 (2) 解释关系数据库系统中关系表与文件的关系。 (3) 如果有一个大文件需要频繁执行顺序扫描,那么,为该文件选择哪种页存储方式最合适? (4) 分别描述持久化指针解引用(dereference)和指针混写的这两个基本过程,它们之间有何联系? (5) 说明排序文件中的记录及页的基本存储组织方式。 解释缓冲区管理器处理一个读页请求的过程。如果被请求页位于缓冲池但未被闩住(pinned),那么情况会怎样?缓冲区管理器何时

2013-01-14

CMM、CMMI标准名词术语

CMM、CMMI标准名词术语  1 AT Assessment Team 评审小组   2 ATM Assessment Team Member 评审小组成员   3 BA Baseline Assessment 基线评审   4 CAR Causal Analysis and Resolution 原因分析与决策   5 CBA CMM-Based Appraisal 基于CMM的评价   6 CBA-IPI   CMM-Based Appraisal for Internal Process   Improvement   为内部过程改进而进行的基于CMM的评价(通常

2013-01-14

CAJViewer工具

用于打开学术论文以.caj结尾的论文。软件小巧,好安装,便于携带。

2013-01-14

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除