资源列表
[并行运算] sugarscape_model
说明:本源码应用于Java的JDK1.4.2版本+Swarm2.2 程序在Cygwin终端运行-applied to the source code of Java JDK1.4.2 version Swarm2.2 procedures Cygw in terminal operations<> 在 2024-11-01 上传 | 大小:37888 | 下载:0
[并行运算] Diamond_1235466
说明:旋转的金刚钻,用visual c++编写-rotation tougher with visual c prepared Attention duty announcers<www> 在 2024-11-01 上传 | 大小:36864 | 下载:0
[并行运算] 200622894827
说明:USB通讯程序,可用于底层程序,也可用于上层程序-USB communication procedures can be used for the bottom procedures can also be used for the upper procedures<Li.TG> 在 2024-11-01 上传 | 大小:37888 | 下载:0
[并行运算] Monte-carlo
说明:matlab源程序_用蒙特卡洛法实现对排队等待问题的计算机模拟 来自51CTO-matlab source _ the method of Monte Carlo computer simulation of waiting in line From 51CTO<尤书畅> 在 2024-11-01 上传 | 大小:36864 | 下载:0
[并行运算] 2_VGA_RAM_Display
说明:VGA读取ram中的数据进行显示,经试验验证表明显示的结果是没有错误的-VGA to read the data in the ram display<wang> 在 2024-11-01 上传 | 大小:35840 | 下载:0
[并行运算] 折半查找法
说明:折半查找法是效率较高的一种查找方法。假设有已经按照从小到大的顺序排列好的五个整数a0~a4,要查找的数是X,其基本思想是: 设查找数据的范围下限为l=1,上限为h=5,求中点m=(l+h)/2,用X与中点元素am比较,若X等于am,即找到,停止查找;否则,若X大于am,替换下限l=m+1,到下半段继续查找;若X小于am,换上限h=m-1,到上半段继续查找;如此重复前面的过程直到找到或者l>h为止。如果l>h,说明没有此数,打<JinPatrick > 在 2024-11-01 上传 | 大小:36864 | 下载:0