资源列表
MyGA-master
- 将节点按内存情况排序 将任务按内存需求情况排序 规则:将内存需求最小的节点先行分配在内存剩余最多的节点上(Sort nodes by memory and tasks by memory requirements Rule: the node with the least memory requirement is allocated to the node with the most remaining memory)
Matlabcode
- codes related to matlab
mi
- IC read and wire soft -this is IC read and write
juzhen
- 矩阵的一些常用算法,很方便。欢迎来下载
case_study
- a great case study for parallel jacobi mpi
20312040
- 一个简单的计算器 状态机状态间转换实现操作符号的使用 我的第一个windows程序 程序在vc.net编译通过
graph_isomorphism
- 图同构算法的并行实现,把原有的串行算法进行并行加速,大大地提高了效率-Parallel graph isomorphic algorithm, the original serial algorithm for parallel acceleration, greatly improving the efficiency
rtc_ds1307_twi
- DS1307lib sources for AVR microconrollers, help to fast sign RTC to project
pvmmatrixproduct
- 在处理大型矩阵问题时可以利用多台计算机的并行计算来处理可以得到很好的效果-In dealing with the issue of a large matrix can use multiple computers to deal with the parallel computing can be very effective
LCD12864Real-time-temperature
- #include<reg51.h> #include"LCD12864.h" #include"zimo.h" #include"LCD1602.h" void hua_zuobiao(void) //画坐标 在LCD12864实时显示当前温度波形,Proteus仿真.C源码,Keil编译环境-# Include <reg51.h># Include " LCD12864.h" # include " zimo.h" #
17
- An image is represented as a two-dimentional array of coefficients, each coefficient representing the brightness level in that point. When looking from a higher perspective, we can t differentiate between coefficients as more important ones, and less
CL_2D_FFT
- opencl实现二维傅里叶变换,GPU并行计算实现FFT-opencl 2D FFT