搜索资源列表
Metaparllel
- 串行程序并行化软件 它提供给程序员一个图形化的交互界面,首先由程序员选择并行算法,然后通过配置向导对所选择的并行算法进行定制,生成配置文件,然后参照配置文件自动生成并行程序的框架代码,并将程序员提供的元任务的串行代码嵌入到框架代码中,最后生成并行程序-software programmers to provide an interactive graphical interface, the first programmer to choose from parallel algorithm
6paixusuanfa
- 1、 演示程序对6种内部排序算法(堆排序、直接插入排序、简单选择排序、快速排序、希尔排序、归并排序)作输入实测比较。 2、 待排序表的元素的关键字为整数。用户可输入不同数据作测试比较。比较的指标为关键字参加的比较次数(用compCount计量)和关键字的移动次数(用shiftCount计量,关键字交换计为3次移动)。 3、 演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”下,用户可由键盘输入待排序表的表长(不大于20)和数据。 4、 每次测试完毕,显示各种
mfcPTREE
- 用MFC实现二维的树,里面含有不同的计算规则和绘制方法 根据用户的选择绘制出不同的效果-MFC achieved by two-dimensional tree, which contains the rules and draw different calculation methods based on the user' s choice to draw the different effects
shijuanshengchengxitong
- c语言测试题目自动生成系统,通过对试题库中的题目随机获取生成测试试卷,生成的试卷中包括选择题、填空题、判断题、程序编写等题目-c language test subject automatically generated system, random topics in the test database for generating test papers papers generated include multiple-choice, fill-false questions, progr
sort
- Sorting choice. The idea of the method is to create a sorted sequence through the merger of one item after another in the correct order. If the input sequence is almost ordered, then comparisons will be the same, then the algorithm behaves abnormally
1234
- 数字化婚姻配对,主要模拟男女选择,根据票数多的先选-Digitization marriage pairing, simulated male and female choice, according to the first election votes more
sort
- 算法与数据结构中的排序算法(直接插入,折半插入,表插入,冒泡,快速,简单选择,堆,归并,基排序)。-Algorithms and Data Structures in sorting algorithms (direct insertion, binary insertion, insert tables, bubble, quick, simple choice, heap, merge, group sorting).
FindStudent
- 把长度为l1,l2…ln 的n个程序放在磁带T1和T2上,并且希望按照使用最大检索时间取得最小值的方式存储,即如果存放在T1和T2上的程序集合分别为A和B,则希望所选择的A和B使得max{∑li 1,∑li2}(i1属于A,i2属于B)取得最小。 使用回溯法实现-The length of L1, L2... Ln n programs put in the tape on T1 and T2, and hope that in accordance with the maximum searc