CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - C,排序

搜索资源列表

  1. 仓库管理系统(C语言)

    0下载:
  2. 一个仓库管理系统,用C语言编写的,之前做过学生成绩管理系统与此有相同的地方。采用结构体数组,具有输入商品,排序的功能,用菜单实现查询,学习C语言的好程序-a warehouse management system using the C language, the students did before the performance management system with the same place. Using the structure of the array, with the
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1.91kb
    • 提供者:刘鹏
  1. edcba5

    0下载:
  2. 用C语言写的数据库可以查询数据,排序、搜寻、小巧精简值得参考研究。-written in C language database can query the data, sort, search, and reference should streamline small study.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:29.58kb
    • 提供者:蔡榮發
  1. C++Algorithm_sort

    0下载:
  2. C++通用算法之排序,其中包括排序算法,排序元素的查找,字典式比较,极值元素求解-C definitive ranking algorithm, including sorting algorithm, ranking elements of search, dictionary, Extreme Solution elements etc.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6.99kb
    • 提供者:牛亚
  1. c++sort

    0下载:
  2. 设计一个类Sample,它有两个私有成员A[]和n(A中元素个数),将对A[]中数据进行各种排序的函数放入到一个友元类process中。 -Sample Design of a kind, it has two private members [] A and n (A number of elements), A. [] will be the data for various sort of function Add Friends yuan to a process which ca
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.54kb
    • 提供者:黄春明
  1. txlglv3

    0下载:
  2. 使用c语言编写的一个简单的电话号码管理簿。可实现删减,添加,排序等功能
  3. 所属分类:其它

    • 发布日期:2014-01-16
    • 文件大小:10.83kb
    • 提供者:张季
  1. code

    0下载:
  2. 该源代码为<c语言名题精选百则>源码! 内容包括查找,排序,字符串处理等经典代码
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:132.15kb
    • 提供者:EVE
  1. C++smallprogramme

    0下载:
  2. 一个班级学生管理系统,包括对于成绩的管理,排序等。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11.34kb
    • 提供者:remonde
  1. water2

    0下载:
  2. 用c++的多态性编写一个简单的管理程序,处理的信息包括教师、学生、职员等三类对象。程序应具有适当的数据结构。程序的功能是管理学生,教师,职工信息,要求具有添加,删除,查询,排序的功能,在输出时注意综合应用所学知识灵活应用虚函数。 要求: 1. 在一个容器中存储不同类型的对象,要求数据结构中不能有类型判断字段。 2. 利用继承和虚函数,使得程序容易扩展,如输出对象信息。 3. 利用代理或者句柄实现引用计数和写时复制。-polymorphism with a simple preparation o
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7.34kb
    • 提供者:郭娜
  1. C内部排序

    0下载:
  2. 这个应该是C或者C++编的程序,有关排序的,游行去可以下!-C or C + + compile procedures, the sequencing of the procession can go under!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:62.35kb
    • 提供者:安子
  1. c++经典数值算法

    0下载:
  2. c++经典数值算法,包括插值、滤波、排序....
  3. 所属分类:书籍源码

    • 发布日期:2008-12-20
    • 文件大小:325.63kb
    • 提供者:terry145
  1. C-ORDER

    0下载:
  2. 裡邊包含常用的排序算法,比如冒泡、快速、等等都有詳細的原始代碼供大家分享,希望對大家有用。-Inside contains commonly used sorting algorithm, such as bubbling, fast, and so a detailed source code for all to share, in the hope that useful.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:1.17kb
    • 提供者:孙健
  1. paralall_sort

    0下载:
  2. mpi实现并行排序算法,可以设置处理器节点个数并比较不同节点数目时的计算时间-mpi parallel sorting algorithm, you can set the number of processor nodes and compare the different number of nodes at the time of computing time
  3. 所属分类:MPI

    • 发布日期:2017-03-29
    • 文件大小:172.8kb
    • 提供者:谷谷
  1. dddd

    0下载:
  2. (C语言)用两种方法(栈和队列)拓扑排序,由用户选择方法-(C language) of two ways (Stack and Queue) topological sort, by the user selection method
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:3.29kb
    • 提供者:王超
  1. student

    0下载:
  2. 这是大一老师让自己做的小程序,基本涵盖了C++书中的基本知识点,数组,输入输出文件流,排序,继承-This is the first year to allow teachers to do their own little program, basic C++ covers the basic knowledge of the book, the array of input and output file stream, sorting, inheritance, etc.
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:3.33kb
    • 提供者:shy
  1. C_language_algorithms_for_Quick_Lookup_Manual

    3下载:
  2. 《C语言算法速查手册》用C语言编写了科研和工程中最常用的166个算法,这些算法包括复数运算、多项式的计算、矩阵运算、线性代数方程组的求解、非线性方程与方程组的求解、代数插值法、数值积分法、常微分方程(组)初值问题的求解、拟合与逼近、特殊函数、极值问题、随机数产生与统计描述、查找、排序、数学变换与滤波等。同时结合这些算法列举了将近100个应用实例,对其进行验证和分析。 -" C language algorithms for Quick Fact Manual" using
  3. 所属分类:source in ebook

    • 发布日期:2014-06-10
    • 文件大小:217.72kb
    • 提供者:Jawen
  1. c

    0下载:
  2. 选择法排序,由大到小,由小到大,任意排列,都是有效的-yes ,it is good
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:3.82kb
    • 提供者:汪洋
  1. Numeric-Algorithm-with-C-Language

    0下载:
  2. C常用算法程序集, 包含常用的插值,曲线拟合, 排序,极值问题,微分方程求解,矩阵计算-Numerical Algorithm with C language
  3. 所属分类:source in ebook

    • 发布日期:2017-05-21
    • 文件大小:5.93mb
    • 提供者:罗伯特
  1. 插入排序

    0下载:
  2. 将一个记录插入到已排序好的有序表中,从而得到一个新,记录数增1的有序表。即:先将序列的第1个记录看成是一个有序的子序列,然后从第2个记录逐个进行插入,直至整个序列有序为止。 要点:设立哨兵,作为临时存储和判断数组边界之用。(A record is inserted into a sorted ordered table to obtain a new ordered table with a record number increase of 1. That is, the first fir
  3. 所属分类:书籍源码

    • 发布日期:2017-12-31
    • 文件大小:249kb
    • 提供者:yu_jack
  1. 插入排序

    0下载:
  2. 一个简单的升序插入排序方法,可以直接应用在程序中。(A simple ascending insertion sort method. It can be used directly in program.)
  3. 所属分类:书籍源码

    • 发布日期:2018-01-03
    • 文件大小:1kb
    • 提供者:chwei_ch
  1. C语言冒泡排序法

    0下载:
  2. 冒泡排序(Bubble Sort),是一种计算机科学领域的较简单的排序算法。 它重复地走访过要排序的数列,一次比较两个元素,如果他们的顺序错误就把他们交换过来。走访数列的工作是重复地进行直到没有再需要交换,也就是说该数列已经排序完成。(Bubble sorting is a simpler sorting algorithm in the field of computer science. It repeats the sequence of the sequence, and compa
  3. 所属分类:书籍源码

    • 发布日期:2018-04-29
    • 文件大小:6kb
    • 提供者:Bruce Leung
« 12 3 4 5 6 »
搜珍网 www.dssz.com