搜索资源列表
jaq
- /* 本程序实现的功能: 显示系统时间和日期 该程序主要操作是: 使用了dos的系统调用功能,输入大小写D显示系统当前日期,当输入大小写T输出当前系统时间,当输入大小写Q退出程序,当输入其他字符时,提示错误 。 主要算法:将系统时间及日期转化成字符显示,通过堆栈来排序显示,同时涉及到 坐标位置设置的转换。时间和日期的显示都只调用了一个(函数)compute,避免了代码的冗余,尽量做到简洁,同时当一次操作过后,程序处于等待状态,以进行下一次操作,而非自动退出。该程序显示时间时多次调
仓库管理系统(C语言)
- 一个仓库管理系统,用C语言编写的,之前做过学生成绩管理系统与此有相同的地方。采用结构体数组,具有输入商品,排序的功能,用菜单实现查询,学习C语言的好程序-a warehouse management system using the C language, the students did before the performance management system with the same place. Using the structure of the array, with the
高校运动会系统
- 任务:参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些取前五名或前三名由学生自己设定。(m=10 , w=8 , n=15) 功能要求: 1). 可以输入各个项目的前三名或前五名的成绩; 2).能统计各学校总分(用链表); 3).可以按学校编号、学校总分、男女团体总分排序输出(快速、基数);
csortlistctrex
- 对VC下的ClistCtrl控件进行改造,增加新的排序方法-VC ClistCtrl component of renovating and adding new sorting methods
orderlike
- 此程序是实现多种排序算法,用移动次数和比较次数来比较各算法的好坏-this program is to achieve a variety of sorting algorithm, used his mobile number and frequency compared to compare the quality of the algorithm
MPI-Sort
- 枚举、快速排序和正则采样排序的并行算法,附带说明,无解压密码-Enumeration, fast sorting and regular sampling of parallel sorting algorithms, annotated, non-decompression password
MPI_QuickSort
- MIP并行计算实现快速排序算法。在本篇中,我们首先对快速排序算法进行描述和实现,并在此基础上分析此算法的并行性,确定并行编程模式,最后给出该算法的MPI实现。-MIP fast parallel sorting algorithms. In this, we first describe a fast sorting algorithm and implementation, and on this basis of parallelism of this algorithm to determ
sort
- 用汇编语言实现的冒泡排序程序。先打印排序前table数组中数,之后排序后打印结果。-Assembly language using the Bubble Sort procedure to achieve. Print before the first table to sort the array in a few, and then print the results after sorting.
sorting-n-numbers
- MPlab IDE program for sorting n numbers
sorting-algorithms
- 三种并行排序算法的实现及比较:快速排序,冒泡排序,桶排序,使用mpich2实现-3 sorting algorithms: quicksort, bubble sort, bucket sort
sorting-records-in-Delphi-DBGrid-by-Clicking-on-C
- sorting records in Delphi DBGrid by Clicking on Column Title
c-Sharp-sorting-algorithm-Daquan
- c # sorting algorithm Daquan c#排序算法大全,可以直接用于项目。-c# sorting algorithm Daquan c# sorting algorithm Guinness, can be used directly for the project.
sorting-animated-version
- java 作业 排序动画版(华南师范大学计算机学院、软件学院)-java job sorting animated version (South China Normal University, Computer Science, Software Engineering)
sorting-algorithm-VCPP
- vc++,各种排序算法描述。-sorting algorithm
Multi-threaded-sorting
- 多线程排序,多个排序的多线程运用,求成功。-Multi-threaded sorting, multi-threaded use multiple sort, find success.
sorting
- 八大排序算法测试 + 源码, 冒泡、选择、插入、归并、快速、希尔、计数、堆排序-Eight sorting algorithm testing+ source, bubbling, select, insert, merge, fast, Hill, count, heap sort
sorting
- sorting code by using c++ by using dev
sorting-algorithm
- 找工作时工作经典的易考排序算法,包括堆排序、快速排序、基数排序、归并排序、选择排序等-The classic work easily when looking for a job sorting algorithm,Including the heap sort, quick sort, radix sort, merge sort, selection sort, etc
sorting
- 算法导论各个排序算法的实现,编译无误,包括堆排序,归并排序,冒泡排序等-Introduction to implement various sorting algorithm algorithm, compile correctly, including heap sort, merge sort, bubble sort, etc.
MPI Enumeration sorting
- 通过MPI并行集群的搭建,形成并行开发环境,编程并实现枚举排序功能(The parallel development environment, programming and enumeration sorting function is formed through the construction of parallel cluster of MPI)