数组排序算法,这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(Insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法
上传时间: 2015-01-05
上传用户:Thuan
插入算法,英文叫作Insertion sort
标签: 算法
上传时间: 2015-01-29
上传用户:英雄
This model simulates a CDMA2000 1xRTT Forward link (between Base Station and Mobile Station). In particular, it simulates the Radio Configuration 3 of a Forward Fundamental channel. The block CDMA2k: Initial settings allows you to set different parameters such as data rate, Power Control SubChannel Insertion rate, spreading code index, QOSF index and the channel model.
标签: Station simulates Forward between
上传时间: 2015-03-28
上传用户:13215175592
这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(Insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法。
上传时间: 2013-12-23
上传用户:jhksyghr
This source code is about the basic sorting algorithm implemented in C#. The algorithms included are Bubble Sort, Insertion Sort, Selection Sort. User can trace how s the sorting algorithm works.
标签: implemented algorithms algorithm included
上传时间: 2013-12-25
上传用户:woshiayin
DeviceListener is an Objective-C example which demonstrates how to use the DiscRecording framework to listen for device plug and unplug events as well as media Insertion events. Requirements: Mac OS X 10.2 and later Keywords: DiscRecording
标签: DeviceListener DiscRecording demonstrates Objective-C
上传时间: 2016-01-14
上传用户:日光微澜
輕易學好C++編程技巧 - 進楷 (香港科技大學筆記 19課) 內容包括 1) base C++ review, 2) Pointers and Dynamic Objects, 3) Recursion,Linked Lists, 4) Stacks and Queues, 5) Algorithm Analysis, 6) Insertion Sort and Mergesort, 7) Quicksort, 8) Heaps and Heapsort, 9) Lower Bound of Sorting and Radix Sort, 10) Binary Trees and Binary Search Trees 11) AVL Trees, 12) B+ Trees 13) Graphs and Breadth-First Search 14) Depth-First Search 15) Connected Components, Directed Graphs, 16) Topological Sort 17) Hashing 18) Pattern Matching 19) Additional Review
标签: Pointers Dynamic Objects review
上传时间: 2014-10-10
上传用户:chfanjiang
TC35i模块有40个引脚,通过一个ZIF(Zero Insertion Force,零阻力插座)连接器引出。这40个引脚可以划分为5类,即电源、数据输入/输出、SIM卡、音频接口和控制。
上传时间: 2017-04-23
上传用户:dave520l
The emphasis of this book is on real-time application of Synopsys tools, used to combat various problems seen at VDSM geometries. Readers will be exposed to an effective design methodology for handling complex, submicron ASIC designs. Significance is placed on HDL coding styles, synthesis and optimization, dynamic simulation, formal verification, DFT scan Insertion, links to layout, physical synthesis, and static timing analysis. At each step, problems related to each phase of the design flow are identified, with solutions and work-around described in detail. In addition, crucial issues related to layout, which includes clock tree synthesis and back-end integration (links to layout) are also discussed at length. Furthermore, the book contains in-depth discussions on the basics of Synopsys technology libraries and HDL coding styles, targeted towards optimal synthesis solution.
标签: application real-time Synopsys emphasis
上传时间: 2017-07-05
上传用户:waitingfy
The running time of quicksort can be improved in practice by taking advantage of the fast running time of Insertion sort when its input is “nearly” sorted. When quicksort is called on a subarray with fewer than k elements, let it simply return without sorting the subarray. After the top-level call to quicksort returns, run Insertion sort on the entire array to finish the sorting process.
标签: running advantage quicksort improved
上传时间: 2013-12-01
上传用户:梧桐