sailing

Everything...

2007年2月4日

Recursive version of the insertion sort

摘要: // RecursiveInsertionSort.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include using namespace std; void PrintArray(int a[], int iStart, int iEnd); void Inse... 阅读全文

posted @ 2007-02-04 20:49 乌生鱼汤 阅读(198) 评论(0) 推荐(0) 编辑

Numeric test, find the solution of non-polynomial equation, play

摘要: #include #include using namespace std; class Utility { public: int static Left(int n) { return 8*n*n; } int static Right(int n) { return (int)64*n*log((double... 阅读全文

posted @ 2007-02-04 00:36 乌生鱼汤 阅读(188) 评论(0) 推荐(0) 编辑

导航