代码搜索结果
找到约 10,000 项符合
Algorithm 的代码
algorithm.sty
% ALGORITHM STYLE -- Released 8 April 1996
% for LaTeX-2e
% Copyright -- 1994 Peter Williams
% E-mail Peter.Williams@dsto.defence.gov.au
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{algorithm}
\typeou
algorithm.cpp
#include "Algorithm.h"
//#define FALSE false
//#define TRUE true
CQNode::CQNode()
{
}
CQNode::~CQNode()
{
}
CQNode::CQNode(int initData[],int targetData[])
{
memcpy(m_nElemData,ini
algorithm.h
#ifndef _ALGORITHM_H_
#define _ALGORITHM_H_
#include "StdAfx.h"
#include
#include
#include
#include
#include
//采用用链表实现的队列更适合程序
//3*3阶
algorithm.cpp
#include "stdafx.h"
#include "algorithm.h"
#include
#include
using std::iostream ;
using std::cout;
using std::rand;
using std::srand;
void algorithm::build(Prefix &prefix,i
algorithm.h
#pragma once
#ifndef Algorithm_H
#define Algorithm_H
#include
#include
#include
#include
#include
#include "share.h"
using std::string;
using std::ostre
algorithm.cc
#ifndef __STD_RW_ALGORITHM_CC__
#define __STD_RW_ALGORITHM_CC__
/***************************************************************************
*
* algorithm.cc - Non-inline definitions for the S
algorithm.cc
/***************************************************************************
*
* algorithm.cc - Non-inline definitions for the Standard Library algorithms
*
* $Id: algorithm.cc,v 1.1.1.1 2002/