Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - hill
Search - hill - List
5 sort routins: Simple Selection Sort, HEAPSORT Insertion Sort, Hill sort, Bubble Sort, Quick sort
Update : 2012-02-22 Size : 2905 Publisher : besoyal@yahoo.gr

The C++ Programming Language.Third Edition. Bjarne Stroustrup(AT&T Labs),Murray Hill, New Jersey ------------------------------ Contents Contents iii Preface v Preface to Second Edition vii Preface to First Edition ix Introductory Material 1 1 Notes to the Reader ............. 3 2 A Tour of C++ ............. 21 3 A Tour of the Standard Library ............. 45 Part I: Basic Facilities 67 4 Types and Declarations ............. 69 5 Pointers, Arrays, and Structures ............. 87 6 Expressions and Statements ............. 107 7 Functions ............. 143 8 Namespaces and Exceptions .............. 165 9 Source Files and Programs ............. 197 Part II: Abstraction Mechanisms 221 10 Classes ............ 223 11 Operator Overloading ............ 261 12 Derived Classes ............ 301 13 Templates ............ 327 14 Exception Handling ............ 355 15 Class Hierarchies ............ 389 Part III: The Standard Library 427 16 Library Organization and Containers ............ 429 17 Standard Containers ............ 461 18 Algorithms and Function Objects ............ 507 19 Iterators and Allocators ............ 549 20 Strings ............ 579 21 Streams ............ 605 22 Numerics ............. 657 Part IV: Design Using C++ 689 23 Development and Design ............. 691 24 Design and Programming ............ 723 25 Roles of Classes ............ 765 Appendices 791 A The C++ Grammar ............ 793 B Compatibility ............ 815 C Technicalities ............827 Index 869
Update : 2012-03-20 Size : 2865042 Publisher : mary_112204

DL : 0
c语言排序-c language sort
Update : 2024-05-15 Size : 1024 Publisher : daimi

本程序集合了数据结构8种主要的排序方法:插入排序、冒泡排序、选择排序、快速排序、希尔排序、堆排序、归并排序、基数排序。-the procedures set of data structure of the eight major sequencing method : Insert ranking Bubble Sort, select, in order of Quick Sort, Hill sequencing, heap sort, merge, in order of ranking base.
Update : 2024-05-15 Size : 77824 Publisher : 吴晓辉

用希尔算法实现的排序-Hill with the ranking algorithm
Update : 2024-05-15 Size : 1024 Publisher : 郑庆宁

密码编码学——加密方法的C与C++实现-cryptographers-- encryption methods of achieving C and C
Update : 2024-05-15 Size : 9635840 Publisher : wise

基于VC++的山树等自然景物的模拟-VC-based Tree Hill natural landscape simulation
Update : 2024-05-15 Size : 2042880 Publisher : 陈冬梅

希尔排序算法实现-Hill Sorting Algorithm
Update : 2024-05-15 Size : 3072 Publisher : 哈哈

<win2k程序设计>的源码.麦格劳希尔,清华出版.作者:Raj Rajagopal & Subodh Monica-lt; Win2k program design gt; The source code. McGraw-Hill, the university publication. Author : Monica Subodh Raj Rajagopal
Update : 2024-05-15 Size : 2192384 Publisher : 杨涛

THE.ART.OF.Cpp—C++艺术,Herbert Schildt的全新力作,讲述了c++的新特性和对未来的展望,强烈推荐!-THE.ART.OF.Cpp-C art, Herbert Schildt's new work, described c of the new features and vision for the future and strongly recommended!
Update : 2024-05-15 Size : 1074176 Publisher : 杨涛

分别实现直接插入排序、冒泡排序、简单选择排序、希尔排序、快速排序、堆排序,并随机生成30个数,比较各算法的时、空性能和稳定性。-respectively direct insertion sort, bubble sort, simple choice, in order of ranking Hill, the quick sort, heap sort, and Random Number Generation 30, a comparison algorithm, the performance and stability of the air.
Update : 2024-05-15 Size : 342016 Publisher : 李景良

gcc 编译器参考大全-gcc compiler reference Daquan
Update : 2024-05-15 Size : 3820544 Publisher : 谢其

采用的是康力山等人确定的实验参数。 对于n个城市的旅行商问题,其参数如下: 初始温度:t0=280, 每一个温度下采用固定的迭代次数L=100n, 温度的衰减系数alpha=0.92 算法停止的准则是当相邻两个温度得到的解变化很小时算法停止。-used the Stanozolol Hill were determined by the experimental parameters. N cities for the traveling salesman problem, the parameters are as follows : initial temperature : t0 = 280, each a fixed temperature of the iteration number L = 100n, temperature attenuation coefficient alpha = 0.92 algorithm to stop the criteria when two adjacent the temperature change was very Solution Algorithm stop.
Update : 2024-05-15 Size : 2048 Publisher : 谢继晖

利用C语言实现,8种排序算法! 例如:插入排序、快速排序、选择排序、冒泡排序、堆排序、希尔排序、归并排序、基数排序!-using C language, eight algorithm! For example : insert sequencing, Quick Sort, select, in order of Bubble Sort, heap sort, Hill sorting, merging, in order of ranking base!
Update : 2024-05-15 Size : 3072 Publisher : 叶兆源

DL : 0
8款下载系统源代码 2003-3-11 21:37:45 433 949k · 都很常见: 猛虎山庄、燕衔泥(飞扬的软件第二版用的就是他,太简单,不推荐)、蓝芒、xzdown、动网先锋(两个)、FLASH欣赏管理系统(飞扬的闪客岛采用的源代码)、惊云下载(本站现用的下载系统)、惊云下载系统DownASP1.1(原来飞扬曾准备做过一个游戏下载站,用的这种源码-8, download the source code 433949 k 2003-3-11 21:37:45 very common : Tiger Hill, the title mud Yan (Music of the second version of the software is he, too simple and not recommended), Lan Huang, xzdown, dynamic network Pioneer (2) , FLASH appreciate Management System (Music of the Island istalking the source code), panic-downloading (now the site download), panic-download DownASP1.1 (the original dust has been preparing a game downloads station, and use this source
Update : 2024-05-15 Size : 2087936 Publisher : 何问宇

本文介绍了数据结构中的选择排序,希尔排序等算法,采用全英文版,真实可靠-This paper introduces the data structure of choice, in order of ranking algorithms such as Hill, was used in English, true and reliable
Update : 2024-05-15 Size : 173056 Publisher : 张里

DL : 0

Update : 2024-05-15 Size : 2048 Publisher : 王王

数据结构算法之各种排序算法比较,由c语言编写而成,希尔,快速,堆排序三种-algorithm data structure the various sorting algorithms, the language from c prepared, Hill, rapid and three Heap Sort
Update : 2024-05-15 Size : 227328 Publisher : ctp

经过调试后运行正确的直接插入排序和希尔排烃-after running directly into the correct sequencing and Hill expulsion
Update : 2024-05-15 Size : 1024 Publisher : 黄均幸

对软件进行加密限制,以防止末经诃可的随意拷贝-right software encryption restrictions to prevent the end by sending copies to be arbitrary
Update : 2024-05-15 Size : 69632 Publisher : 卢本陶
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.