代码搜索:ordered
找到约 1,143 项符合「ordered」的源代码
代码结果 1,143
www.eeworm.com/read/144074/12819454
h ordlist.h
#ifndef ORDERED_LIST_CLASSS
#define ORDERED_LIST_CLASSS
#include "seqlist2.h"
template
class OrderedList: public SeqList
{
public:
// constructor
OrderedList(vo
www.eeworm.com/read/327978/13053073
cpp 单链表的操作.cpp
#include "stdafx.h"
#include
using namespace std;
void main()
{
coutlengthOfA;
if(cin.fail() || lengthOfA < 0){
cout
www.eeworm.com/read/327978/13053075
h stdafx.h
#include
#include
//ElemType为int
typedef int ElemType;
//单链表中节点类型定义
struct Lnode{
ElemType data;
Lnode *next;
};
//创建单链表
Lnode * creatList(int n);
//输出指定的单链表并输出其
www.eeworm.com/read/240686/13204952
h ordlist.h
#ifndef ORDERED_LIST_CLASSS
#define ORDERED_LIST_CLASSS
#include "seqlist2.h"
template
class OrderedList: public SeqList
{
public:
// constructor
OrderedList(vo
www.eeworm.com/read/234146/14120967
c 19.c
#include "my.h"
int cmp(const void *a, const void *b)
{
return *((int *)a) - *((int *)b);
}
void swap(void *a, void *b)
{
int t;
t = *((int *)a); *((int *)a) = *((int *)b); *((int *)b) = t;
}
int m
www.eeworm.com/read/128030/14318435
cpp reforder.cpp
// reforder.cpp
// orders two arguments passed by reference
#include
using namespace std;
int main()
{
void order(int&, int&); //prototype
int n1=99, n2=11;
www.eeworm.com/read/122674/14676267
h ordlist.h
#ifndef ORDERED_LIST_CLASSS
#define ORDERED_LIST_CLASSS
#include "seqlist2.h"
template
class OrderedList: public SeqList
{
public:
// constructor
OrderedList(vo
www.eeworm.com/read/402480/2319450
sh mpi_file_write_ordered_end_f90.f90.sh
#! /bin/sh
#
# Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana
# University Research and Technology
# Corporation. All rights r