Welcome![Sign In][Sign Up]
Location:
Search - speedup

Search list

[OtherSpeedUp

Description: 一个系统变速器,可以改变系统速度,只见那红旗漂漂啊-a transmission system that can change speed, I saw that beautiful red ah
Platform: | Size: 418993 | Author: JJJ | Hits:

[Other resourceoutpost16

Description: outpost16为16位窗口模式下的太空飞行射击游戏。 请在桌面将色深设成16位,否则图像显示不正常。 某些机器可能会出现花屏现象,原因未知。 游戏的目标是击毁所有的空间站和大型战舰,击碎陨石有一定几率掉+护甲或者+弹药的东西。 游戏过程按F1帮助,游戏键说明如下: ← Turn Left(左转) → Turn Right(右转) ↑ Advance And Speedup(前进和加速) Ctrl Fire(发射) Space Fire(发射) H Open/Close Battle Info(打开/关闭战斗信息) S Open/Close Scanner Info(打开/关闭扫描信息) P Pause/Resume game(暂停/继续游戏) N Start a new game(开始新游戏) L Switch language between english and chinese(中英文切换) = Add mine tracking velocity(加快地雷跟踪速度) - Decrease mine tracking velocity(降低地雷跟踪速度) 战斗信息中英对照说明: SCORE 分数 SHIELDS 护甲 SHIPS 剩余玩家飞船数 VEL 飞船速度 AMMO 弹药数 POS 飞船坐标
Platform: | Size: 1922623 | Author: 邹长昌 | Hits:

[OtherSpeedUp

Description: 一个系统变速器,可以改变系统速度,只见那红旗漂漂啊-a transmission system that can change speed, I saw that beautiful red ah
Platform: | Size: 418816 | Author: JJJ | Hits:

[Shot Gameoutpost16

Description: outpost16为16位窗口模式下的太空飞行射击游戏。 请在桌面将色深设成16位,否则图像显示不正常。 某些机器可能会出现花屏现象,原因未知。 游戏的目标是击毁所有的空间站和大型战舰,击碎陨石有一定几率掉+护甲或者+弹药的东西。 游戏过程按F1帮助,游戏键说明如下: ← Turn Left(左转) → Turn Right(右转) ↑ Advance And Speedup(前进和加速) Ctrl Fire(发射) Space Fire(发射) H Open/Close Battle Info(打开/关闭战斗信息) S Open/Close Scanner Info(打开/关闭扫描信息) P Pause/Resume game(暂停/继续游戏) N Start a new game(开始新游戏) L Switch language between english and chinese(中英文切换) = Add mine tracking velocity(加快地雷跟踪速度) - Decrease mine tracking velocity(降低地雷跟踪速度) 战斗信息中英对照说明: SCORE 分数 SHIELDS 护甲 SHIPS 剩余玩家飞船数 VEL 飞船速度 AMMO 弹药数 POS 飞船坐标-err
Platform: | Size: 1922048 | Author: 邹长昌 | Hits:

[Linux-Unixccache-2.3.tar

Description: ccache 是一个快速的编译器缓存。当您编译一个程序的时候,它会缓存中间的结果。这样,不论什么时候您重新编译同一个程序,编译所需要得时间将被大大缩短。对于普通的编译来说,这可以提高编译速度5到10倍。 这个想法,来自 Erik Thiele 用bash写的 compilercache 。只不过,ccache用C再实现了一遍。但比前者性能高许多,也有更多的特性。 (注:Linux下运行)-ccache is a compiler cache. It acts as a caching pre-processor to C/C++ compilers, using the-E compiler switch and a hash to detect when a compilation can be satisfied from cache. This often results in a 5 to 10 times speedup in common compilations. The idea came from Erik Thiele wrote the original compilercache program as a bourne shell script. ccache is a re-implementation of Erik s idea in C with more features and better performance
Platform: | Size: 83968 | Author: 王军阵 | Hits:

[Windows Developliushuixian

Description: 功过模拟单功能流水线调度过程,掌握流水线技术,学会就算流水线的吞吐率,加速比,效率-Merits and demerits of single-function simulation pipeline for the activation process, master pipeline technology, even if the pipeline throughput Institute, speedup, efficiency
Platform: | Size: 1024 | Author: 神仙 | Hits:

[File FormatLK-derivation

Description: This library implements the KLT Tracking algorithm [2004] for Feature Tracking in Video useful in computer vision tasks like object recognition, image indexing, tracking and structure from motion. This implementation uses programmable Graphics Hardware to achieve considerable speedup in the running time of the GPU-based implementation.
Platform: | Size: 75776 | Author: Alex | Hits:

[2D GraphicGPU-KLT-1.1

Description: This library implements the KLT Tracking algorithm [2004] for Feature Tracking in Video useful in computer vision tasks like object recognition, image indexing, tracking and structure from motion. This implementation uses programmable Graphics Hardware to achieve considerable speedup in the running time of the GPU-based implementation.
Platform: | Size: 49152 | Author: Alex | Hits:

[File FormatGPU_KLT.0.0-User-Manual

Description: This library implements the KLT Tracking algorithm [2004] for Feature Tracking in Video useful in computer vision tasks like object recognition, image indexing, tracking and structure from motion. This implementation uses programmable Graphics Hardware to achieve considerable speedup in the running time of the GPU-based implementation.
Platform: | Size: 69632 | Author: Alex | Hits:

[Windows Developaddition3

Description: divide and conquer method of assigning one processor to each node in a tree for adding numbers (Lecture 6 Chapter 4 section 4.1.2) in terms of communication, computation, overall parallel execution time, speedup, and efficiency.
Platform: | Size: 1024 | Author: eeynaz | Hits:

[J2MEcalculator-src

Description: Description Scientific calculator. Allows to perform caclulation with high precicion and implements most populatr mathematical functions: sin, cos, tan, asin, acon, atan, exp, log, sqr, floor and ceil. Also it make it possible to define your own function, store results in variables and use variable sin expressions. Calculator store al formuls you have entered. Plot function can be used to draw graph of function with single argument. More detailed description of calculator is here. - Notes * Write formula using normal infix notation, for example (x^2+ y^2)/1.5. To execute statement use Evaluate command. * Use variable to write generic formulas, by changing values assigned to the variables you wil be able to repeat calculation for all input data with minimal typing. Define your own functions which also can speedup your work and reduce probability of making an error. * It is possible to write small functional programs using conditional ?: operator. For example sum of arithmetic progression can be calculated by the following function sum(x)=x>0?x+sum(x-1):0 Calculator has only < and > comparison operators (because comparing floating point number for equality is any case bad idea). But it is also to check that value belongs to specified range using min<x>max operator. * All statement you have entered and stored in database. You can select proper statement using List command. Statements are marked with three differen
Platform: | Size: 245760 | Author: tang | Hits:

[Program docpsoc_capsense_faq_v_1_2_6

Description: PSoC CapSenseTM FAQ For Speedup the development & guideline
Platform: | Size: 111616 | Author: domeanterai | Hits:

[OS programDelphiSpeedUp105

Description: DelphiSpeedUp105 speedup -DelphiSpeedUp105
Platform: | Size: 78848 | Author: aadfdfdfd3333 | Hits:

[MPILaplacetest

Description: 利用CUDA实现了遥感数字影像处理基本算法中的拉普拉斯算子,并分别实现了采用Globalmemory、Sharedmemory,Texturememory进行数据传输,还同CPU中的串行代码进行了时间比较和误差分析。为了方便在服务器环境下测试运行,我们去掉了在Windows环境下对第三方库遥感影像库GDAL的依赖,而将遥感影像数据转成了二进制图像格式,对于输出影像也以同样的二进制格式存储。图像效果图通过专业遥感软件PCI或通用图像处理软件PhotoshopCS4打开。最后我们对计算结果进行了误差分析和加速比分析。-CUDA enables the use of remote sensing digital image processing the basic algorithm in the Laplace operator, and were achieved using Globalmemory, Sharedmemory, Texturememory data transmission, but also with the serial code CPU time comparison and error analysis. In order to facilitate the test run in the server environment, we have removed in the Windows environment for third-party remote-sensing image library GDAL library dependencies, but will switch to remote sensing image data into a binary image format, for the output images are also stored in the same binary format . Image Effect Picture through professional remote-sensing software, PCI or universal image processing software PhotoshopCS4 open. Finally, we calculated the results of the error analysis and speedup analysis.
Platform: | Size: 3072 | Author: 秦论剑 | Hits:

[MPINDVI

Description: 利用CUDA实现了遥感数字影像处理基本算法植被指数,并分别实现了采用Globalmemory、Sharedmemory,Texturememory进行数据传输,还同CPU中的串行代码进行了时间比较和误差分析。为了方便在服务器环境下测试运行,我们去掉了在Windows环境下对第三方库遥感影像库GDAL的依赖,而将遥感影像数据转成了二进制图像格式,对于输出影像也以同样的二进制格式存储。图像效果图通过专业遥感软件PCI或通用图像处理软件PhotoshopCS4打开。最后我们对计算结果进行了误差分析和加速比分析。-CUDA enables the use of remote sensing digital image processing of basic algorithms vegetation index, and were realized using Globalmemory, Sharedmemory, Texturememory data transmission, but also with the serial code CPU time comparison and error analysis. In order to facilitate the test run in the server environment, we have removed in the Windows environment for third-party remote-sensing image library GDAL library dependencies, but will switch to remote sensing image data into a binary image format, for the output images are also stored in the same binary format . Image Effect Picture through professional remote-sensing software, PCI or universal image processing software PhotoshopCS4 open. Finally, we calculated the results of the error analysis and speedup analysis.
Platform: | Size: 2048 | Author: 秦论剑 | Hits:

[Compress-Decompress algrithmsshinefixedMP3

Description: Shine Fixed Point (release 0.1.2) : - Layer 3 - C/Asm - 39 k This is a port of Shine to Arm and StrongArm fixed point. It provides a 30x speedup over the floating point release. It has been tested on Acorn.
Platform: | Size: 39936 | Author: af | Hits:

[Otherlsx

Description: 单功能流水线调度机构模拟。通过运行程序计算流水线的吞吐率、加速比、效率。-Simulation of single-function pipeline operator. Calculated by running the program pipeline throughput, speedup and efficiency.
Platform: | Size: 1024 | Author: 肖旖旎 | Hits:

[AlgorithmGPU-speedup

Description: 针对LA在解决大规模优化问题时需要消耗大量的时间无法达到实时性的问题,结合GPU的高速并行性,本文提出了一种基于GPU(Graphics Processing Unit,GPU)加速的细粒度并行免疫算法。本算法借助CUJDA(Compute Unifled Device Architecture,CUDA)统一架构,将实现过程转化成CUDA线程块并行计算过程,使得免疫算法在GPU中加速执行,在取得较好的优化效果的同时,解决了细粒度并行的群体规模限制问题,提高了算法的运行速度。-Solution for large-scale optimization problems in LA need to consume a lot of time when not achieve real-time issues, combined with high-speed GPU parallelism, we propose a novel GPU (Graphics Processing Unit, GPU) to accelerate the fine-grained parallel immune algorithm . The algorithm with CUJDA (Compute Unifled Device Architecture, CUDA) unified architecture, the implementation process into the process of parallel computing CUDA thread block, making the immune algorithm to accelerate the implementation of the GPU, the optimization to achieve better results in the same time, to solve the fine-grained degree of parallel group size restrictions, to improve the algorithm speed.
Platform: | Size: 2886656 | Author: 逍遥 | Hits:

[AI-NN-PRmain

Description: 粒子算法的cuda并行实现,加速比很高,对于学习cuda的人很有帮助-Cuda parallel implementation of particle algorithm, the speedup is high, very helpful for people learning cuda
Platform: | Size: 8192 | Author: 张李群 | Hits:

[SCMstepping-motor-speedup-and-speeddown

Description: keil v2.0开发的步进电机加减速程序,能实现简单的匀速以及加减速!-a program for a stepping motor speedup and speeddown!
Platform: | Size: 1024 | Author: voyager | Hits:
« 12 3 4 »

CodeBus www.codebus.net