资源列表

« 1 2 ... .62 .63 .64 .65 .66 18067.68 .69 .70 .71 .72 ... 28521 »

[数值算法/人工智能14-3

说明:例如: 编译:mpicc app_match.c邻app_match 运行:可以使用命令mpirun - np的尺寸app_match mnk来运行该串匹配程序,其中大小是所使用的处理器个数,米表示文本串长度,氮为模式串长度,钾为允许误差长度。本实例中使用了尺寸为3个处理器,米= 7,n = 2时,k = 1时。 mpirun - np的3 app_match 7 2 1 运行结果: 在节点0的文字是
<aaa> 在 2024-09-27 上传 | 大小:5120 | 下载:0

[数值算法/人工智能15-4

说明:Example 编译:mpicc mst.c mst 运行:本实例中使用了5个处理器。 mpirun –np 5 mst 运行结果: Input the size of matrix:9 0 4 5 8 6 2 5 7 3 5 0 8 3 1 6 4 9 5 7 2 0 6 4 1 3 8 9 4 5 6 0 5 7 2 1 6 4 5 8 7 0 2 3 4 7 4 1 4 7 5 0 7
<aaa> 在 2024-09-27 上传 | 大小:2048 | 下载:0

[数值算法/人工智能17-1

说明:Example: 编译:mpicc including.c –o including 运行:可以使用命令 mpirun –np SIZE including来运行该串匹配程序,其中SIZE是所使用的处理器个数。本实例中使用了SIZE=4个处理器。 mpirun –np 4 including 运行结果: 请输入点的个数:6 请输入各点的坐标 0:1 0 1:2 1 2:4 0 3:2 4 4:
<aaa> 在 2024-09-27 上传 | 大小:2048 | 下载:0

[数值算法/人工智能17-2

说明:编译:mpicc intersect.c –o intersect 运行:可以使用命令 mpirun –np SIZE intersect来运行该串匹配程序,其中SIZE是所使用的处理器个数,本实例中使用了SIZE=3个处理器。   mpirun –np 3 intersect 运行结果: 输入: please input first polygon please input the count of vete
<aaa> 在 2024-09-27 上传 | 大小:3072 | 下载:0

[数据结构常用算法6.1

说明:实现非递归二叉排序树的插入和创建,并用中序遍历检验-To achieve non-recursive binary tree insertion sort and create and use in order traversal test
<進峰> 在 2024-09-27 上传 | 大小:1024 | 下载:0

[matlab例程blackman0

说明:用布莱克曼窗设计FIR滤波器,不错的程序,大家可以参考-FIR filter with Blackman window design, a good program, you can refer to
<yivan> 在 2024-09-27 上传 | 大小:1024 | 下载:0

[matlab例程what_is_matlab

说明:介绍了a.matlab能做什么;b.matlab实例;c.matlab帮助-Introduced a.matlab can do b.matlab instance c.matlab Help
<饭佩熙> 在 2024-09-27 上传 | 大小:363520 | 下载:0

[matlab例程Robotics_Toolbox_for_MATLAB_rel6

说明:System will automatically delete the directory of debug and release, so please do not put files on these two directory
<Sam> 在 2024-09-27 上传 | 大小:153600 | 下载:0

[matlab例程the_start_of_matlab

说明:matlab的启动与退出,中间变量,算术表达式和函数的调用,矩阵的运算等等。-matlab startup and exit, intermediate variables, arithmetic expressions and function calls, matrix operations, etc..
<饭佩熙> 在 2024-09-27 上传 | 大小:1028096 | 下载:0

[matlab例程matrix_operation

说明:着重介绍了矩阵的运算,包括矩阵的加减、乘除、转置和共轭、元素操作和逻辑运算等。-Focuses on the matrix operation, including matrix addition and subtraction, multiplication and division, transpose and conjugate, element operations and logical operations.
<饭佩熙> 在 2024-09-27 上传 | 大小:363520 | 下载:0

[matlab例程set_up_a_new_matrix

说明:主要介绍了新矩阵的创建,包括1)建立新矩阵;2)空矩阵;3)向量和子矩阵的生成;4)MATLAB中的特殊矩阵-Introduces a new matrix of creation, including 1) the establishment of a new matrix 2) empty matrix 3) vectors and matrices generated 4) MATLAB in the special mat
<饭佩熙> 在 2024-09-27 上传 | 大小:447488 | 下载:0

[数值算法/人工智能GACOMSOL

说明:简单遗传算法实现,包括与数值软件comsol有关的测试函数。-GA with the numerical sofaware COMSOL.
<xieyihong> 在 2024-09-27 上传 | 大小:8192 | 下载:0
« 1 2 ... .62 .63 .64 .65 .66 18067.68 .69 .70 .71 .72 ... 28521 »

源码中国 www.ymcn.org