代码搜索:quick
找到约 3,674 项符合「quick」的源代码
代码结果 3,674
www.eeworm.com/read/321110/13412156
c myquicksort.c
/**
*
* @file MyQuickSort.c 快速排序
*
* @author lin shao chuan (email:lsccsl@tom.com, msn:lsccsl@163.net)
*
*/
#include "MyAlgorithm.h"
#include
#include "mymempool.h"
#include
www.eeworm.com/read/188087/8573114
txt readme.txt
Example:
编译:mpicc quick_sort.c –o quick
运行:可以使用命令 mpirun –np SIZE quick来运行该串匹配程序,其中SIZE是所使用的处理器个数。本实例中使用了SIZE=5个处理器。
mpirun –np 5 quick
运行结果:
Input the Data Size :60
16065 26466 27012
www.eeworm.com/read/380273/9154988
cpp 排序.cpp
#include
#include
#include
//#define MAX 255
int R[100000];
void Insert_Sort(int n)
{
//对数组R中的记录R[1..n]按递增序进行插入排序
int i,j;
for(i=2;i
www.eeworm.com/read/181930/9224878
txt readme.txt
Example:
编译:mpicc quick_sort.c –o quick
运行:可以使用命令 mpirun –np SIZE quick来运行该串匹配程序,其中SIZE是所使用的处理器个数。本实例中使用了SIZE=5个处理器。
mpirun –np 5 quick
运行结果:
Input the Data Size :60
16065 26466 27012
www.eeworm.com/read/279938/10375596
plg 9e5.plg
礦ision2 Build Log
Project:
D:\9E5\9E5Quick\9E5.uv2
Project File Date: 11/09/2004
Output:
Build target 'Target 1'
compiling 9E5Quick.c...
lin
www.eeworm.com/read/279938/10375618
bak 9e5change_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/466799/7020855
c test.c
#include
#include
#include
#define MAXSTR 80
#define ELEMENT 200
#include "nr.h"
#include "nrutil.h"
void
bubble_sort(int array[], int),
insertion_sort(int
www.eeworm.com/read/466799/7020858
c main.c
#include
#include
#define ELEMENT 200
void
bubble_sort(int array[], int),
insertion_sort(int array[], int),
selection_sort(int array[], int),
quick_sort(int array[]
www.eeworm.com/read/466802/7020929
c main.c
#include
#include
#define ELEMENT 200
void
bubble_sort(int array[], int),
insertion_sort(int array[], int),
selection_sort(int array[], int),
quick_sort(int array[]
www.eeworm.com/read/448106/7540125
cpp qinck_sort_classic.cpp
// Qinck_Sort_Classic.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
#include
#include
#include
using namesp