搜索资源列表
TestProblemsforUnconstrainedOptimization
- it contains many classic Test Problems for Unconstrained Optimization such as camel6,treccani,goldstein,branin, shubert1,Ackley,dejong,dejong1,dejong2, dpower,rastrigin,Griewangk,Schwefel, rosenbrock2 and step. the package have the contour an
2-1
- 利用最少回合數 對於給定一個字串 再給定一些參考字元 利用替換掉字元來達到與給定的字串為目的-use for at least a few rounds to set a string to give up some reference to the use of characters to replace characters to meet and the string for the purpose of
parallel-dijkstra 并行化思路实现dijkstra算法
- 并行化思路实现dijkstra算法。假设有p个处理器,N个顶点。给每个处理器分配N/p个顶点,求出局部的最小值,复杂度为O (N/p)。然后后一半的处理器将自己的最小值发送给第前p/2个处理器。前一半处理器接收到传来的值后,与局部的最小值比较,作为新值。继续循环,直到剩下一个处理器为止。-Parallelized dijkstra algorithm. Suppose there is p a processor, N vertex. Give each processor distributi
dynamic-mandel
- 利用并行技术,动态的完成图的绘制,当slave完成一行的绘制,master会自动给出另一行的序号-The use of parallel technologies, the completion of the dynamic mapping, when the slave completed his drawing, master will automatically give another line of the serial number
divider
- 几个有用的分频器电路的VHDL实现。有需要的进来-The divider using VHDL code. if you want, please come in. welcome to give some suggestion. Thank you.
The_Design_of_Distributed_System
- 本书向读者介绍了分布式系统特有的有关设计方面的一些内容。本书着重于设计的软件部分,因为大部分相应的硬件部分在许多有关计算机网络和并行计算机的教科书中都已得到很好的介绍。这本书中的所有高级设计和算法都使用建议的类CSP分布式控制描述语言(DCDL)表示(CSP代表通信顺序进程)。虽然这本书不可能覆盖分布式计算系统的所有问题,但我们的目标在于给出有关每个涉及到的问题的基本方面。-This book introduces readers to the unique distributed system
module.tar
- 此文件为Karman改进源码用来对源karman程序运行时间进行预测,文件中的karman为基于karman源程序的建模-karman modified code which is used to bulid a model to give the prediction of running time.
Java-calculator
- 这个是用Java编写的实现计算器功能的小程序,我充分考虑到了实际运用中国计算器的功能,测试性能良好-This is written in Java applet calculator function, I give full consideration to the practical application of calculator function test performance
torque-4.2.1.tar
- PBS是功能最为齐全,历史最悠久,支持最广泛的本地集群调度器之一。 PBS的目前包括openPBS,PBS Pro和torque三个主要分支。 其中OpenPBS是最早的PBS系统,目前已经没有太多后续开发,PBS pro是PBS的商业版本,功能最为丰富。torque是Clustering公司接过了OpenPBS,并给与后续支持的一个开源版本。--PBS is the most feature-complete, the oldest in support of the most extensi
MyMapReduce
- 使用MapReduce实现的给予项目的协同过滤算法,只实现了构建用户向量和协同矩阵,仅供参考-Give the project implemented using MapReduce collaborative filtering algorithm, only to realize the construction of the user vector and collaboration matrix, for reference