登录
首页 » Windows开发 » use Intel, SSE Instruction of procedures to achieve optimal precision timing

use Intel, SSE Instruction of procedures to achieve optimal precision timing

于 2023-08-15 发布 文件大小:11.53 kB
0 148
下载积分: 2 下载次数: 1

代码说明:

使用Intel,sse指令的小程序,实现优化的精确计时-use Intel, SSE Instruction of procedures to achieve optimal precision timing

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DIBR用于合成立体图片
    根据原始彩色图和对应的深度图,通过DIBR合成方法得到立体图片。首先对深度图像进行形态学处理,以减少视点变换产生的空洞,平滑目标视点内部的物体轮廓;利用视点变换方程生成目标视点;对含有空洞的目标视点采用图像修复算法进行后处理,设计了含有深度项的代价函数,在深度的约束下进行纹理搜索,将最佳匹配块填补到空洞;在修复空洞的过程中采用亮度优先的策略以适应不同的色度采样格式。
    2022-01-23 11:01:49下载
    积分:1
  • 使用DELPHI编写逐行扫描屏幕传输程序,对了解套接字编程和屏幕传输都有帮助...
    使用DELPHI编写逐行扫描屏幕传输程序,对了解套接字编程和屏幕传输都有帮助-DELPHI prepared to use progressive scan screen transfer procedures, the understanding of socket programming and transmission screen help
    2022-03-07 17:20:08下载
    积分:1
  • 扩展的编程实例,比较多的程序
    vc++ 的扩展编程的一些实例,比较多的程序-vc expansion of the programming examples, more procedures
    2022-01-31 12:40:27下载
    积分:1
  • 求解矩阵方程的迭代算法
    iteration algrithm for solving matrix equations
    2022-07-24 10:54:02下载
    积分:1
  • 零件切割问题 给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形...
    零件切割问题 给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?回溯-Parts mutilation given width W of a rectangular plate, rectangular plate of height restrictions. Is the need to cut out from the board, respectively, n-height hi, a width of the rectangular parts wi. Parts of the rules of cutting height direction and the direction of rectangular plates with a high degree of consistency. Asked how to make the use of cutting rectangular plate height h the smallest? Back
    2023-03-08 14:00:03下载
    积分:1
  • 关于物流配送的一套非常好的源代码,已在多家企业使用
    关于物流配送的一套非常好的源代码,已在多家企业使用-on logistics distribution of a very good source, the number of enterprises to use
    2022-03-11 05:29:44下载
    积分:1
  • spring
    1.Spring框架作用,好处   作用是整合,好处是解耦 在ssh整合中主要使用Spring的IoC和AOP特性。 2.IoC概念 Inverse of Control   反向控制,控制反转   控制权指的是组件对象的创建,销毁,调用关系的维护。   反向控制指的是两个组件在作用时,组件对象的创建、销毁、调用关系维护等工作由IoC框架负责。   Spring框架的IoC使用的DI(依赖注入)技术实现,可以用 setter方式注入或构造器注入。 3.AOP概念  面向切面编程,面向方面编程  面向对象编程,关注点是对象,如何更好更合理的封装一个对象。  面向切面编程,关注点是切面,如何将共通处理部分进行灵活地,重复利用。将切面组件和目标对象解耦。  面向切面编程是以面向对象编程为基础,主要改善组件间一对多的使用结构。 4.AOP注解方式的使用 a.组件自动扫描注解   @Controller 控制组件   @Service 业务组件   @Repository 数据访问组件DAO   @Component 其他组件 b.自动注入注解   @Resource   注意a和b注解使用前提是,在xml中添加下面声明   c.AOP注解   @Aspect:将当前组件指定为切面组件   @Pointcut:定义一个切入点表达式   @Aroun
    2023-03-04 01:45:05下载
    积分:1
  • MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。...
    MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)-MFC Message Mapping Analysis of the mechanism on how to use ClassWizard,, understand this window to the news is being MFC framework through window handles mapping information and mapping table to table by the window class In response to the function. Table master device descriptions and Packaging category CDC use, and the CDC is how specific equipment linked to the occurrence, Fusion specific drawing program for analysis. How to set up a closed graphics filled brush (picture-painting brushes and transparent use of the brush)
    2023-03-17 17:45:03下载
    积分:1
  • 用C++实现的通过回溯方法的走迷宫程序,并配有报告文档。
    用C++实现的通过回溯方法的走迷宫程序,并配有报告文档。-With C++ Achieved through the retroactive methods Maze procedures and documentation with reports.
    2022-03-24 18:38:20下载
    积分:1
  • 3d编程大师技巧,很经典的参考书,一章试读
    3d编程大师技巧,很经典的参考书,一章试读-Masters 3d programming skills, the classic reference book, a chapter Explanation
    2022-06-13 14:48:58下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载