码迷,mamicode.com
首页 >  
搜索关键字:processing mousex    ( 1402个结果
显卡工作原理
显卡工作原理 经过CPU处理后的数据(data)必须经历以下4个步骤,才会到达显示屏: 1.从总线(bus)进入GPU (Graphics Processing Unit,图形处理器):将CPU送来的数据送到北桥(主桥)再送到GPU(图形处理器)里面进行处理。 2.从 video ch...
分类:其他好文   时间:2014-11-30 21:20:45    阅读次数:150
sas优化技巧(3)排序
1:防止不必要的排序下面四种方式可以防止排序的进行􀀀1.1:BY-group processing with an index to avoid a sort在以下情况下,by语句不会用索引the BY statement includes theDESCENDING or NOTSORTED o...
分类:编程语言   时间:2014-11-30 21:16:40    阅读次数:299
Sample rate 理解
在Gnuradio中,我们可以看到很多模块中都有Sample rate 这个概念然后看到一个说明 Any processing block's 'Sample Rate' parameter is used for DSP calculation, not for controlling the r...
分类:其他好文   时间:2014-11-30 19:55:03    阅读次数:159
storm文档(9)----消息处理保证机制
转载请注明出处: 源地址:http://storm.apache.org/documentation/Guaranteeing-message-processing.html     Storm保证:每条离开spout的消息都可以得到"fullyprocessed"。本文描述了storm如何实现这种保证以及你如何能够从Storm这种可靠性能力中受益。     "fully proce...
分类:其他好文   时间:2014-11-28 16:20:03    阅读次数:273
OpenCV Tutorials —— Discovering the human retina and its use for image processing
将关于人类视网膜的发现应用于图像处理 ~spectral whitening 频谱白化 that has 3 important effects: high spatio-temporal frequency signals canceling (noise), mid-frequencies de...
分类:其他好文   时间:2014-11-28 16:11:39    阅读次数:180
SDRAM interface slashes pin count
Many designs need deep buffering but don't require ultrahigh-memory bandwidth. Examples include image and audio processing, as well as some deep-FIFO ...
分类:其他好文   时间:2014-11-28 15:44:48    阅读次数:196
sas优化技巧(1) 追踪资源使用情况选项,控制内存使用情况bufsize、bufno、sasfile、ibufsize
CPU time:the amount of time the central processing unit (CPU) uses toperform requested tasks such as calculations, reading and writingdata, conditiona...
分类:其他好文   时间:2014-11-27 20:13:13    阅读次数:1121
IIs 中运行asp程序出现“An error occurred on the server when processing the URL. Please contact the system administrator.”错误
在个人的win08系统上使用IIs运行 asp程序结果出现了以下错误An error occurred on the server when processing the URL. Please contact the system administrator.If you are the syst...
分类:Web程序   时间:2014-11-25 16:14:10    阅读次数:154
四:视频处理及编码标准
第10章 视频处理1.视频处理在视频压缩前后,对视频图像质量增强的操作视频编解码系统输出的图像主观质量不仅与压缩算法的性能有关,还受视频处理的影响压缩之前对视频的处理称作预处理(Pre-processing)压缩之后对视频的处理称作后处理(Post-processing)2. 预处理预处理的目的为了...
分类:其他好文   时间:2014-11-24 16:57:16    阅读次数:170
【2014-11-23】《The Hardware/Software Interface》– Section 8 (continue)
Exceptions: An exception is transfer of control to the operating system in response to some event. exception processing by exception handler Process(进...
分类:其他好文   时间:2014-11-23 15:38:24    阅读次数:271
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!