搜索资源列表
w_ipp-sample-delphi_p_5.1.005
- Intel 提供的经过优化的视频和音频开发API源码,C#版本-Intel optimized for the development of video and audio API source code, C# Version
w_ipp-sample-ms.net_p_5.1.006
- Intel 提供的经过优化的视频和音频开发API源码,C#版本-Intel optimized for the development of video and audio API source code, C# Version
WinCE
- Sample code to read/write UHF tag by Intel SDK
OpenHardwareMonitor_source
- 读取主板,CPU,显卡,硬盘芯片信息源代码,非WMI读取。支持ATI,NVIDIA显卡,AMD,INTEL CPU,-Read the motherboard, CPU, graphics card, hard drive chip information source code, non-WMI to read. Support for ATI, NVIDIA graphics card, AMD, INTEL CPU,
TMXML
- 按照预设的文件夹列表生成intel turbo memory加速文件访问所需的xml文件-By default, the folder list is generated intel turbo memory speed up file access xml files needed
u_COS2_classic_routines_and_instructions
- u_COS2经典例程及说明:这些例子曾经用Borland C/C++ 编译器(V3.1)编译过,用选择项产生Intel/AMD80186处理器(大模式下编译)的代码。-u_COS2 classic routines and descr iption: These examples have been using Borland C/C++ compiler (V3.1) compiled, with select items produced Intel/AMD80186 processor (
intel_ipp_interop
- Visual C++ to Visual C# Conversion of the Intel IPP Libraries
intel-core-temperature-program
- intel core 温度读取,附有详细说明-intel core temperature program
zhishu
- 一个可以判断一个数是不是质数、可以分解质因数的程序。数字都用decimal储存,最大可以分解26位左右的数。采用6位列表法,即 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 除2 3之外,其他的质数都在1,5列。 程序利用这个办法加快速度。 经测试,本程序在intel core i5-2450M Cpu上运行,分解1000000007(一个质数)只需4秒左右。-One can judge
C_Interface_GF
- C interface using Intel/Compaq Visual Fortran and Microsoft Visual C++ This case contains four custom models which use procedures written in C. This project is meant to be used with Intel/Compaq Visual Fortran and Microsoft Visual C++.
TV99
- 本程序为某有线电视控制系统控制卡的动态链接库,控制卡的接口芯片为INTEL 8255。-This program controls the dynamic link library card for a cable control systems, control card interface chip for the INTEL 8255.
WpfD3D
- 要在WPF中完美的支持YUV数据的显示,通常的解决方式是使用先把YUV数据转换成WPF可以支持的RGB数据,然后利用类似于WriteableBitmap的控件,把他展现在WPF上。这么做的主要问题是在做RGB转换的时候,需要消耗大量的CPU, 效率比较低。一种优化方式是使用FFMPEG里的SwScale或者Intel的IPP库,这些库经过了一定的优化,可以有限度的使用硬件加速。这里2为一个使用WritableBitmap的例子。-To perfect support in WPF YUV dat