搜索资源列表
4-3
- 对输入的一行字符分类统计 利用 while 循环和 else if 多分支结构编写一个程序。该程序用来统计输入的一行字符中大小写字母的个数、数字0~9的个数、空格个数及其它字符个数。-Separate statistics on the input line characters to write a program using a while loop else if multi-branch structure. The program for statistical input lin
6.tar
- 6.1 循环控制指令 6.2 单循环结构程序设计 6.3 多重循环结构程序设计 -6.1 loop control instructions of 6.2 single cycle structure program design 6.3 multi-loop structure of the program design
mopso
- 基于扩展粒子群算法的群机器人多目标搜索,引入动态闭环任务分工,能够并行搜索,提高搜索效率。-Particle swarm optimization algorithm based on extended multi-target search robot group, introducing dynamic closed-loop division of tasks in parallel searches, improve search efficiency.
xunhuan
- 包含三个程序,两个是关于冒牌排序和多重循环的算法研究,另一个是实现在terminal中显示字符的程序,即实现c语言中的库函数printf-It contains three programs, two of which are on counterfeit sorting algorithm and multi-loop, and the other is to achieve terminal to display characters in the program, namely, the
matmul.tar
- 矩阵乘法的多线程并行实现,包括:simple,采用openmp对索引顺序ijk(一般写法)的循环实现并行;opt,采用openmp对索引顺序ikj(向量化友好)的循环实现并行;mkl,调用高性能数学库实现矩阵乘法。(Multi-thread parallelization of matrix-matrix multiplication: "simple" case, ijk loop (usual pattern); "opt" case, ikj (ve
