资源列表
ANeuralNetworkonGPU.rar
- CUDA应用:在CUDA上实现神经网络,识别手写数字,the implementation of a neural network with CUDA. Neural Network for Recognition of Handwritten Digits
hadoop-0.18.0-eclipse-plugin.r
- HADOOP 0.18.0 安装插件源代码,HADOOP 0.18.0 source code plug-ins installed
Lattice Boltzmann Method 模拟单相流体
- Lattice Boltzmann Method 模拟单相流体,LBM simulation for single phase flow
pai1.rar
- 采用Pthread+C++方式进行多线程求Pai,The use of Pthread+ C++ Way for multi-threaded Pai
WorkQueue.rar
- c#实现的工作队列,workquere,多线程管理,c# realization of the work queue, workquere, multi-threaded management
内点法的c源程序
- 内点法的c源程序,实现惩罚因子,循环次数,Interior point method of c source code to achieve punishment factor, cycle number
kmp.rar
- 字符串的kmp匹配算法并行计算的源程序。,KMP string matching algorithm parallel computation of the source.
HMM 隐马尔可夫模型程序代码
- 隐马尔可夫模型程序代码,很经典的一个算法-Hidden Markov model code, it is a classic algorithm
bnb20.优化matlab,toolbox,可以用于各种优化问题
- 优化matlab,toolbox,可以用于各种优化问题,Optimization matlab, toolbox, can be used for a variety of optimization problems
dpram2.ram的读写,使用状态机完成
- ram的读写,使用状态机完成,两片ram实现乒乓操作,ram read and write, using the state machine completed, two ping-pong operation to achieve ram
eucalyptus-1.6.2 云计算平台eucalyptus源代码
- 云计算平台eucalyptus源代码,其中我分析了集群控制器和关于存储方面(storage,CLC下的walrus,SC)的代码,让大家对该平台有个了解和提升-Cloud computing platform eucalyptus source code, which I analyzed the cluster controller and on the storage (storage, CLC under the walrus, SC) of the code, so that we ha
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